Let RemotePeer(s) tell their protocol type and features
[quassel.git] / src / core / sqlitestorage.cpp
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-05-04 Jens ArnoldFix #959: SQLite -> PostgreSQL migration
2010-04-15 Marcus Eggenbergerenforce usage of SQLite in Monolithic mode
2010-02-14 Manuel NickschasFix SQLite -> Postgres migration
2010-02-14 Chris FuentySASL support
2009-11-08 Daniel AlbersFix Quassel not rejoining newly joined channels
2009-11-01 Marcus EggenbergerSeparate persistency for marker line (backend only)
2009-10-12 Marcus EggenbergerThis should fix the racecondition issues with the sqlit...
2009-04-03 Marcus EggenbergerFixing backlog timestamps when merging from sqlite.
2009-03-26 Marcus Eggenbergerfixes #636 - Sqlite error when merging buffer
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-15 Marcus EggenbergerFixes an issue with SQLites implicit transactions vs...
2009-03-12 Marcus Eggenbergeradding --change-userpass=<username> option to the core
2009-03-11 Marcus EggenbergerFixing issues with SQLite backend not properly storing...
2009-03-08 Marcus Eggenbergersome SQLite love <3
2009-03-03 Marcus Eggenbergermigration no longer eats memory
2009-03-03 Marcus Eggenbergerfirst version of sqlite migration reader
2009-03-03 Marcus EggenbergerFurther improvements to the postgres backend:
2009-02-11 Marcus Eggenbergermaking away state and user modes persistent
2009-02-11 Marcus Eggenbergersimplifying schema evolution
2009-01-20 Manuel NickschasGet rid of the old path finding methods in util.cpp
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-30 Marcus Eggenbergerperformance boost for inital backlog replay when using...
2008-12-30 Marcus Eggenbergerfixing a big oopsie that would cause the creation of...
2008-12-29 Marcus Eggenbergerchanges to identities are now saved again properly
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-26 Marcus Eggenbergerremoving debug output
2008-12-25 Marcus Eggenbergeradding tons of ifdefs so quassel will build again witho...
2008-12-25 Marcus Eggenbergerapplying new server definitions to storage backend
2008-12-25 Marcus Eggenbergermigrating identities from QSettings to the storage...
2008-12-25 Marcus EggenbergerAdding proxy support to the core
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 debug output
2008-11-21 Marcus Eggenbergergetting rid of cached queries - they make no sense...
2008-11-21 Marcus Eggenbergerfirst version of lockless storage backend (WIP with...
2008-11-21 Marcus Eggenbergerremoving very old migration code
2008-11-21 Marcus Eggenbergerabstractsqlstorage api cleanup
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-21 Marcus Eggenbergerproperly identifying the internal/admin user
2008-07-30 Sebastian GothRemoved some whitespaces..
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-06-23 Marcus EggenbergerFixing BR #147. Needs core update.
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-04-25 Manuel NickschasMessage flags are now consistently used as Message...
2008-04-16 Manuel NickschasMerging r732:766 from trunk to branches/0.3.
2008-04-15 Marcus Eggenbergerserverlists are now saved correctly for newly created...
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-30 Marcus EggenbergerImplemented SSL support for client <-> core connection.
2008-03-18 Marcus EggenbergerBacklog is dynamically called and replayed from the...
2008-03-16 Marcus EggenbergerLots of new internal stuff (breaking protocol):
2008-03-09 Marcus Eggenbergerswitching from timestamps to msgid regarding lastseen...
2008-02-22 Marcus Eggenbergerfixed bug: unable to setup SQLite storage
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-20 Manuel NickschasFinally we have solved the session restore problems...
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-10 Marcus EggenbergerConversion to lowercase is no longer done by SQLite...
2008-02-08 Manuel NickschasThe Core Configuration Wizard is back! teH rul!
2008-02-03 Marcus EggenbergerCode cleanup. Distclean advised
2008-02-02 Marcus Eggenbergerfixed the backlog replay issue. DISTCLEAN IS MANDATORY
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-01-29 Marcus Eggenbergerremoved a no longer needed debug message... damn scared...
2008-01-28 Marcus EggenbergerSmall improvement to the SQLite Storage engine.
2008-01-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
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-05 Manuel NickschasCommitting a whole bunch of Identity-related stuff...
2007-12-09 Marcus EggenbergerFixed a bug in the multiuser environment
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-22 Manuel NickschasFinishing the switch to types.h and the resulting cleanup.
2007-11-10 Marcus EggenbergerFixed a bug in SqliteStorage::setup() which could cause...
2007-11-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-11-05 Marcus Eggenberger(no commit message)
2007-11-04 Marcus EggenbergerThis Update is like 90% bugfixes.
2007-11-03 Marcus Eggenberger- New SignalProxy which is kinda sorta based on the...
2007-10-30 Manuel NickschasAdding work-in-progress for the new QGraphicsScene...
2007-10-20 Marcus Eggenbergerimplemented a quick workaround for new quassel users...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-10-09 Marcus EggenbergerAdded uint networkId() to BufferIds.
next