aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/chan/libkvichan.cpp
Commit message (Collapse)AuthorAgeFilesLines
* misc doc fixesGravatar wodim2017-03-021-1/+1
|
* libkvichan: Fix typo in documentationGravatar staticfox2017-01-011-1/+1
| | | | Fixes #2168
* Cleanup included filesGravatar IceN9ne2016-10-281-2/+2
|
* Part 1: Bring KVIrc to the 21st centuryGravatar staticfox2016-08-031-35/+33
| | | | | | | Avoid many un-necessary memory allocations as well as start the migration to unique pointers where appropriate. Start migrating out of the KVirc standard library into the C++ standard library.
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-3/+3
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-289/+341
|
* general: Typo fixesGravatar staticfox2016-04-231-20/+20
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-34/+34
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* cleanup: add or remove empty lines between documentation blocks & codeGravatar un1versal2016-03-141-18/+65
|
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-3/+3
|
* libkvichan: fix typos, spelling and capitalizationGravatar un1versal2015-12-051-13/+13
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-081-1/+1
|
* Fix #1571Gravatar Szymon Tomasz Stefanek2015-09-201-0/+1
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-6/+6
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte ↵Gravatar Szymon Tomasz Stefanek2012-12-221-2/+2
| | | | | | order conversion. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some fixes on documentationGravatar wodim2011-09-111-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed $chan.common when used outside a channel (eg, in the OnNickChange event)Gravatar Fabio Bas2011-06-241-6/+12
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some defines;Gravatar Elvio Basello2011-01-071-4/+4
| | | | | | | | more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c
* yet more splitting;Gravatar Elvio Basello2011-01-041-7/+14
| | | | | | | | added doxygen comments; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved around some header hopefully minimizing recompilation times on small ↵Gravatar Fabio Bas2010-12-311-3/+3
| | | | | | changes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-51/+51
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-4/+4
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied further patches for #996Gravatar Fabio Bas2010-10-161-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some cleaning on kvichannel + maybe compilation fixGravatar Fabio Bas2010-08-211-10/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4923 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - fixed notifier close buttonGravatar Fabio Bas2010-08-211-7/+4
| | | | | | | - fixed crash bug on missing pixmap - fixed doc for $chan.matchmask git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4920 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - handle channel list modes dinamically (only +b is hardcoded)Gravatar Fabio Bas2010-08-211-2/+188
| | | | | | | | | - added support for reop lists (+R, ircnet), channel owner lists (+q, unrealircd), channel admin lists (+a, unrealircd) - added $chan.matchmask, $chan.masklist, $chan.maskcount - fixed kvichannel to correctly report the sync time checking the request queue - fixes #912 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4919 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked the mode widgetGravatar Fabio Bas2010-08-181-0/+45
| | | | | | | | added $chan.modeParam() misc fixes to mode handling git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4894 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Reworked the way kvirc parses channel modes;Gravatar Fabio Bas2010-08-171-10/+6
| | | | | | | addded to the mode editor the ability to set/unset additional modes with parameters and added a throttle to handle correctly multiple mode changes in a single row still wip: modewidget (still lacks the ability to show the additional modes), encoding stuff git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4891 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed "i" flag for $chan.users() previously broken in r4177Gravatar Fabio Bas2010-03-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4216 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed $chan.users()Gravatar Fabio Bas2010-03-211-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4177 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added function $chan.common to retrieve the common channels with a userGravatar Elvio Basello2009-12-081-95/+83
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3672 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked namespace KviQString;Gravatar Elvio Basello2009-12-051-4/+4
| | | | | | | | | improved hungarian notation; added Doxygen comments; added TODO for hungarian notation: keep it updated! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3666 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $chan.matchqban (fixes #555)Gravatar Fabio Bas2009-09-041-0/+54
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3477 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #500Gravatar Fabio Bas2009-07-231-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3369 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-17/+17
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented #273;Gravatar Elvio Basello2008-10-291-1/+1
| | | | | | | | added IRC Op user and its flags; added IRC Op events; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2793 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented #102;Gravatar Elvio Basello2008-10-021-2/+2
| | | | | | | | | | | splitted optw_irc; added doxygen comments; bumped sources date; update ChangeLog and TODO; fixes around; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2620 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from a to fGravatar Elvio Basello2008-09-181-2/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Huge QT4 port commit :) (wip)Gravatar Noldor2008-05-131-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1765 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more code cleanGravatar Elvio Basello2008-04-031-4/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1381 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some little fixes around;Gravatar Elvio Basello2008-03-041-34/+33
| | | | | | | | fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix for ticket no 39Gravatar Szymon Tomasz Stefanek2008-03-011-2/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1175 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More alternate port to Qt4: no longer relying on Qt collection classesGravatar Szymon Tomasz Stefanek2008-01-151-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c
* undoing, sorryGravatar Alexey Uzhva2007-07-051-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@646 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed font saving in qt4 kvircGravatar Alexey Uzhva2007-07-051-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@644 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt4 port and some small fixesGravatar Szymon Tomasz Stefanek2007-02-201-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@351 17fca916-40b9-46aa-a4ea-0a15b648b75c