debug--
[quassel.git] / src / core /
2009-11-02 Daniel Alberssend unknown commands to server
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-10-06 Daniel Albersreorganize crash handling
2009-10-01 Sebastian GothWrite aliases+ignorelist changes to DB immediately
2009-09-30 Manuel NickschasCheck for IrcUser's existence in handleMode()
2009-09-29 Daniel Albersdisable umask on Windows
2009-09-29 Daniel Alberscore defaults to safer umask
2009-09-29 Daniel Albersfix core ceasing to reconnect
2009-09-25 Manuel NickschasRename UserInputHandler to CoreUserInputHandler
2009-09-22 Sebastian GothFix potential core crash
2009-09-21 Sebastian GothPeriodically save all settings of a coresession
2009-09-21 Manuel NickschasFix initial backlog for buffers with no new messages
2009-09-14 Manuel NickschasCompile with Qt 4.6
2009-09-13 Sebastian GothProvide a contextmenu for the ignore list
2009-09-13 Sebastian GothPimp my netsplit detection
2009-09-11 Manuel NickschasDisplay correct core timezone in core connection dialog
2009-08-24 Manuel NickschasDecomplexify & reencapsulate
2009-08-24 Manuel NickschasAdapt to SignalProxy changes
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-08-24 Marcus Eggenbergerfixing bulk updates of SyncObjects
2009-08-24 Marcus Eggenbergersmall fixes
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-08-24 Sebastian GothHandle very short netsplits
2009-08-24 Sebastian GothIntroduce netsplit detection/handling
2009-08-04 Marcus EggenbergerFixing a bug where the unread messages backlog requeste...
2009-07-26 Marcus EggenbergerFixes #742 - JOIN without parameters
2009-07-26 Daniel Albersallow topic changes to be hidden
2009-07-26 Marcus EggenbergerFixes #692 - double escaping of backslashes when using...
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-07-15 Manuel NickschasProperly handle unlimited IRC reconnection retries
2009-07-12 Marcus EggenbergerFixes #682 - Core crashes on client connection
2009-06-28 Marcus EggenbergerFixes #691 - missing messages when using unread message...
2009-06-28 Marcus EggenbergerFixes bug #715 - multiple targets in PRIVMSG and NOTICE
2009-06-28 Marcus EggenbergerAn attempt to fix #682 - core crash on client connect...
2009-06-26 Marcus EggenbergerHelping Postgres' Query Planer.
2009-05-19 Manuel NickschasFilter some unicode control codes out of IRC messages
2009-05-14 Manuel NickschasFix 512 byte limit protection
2009-05-07 Manuel NickschasProperly handle multiple spaces in a row in msgs sent...
2009-05-07 Manuel NickschasHandle ircd reply 328 (channel homepage)
2009-05-07 Manuel NickschasHandle ircd reply 329 (channel creation time)
2009-05-07 Sjors GielenFixed some indentation issues (and a typo).
2009-04-11 Manuel NickschasProperly handle channel keys in the ircconnection wizard
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-17 Manuel NickschasImprove flood control a bit
2009-03-17 Marcus Eggenbergerfixing buffer merging with postgres backend
2009-03-16 Marcus EggenbergerDebug output for ping timeout issues.
2009-03-15 Marcus Eggenbergerfixes #627
2009-03-15 Marcus EggenbergerFixes an issue with SQLites implicit transactions vs...
2009-03-13 Manuel NickschasMoving alias expansion yet again - this time into Alias...
2009-03-13 Manuel NickschasMove alias handling into the client
2009-03-12 Marcus Eggenbergeradding --change-userpass=<username> option to the core
2009-03-12 Marcus EggenbergerPreserving the order of bound values when dumping error...
2009-03-12 Marcus EggenbergerTreating invalid IdentityIds as NULL values
2009-03-11 Marcus EggenbergerFixing issues with SQLite backend not properly storing...
2009-03-11 Marcus Eggenbergerreenabling the logging facility for all messagetypes
2009-03-11 Marcus EggenbergerDropping --migrate-backend option and adding --add...
2009-03-10 Marcus Eggenbergerproperly purging the core buffersyncer
2009-03-10 Marcus Eggenbergertackeling 30 sec ping timeout issues
2009-03-08 Marcus Eggenbergersome SQLite love <3
2009-03-07 Marcus Eggenbergerproperly making identity cert and key persistent
2009-03-07 Marcus Eggenbergerfixing issues with deleting and renaming buffers with...
2009-03-05 Marcus Eggenbergerupdating bufferid seq properly after migration to postgres
2009-03-03 Marcus Eggenbergersaner amount for cached ids (postgres only)
2009-03-03 Marcus Eggenbergerprettyficating the prompting for backend credentials
2009-03-03 Marcus Eggenbergerhandling some sqlite inconsistencies more gracefully
2009-03-03 Marcus EggenbergerPostgres tweaks
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 migration writer
2009-03-03 Marcus Eggenbergerfirst version of sqlite migration reader
2009-03-03 Marcus Eggenbergerfirst version of backend migration interface
2009-03-03 Marcus Eggenbergermaking use of postgres timestamps
2009-03-03 Marcus EggenbergerFurther improvements to the postgres backend:
2009-03-03 Marcus Eggenbergertweakinating
2009-03-03 Marcus Eggenbergerfirst version of postgres backend
2009-02-17 Marcus Eggenbergerdisabling away on detach in mono mode. some minor impro...
2009-02-17 Marcus EggenbergerThe BufferSyncer cache is now purged when an unknown...
2009-02-14 Manuel NickschasDon't send WHO if we haven't received a reply for the...
2009-02-14 Marcus Eggenbergerfixes #391 - appending underscores if all nicknames...
2009-02-14 Marcus Eggenbergerfixes #525 - using 'away' as ultimate fallback if no...
2009-02-13 Marcus Eggenbergertaming and reenabling the irc timeout detection
2009-02-13 Marcus EggenbergerFixes #552 - Don't try to use DBs with a too new schema...
2009-02-12 Marcus Eggenbergerdisabling irc timeout detection for now - needs investi...
2009-02-11 Marcus EggenbergerFixed a bug where the session restore always marked...
2009-02-11 Marcus Eggenbergerfixes #500 - improved detection of disconnects from irc
2009-02-11 Marcus Eggenbergerdisplaying own quit message
2009-02-11 Marcus Eggenbergerfixes #526 - session restore takes now care of last...
2009-02-11 Marcus Eggenbergermaking away state and user modes persistent
2009-02-11 Marcus Eggenbergerpreparing storage backend to store usermode and awaymes...
2009-02-11 Marcus Eggenbergersimplifying schema evolution
2009-02-06 Marcus Eggenbergerremoving the not connected to core message in mono...
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-25 Manuel NickschasRevamping the build system (again...)
2009-01-22 Manuel NickschasDon't show migration warnings if we don't have old...
next