Use prefix operators when possible for non-primitive types
[quassel.git] / src / core / coresession.cpp
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--
2010-10-13 Manuel NickschasConvert null strings to empty strings
2010-10-13 Manuel NickschasAdd skeletal EventStringifier
2010-10-13 Manuel NickschasHook up the event system to CoreSession's legacy displa...
2010-10-13 Manuel NickschasAdd IrcParser to handle data between the ircd and Quassel
2010-10-13 Manuel NickschasBoilerplate work for CoreSessionEventProcessor
2010-05-12 Marcus EggenbergerIntroducing global away
2010-03-11 Marcus EggenbergerMessages with redirection flag set (all messages that...
2010-03-11 Marcus Eggenbergerpermanently ignored (HardStrictness) messages can no...
2010-02-16 Manuel NickschasProperly set coreFeatures in the monolithic client
2009-12-07 Manuel NickschasIncrease the core-side ping timeout for the client...
2009-10-01 Sebastian GothWrite aliases+ignorelist changes to DB immediately
2009-09-25 Manuel NickschasRename UserInputHandler to CoreUserInputHandler
2009-09-22 Sebastian GothFix potential core crash
2009-09-21 Sebastian GothPeriodically save all settings of a coresession
2009-08-24 Manuel NickschasDecomplexify & reencapsulate
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-08-24 Marcus Eggenbergerfixing bulk updates of SyncObjects
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-05-19 Manuel NickschasFilter some unicode control codes out of IRC messages
2009-04-11 Manuel NickschasProperly handle channel keys in the ircconnection wizard
2009-03-03 Marcus Eggenbergermigration no longer eats memory
2009-03-03 Marcus Eggenbergermaking use of postgres timestamps
2009-03-03 Marcus EggenbergerFurther improvements to the postgres backend:
2009-03-03 Marcus Eggenbergerfirst version of postgres backend
2009-02-17 Marcus Eggenbergerdisabling away on detach in mono mode. some minor impro...
2009-02-14 Marcus Eggenbergerfixes #525 - using 'away' as ultimate fallback if no...
2009-01-13 Manuel NickschasAutomatically create networks and buffers specified...
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Marcus EggenbergerDefault identity is now created by the client, if no...
2009-01-05 Marcus Eggenbergerbufferviews are now saved periodically
2008-12-30 Marcus Eggenbergerremoving debug output
2008-12-30 Marcus Eggenbergerremoving debug output
2008-12-30 Marcus Eggenbergerfixing a big oopsie that would cause the creation of...
2008-12-29 Marcus Eggenbergerremoving deprecated stuff
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-12-29 Marcus Eggenbergerrecreating some indexes that were lost in an upgrade
2008-12-25 Marcus Eggenbergeradding tons of ifdefs so quassel will build again witho...
2008-12-25 Marcus Eggenbergermigrating identities from QSettings to the storage...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-12-25 Marcus EggenbergerMerging NetworkConnection into CoreNetwork.
2008-11-01 Marcus EggenbergerFixing BR #374 (hide marked as away messages when using...
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-28 Marcus Eggenbergerenabling away on detach
2008-10-21 Marcus Eggenbergerproperly handling disconnects - this might even fix...
2008-10-21 Marcus Eggenbergercore can now accept a signalproxy as a client
2008-10-21 Marcus Eggenbergeradapting to the new peer types
2008-08-17 Manuel NickschasIntroducing Network::requestSetNetworkInfo() to simplif...
2008-08-17 Manuel NickschasUse SyncableObject::requestUpdate() for updating Identities
2008-07-30 Sebastian GothRemoved some whitespaces..
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-07-22 Marcus Eggenbergerjussi01: can you spell aliases?
2008-07-16 Marcus Eggenbergerfirst version of core info dialog
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-10 Marcus Eggenbergerfixing output issues with IPv6 host addresses
2008-06-23 Marcus EggenbergerFixing BR #147. Needs core update.
next