<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/kvilib/irc/kvi_ircserverdb.cpp, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/kvilib/irc/kvi_ircserverdb.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/kvilib/irc/kvi_ircserverdb.cpp?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2010-12-25T05:28:46Z</updated>
<entry>
<title>Beginning of 'the big rename &amp; cleanup'. File names should match class names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations...</title>
<updated>2010-12-25T05:28:46Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2010-12-25T05:28:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f2f47c5eaa7d284abad1f693d7c75c85c42565df'/>
<id>urn:sha1:f2f47c5eaa7d284abad1f693d7c75c85c42565df</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>Don't push connection-specific nick, pass and usermode back in the server config; use the reconnectinfo structure instead (fixes #918)</title>
<updated>2010-12-16T09:34:52Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2010-12-16T09:34:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=bc665374c72c7b7a779b6414c250b5cd69cd124b'/>
<id>urn:sha1:bc665374c72c7b7a779b6414c250b5cd69cd124b</id>
<content type='text'>
fixed a lot of fake trimmed() calls

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5194 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>cleaned code</title>
<updated>2010-10-04T21:19:46Z</updated>
<author>
<name>Elvio Basello</name>
</author>
<published>2010-10-04T21:19:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6a9297b019a5712420babf693fa6d180a9d9da59'/>
<id>urn:sha1:6a9297b019a5712420babf693fa6d180a9d9da59</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5043 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>applied typo fixes for the "file" and "config" modules (thank OmegaPhil)</title>
<updated>2010-08-31T09:10:41Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2010-08-31T09:10:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c8ba5d212c9da7d11f08684c5d244cfaad4d0032'/>
<id>urn:sha1:c8ba5d212c9da7d11f08684c5d244cfaad4d0032</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>server handling: avoid to pick up the first available server from the first available network: open up the server list instead;</title>
<updated>2010-06-04T17:19:44Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2010-06-04T17:19:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=0e636b8821b96709115ba85ed3f2b37a4f2a60e1'/>
<id>urn:sha1:0e636b8821b96709115ba85ed3f2b37a4f2a60e1</id>
<content type='text'>
other small fixes

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4421 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>server config: changed "supportsSTARTTLS" to "enabledSTARTTLS" and enabled by default; this option is now meaningful only as a way to force STARTTLS disabled on a server that supports it;</title>
<updated>2010-02-13T11:21:16Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2010-02-13T11:21:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=87bfbefebab8bf25cfcbfd0b4935d8e6822f4508'/>
<id>urn:sha1:87bfbefebab8bf25cfcbfd0b4935d8e6822f4508</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>updates FSF address, thanks to Kebianizao for noticing</title>
<updated>2009-05-08T19:24:26Z</updated>
<author>
<name>Markus Rennings</name>
</author>
<published>2009-05-08T19:24:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f2a10fca8b84550638a94a60ffe7c7ac4313b8fd'/>
<id>urn:sha1:f2a10fca8b84550638a94a60ffe7c7ac4313b8fd</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>fix for #404</title>
<updated>2009-03-20T17:53:45Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2009-03-20T17:53:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=43c980e8bf0877f6729849fba2de2cf0b78e6d47'/>
<id>urn:sha1:43c980e8bf0877f6729849fba2de2cf0b78e6d47</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3153 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>get rid of QString::null; added doxygen comments;</title>
<updated>2008-10-10T03:42:12Z</updated>
<author>
<name>Elvio Basello</name>
</author>
<published>2008-10-10T03:42:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9bc0a92972385db4a02f5a9e441ce1dee17ab2f2'/>
<id>urn:sha1:9bc0a92972385db4a02f5a9e441ce1dee17ab2f2</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2681 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>added doxygen comments;</title>
<updated>2008-09-27T16:29:29Z</updated>
<author>
<name>Elvio Basello</name>
</author>
<published>2008-09-27T16:29:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=8e2afb36313bfc0fefe4811cc59b732da4f0ded8'/>
<id>urn:sha1:8e2afb36313bfc0fefe4811cc59b732da4f0ded8</id>
<content type='text'>
renamed function;


git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2586 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
</feed>
