aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/chan/libkvichan.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc doc fixesGravatar wodim2017-03-021-1/+1
* libkvichan: Fix typo in documentation•••Fixes #2168 Gravatar staticfox2017-01-011-1/+1
* Cleanup included filesGravatar IceN9ne2016-10-281-2/+2
* Part 1: Bring KVIrc to the 21st century•••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. Gravatar staticfox2016-08-031-35/+33
* 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 fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-141-34/+34
* 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 opinion...Gravatar un1versal2015-11-281-1/+1
* [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 for...•••- 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 Gravatar Robert Förster2014-11-211-6/+6
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-221-2/+2
* some fixes on documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-09-111-8/+8
* fixed $chan.common when used outside a channel (eg, in the OnNickChange event)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5877 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-06-241-6/+12
* killed some defines;•••more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-071-4/+4
* yet more splitting;•••added doxygen comments; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-041-7/+14
* moved around some header hopefully minimizing recompilation times on small ch...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-311-3/+3
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-51/+51
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-251-4/+4
* applied further patches for #996•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-161-1/+1
* some cleaning on kvichannel + maybe compilation fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4923 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-211-10/+10
* - fixed notifier close button•••- 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 Gravatar Fabio Bas2010-08-211-7/+4
* - handle channel list modes dinamically (only +b is hardcoded)•••- 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 Gravatar Fabio Bas2010-08-211-2/+188
* reworked the mode widget•••added $chan.modeParam() misc fixes to mode handling git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4894 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-181-0/+45
* Reworked the way kvirc parses channel modes;•••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 Gravatar Fabio Bas2010-08-171-10/+6
* fixed "i" flag for $chan.users() previously broken in r4177•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4216 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-251-1/+1
* fixed $chan.users()•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4177 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-211-8/+8
* final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-241-1/+2
* added function $chan.common to retrieve the common channels with a user•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3672 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-12-081-95/+83
* reworked namespace KviQString;•••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 Gravatar Elvio Basello2009-12-051-4/+4
* added $chan.matchqban (fixes #555)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3477 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-041-0/+54
* fix for #500•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3369 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-07-231-6/+6
* updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2009-05-081-1/+1
* second round of misc compilation noise reduction•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-081-17/+17
* implemented #273;•••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 Gravatar Elvio Basello2008-10-291-1/+1
* implemented #102;•••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 Gravatar Elvio Basello2008-10-021-2/+2
* fixed license template for modules from a to f•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-181-2/+3
* Huge QT4 port commit :) (wip)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1765 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-05-131-8/+8
* more code clean•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1381 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-031-4/+1
* some little fixes around;•••fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-03-041-34/+33
* Fix for ticket no 39•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1175 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-03-011-2/+9
* More alternate port to Qt4: no longer relying on Qt collection classes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-01-151-6/+6
* undoing, sorry•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@646 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-07-051-1/+0
* fixed font saving in qt4 kvirc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@644 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-07-051-0/+1
* More Qt4 port and some small fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@351 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-02-201-2/+2