aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/irc/kvi_ircserverdb.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-570/+0
| | | | | | 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
* Don't push connection-specific nick, pass and usermode back in the server ↵Gravatar Fabio Bas2010-12-161-7/+0
| | | | | | | | config; use the reconnectinfo structure instead (fixes #918) fixed a lot of fake trimmed() calls git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5194 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaned codeGravatar Elvio Basello2010-10-041-11/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5043 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-1/+1
| | | | | | | | 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
* server handling: avoid to pick up the first available server from the first ↵Gravatar Fabio Bas2010-06-041-7/+7
| | | | | | | | available network: open up the server list instead; other small fixes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4421 17fca916-40b9-46aa-a4ea-0a15b648b75c
* server config: changed "supportsSTARTTLS" to "enabledSTARTTLS" and enabled ↵Gravatar Fabio Bas2010-02-131-2/+2
| | | | | | | | | | | by default; this option is now meaningful only as a way to force STARTTLS disabled on a server that supports it; 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
* 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
* fix for #404Gravatar Fabio Bas2009-03-201-0/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3153 17fca916-40b9-46aa-a4ea-0a15b648b75c
* get rid of QString::null; added doxygen comments;Gravatar Elvio Basello2008-10-101-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2681 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added doxygen comments;Gravatar Elvio Basello2008-09-271-33/+44
| | | | | | | renamed function; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2586 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for kvilibGravatar Elvio Basello2008-09-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2478 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added doxygen commentsGravatar Elvio Basello2008-09-021-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2383 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Low level support for STARTTLS. Needs polishing, though.Gravatar Szymon Tomasz Stefanek2008-08-281-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2343 17fca916-40b9-46aa-a4ea-0a15b648b75c
* initial work on STARTTLS protocol: KVIrc now knows how to handle itGravatar Elvio Basello2008-08-281-5/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2334 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Goodbye, KviIrcServerDatabaseRecord, moved KviNetwork to separate ↵Gravatar Alexey Uzhva2008-08-271-133/+70
| | | | | | header/source, code cleaning git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2311 17fca916-40b9-46aa-a4ea-0a15b648b75c
* compilation fixGravatar Elvio Basello2008-08-251-3/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2295 17fca916-40b9-46aa-a4ea-0a15b648b75c
* small changesGravatar Alexey Uzhva2008-08-251-31/+22
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2294 17fca916-40b9-46aa-a4ea-0a15b648b75c
* upported fix for #213Gravatar Fabio Bas2008-08-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2289 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented support for animated avatars (GIF or MNG) and animated fies at ↵Gravatar Alexey Uzhva2008-07-311-9/+8
| | | | | | whole; some small fixes to the code; removed unused __KVILIB__ defines git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2146 17fca916-40b9-46aa-a4ea-0a15b648b75c
* sounds like a better fix for #181Gravatar Fabio Bas2008-07-241-22/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2114 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reverted 2107 (invalid)Gravatar Fabio Bas2008-07-241-24/+20
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2112 17fca916-40b9-46aa-a4ea-0a15b648b75c
* up-ported probably patch for #181 to trunk 4.0Gravatar Fabio Bas2008-07-231-20/+24
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2107 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Splitter server encoding in two pieces: server specific encoding (used to ↵Gravatar Fabio Bas2008-07-151-0/+3
| | | | | | | | | encode/decode channel names, nicknames, ..) and server default encoding for channels. 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
* renamed global server database pointer; applied patch: thanks to BugSlayerGravatar Elvio Basello2008-07-051-5/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2008 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed protocols nameGravatar Elvio Basello2008-07-051-10/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2000 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved KviIrcNetwork to KviNetwork and KviIrcServer to KviServerGravatar Elvio Basello2008-07-031-54/+54
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1985 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaned code & small portsGravatar Elvio Basello2008-03-311-26/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1361 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More alternate port to Qt4: no longer relying on Qt collection classesGravatar Szymon Tomasz Stefanek2008-01-151-8/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Implemented easy migration from mIRC - loading mIRC servers, personal info ↵Gravatar Alexey Uzhva2007-04-051-0/+121
| | | | | | and history at the first run git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@462 17fca916-40b9-46aa-a4ea-0a15b648b75c
* A bit more Qt 4.x port and a fix for the DCOP helper classGravatar Szymon Tomasz Stefanek2007-01-291-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@279 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt 4.x portGravatar Szymon Tomasz Stefanek2007-01-191-5/+14
| | | | 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/+514
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c