aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/reguser/libkvireguser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash on reguser.add if the provided mask is already assigned to other ↵Gravatar wodim2017-08-311-1/+1
| | | | | | user. Fixes #2289
* 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 setGravatar IceN9ne2017-02-211-13/+11
| | | | * Fixes #2205
* libkvireguser: Fix memory leak in $reguser.maskGravatar IceN9ne2016-11-051-1/+1
| | | | | If u is null (user not found in the registered user database) or the parameter N of $reguser.mask is specified, then pArray leaks.
* 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 ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Merge pull request #1740 from un1versal/My-Favorite-MartianGravatar BlindSight2015-11-191-1/+1
|\ | | | | string fixes: typos, capitalization and consistency - the saga continues.
| * 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 tooGravatar Matt Ullman2015-11-131-1/+3
| | | | | | | | Add documentation to -h | --highlight flags
* | reguser: Add base for ignoring highlightsGravatar Matt Ullman2015-11-131-0/+2
|/ | | | Closes #1605
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* - Happy new year!Gravatar Fabio Bas2012-01-011-3/+3
| | | | | | | | | | | | - 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
* More file renamingGravatar Szymon Tomasz Stefanek2011-03-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5537 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed namespaceGravatar Elvio Basello2011-02-101-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-9/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked mIRC control codes;Gravatar Elvio Basello2010-12-301-1/+1
| | | | | | | yet more splitting; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5272 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-7/+7
| | | | 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-10/+10
| | | | | | 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/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-12/+12
| | | | | | | | 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
* 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
* 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 part of modules .pot fixGravatar Elvio Basello2009-01-271-25/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3046 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully removed all the remaining noisy messages from gccGravatar Fabio Bas2008-11-081-63/+56
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ported reguser moduleGravatar Fabio Bas2008-09-231-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2537 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to rGravatar Elvio Basello2008-09-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2484 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed QT3 QString stuff (wip). Need test.Gravatar Noldor2008-04-131-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1476 17fca916-40b9-46aa-a4ea-0a15b648b75c
* initial port for reguser moduleGravatar Elvio Basello2008-04-071-24/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1414 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix for regusers stuff: please testGravatar Szymon Tomasz Stefanek2008-03-181-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some little fixes around;Gravatar Elvio Basello2008-03-041-28/+28
| | | | | | | | fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More alternate port to Qt4: no longer relying on Qt collection classesGravatar Szymon Tomasz Stefanek2008-01-151-13/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Quick (and temporary) fixGravatar Ahinu2007-06-031-5/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@594 17fca916-40b9-46aa-a4ea-0a15b648b75c
* repainted reguser list, make it more informativeGravatar Alexey Uzhva2007-02-251-0/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@370 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixGravatar Alexey Uzhva2007-02-201-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@353 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Completely reworked ignore system; Implemented reguser match caching; ↵Gravatar Alexey Uzhva2007-02-191-3/+239
| | | | | | Implemented custom color for registered user caching git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@348 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt 4.x portGravatar Szymon Tomasz Stefanek2007-01-191-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@195 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+998
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c