Enable Breeze on Appveyor
[quassel.git] / src / core /
2018-02-28 selabnayrAllow core-side channel buffer merges
2018-02-28 Shane SynanReload SSL certificates on signal SIGHUP
2018-02-28 Shane SynanDisconnect CoreSession _networks before delete
2018-02-28 Shane SynanProcess events when destroying CoreNetwork
2018-02-28 Shane SynanDon't log socket error when disconnecting
2018-02-28 Shane SynanFix maybe-uninitialized compile warning
2018-02-28 Shane SynanAllow prioritizing QUIT over other commands
2018-02-28 Shane SynanAdd command queue prepend, prioritize PING/PONG
2018-02-28 romibiReplace build date with commit date (#159)
2017-04-12 AdamFix sasl authentication to fail on servers which don...
2016-04-24 Michael MarleyHandle STATUSMSG messages
2016-04-24 Manuel NickschasHandle invalid handshake data properly in the core
2016-02-10 Manuel NickschasDon't prefix the nick with a colon while connecting...
2016-01-02 Michael MarleyFix migration of hashversion
2016-01-02 Sai NaneFix ident race condition
2016-01-02 esainaneFix OIdentdConfigGenerator double-printing on ssl
2016-01-02 Raul Salinas-Monte... quasselcore: --add-user and --change-userpass now exit...
2016-01-02 Konstantin BläsiFixes a crash of the core when executing "/op *" in...
2016-01-02 Jan Alexander Stef... Correct capitalization of networkid column name
2016-01-02 Pierre SchweitzerDon't assign a default value to spacePos
2016-01-02 Pierre SchweitzerUse prefix operators when possible for non-primitive...
2016-01-02 Andrew BrownWrite out warning when a user login fails
2016-01-02 Bas PapeStore the channel keys in CoreNetwork again
2016-01-02 Michael MarleyFix SQL errors caused by sender insertion from multiple...
2016-01-02 Daniel SchaalAdd cmdline options for SSL certificate/key paths.
2016-01-02 Michael MarleyCall socketDisconnected() from socketStateChanged()
2015-04-23 Michael MarleyExecute initDbSession() on DB reconnects
2015-04-21 Michael MarleySet the PostgreSQL session timezone to 'UTC'
2015-04-15 Manuel NickschasMerge pull request #121 from mamarley/unusedcipherfix
2015-04-09 Manuel NickschasMerge pull request #120 from mamarley/dbcreatefix
2015-04-06 Michael MarleyFix compiler warning when compiling without QCA support 121/head
2015-04-06 Michael MarleyUpdate the schema creation DDL for the new password... 120/head
2015-03-11 Manuel NickschasMerge pull request #118 from mamarley/randomfix
2015-03-11 Michael MarleyFix FTBFS on certain older libstdc++ versions. 118/head
2015-03-11 Manuel NickschasMerge pull request #116 from mamarley/splitfix2
2015-03-11 Manuel NickschasMerge pull request #117 from mamarley/oldcoresslconfig
2015-03-11 Manuel NickschasMerge pull request #111 from mamarley/nosslloopback
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
2015-03-11 Manuel NickschasProvide a proper dialog for changing the core password
2015-03-04 Michael MarleyDon't require SSL for loopback connections with --requi... 111/head
2015-03-03 Michael MarleyAdd support for SHA2-512 hash on Qt4 builds 110/head
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-17 Pierre-Hugues HussonAdd "/print" command
2015-02-16 Martin T. H. SandsmarkImplement password changing from client.
2015-02-08 Michael MarleyConvert the Storage::HashVersion names to CamelCase
2015-02-08 Michael MarleyAdd support for a salted SHA2-512 hash
2015-02-08 Michael MarleyAdd support for password hash versioning
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
next