Add command queue prepend, prioritize PING/PONG
[quassel.git] / src / core / corenetwork.cpp
2018-02-28 Shane SynanAdd command queue prepend, prioritize PING/PONG
2016-02-10 Manuel NickschasDon't prefix the nick with a colon while connecting...
2016-01-02 Sai NaneFix ident race condition
2016-01-02 esainaneFix OIdentdConfigGenerator double-printing on ssl
2016-01-02 Michael MarleyCall socketDisconnected() from socketStateChanged()
2015-03-11 Manuel NickschasMerge pull request #116 from mamarley/splitfix2
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
2015-02-27 Michael MarleyImprove the message-splitting algorithm for PRIVMSG... 116/head
2015-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-06 Manuel NickschasRemove support for obsolete Qt versions
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-12-20 Michael MarleyFix potential state desync in disconnectFromIrc() 104/head
2014-09-23 Manuel NickschasMerge pull request #83 from m5/hotlist-fix
2014-09-22 Manuel NickschasMerge pull request #84 from tecknojock/master
2014-09-22 Manuel NickschasMerge pull request #93 from mamarley/quitonfaileddbconn
2014-09-22 Manuel NickschasMerge pull request #92 from mamarley/nodbnoemit
2014-09-22 Manuel NickschasMerge pull request #94 from mamarley/ssloidentdfix
2014-09-17 Michael MarleyRename socketConnected() to socketOpen() to reduce... 94/head
2014-09-16 Manuel NickschasMerge pull request #89 from mamarley/ssloidentdfix
2014-09-04 Michael MarleyImprove the odds of winning the oidentd race when using... 89/head
2014-07-02 Manuel NickschasMerge pull request #73 from jpnurmi/signalproxy
2014-07-02 Manuel NickschasMerge pull request #72 from jpnurmi/datastream
2014-06-14 Sebastian MeyerChecking for single char line endings
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 K. Ernest (iFire... Replace {from,to}Ascii with {from,to}Latin1
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-14 Manuel NickschasFix round-robin for networks that support it
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?