aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/irc/kvi_ircserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-412/+0
* More work on channel autojoin lists•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5227 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-251-3/+9
* Don't push connection-specific nick, pass and usermode back in the server con...•••fixed a lot of fake trimmed() calls git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5194 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-161-0/+1
* cleaned code•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5043 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-10-041-17/+17
* implemented #799 (and fixed some serverdb module docs)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4685 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-07-201-0/+6
* added an option to disable cap on a server basis (useful for irc bouncers) •••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3959 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-02-131-0/+7
* server config: changed "supportsSTARTTLS" to "enabledSTARTTLS" and enabled by...•••server config: added "enabledSASL", "SaslNick", "SaslPass" options main config: added global "enable SASL" option sparser: handle CAP LS, REQ, ACK, NAK, END ircconnection: added SASL support (only PLAIN method is supported by now) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3958 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-02-131-6/+31
* probable fix for #494•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3337 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-07-141-4/+19
* fixed bug #450 (thanks CtrlAltCa for the help);•••improved hungarian notation; added doxygen comments; updated sources date; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3302 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-031-131/+135
* 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
* fixed license template for kvilib•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2478 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-181-1/+1
* added doxygen comments;•••changed a message in cmake rules; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2380 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-011-1/+1
* Low level support for STARTTLS. Needs polishing, though.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2343 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-08-281-6/+6
* initial work on STARTTLS protocol: KVIrc now knows how to handle it•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2334 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-08-281-2/+8
* Goodbye, KviIrcServerDatabaseRecord, moved KviNetwork to separate header/sour...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2311 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2008-08-271-65/+11
* implemented support for animated avatars (GIF or MNG) and animated fies at wh...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2146 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2008-07-311-1/+0
* probably patch for a user-reported bug (thx h`nu)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2104 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-07-231-1/+20
* fix for #20 on trunk•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2095 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-07-181-1/+1
* Splitter server encoding in two pieces: server specific encoding (used to enc...•••Made the some for networks, too; added configuration options and relative scripting commands/functions in serverdb's kvs. Should definitely fix #173, and add better support for servers that expands the rfc 7-bit ansi table for channel, nicks, ... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2078 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-07-151-1/+10
* fixed protocols name•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2000 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-07-051-5/+5
* moved KviIrcNetwork to KviNetwork and KviIrcServer to KviServer•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1985 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-07-031-18/+17
* cleaned code & small ports•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1361 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-03-311-3/+0
* 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-1/+1
* fixes/improvements•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@601 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-06-061-0/+18
* fixed temporarry nick storing on reconnect•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@347 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2007-02-181-2/+4
* A bit more Qt 4.x port and a fix for the DCOP helper class•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@279 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-01-291-4/+11
* no more ircfuzz.c•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@165 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-01-121-0/+1
* 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/+345