aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/serverdb/libkviserverdb.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-19/+19
| | | | 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-3/+3
| | | | | | 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
* Added the very first shy 'auto-join this channel' feature to the window ↵Gravatar Szymon Tomasz Stefanek2010-12-251-85/+121
| | | | | | popup. .serverJoinChannels and .networkJoinChannels now return arrays. Reworked a bit the 'network name' mess in the IrcConnection... possibly needs more reorganizing. Some small tweaks in the server dialog. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5226 17fca916-40b9-46aa-a4ea-0a15b648b75c
* a lot of typo and documentarion fixes by OmegaPhilGravatar Fabio Bas2010-12-051-30/+30
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5175 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied further patches for #996Gravatar Fabio Bas2010-10-161-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added missing server module doc, thanks kultGravatar Fabio Bas2010-08-191-0/+64
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4900 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented #799 (and fixed some serverdb module docs)Gravatar Fabio Bas2010-07-201-18/+104
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4685 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
* Some doc fixGravatar Noldor2009-03-011-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3109 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully removed all the remaining noisy messages from gccGravatar Fabio Bas2008-11-081-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to the end;Gravatar Elvio Basello2008-09-181-1/+3
| | | | | | | | | please, when you create a new file or edit an old one, don't simply copy/paste the license from an other file, but adjust the infos in it (author, datetime, license owner) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixesGravatar Alexey Uzhva2008-08-271-12/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2312 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Goodbye, KviIrcServerDatabaseRecord, moved KviNetwork to separate ↵Gravatar Alexey Uzhva2008-08-271-1/+1
| | | | | | header/source, code cleaning git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2311 17fca916-40b9-46aa-a4ea-0a15b648b75c
* clean codeGravatar Elvio Basello2008-08-261-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2298 17fca916-40b9-46aa-a4ea-0a15b648b75c
* compilation fixGravatar Elvio Basello2008-08-251-5/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* small changesGravatar Alexey Uzhva2008-08-251-6/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2294 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed docGravatar Elvio Basello2008-07-301-63/+63
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2138 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixesGravatar Elvio Basello2008-07-301-50/+50
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2137 17fca916-40b9-46aa-a4ea-0a15b648b75c
* improved KviProxy and serverdbGravatar Elvio Basello2008-07-241-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2111 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Splitter server encoding in two pieces: server specific encoding (used to ↵Gravatar Fabio Bas2008-07-151-4/+94
| | | | | | | | | 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
* more work on serverdb module. please test itGravatar Elvio Basello2008-07-081-79/+490
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2037 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on serverdbGravatar Elvio Basello2008-07-051-159/+471
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2010 17fca916-40b9-46aa-a4ea-0a15b648b75c
* bumped sources data;Gravatar Elvio Basello2008-07-051-0/+564
added initial new serverdb module; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2004 17fca916-40b9-46aa-a4ea-0a15b648b75c