core: Remove slots from storage APIs
[quassel.git] / src / core / eventstringifier.cpp
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-05-30 Janne KoschinskiCleanup allowing for tags to be available at later...
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-08-28 Shane Synancore: Limit "User is away" to 1hr or when changed
2018-08-23 Manuel Nickschasqa: Remove [[clang::fallthrough]] annotations again
2018-06-18 Shane Synancore: Silence auto-PINGs with invalid timestamps
2018-06-18 Shane Synancore: Handle single-parameter PONG replies
2018-05-23 Michael MarleyIrcUser: Rename lastAwayMessage to lastAwayMessageTime
2018-05-23 Michael MarleyIrcUser: Use QDateTime for lastAwayMessage, not int
2018-05-23 Shane SynanFinish 64-bit time conversion, modify protocol
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 Manuel Nickschasqa: Replace [[fallthrough]] by [[clang::fallthrough]]
2017-12-19 Manuel Nickschasqa: Add [[fallthrough]] annotations where appropriate
2017-04-12 Shane SynanDetect and label changes from ourself
2016-09-14 Shane SynanShow IRC server error messages when unexpected
2016-06-15 Manuel NickschasMerge pull request #198 - IRCv3 improvements
2016-06-13 Shane SynanSync IrcUser account, add WHOX for account-notify
2016-06-13 Shane SynanFormat SASL auth messages
2016-06-06 Manuel NickschasBring copyright headers into 2016
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
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-01-29 Manuel NickschasMake CTCP PING report the correct millisecond round...
2014-01-29 Bas PapeUse milliseconds for CTCP PING
2014-01-01 Manuel NickschasHappy New Year!
2013-10-10 Bas PapeAdd some numerics to the 'Just display' list.
2013-04-09 Manuel NickschasChange date/time formats
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 Manuel NickschasFix issue with "Topic set" message
2013-01-27 Manuel NickschasYearly bump
2012-12-10 Gryllida AParse wallops (fixes Bug #1185)
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 Gryllida Aresolve #1145 (parse 330 in /whowas)
2012-03-19 Manuel NickschasFix output for a bunch of numeric server replies
2012-02-14 Daniel Albersbump © years
2012-01-29 Martin SandsmarkAdd checks for the right amount of parameters to random...
2011-06-14 Marcus EggenbergerChanging the behavior how Quassel Events are processed.
2010-10-20 Manuel NickschasEvent backend porting - CTCP
2010-10-13 Manuel NickschasUse late CoreSessionEventProcessor handler rather than...
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasAdd a checkParamCount() for EventStringifier as well
2010-10-13 Manuel NickschasEvent backend porting, mostly WHOIS-related stuff
2010-10-13 Manuel NickschasAdd a timestamp to events
2010-10-13 Manuel NickschasIntroduce a flag EventManager::Silent
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasDebug--
2010-10-13 Manuel NickschasPort IrcServerHandler::defaultHandler() to the event...
2010-10-13 Manuel NickschasAdd convenience functions for generating MessageEvents
2010-10-13 Manuel NickschasMove EventStringifier from common/ to core/ for now