modernize: Use auto where the type is clear from context
[quassel.git] / src / core / core.cpp
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
2018-11-18 Manuel Nickschascmake: Modernize cmake support for LDAP
2018-11-18 Manuel Nickschascommon: Initialize translations in Quassel::init()
2018-10-01 Manuel Nickschascore: Allow clean shutdown of the core
2018-10-01 Manuel Nickschascore: Use the Singleton mixin for the Core instance
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-06-18 Manuel Nickschasidentd: Remove unneeded strict attribute
2018-06-18 Manuel Nickschasidentd: Cleanup
2018-06-18 Janne Koschinskiidentd: Initial draft of integrated ident daemon
2018-06-06 Manuel Nickschasmono: Show a popup during database migration
2018-06-06 Manuel Nickschasmono: Run the internal core in a separate thread
2018-06-06 Manuel Nickschascore: Only load translations if running stand-alone
2018-06-06 Manuel Nickschascore: Properly parent QObject-derived attributes
2018-06-06 Manuel Nickschascore: Use QCoreApplication::exit() instead of just...
2018-06-06 Manuel Nickschascore: Simplify core initialization logic
2018-06-06 Manuel Nickschascommon: Set umask in main() instead of Core::init()
2018-06-06 Manuel NickschasRemove ancient settings migration code
2018-06-06 Shane SynanRename strict-ident, apply to non-identd response
2018-05-23 Shane SynanFinish 64-bit time conversion, modify protocol
2018-05-23 Janne Koschinskicore: Allow configuring DB/auth from environment
2018-05-23 Janne Koschinskicore: Store session state in database, migrate old
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-08-30 Manuel NickschasDon't terminate the core due to backend issues while...
2017-08-30 Ben RosserFix issue from rebase; migrateTo now needs writer.get().
2017-08-30 Manuel NickschasRework the handling of storage/auth backends and config
2017-05-27 Manuel Nickschasldap: Don't use the backend's display name as identifier
2017-05-27 Manuel Nickschasldap: Use correct authenticator name for mono client
2017-05-27 Manuel Nickschasldap: ConnectionProperties -> AuthProperties
2017-05-27 Manuel Nickschasldap: Some cleanups for GH-170
2017-05-27 Ben RosserAuthenticator code cleanup as per review
2017-05-27 Ben RosserAdd --select-authenticator switch to core
2017-05-27 Ben RosserFix a couple of whitespace errors in core.{cpp,h}
2017-05-27 Ben RosserAdd password changing checks
2017-05-27 Ben RosserDelete authenticators in core destructor too
2017-05-27 Ben RosserMake authenticator changes to protocol backwards-compatible
2017-05-27 Ben RosserAdd LdapAuthenticator class for logging in users via...
2017-05-27 Ben RosserImplement authenticator class used for logging in users
2017-04-13 Christian SchwarzSave Core settings synchronously and report errors.
2017-04-13 Christian SchwarzAssert Settings backing store is writable if core is...
2016-12-25 Willem Jan PalenstijnMake reloadCerts also handle the IPv6 server
2016-10-13 Ben RosserDefault to sqlite backend in core creation wizard
2016-09-06 Shane SynanReload SSL certificates on signal SIGHUP
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2015-11-22 Manuel NickschasMerge pull request #158 from romibi/master
2015-11-22 Manuel NickschasMerge pull request #157 from wengxt/wengxt-patch-1
2015-11-22 Manuel NickschasMerge pull request #156 from veeti/sha256-certificate
2015-11-22 Manuel NickschasMerge pull request #155 from TheOneRing/improve_connect
2015-11-22 Manuel NickschasMerge pull request #154 from rsalinas/master
2015-10-31 Raul Salinas-Monte... quasselcore: --add-user and --change-userpass now exit... 154/head
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-07 Manuel NickschasSimplify session thread handling in Core
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-16 Michael MarleyQuit on database connection failure 93/head
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 Manuel NickschasChange Q_WS_* to Q_OS_*
2014-01-23 Manuel NickschasUse PeerFactory instead of creating LegacyPeer directly
2014-01-01 Manuel NickschasHappy New Year!
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
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-02-22 Daniel Alberslet CMake check for umask()
2012-02-13 Daniel Albersadd oidentd cli options to quasselcore
2012-02-13 Daniel Albersfirst working version of oidentd support - broken, WIP
2012-02-13 Daniel Albersoidentd support - WIP
2011-02-22 Stefan Bellerfixing typo
2010-09-21 Manuel NickschasProperly reject invalid handshake data
2010-08-25 Daniel Albersmake quasselcore listen on IPv6 if available
2010-04-15 Marcus Eggenbergerenforce usage of SQLite in Monolithic mode
2010-03-04 Michael GrohAdding users and changing passwords needs a configured...
2010-01-01 Manuel NickschasIntroduce a mechanism to test for certain core features
2009-09-29 Daniel Albersdisable umask on Windows
2009-09-29 Daniel Alberscore defaults to safer umask
next