Fixes #410 - away log (you'll find it in the views menu)
[quassel.git] / src / core /
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-25 Manuel NickschasRevamping the build system (again...)
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-20 Manuel NickschasGet rid of the old path finding methods in util.cpp
2009-01-20 Edward HadesModified automatic branch mask generation for IP addresses.
2009-01-16 Manuel NickschasSome more fixes
2009-01-16 Manuel NickschasFormatting, make strings translateable, naming convention++
2009-01-16 Joshua T CorbinOnly display the verbose error message once.
2009-01-16 Joshua T CorbinUseful error message on certificate error.
2009-01-16 Joshua T CorbinPrecise error messages in SslServer::setCertificate.
2009-01-16 Joshua T CorbinCatch and describe IO errors in SslServer::setCertificate.
2009-01-16 Joshua T CorbinReset certFile instead of reopening in SslServer::setCe...
2009-01-16 Joshua T CorbinBasic checks on path in SslServer::setCertificate.
2009-01-16 Joshua T CorbinMore obvious logic in SslServer::setCertificate.
2009-01-16 Joshua T CorbinSeparate certificate setting into a method.
2009-01-16 Manuel NickschasAdd socket warnings, make strings translatable, adjust...
2009-01-16 Joshua T CorbinAdd listen option.
2009-01-13 Manuel NickschasAutomatically create networks and buffers specified...
2009-01-13 Manuel NickschasTake list of auto-rejoin channels directly from core
2009-01-13 Manuel NickschasMake "rejoin channels on reconnect" option work
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Marcus EggenbergerDefault identity is now created by the client, if no...
2009-01-11 Marcus Eggenbergerwhen renaming a buffer to a matching known irc user...
2009-01-10 Manuel NickschasReworking CliParser to allow building quasselcore alway...
2009-01-06 Marcus Eggenbergerfixing wrong usage of QList::erase(QList::iterator...
2009-01-05 Marcus Eggenbergerbufferviews are now saved periodically
2009-01-03 Marcus Eggenbergerfixing issues after a failed connect to irc
2009-01-01 Marcus Eggenbergerfixing the schema version for newly created sqlite dbs
2008-12-31 Marcus Eggenbergerfixing a bug related to wait in combination with aliase...
2008-12-30 Marcus Eggenbergerremoving debug output
2008-12-30 Marcus Eggenberger/* no comment */
2008-12-30 Marcus Eggenbergerperformance boost for inital backlog replay when using...
2008-12-30 Marcus EggenbergerWait for it...
2008-12-30 Marcus Eggenbergerremoving debug output
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 Eggenbergermaking the latest schema evolution failsafe
2008-12-29 Marcus Eggenbergerremoving deprecated stuff
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-26 Manuel NickschasMake --norestore work again
2008-12-26 Marcus Eggenbergeroopsie, making CoreCertManager::setId() a slot again
2008-12-26 Manuel NickschasSome more fixes
2008-12-26 Manuel NickschasUse KCmdLineArgs, KApplication and KMainWindow
2008-12-26 Manuel NickschasFix compile warnings, remove unneeded exception handlers
2008-12-26 Manuel NickschasFix compile warnings
2008-12-25 Marcus Eggenbergeradding tons of ifdefs so quassel will build again witho...
2008-12-25 Marcus Eggenbergerputting it all together: core is now capable to connect...
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 EggenbergerFinalizing changes to the identities interface -> break...
2008-12-25 Marcus EggenbergerAdding proxy support to the core
2008-12-25 Marcus EggenbergerMerging NetworkConnection into CoreNetwork.
2008-12-02 Marcus EggenbergerFixing BR #315: Nicks missing from nick lists
2008-11-30 Marcus EggenbergerUncrapificating some queries... I must have been above...
2008-11-29 Marcus Eggenbergermissing files
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-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-11-19 Marcus Eggenbergerno longer rerporting sucessfull opened server port...
2008-11-19 Marcus EggenbergerFixing BR #231 - show own quit in all channels
2008-11-15 Manuel NickschasLoad Qt's default translations if available, fixes...
2008-11-15 Manuel NickschasDisplay rather than clear the channel topic on /topic...
2008-11-15 Marcus Eggenbergerdefault aliases can now be restored via settingspage
2008-11-15 Marcus Eggenbergerfixing BR #297 - the core now really loads the default...
2008-11-03 Marcus Eggenbergermissing files...
2008-11-03 Marcus EggenbergerFixing BR #233 - redirecting chanservs welcome messages...
2008-11-02 Marcus EggenbergerFixing BR #335 - needs a core restart
2008-11-01 Marcus EggenbergerFixing BR #374 (hide marked as away messages when using...
2008-11-01 Marcus EggenbergerFixing BR #369 (handle onotice/omsg properly, add ...
2008-10-31 Marcus Eggenbergerfixing BR #297 and #309 improved default aliases
2008-10-31 Marcus Eggenbergerfixing BR #303 partially - introducing unban
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-28 Marcus Eggenbergerenabling away on detach
2008-10-28 Manuel NickschasFixing .arg().arg() in UserInputHandler, fixes BR #365
2008-10-25 Marcus EggenbergerNote to myself: QByteArray("\000") != QByteArray (1...
2008-10-25 Manuel NickschasCheck correct number of params for handle353(), thanks...
2008-10-25 Marcus EggenbergerImplementing ctcp level quoting and ctcp low level...
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 Eggenbergerproperly handling disconnects - this might even fix...
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-10-21 Marcus Eggenbergeradapting to the new peer types
next