Add checkParamCount() which stops the event if something's wrong
[quassel.git] / src / core / core.h
2009-11-01 Marcus EggenbergerSeparate persistency for marker line (backend only)
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-07-12 Marcus EggenbergerFixes #682 - Core crashes on client connection
2009-03-12 Marcus Eggenbergeradding --change-userpass=<username> option to the core
2009-03-11 Marcus EggenbergerDropping --migrate-backend option and adding --add...
2009-03-03 Marcus Eggenbergerprettyficating the prompting for backend credentials
2009-03-03 Marcus Eggenbergermigration no longer eats memory
2009-03-03 Marcus EggenbergerFurther improvements to the postgres backend:
2009-03-03 Marcus Eggenbergerfirst version of postgres backend
2009-02-13 Marcus EggenbergerFixes #552 - Don't try to use DBs with a too new schema...
2009-02-11 Marcus Eggenbergermaking away state and user modes persistent
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 Eggenbergerinlining starge calls
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-10-21 Marcus EggenbergerMonolithic build features now zero setup configuration...
2008-10-21 Marcus EggenbergerFirst working version of internal core connection.
2008-10-21 Marcus Eggenbergercore can now accept a signalproxy as a client
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-05 Marcus Eggenbergerexplicitly listening on IPv4 even if IPv6 is available
2008-09-02 Manuel NickschasExplicitly provide MOC_DEFINES, use HAVE_SSL instead...
2008-07-16 Sebastian GothActivate cliparser and adapt old global variables to it.
2008-07-16 Marcus Eggenbergerfirst version of core info dialog
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-31 Marcus EggenbergerQuassel _should_ now compile again if Qt doesn't provid...
2008-03-30 Marcus EggenbergerImplemented SSL support for client <-> core connection.
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-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 EggenbergerBacklogdata is now made persistent every 10 minutes.
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-01-20 Manuel NickschasBringing back session save/restore. Old state won't...
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-02 Manuel NickschasVarious smaller stuff, some parts of the new identity... 0.2.0-pre
2007-12-21 Manuel NickschasThe Quassel Core now remembers on exit which networks...
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-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-08-29 Manuel Nickschasclean++
2007-08-29 Manuel NickschasYES! We finally have dynamic signals between Core and...
2007-08-01 Manuel NickschasGot rid of class Global, as promised. For now, the...
2007-08-01 Manuel NickschasOK Folks, my first commit after quite a while, and...
2007-06-28 Manuel NickschasCleaning up the closet... or at least the code. Tried...
2007-06-27 Manuel NickschasStill working on the authentification stuff. Technicall...
2007-06-20 Manuel NickschasStarting reorganization of files in preparation of...