modernize: Use raw string literals instead of escaped strings
[quassel.git] / src / common / identity.cpp
2018-11-18 Manuel Nickschasmodernize: Use raw string literals instead of escaped...
2018-11-18 Manuel Nickschascommon: Simplify SyncableObject macros and usage
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 phuzionChange HTTP links to HTTPS for quassel-irc.org and...
2016-06-06 Manuel NickschasBring copyright headers into 2016
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-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 Manuel NickschasChange Q_WS_* to Q_OS_*
2014-01-01 Manuel NickschasHappy New Year!
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-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2010-02-16 Patrick von RethMore mingw fixes
2009-09-01 Daniel Albersfix error when compiling without ssl
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-04-22 Manuel NickschasAlways treat the GECOS real name field as UTF8-encoded
2009-02-15 Manuel NickschasGet user name from getpwuid, fixes #546
2009-02-14 Marcus Eggenbergerno longer adding nick alternatives with trailing unders...
2009-02-11 Manuel NickschasDon't call defaultNick() several times
2009-02-11 Manuel NickschasFix regexp that purges illegal chars from nicknames
2009-02-11 Manuel NickschasUse GECOS field for real name on Unix, fixes #517
2009-02-11 Manuel NickschasUse login name as default nick on Unix, fixes #516
2009-02-07 Marcus Eggenbergerpurging default nick from forbidden characters
2009-02-07 Marcus Eggenbergermore default nick and realname improvements
2009-02-07 Marcus EggenbergerProviding proper defaults for nick and realname on...
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-26 Manuel NickschasFix compile warnings
2008-12-25 Marcus Eggenbergermigrating identities from QSettings to the storage...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-10-28 Marcus Eggenbergercleanup
2008-08-17 Manuel NickschasUse SyncableObject::requestUpdate() for updating Identities
2008-08-17 Manuel NickschasAdding detach-away settings to identities, removing...
2008-01-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-08 Manuel Nickschas_Almost_ finished the identity dialog (which is still...
2008-01-07 Manuel NickschasSignalProxy now only allows syncing for classes derived...
2008-01-07 Manuel NickschasCommitting a lot of identity stuff which is still disabled.
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-05 Manuel NickschasCommitting a whole bunch of Identity-related stuff...