cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / core / coresession.cpp
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2020-10-03 Shane Synancommon: Exclude ignored messages in buffer activity
2020-06-11 Janne Koschinskissl: Remove fallback code for missing SSL support
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-08-30 Manuel Nickschascore: Replace QList by std::vector in the storage API
2019-08-29 Janne KoschinskiRemove debug console and QtScript, which was deprecated...
2019-08-04 Janne KoschinskiImplement a metrics daemon to expose Prometheus metrics
2019-05-30 Janne KoschinskiImplement IRCv3 Server-Time
2019-05-30 Janne KoschinskiMinor cleanup of messages handling
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
2018-11-18 Manuel Nickschasmodernize: Remove custom Quassel-specific log macros
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use raw string literals instead of escaped...
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-10-01 Manuel Nickschascore: Fix quitting from networks on shutdown
2018-10-01 Manuel Nickschascore: Allow clean shutdown of the core
2018-09-06 Manuel Nickschasclang-tidy: Add nullptr check
2018-09-03 Shane Synancommon: Port remote nicks to NickHighlightMatcher
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-06-06 Manuel Nickschascore: Change signature of Core::syncTimer()
2018-06-06 Shane SynanRename strict-ident, apply to non-identd response
2018-06-06 Janne KoschinskiAutomatically synchronize CoreInfo when on connect...
2018-05-23 Michael MarleyUse 64-bit IDs for messages
2018-05-23 Janne KoschinskiImplement sender realname/avatarurl storage
2018-05-23 Michael MarleyPersist Blowfish keys in the database
2018-05-07 Manuel NickschasSome cleanups
2018-05-07 Michael MarleyCache strict sysident mappings
2018-05-07 Michael MarleyAdd strict-oidentd mode
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2017-12-20 Janne KoschinskiImplement core-side highlights
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiImplement a fallback for Qt4
2017-12-19 Janne KoschinskiMigrate password change RPC to the new target restricti...
2017-12-19 Janne KoschinskiImplement peer-specific signal sending
2017-12-19 Janne KoschinskiAdd initial implementation for showing and kicking...
2017-09-04 Janne KoschinskiFix minor stylistic issues with the code 278/head
2017-09-04 Janne KoschinskiImplement sender prefix storage in the database
2017-04-24 Shane Synancore: Fix timestamps in manual /away messages
2017-04-13 Shane SynanUse timestamp format for manual away, not restore
2017-04-13 Marcin JabrzykOptionally include timestamp when entering away
2016-10-07 Manuel Nickschasdcc: Add persistent settings for core-side DCC
2016-09-06 Shane SynanDisconnect CoreSession _networks before delete
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2015-10-08 Manuel NickschasMerge pull request #151 from Tucos/ws-hist
2015-10-08 Manuel NickschasMerge pull request #150 from Tucos/autospace
2015-10-08 Manuel NickschasMerge pull request #149 from Tucos/cipherkeys
2015-10-08 Manuel NickschasMerge pull request #148 from Tucos/DMdebug
2015-10-08 Manuel NickschasMerge pull request #146 from benapetr/master
2015-10-08 Manuel NickschasMerge pull request #145 from Scheirle/enh_usertooltip
2015-10-08 Manuel NickschasMerge pull request #139 from TheOneRing/snorenotify-0.6
2015-10-08 Pierre SchweitzerUse prefix operators when possible for non-primitive...
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-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
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-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-09-23 Manuel NickschasMerge pull request #83 from m5/hotlist-fix
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-14 Michael MarleyDo not emit messages if storing them in the DB failed 92/head
2014-01-23 Manuel NickschasUse PeerFactory instead of creating LegacyPeer directly
2014-01-01 Manuel NickschasHappy New Year!
2013-12-26 Manuel NickschasBasic infrastructure for file transfers
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
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-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-18 Manuel NickschasRename Internal-, Remote- and LegacyConnection to ...
2013-01-27 Manuel NickschasYearly bump
2013-01-17 Manuel NickschasRefactor SignalProxy, network and protocol code
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-02-13 Daniel Albers--typos
2011-06-14 Marcus EggenbergerFixes #960 - "Core crashes after deleting a Network...
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 NickschasIntroduce CtcpParser for CTCP-related event processing
2010-10-13 Manuel NickschasUse late CoreSessionEventProcessor handler rather than...
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEmit a new signal CoreSession::networkDisconnected...
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasDebug--
next