aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_nickserv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with parsing two strings for PoeditGravatar IceN9ne2016-11-151-0/+1
* Fix unnecessary escaping of % in strings.Gravatar IceN9ne2016-11-141-1/+1
* NickServWidget: Use raw NickServ instead of msg NickServ•••IRCds have aliases in their configuration to route messages to services specifically. In other words, instead of doing /msg nickserv the IRCd treats it like /msg NickServ!NickServ@services.generic.net. This is to aid in the security that sensitive message will get routed to the service, in the even that if services are down and a malicious user takes over the nick, messages using /nickserv will not be sent to that user. Gravatar staticfox2016-07-271-1/+1
* various: add collumn width, read labelsGravatar un1versal2016-06-281-0/+5
* wheeeeeeeeeeGravatar staticfox2016-05-221-1/+1
* Various fixesGravatar un1versal2016-05-151-36/+27
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-4/+2
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-1/+1
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-129/+136
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog Gravatar un1versal2016-02-271-2/+2
* OptionsWidget_nickserv: complete removal of html_center_begin/end, also fixes...Gravatar un1versal2016-02-211-9/+9
* OptionsWidget_nickserv: remove unused QString html_center_begin/end•••no point keeping this around Gravatar un1versal2016-02-211-3/+0
* OptionsWidget_nickserv: remove tooltip + dialog center formattingGravatar un1versal2016-02-021-5/+5
* Remove default nickname in the NickServ dialog.•••Part of #1781. Gravatar wodim2016-01-011-1/+1
* revert wront option box capitalization•••missed in cddeb99d Gravatar un1versal2015-12-271-1/+1
* Consistency: missed colons on label textGravatar un1versal2015-12-231-5/+5
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* KViSelectors/OptionsWidget_* typos and capitalizationGravatar un1versal2015-10-221-9/+9
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-1/+0
* Fix input boxes alignment in nickserv options.•••Patch by TheReign, thanks! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6419 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2014-12-291-1/+1
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-3/+0
* 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-0/+371