DataStreamPeer: add missing include <QDataStream>
[quassel.git] / src / core /
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.
2013-02-20 Manuel NickschasMutate SignalProxy::AbstractPeer into a separate class...
2013-02-20 Manuel NickschasTrim the last parameter except for PRIVMSG and NOTICE
2013-02-20 Manuel NickschasHandle NAMREPLY with trailing whitespace
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 martin sandsmarkfix the misplaced & in the private stuff as well 1/head
2013-02-19 martin sandsmarkfix the last misplaced &
2013-02-19 martin sandsmarkconsistency++
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-02-19 Felix GeyerCheck if user setting pair exists before inserting...
2013-02-19 Bas PapeAdd support for SASL EXTERNAL
2013-02-19 Bas PapeOnly escape \ with standards-compliant ctcp
2013-02-19 Bas PapeSimplify CTCP parsing by default
2013-02-19 Manuel NickschasFix issue with "Topic set" message
2013-02-19 Manuel NickschasFix SASL auth with Freenode
2013-02-18 Manuel NickschasRename Internal-, Remote- and LegacyConnection to ...
2013-01-31 Bas PapeAdd support for DH1080 key exchange 5/head
2013-01-31 Bas PapeRefactor Cipher related things.
2013-01-27 Manuel NickschasYearly bump
2013-01-17 Manuel NickschasRefactor SignalProxy, network and protocol code
2013-01-02 Martin T. H. Sandsmarkconsistency++
2012-12-26 Martin T. H. Sandsmarksupport '*' as a target for modes
2012-12-26 Martin T. H. Sandsmarkrefactor out mode-applying into a separate method
2012-12-26 Martin T. H. Sandsmarkadd support for oping a whole channel with /op *
2012-12-10 Gryllida AParse wallops (fixes Bug #1185)
2012-12-10 Bas PapeOnly chop \r\n instead of trimming all whitespace
2012-12-10 Daniel AlbersDisplay timestamps using the application locale
2012-09-11 Lasse LiehuBetter time formatting by using an explicit format
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-05-22 Felix GeyerAllow the core to use expired certificates.
2012-05-22 Felix GeyerSupport intermediate CA certificates.
2012-05-22 Gryllida Aresolve #1145 (parse 330 in /whowas)
2012-05-22 Sebastian GothAdd halfop support
2012-05-21 Manuel NickschasProvide (de)serialization for all event types
2012-04-01 Manuel NickschasAdd support for Qt5 in the build system
2012-03-19 Manuel NickschasFix output for a bunch of numeric server replies
2012-02-22 Daniel Alberslet CMake check for umask()
2012-02-14 Daniel Albersbump © years
next