aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/irc/KviIrcServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SASL: Add support for EXTERNAL method. Closes #2258Gravatar IceN9ne2018-11-221-0/+8
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* gettimeofday(): Remove timezone argumentGravatar staticfox2017-09-271-1/+1
| | | | | | | 1) Due to timezone and Daylight Savings, it has been abadonded and deprecated 2) It failed to compile under msvc2017 for whatever reason 3) We've never used it anyway
* KviProxyDatabase: Move to vector and unique pointersGravatar staticfox2016-08-071-3/+5
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-13/+13
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-90/+89
|
* Make defaults more consistent with defaults :-OGravatar Alexey Sokolov2016-03-121-1/+1
| | | | | | CAP and STARTTLS were disabled by default for new servers, but enabled by default for servers loaded from config which didn't have this setting.
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Add base work for favoritesGravatar Matt Ullman2015-11-041-1/+8
|
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Fix #1243. Also fix server unique ID generation.Gravatar Szymon Tomasz Stefanek2011-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6003 17fca916-40b9-46aa-a4ea-0a15b648b75c
* crash fix: don't mix up different data types in the same QString().arg()Gravatar Fabio Bas2011-01-141-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5359 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-57/+57
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add alternative network-specific and server-specific nicknames. Also a lot ↵Gravatar Szymon Tomasz Stefanek2011-01-101-8/+32
| | | | | | of KviIrcServer related cleanups. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5322 17fca916-40b9-46aa-a4ea-0a15b648b75c
* yet more splitting; killed some definesGravatar Elvio Basello2011-01-041-91/+85
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5295 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
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-16/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-0/+412
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