Introduce a flag EventManager::Silent
[quassel.git] / src / core / core.cpp
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
2009-09-14 Manuel NickschasCompile with Qt 4.6
2009-09-11 Manuel NickschasDisplay correct core timezone in core connection dialog
2009-07-12 Marcus EggenbergerFixes #682 - Core crashes on client connection
2009-06-28 Marcus EggenbergerAn attempt to fix #682 - core crash on client connect...
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-15 Marcus Eggenbergerfixes #627
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 Eggenbergerupdating sequences after mirgration
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-05 Marcus Eggenbergerdon't draw using the higlight colors in the away log
2009-02-05 Marcus EggenbergerFixes #410 - away log (you'll find it in the views...
2009-01-25 Marcus EggenbergerMaking Quassel compile on Mac OS _AGAIN_ -.-
2009-01-25 Manuel NickschasAllow external translation files
2009-01-22 Manuel NickschasDon't show migration warnings if we don't have old...
2009-01-22 Manuel NickschasWell, if we check for a settings version, maybe we...
2009-01-22 Manuel NickschasThis should fix config file migration for the mac.
2009-01-21 Manuel NickschasDon't tinker with config and data files on Mac for now
2009-01-20 Manuel NickschasWupps, fixed an oooopsie with the migration code :)
2009-01-20 Manuel NickschasAdding code for migrating settings and database to...
2009-01-16 Manuel NickschasSome more fixes
2009-01-16 Manuel NickschasAdd socket warnings, make strings translatable, adjust...
2009-01-16 Joshua T CorbinAdd listen option.
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-06 Marcus Eggenbergerfixing wrong usage of QList::erase(QList::iterator...
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-11-29 Marcus Eggenbergerinlining starge calls
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-11-21 Marcus Eggenbergerfirst version of lockless storage backend (WIP with...
2008-11-19 Marcus Eggenbergerno longer rerporting sucessfull opened server port...
2008-11-15 Manuel NickschasLoad Qt's default translations if available, fixes...
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-21 Marcus Eggenbergerproperly identifying the internal/admin user
2008-10-21 Marcus EggenbergerMonolithic build features now zero setup configuration...
2008-10-21 Marcus Eggenbergercore can now accept a signalproxy as a client
2008-10-04 Manuel NickschasRemove legacy core/client protocol version checks
2008-10-04 Manuel NickschasRedesign genversion and make only main.cpp depend on it
2008-09-19 Daniel Albersfix uptime calculation when client and core are in...
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-30 Sebastian GothRemoved some whitespaces..
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-07-21 Marcus Eggenbergeradding protocol version to core startup output and...
2008-07-16 Marcus Eggenbergerfirst version of core info dialog
2008-07-14 Marcus Eggenbergerfixing a bug in core.cpp (yet another crash on exit)
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-10 Marcus Eggenbergerfixing output issues with IPv6 host addresses
2008-07-08 Marcus Eggenbergercore should fallback to v4 if v6 isn't available
2008-07-08 Marcus Eggenbergermake the core listen on ipv6 interfaces too (thanks...
2008-07-06 Manuel NickschasFix protocol version check
2008-07-06 Manuel NickschasFix protocol version check
2008-07-06 Marcus Eggenbergerfixing corecrash on exit when non-authed clients were...
2008-06-30 Manuel NickschasMake warnings a little easier to understand
2008-06-23 Marcus EggenbergerFixing BR #147. Needs core update.
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-17 Diego 'Flameeyes... Fix warnings about non-string-literals on printf()...
2008-06-16 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-16 Diego 'Flameeyes... Fix warnings from GCC 4.3 about suggested parentheses.
2008-06-15 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-07 Manuel NickschasIntroduce new format for version.inc.
2008-06-04 Marcus EggenbergerSay hello to compression!
2008-04-29 Manuel NickschasMore WiP stuff for the MessageModel.
2008-04-27 Manuel Nickschasspelling++
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-04-01 Marcus EggenbergerMade the client disconnection more verbose. And some...
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-26 Manuel NickschasSome very small cosmetic fixes.
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-19 Manuel NickschasHm, storing core settings should probably not be uncomm...
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-18 Manuel NickschasStop core from crashing when exiting while clients...
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 NickschasPrevent the core from restoring its state if it is...
2008-02-08 Manuel NickschasThe Core Configuration Wizard is back! teH rul!
2008-02-03 Marcus Eggenbergeradded a mutex lock in Core::bufferInfo()
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-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
next