aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/reguser/libkvireguser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash on reguser.add if the provided mask is already assigned to other ...•••Fixes #2289 Gravatar wodim2017-08-311-1/+1
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-2/+2
* reguser module: Fix crash in reguser.add when user exists and group is set••• * Fixes #2205 Gravatar IceN9ne2017-02-211-13/+11
* libkvireguser: Fix memory leak in $reguser.mask•••If u is null (user not found in the registered user database) or the parameter N of $reguser.mask is specified, then pArray leaks. Gravatar IceN9ne2016-11-051-1/+1
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+1
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-52/+0
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-11/+11
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-148/+182
* general: Typo fixesGravatar staticfox2016-04-231-6/+6
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-7/+7
* reguser: Add the highlight flag to getIgnoreFlagsGravatar Matt Ullman2015-12-081-0/+3
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Merge pull request #1740 from un1versal/My-Favorite-Martian•••string fixes: typos, capitalization and consistency - the saga continues.Gravatar BlindSight2015-11-191-1/+1
|\
| * helpdocs: close tags [cmd][/cmd]Gravatar un1versal2015-11-131-1/+1
* | fix typo in ignoreEnagled -> ignoreEnabledGravatar un1versal2015-11-141-1/+1
* | hlignore: Set popup ignore to block highlights too•••Add documentation to -h | --highlight flags Gravatar Matt Ullman2015-11-131-1/+3
* | reguser: Add base for ignoring highlights•••Closes #1605 Gravatar Matt Ullman2015-11-131-0/+2
|/
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* - Happy new year!••• - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed - Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change - The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed - Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup - should fix #1221 and hopefully introduce little to no bugs git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-011-3/+3
* More file renaming•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5537 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-051-1/+1
* renamed namespace•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-02-101-2/+2
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-011-9/+9
* reworked mIRC control codes;•••yet more splitting; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5272 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-301-1/+1
* 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-7/+7
* 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-10/+10
* 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/+2
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-311-12/+12
* 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
* 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 part of modules .pot fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3046 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-01-271-25/+25
* hopefully removed all the remaining noisy messages from gcc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-081-63/+56
* ported reguser module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2537 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-09-231-2/+2
* fixed license template for modules from n to r•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2484 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-181-1/+1
* removed QT3 QString stuff (wip). Need test.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1476 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-04-131-1/+1
* initial port for reguser module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1414 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-071-24/+25
* Fix for regusers stuff: please test•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-03-181-1/+0
* 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-28/+28
* 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-13/+13
* Quick (and temporary) fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@594 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Ahinu2007-06-031-5/+7
* repainted reguser list, make it more informative•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-02-251-0/+4
* fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@353 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-02-201-1/+1
* Completely reworked ignore system; Implemented reguser match caching; Impleme...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@348 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-02-191-3/+239
* More Qt 4.x port•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@195 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-01-191-8/+8
* Switching from cvs to svn, initial import•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2006-12-181-0/+998