Update INSTALL
[quassel.git] / src / core /
2015-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
2015-02-17 Pierre-Hugues HussonAdd "/print" command
2015-02-16 Martin T. H. SandsmarkImplement password changing from client.
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-07 Manuel NickschasSimplify session thread handling in Core
2015-02-06 Manuel NickschasRemove support for obsolete Qt versions
2015-02-05 Manuel NickschasMerge pull request #108 from hagabaka/master
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-03 Manuel NickschasUse link dependencies between Quassel modules
2015-01-02 Manuel NickschasHappy New Year!
2014-12-20 Michael MarleyFix potential state desync in disconnectFromIrc() 104/head
2014-12-19 egs-meMerge pull request #103 from mamarley/psqlrefactor2
2014-12-19 Michael MarleyImprove reliability of PostgreSQL connections 103/head
2014-11-26 Michael MarleyAdd support for compiling with QCA on Qt5 102/head
2014-10-23 Manuel NickschasMerge pull request #96 from TheOneRing/qca_qt5
2014-10-21 Manuel NickschasCheck for invalid input in encrypted buffers
2014-10-02 Patrick von Rethmake quassel compile with qca enabled on qt5 96/head
2014-09-23 Manuel NickschasMerge pull request #83 from m5/hotlist-fix
2014-09-22 Manuel NickschasSmall optimization
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 tecknojockUpdated Encode to not run additional times. 84/head
2014-09-17 Michael MarleyRename socketConnected() to socketOpen() to reduce... 94/head
2014-09-16 Michael MarleyQuit on database connection failure 93/head
2014-09-16 Manuel NickschasMerge pull request #89 from mamarley/ssloidentdfix
2014-09-14 Michael MarleyDo not emit messages if storing them in the DB failed 92/head
2014-09-14 Manuel NickschasMerge pull request #88 from mamarley/psqllimitallfix
2014-09-14 Manuel NickschasMerge pull request #85 from allanjude/patch-1
2014-09-14 Manuel NickschasMerge pull request #82 from jpnurmi/legacypeer
2014-09-04 Michael MarleyImprove the odds of winning the oidentd race when using... 89/head
2014-09-01 Michael MarleyUse null QVariant instead of "ALL" for select limit... 88/head
2014-08-14 tecknojockFixed CTCP Action Spliting
2014-07-11 J-P NurmiLegacyPeer: kill the dependency to Quassel::buildInfo() 82/head
2014-07-10 Mattia BasagliaUse correct nick on 001 RPL_WELCOME
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-31 Manuel NickschasFix Qt resource handling
2014-03-28 Manuel NickschasAvoid race conditions in the build system
2014-03-27 Manuel NickschasMerge pull request #66 from TheOneRing/snore
2014-03-26 Manuel NickschasMove the PeerPtr declaration out of types.h
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-25 K. Ernest (iFire... Unnecessary forward declaration of CoreSession.
2014-03-24 Manuel NickschasQSslCertificate::isValid() no longer exists in Qt5
2014-03-24 Bas PapeqVariantCanConvert is deprecated
2014-03-24 Bas PapeLogging changed in Qt 5; use QtMessageHandler
2014-03-24 Manuel NickschasChange Q_WS_* to Q_OS_*
2014-03-24 Manuel NickschasSignature of QTcpServer::incomingConnection() changed...
2014-03-24 K. Ernest (iFire... Replace {from,to}Ascii with {from,to}Latin1
2014-03-24 Manuel NickschasRemove the useless coreeventmanager.cpp again
2014-03-24 Harald FernengelQt5 fixes
2014-03-23 Manuel NickschasCompletely rework the dependency handling in the build...
2014-03-23 Manuel NickschasRemove unnecessary include
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-19 Manuel NickschasSimplify handling of (dual-)Qt in the build system
2014-03-17 Manuel NickschasEnable automoc
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-02-24 Michael MarleyAllow for clients to negotiate whether compression...
2014-02-15 Manuel NickschasOutput the chosen protocol type on connect
2014-01-29 Manuel NickschasMake CTCP PING report the correct millisecond round...
2014-01-29 Bas PapeUse milliseconds for CTCP PING
2014-01-23 Manuel NickschasUse PeerFactory instead of creating LegacyPeer directly
2014-01-23 Manuel NickschasImplement protocol detection
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!
2014-01-01 Manuel NickschasMake DCC support opt-in for now
2014-01-01 Manuel NickschasRemove unused slots
2014-01-01 Manuel NickschasFirst working version of DCC Receive
2014-01-01 Manuel NickschasRefactor the transfer stuff
2014-01-01 Manuel NickschasAdd handler for DCC-SEND
2014-01-01 Manuel NickschasMake the Transfer::accept() and ::reject() machinery...
2013-12-26 Manuel NickschasBasic infrastructure for file transfers
2013-11-24 Marcus EggenbergerMake sure that clients can't access buffers belonging...
2013-11-19 Michael MarleyAdd core commandline option to require SSL for client...
2013-11-19 Michael MarleyAdd function in bufferinfo.cpp to report if chat messag...
2013-11-19 Michael MarleyEnable the ping timeout as soon as the connection to...
2013-11-12 Manuel NickschasFix flushing of sockets, causing random sync errors
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
2013-10-10 Marcus EggenbergerFixing security vulnerability with Qt 4.8.5+ and Postgr...
2013-10-10 Bas PapeRespond to CTCP PING even if it had no parameter.
2013-10-10 Bas PapeAdd some numerics to the 'Just display' list.
2013-10-10 Bas PapeRemove CoreBasicHandler::displayMsg without type.
2013-10-10 Bas PapeIndicate whether a key is set for the buffer.
2013-10-10 Bas PapeDo not allow keyx to be used on channels.
2013-10-10 Bas PapePrepend the mode of operation to showkey's output.
2013-10-10 Bas PapeRemove unused cipher map.
2013-10-10 Bas PapeProperly detect CBC in key negotiation.
2013-10-10 Bas PapeDon't respond to key exchange requests in channels
2013-05-16 Bas PapeOnly show warning about QCA on user input.
2013-04-09 Manuel NickschasChange date/time formats
2013-03-06 Bas PapeMake sure target for displayMsg is not null
2013-03-06 Jason LynchFix duplication/dropping of messages in certain instances.
next