docs: Move SQL schema to README.md, add more help
[quassel.git] / src / core / sqlitestorage.h
2018-05-23 Shane Synancore: Fix 64-bit ID SQLite -> Postgres migration
2018-05-23 Michael MarleyUse 64-bit IDs for messages
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-23 Janne KoschinskiImplement type-filtered backlog fetching
2018-05-23 Janne KoschinskiStore highlight status per buffer coreside
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-19 Manuel Nickschascore: Fix inconsistent override/virtual usage
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiReadd files lost during rebasing, fix minor issues
2017-12-19 Janne KoschinskiImplement buffer activity sync
2017-12-19 Janne KoschinskiUse Message::Types (which is QFlags<Message::Type>...
2017-12-19 Janne KoschinskiImplement database backend for buffer-activity patch
2017-08-30 Manuel NickschasRework the handling of storage/auth backends and config
2017-05-27 Ben RosserAdd authenticator column to quasseluser table
2017-04-24 Shane Synancore: Drop the 'update_lastmsgid' statements
2017-03-05 Marcus EggenbergerMerge pull request #274 from digitalcircuit/fix-sql...
2017-03-05 Shane SynanAdd documentation, clean up whitespace
2017-03-04 Marcus EggenbergerMerge pull request #273 from ReimuHakurei/master
2017-03-04 Alex IngramPort the previous PostgreSQL improvements to SQLite3. 273/head
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-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!
2009-11-01 Marcus EggenbergerSeparate persistency for marker line (backend only)
2009-03-12 Marcus Eggenbergeradding --change-userpass=<username> option to the core
2009-03-08 Marcus Eggenbergersome SQLite love <3
2009-03-03 Marcus Eggenbergerprettyficating the prompting for backend credentials
2009-03-03 Marcus Eggenbergermigration no longer eats memory
2009-03-03 Marcus Eggenbergerupdating sequences after mirgration
2009-03-03 Marcus Eggenbergerfirst version of sqlite migration reader
2009-03-03 Marcus EggenbergerFurther improvements to the postgres backend:
2009-03-03 Marcus Eggenbergerfirst version of postgres backend
2009-02-11 Marcus Eggenbergermaking away state and user modes persistent
2009-02-11 Marcus Eggenbergersimplifying schema evolution
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-30 Marcus Eggenbergerfixing a big oopsie that would cause the creation of...
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 Eggenbergermigrating identities from QSettings to the storage...
2008-11-29 Marcus Eggenbergeradding new backlog requesters
2008-11-29 Marcus Eggenbergeradapting the backlogmanagers to the new storage api
2008-11-29 Marcus Eggenbergeradding new message requesters to the storage backend
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-11-21 Marcus Eggenbergerthis should tackle sqlites issues with concurrent access
2008-11-21 Marcus Eggenbergerremoving very old migration code
2008-10-21 Marcus Eggenbergerproperly identifying the internal/admin user
2008-06-23 Marcus EggenbergerFixing BR #147. Needs core update.
2008-04-13 Manuel NickschasMerging r730:732 from trunk to branches/0.3. Forwardpor...
2008-04-13 Marcus EggenbergerIntroducing the all-new all-fancy bufferviews.
2008-04-01 Marcus EggenbergerMade the core connects faster
2008-03-16 Marcus EggenbergerLots of new internal stuff (breaking protocol):
2008-03-09 Marcus Eggenbergerswitching from timestamps to msgid regarding lastseen...
2008-02-21 Marcus Eggenbergermoved corestate (connected networks and joined channels...
2008-02-21 Marcus Eggenbergermigrated passwords from blob to strings (still hashed...
2008-02-19 Marcus EggenbergerQuery buffers are now automatically renamed on nickchanges.
2008-02-18 Marcus Eggenbergeradded core and client handlers for buffer removal
2008-02-18 Marcus Eggenbergerimplemented the core part for removing buffers permanently
2008-02-14 Marcus EggenbergerChanged storage to store last seen dates of buffers...
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-02-11 Marcus EggenbergerThe Networksettings are now stored purely in the Database.
2008-02-08 Manuel NickschasThe Core Configuration Wizard is back! teH rul!
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-01-18 Manuel Nickschasuint -> NetworkId, uint -> BufferId almost everywhere...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-07 Marcus EggenbergerSQL-Queries are now stored in a resource. The bashscript
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-01 Marcus EggenbergerSince we're going for one grand unified model to store...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-11-03 Marcus Eggenberger- New SignalProxy which is kinda sorta based on the...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-09-22 Marcus EggenbergerAdded getNetworkId(UserId user, const QString &network...
2007-08-07 Manuel NickschasRemoved broken autoconnect (for networks) -- how are...
2007-06-28 Manuel NickschasCleaning up the closet... or at least the code. Tried...
2007-06-20 Manuel NickschasStarting reorganization of files in preparation of...