Make CTCP PING report the correct millisecond round-trip time
[quassel.git] / src / common /
2014-01-23 Manuel NickschasHave the PeerFactory provide the list of supported...
2014-01-23 Manuel NickschasMore typedef, less typing
2014-01-23 Manuel NickschasImplement protocol detection
2014-01-23 Manuel NickschasAllow overriding of socket handling methods
2014-01-23 Manuel NickschasAdd PeerFactory
2014-01-23 Manuel NickschasLet RemotePeer(s) tell their protocol type and features
2014-01-23 Manuel NickschasHandle the readyRead() signal in RemotePeer instead...
2014-01-19 Manuel NickschasFix signedness
2014-01-18 Manuel NickschasEncapsulate socket state in AuthHandler, properly handl...
2014-01-01 Manuel NickschasHappy New Year!
2014-01-01 Manuel NickschasMake DCC support opt-in for now
2014-01-01 Manuel NickschasFirst working version of DCC Receive
2014-01-01 Manuel NickschasRefactor the transfer stuff
2014-01-01 Manuel NickschasMake the Transfer::accept() and ::reject() machinery...
2014-01-01 Manuel NickschasAdd missing accessors to TransferManager
2014-01-01 Manuel NickschasTransfer needs a nick attribute
2014-01-01 Manuel NickschasMake the PeerPtr trick work with sync calls as well
2013-12-26 Manuel NickschasBasic infrastructure for file transfers
2013-12-26 Manuel NickschasAllow peer-specific sending and receiving of remote...
2013-11-28 Manuel NickschasMake sys includes POSIX-compliant
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 Manuel NickschasFix expression in IrcEvent::create()
2013-11-14 Manuel NickschasFix datatypes in the legacy handshake
2013-11-12 Manuel NickschasFix flushing of sockets, causing random sync errors
2013-11-07 Manuel NickschasSessionState needs to be a registered meta type
2013-11-07 Manuel NickschasAlways send disconnected() on socket errors
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
2013-11-07 Manuel NickschasAdd handshake message types to protocol.h
2013-11-07 Manuel NickschasMake protocol messages structs instead of classes
2013-10-10 Manuel NickschasFix warnings found by Clang
2013-10-10 Bas PapeUse the old way of finding translations for OSX.
2013-10-10 Bas PapeIndicate whether a key is set for the buffer.
2013-10-10 J-P Nurmitypes.h: add missing include
2013-04-09 Manuel NickschasBuild against Qt 4.6 again
2013-04-09 Manuel NickschasFix missing #include
2013-04-07 Manuel NickschasFix lag display
2013-04-07 Manuel NickschasFix building with Qt 4.7
2013-03-27 Manuel NickschasBuild against Qt 4.7 again
2013-03-06 Manuel NickschasFix virtual overloads
2013-03-06 Bas PapeOptionally start minimized to tray
2013-02-20 Manuel Nickschassuperfluous_includes--
2013-02-20 Manuel NickschasMutate SignalProxy::AbstractPeer into a separate class...
2013-02-20 Manuel NickschasUnused--
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-02-19 Bas PapeLet quassel honour locale language settings
2013-02-19 Bas PapeAdd support for SASL EXTERNAL
2013-02-19 Bas PapeSimplify CTCP parsing by default
2013-02-18 Manuel NickschasRename Internal-, Remote- and LegacyConnection to ...
2013-02-03 Bas PapeAdd codec blacklist for UTF-8 detection 7/head
2013-02-01 Bas PapeUse QCoreApplication::arguments() for genversion 6/head
2013-01-31 Bas PapeAdd support for DH1080 key exchange 5/head
2013-01-27 Manuel NickschasYearly bump
2013-01-27 Manuel NickschasAllow compilation against Qt < 4.7 again
2013-01-26 Manuel NickschasConsolidate protocol messages in one namespace
2013-01-17 Manuel NickschasRefactor SignalProxy, network and protocol code
2013-01-17 Manuel NickschasRemove unused enum
2012-12-26 Martin T. H. Sandsmarkadd irssi's wii as a default alias 2/head
2012-12-10 Gryllida AParse wallops (fixes Bug #1185)
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-05-21 Manuel NickschasProvide (de)serialization for all event types
2012-05-21 Manuel NickschasCMake tweak so Creator sees the moc'd headers
2012-05-21 Manuel NickschasMake the EventType meta enum and related accessors...
2012-04-01 Manuel NickschasAdd support for Qt5 in the build system
2012-04-01 Manuel NickschasAdd (pretty empty) cpp files for abstract classes to...
2012-04-01 Manuel NickschasFix includes
2012-04-01 Manuel NickschasProperly handle QGenericReturnArgument
2012-04-01 Manuel NickschasProperly register the Network::ConnectionState enum
2012-03-19 Rolf Eike Beeruse CMAKE_DL_LIBS
2012-02-14 Daniel Albersbump © years
2012-02-13 Manuel NickschasCleanups
2012-02-13 Daniel Albersadd oidentd cli options to quasselcore
2012-02-13 Daniel AlbersSort cli options in --help output
2012-02-13 Daniel Albersfirst working version of oidentd support - broken, WIP
2012-02-13 Daniel Albers--typos
2012-02-06 Daniel Albersfix core output when using neither syslog nor logfile
2012-01-29 Manuel NickschasDon't log to stdout if --syslog and/or --logfile are...
2012-01-29 Manuel NickschasDon't ask for the syslog option if we don't have syslog...
2012-01-22 Manuel NickschasLog-related cli options are not present in client-only...
2012-01-21 Manuel NickschasFix and improve logging support
2012-01-20 Tomas ChvatalIntroduce possibility to use syslog.
2012-01-20 Thomas MuellerIn kFreeBSD the library dl is not linked
2012-01-20 Bas PapeAdd some const correctness to Network
2011-07-03 Manuel NickschasFix compiler warning (case value not in enum)
2011-06-14 Marcus EggenbergerChanging the behavior how Quassel Events are processed.
2010-10-25 Manuel NickschasBulk-insert messages into the db (again)
2010-10-19 Manuel NickschasAllow arbitrary method prefix for BasicHandler
2010-10-19 Manuel NickschasIntroduce CtcpParser for CTCP-related event processing
2010-10-19 Manuel NickschasFix event propagation
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasSet current time on creation of MessageEvents if no...
2010-10-13 Manuel NickschasAdd a timestamp to events
2010-10-13 Manuel NickschasIntroduce a flag EventManager::Silent
2010-10-13 Manuel NickschasFix an issue with the event loop
2010-10-13 Manuel NickschasEvent backend porting
next