Search the web with selected text.
[quassel.git] / src / core /
2010-10-13 Manuel NickschasUse late CoreSessionEventProcessor handler rather than...
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEmit a new signal CoreSession::networkDisconnected...
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasAdd a checkParamCount() for EventStringifier as well
2010-10-13 Manuel NickschasEvent backend porting, mostly WHOIS-related stuff
2010-10-13 Manuel NickschasAdd a timestamp to events
2010-10-13 Manuel NickschasIntroduce a flag EventManager::Silent
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasMake sure IrcEventTopic always has two params
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasAdd checkParamCount() which stops the event if somethin...
2010-10-13 Manuel NickschasDebug--
2010-10-13 Manuel NickschasPort IrcServerHandler::defaultHandler() to the event...
2010-10-13 Manuel NickschasAdd convenience functions for generating MessageEvents
2010-10-13 Manuel NickschasConvert null strings to empty strings
2010-10-13 Manuel NickschasMove EventStringifier from common/ to core/ for now
2010-10-13 Manuel NickschasAdd skeletal EventStringifier
2010-10-13 Manuel NickschasHook up the event system to CoreSession's legacy displa...
2010-10-13 Manuel NickschasMake IrcParser functional
2010-10-13 Manuel NickschasAdd IrcParser to handle data between the ircd and Quassel
2010-10-13 Manuel NickschasIntroduce NetworkEvent and children
2010-10-13 Manuel NickschasBoilerplate work for CoreSessionEventProcessor
2010-10-11 Manuel NickschasFix typo
2010-10-07 Johannes Huberadd placeholder to tr message
2010-09-21 Marcus EggenbergerFixing issues with multiple CTCP requests in one message
2010-09-21 Manuel NickschasProperly reject invalid handshake data
2010-09-14 Johannes Hubertranslate string, fixes #1019
2010-08-25 Daniel Albersmake quasselcore listen on IPv6 if available
2010-08-25 Johannes Huberhandler for RPL_WHOISACCOUNT(330), fixes #210
2010-08-11 Bas PapeFixed code duplication 0.7-beta1
2010-08-11 Bas PapeParse idle and signon time when there is no IrcUser...
2010-08-11 Johannes Hubernew handler for ctcp clientinfo, fixes #1012
2010-08-11 Johannes Huberimproved ctcp handler method, fixes #1011
2010-08-11 Hendrik LeppkesForce parsing of PREFIX in RPL_ISUPPORT. Fixes #936
2010-08-11 Bas PapeFix host shown for whois when IrcUser didn't exist
2010-08-11 Daniel Albersprint sql queries when running core in debug mode
2010-08-10 Johannes Hubernew handler for RPL_INVITING 341, fixes #1007
2010-08-10 Johannes Huberhandle incoming invite, fixes #961
2010-08-05 Manuel NickschasRework message splitting to properly handle encrypted...
2010-07-29 Manuel NickschasProvide CoreNetwork accessor for getting a cipher for...
2010-07-28 Manuel NickschasClean-up and refactor the blowfish encryption stuff
2010-07-22 Johannes Hubermessage + topic encryption
2010-07-22 Johannes Hubermessage + topic decryption
2010-07-22 Johannes Hubernew commands setkey, delkey
2010-07-22 Johannes Huberincluded qca2 into build system
2010-07-16 Marcus Eggenbergerthis should fix buffer merging with Postgres backend
2010-05-13 Marcus EggenbergerFixes #746 - Quassel unsets default modes set by server...
2010-05-12 Marcus EggenbergerIntroducing global away
2010-05-04 Jens ArnoldFix #959: SQLite -> PostgreSQL migration
2010-04-30 Marcus Eggenbergerfixes #940 - Problem with +foo-Channels
2010-04-15 Marcus Eggenbergerenforce usage of SQLite in Monolithic mode
2010-04-13 Manuel NickschasClose notifications on other connected clients as well
2010-03-11 Thomas Muellerfixes 898
2010-03-11 Marcus EggenbergerMessages with redirection flag set (all messages that...
2010-03-11 Marcus Eggenbergerpermanently ignored (HardStrictness) messages can no...
2010-03-04 Michael GrohAdding users and changing passwords needs a configured...
2010-02-23 Sebastian GothAdd support for CTCP-TIME
2010-02-16 Manuel NickschasProperly set coreFeatures in the monolithic client
2010-02-14 Manuel NickschasHandle 437 (ERR_UNAVAILRESOURCE)
2010-02-14 Manuel NickschasFix SQLite -> Postgres migration
2010-02-14 Daniel AlbersSchema changes for SASL support
2010-02-14 Chris FuentySASL support
2010-02-14 Daniel Albersfix upgradeSchema.sh
2010-01-31 Manuel NickschasAllow sending unknown commands to server with >1 params
2010-01-31 Sebastian GothDon't create zombie users
2010-01-31 Sebastian GothRefactoring of BasicHandler
2010-01-29 Sebastian GothHandle unknown CTCP stuff a little bit nicer
2010-01-19 Sebastian GothUpdate markerline correctly on postgres
2010-01-18 Manuel Nickschasdebug--
2010-01-18 Sebastian GothCleanup netsplits on disconnect correctly
2010-01-18 Sebastian GothInitial CTCP ignore functionality
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2010-01-01 Manuel NickschasIntroduce a mechanism to test for certain core features
2009-12-07 Manuel NickschasIncrease the core-side ping timeout for the client...
2009-12-03 Daniel Albersshorten and comment CoreUserInputHandler::handleJoin
2009-12-03 Daniel AlbersHandle 512 byte limitation sensibly for /join
2009-11-15 Marcus Eggenbergerdon't rely on implicit typecast when using postgres
2009-11-12 Sebastian GothNever send empty netsplit-quit messages
2009-11-08 Daniel AlbersFix Quassel not rejoining newly joined channels
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
next