show notices in current buffer by default
[quassel.git] / src /
2011-02-22 Daniel Albersshow notices in current buffer by default
2011-02-22 Stefan Bellerfixing typo
2011-02-01 Marcus Eggenbergerdespammificating the pglog
2011-01-30 Marcus EggenbergerReworking handling of Prepared Queries in PostgreSQL
2010-10-26 Manuel NickschasDon't have CTCP ignore rules apply to ACTIONs
2010-10-25 Manuel NickschasBulk-insert messages into the db (again)
2010-10-24 Marcus Eggenberger[PSQL] properly preparing insert_sender queries (in...
2010-10-24 Manuel Nickschaswarnings--
2010-10-22 Manuel NickschasFix trimming
2010-10-20 Manuel NickschasKill IrcServerHandler and CtcpHandler
2010-10-20 Manuel NickschasEvent backend porting - CTCP
2010-10-19 Manuel NickschasAllow arbitrary method prefix for BasicHandler
2010-10-19 Manuel NickschasIntroduce CtcpParser for CTCP-related event processing
2010-10-19 Manuel NickschasFix event propagation
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 NickschasSet current time on creation of MessageEvents if no...
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 NickschasFix an issue with the event loop
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 NickschasChange the order of MessageEvent ctor params
2010-10-13 Manuel NickschasMove EventStringifier from common/ to core/ for now
2010-10-13 Manuel NickschasAdd skeletal EventStringifier
2010-10-13 Manuel NickschasIntroduce event filters
2010-10-13 Manuel NickschasProperly handle numeric events
2010-10-13 Manuel NickschasHook up the event system to CoreSession's legacy displa...
2010-10-13 Manuel NickschasUse a queue for events
2010-10-13 Manuel NickschasPrettify qDebug() output for events
2010-10-13 Manuel NickschasMake IrcParser functional
2010-10-13 Manuel NickschasAdd more Event specializations (IrcEvent*, MessageEvent)
2010-10-13 Manuel Nickschas++API, ++EventFlags
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 NickschasBasic event dispatching (with priorities)
2010-10-13 Manuel NickschasBoilerplate work for CoreSessionEventProcessor
2010-10-13 Manuel NickschasIntroducing the first shiny stuff for our new event...
2010-10-11 Manuel NickschasFix typo
2010-10-10 Marcus Eggenbergerfixing build on non-mac systems. ooopsi.
2010-10-10 Marcus Eggenbergerfixing application menu entries and shortcuts on Mac OS
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-09-05 Manuel NickschasCheck if the notifications client supports actions
2010-08-27 Manuel NickschasFix license for statusnotifieritem*
2010-08-27 Manuel NickschasStatusNotifierItem ("D-Bus tray icon") improvements
2010-08-25 Daniel Albersmake quasselcore listen on IPv6 if available
2010-08-25 Johannes Huberhandler for RPL_WHOISACCOUNT(330), fixes #210
2010-08-24 Manuel NickschasAdd support for dbusmenu
2010-08-19 Manuel NickschasBuildsystem tweaks
2010-08-16 Manuel NickschasFix up fullscreen action
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 Jaak RistiojaFixed highlighting of buffers caused by ignored messages.
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-11 Patrick von Rethsynced WindowID with KDE/kdelibs/kdeui/notifications...
2010-08-11 Sebastian GothRethink buffer preselection
2010-08-11 Sebastian GothFix buffer preselection on reconnect
2010-08-11 Alexander SteinShow the active icon in tray menu
2010-08-10 Johannes Hubernew handler for RPL_INVITING 341, fixes #1007
2010-08-10 Johannes Huberhandle incoming invite, fixes #961
2010-08-10 Johannes Huberintroduce fullscreen mode, fixes #803
2010-08-05 Manuel NickschasAdd rudimentary keyboard navigation for previous/next...
2010-08-05 Manuel NickschasNo longer disable the input widget for inactive buffers
2010-08-05 Manuel NickschasSave/restore active bufferview
2010-08-05 Manuel NickschasIntroduce the concept of an "active" bufferview
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-28 Manuel NickschasFix license header for cipher.{cpp|h}
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 Huberadded cipher to channel + user
2010-07-22 Johannes Huberadded key map
2010-07-22 Johannes Hubercipher implementation
2010-07-22 Johannes Huberincluded qca2 into build system
2010-07-22 Manuel NickschasSome buildsystem fixes for optional modules and Qt...
2010-07-16 Marcus Eggenbergerthis should fix buffer merging with Postgres backend
next