Don't always add a colon to custom commands
[quassel.git] / src / core / corenetwork.cpp
2014-03-14 Manuel NickschasDon't always add a colon to custom commands
2014-02-26 Michael MarleyUse autonegotiation to choose an SSL protocol. 61/head
2014-01-13 Manuel NickschasSocket options require Qt 4.6+
2014-01-13 Daniel Albersset SO_KEEPALIVE on client sockets
2014-01-13 Michael MarleyImprove reliability of SSL connections
2014-01-01 Manuel NickschasHappy New Year!
2013-11-19 Michael MarleyEnable the ping timeout as soon as the connection to...
2013-10-10 Bas PapePrepend the mode of operation to showkey's output.
2013-02-19 Manuel NickschasMerge pull request #7 from Tucos/bug-640
2013-02-19 Manuel NickschasMerge pull request #6 from Tucos/genversion
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-31 Bas PapeRefactor Cipher related things.
2013-01-27 Manuel NickschasYearly bump
2012-12-10 Bas PapeOnly chop \r\n instead of trimming all whitespace
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-02-13 Daniel Alberssynchronously call OidentdConfigGenerator
2012-02-13 Daniel AlbersOidentdConfigGen: remove qDebug()s
2012-02-13 Daniel AlbersOidentdConfigGen: tweak signals, names and stuff
2012-02-13 Daniel Albersadd oidentd cli options to quasselcore
2012-02-13 Daniel Albersfirst working version of oidentd support - broken, WIP
2012-02-13 Daniel Albersoidentd support - WIP
2011-06-14 Marcus EggenbergerChanging the behavior how Quassel Events are processed.
2011-03-17 Johannes Hubercheck for qca provider plugin, fixes #1045
2010-10-20 Manuel NickschasKill IrcServerHandler and CtcpHandler
2010-10-13 Manuel NickschasAdd a timestamp to events
2010-10-13 Manuel NickschasAdd IrcParser to handle data between the ircd and Quassel
2010-07-29 Manuel NickschasProvide CoreNetwork accessor for getting a cipher for...
2010-07-28 Manuel NickschasClean-up and refactor the blowfish encryption stuff
2010-05-13 Marcus EggenbergerFixes #746 - Quassel unsets default modes set by server...
2010-02-14 Chris FuentySASL support
2009-09-29 Daniel Albersfix core ceasing to reconnect
2009-09-25 Manuel NickschasRename UserInputHandler to CoreUserInputHandler
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-07-15 Manuel NickschasProperly handle unlimited IRC reconnection retries
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-17 Manuel NickschasImprove flood control a bit
2009-03-16 Marcus EggenbergerDebug output for ping timeout issues.
2009-03-10 Marcus Eggenbergertackeling 30 sec ping timeout issues
2009-03-03 Marcus EggenbergerFurther improvements to the postgres backend:
2009-03-03 Marcus Eggenbergerfirst version of postgres backend
2009-02-14 Manuel NickschasDon't send WHO if we haven't received a reply for the...
2009-02-14 Marcus Eggenbergerfixes #391 - appending underscores if all nicknames...
2009-02-13 Marcus Eggenbergertaming and reenabling the irc timeout detection
2009-02-12 Marcus Eggenbergerdisabling irc timeout detection for now - needs investi...
2009-02-11 Marcus EggenbergerFixed a bug where the session restore always marked...
2009-02-11 Marcus Eggenbergerfixes #500 - improved detection of disconnects from irc
2009-02-11 Marcus Eggenbergerdisplaying own quit message
2009-02-11 Marcus Eggenbergerfixes #526 - session restore takes now care of last...
2009-02-11 Marcus Eggenbergermaking away state and user modes persistent
2009-02-05 Marcus Eggenbergerdon't draw using the higlight colors in the away log
2009-02-05 Marcus EggenbergerFixes #410 - away log (you'll find it in the views...
2009-01-13 Manuel NickschasTake list of auto-rejoin channels directly from core
2009-01-13 Manuel NickschasMake "rejoin channels on reconnect" option work
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-03 Marcus Eggenbergerfixing issues after a failed connect to irc
2008-12-25 Marcus Eggenbergerputting it all together: core is now capable to connect...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-12-25 Marcus EggenbergerAdding proxy support to the core
2008-12-25 Marcus EggenbergerMerging NetworkConnection into CoreNetwork.
2008-10-30 Marcus EggenbergerImproved debuging:
2008-08-17 Manuel NickschasIntroducing Network::requestSetNetworkInfo() to simplif...
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-09 Marcus EggenbergerCAN I HAS CHANNEL MODES PLZ?