Introduce possibility to use syslog.
[quassel.git] / src / common /
2012-01-20 Tomas ChvatalIntroduce possibility to use syslog.
2012-01-20 Thomas MuellerIn kFreeBSD the library dl is not linked
2012-01-20 Bas PapeAdd some const correctness to Network
2011-07-03 Manuel NickschasFix compiler warning (case value not in enum)
2011-06-14 Marcus EggenbergerChanging the behavior how Quassel Events are processed.
2010-10-25 Manuel NickschasBulk-insert messages into the db (again)
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 NickschasEvent backend porting
2010-10-13 Manuel NickschasSet current time on creation of MessageEvents if no...
2010-10-13 Manuel NickschasAdd a timestamp to events
2010-10-13 Manuel NickschasIntroduce a flag EventManager::Silent
2010-10-13 Manuel NickschasFix an issue with the event loop
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 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 NickschasUse a queue for events
2010-10-13 Manuel NickschasPrettify qDebug() output for events
2010-10-13 Manuel NickschasAdd more Event specializations (IrcEvent*, MessageEvent)
2010-10-13 Manuel Nickschas++API, ++EventFlags
2010-10-13 Manuel NickschasIntroduce NetworkEvent and children
2010-10-13 Manuel NickschasBasic event dispatching (with priorities)
2010-10-13 Manuel NickschasIntroducing the first shiny stuff for our new event...
2010-08-25 Daniel Albersmake quasselcore listen on IPv6 if available
2010-08-11 Hendrik LeppkesForce parsing of PREFIX in RPL_ISUPPORT. Fixes #936
2010-08-10 Johannes Huberhandle incoming invite, fixes #961
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 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-05-31 Manuel NickschasAllow configuration of shortcuts for platforms other...
2010-05-01 Manuel NickschasImprove marker line behavior; allow manual setting...
2010-04-19 Manuel NickschasRevert "fixed compilation on mingw w64 x64"
2010-04-16 Patrick von Rethfixed compilation on mingw w64 x64
2010-04-13 Manuel NickschasClose notifications on other connected clients as well
2010-04-03 Manuel NickschasMeh, initialize variables not only for one ctor
2010-04-01 Manuel NickschasWe hate uninitialized values
2010-03-20 Marcus EggenbergerChecking whether a initSetMethod exists before bluntly...
2010-03-18 Manuel NickschasDon't declare QVariant as a meta type if it's already...
2010-03-11 Marcus Eggenbergerpermanently ignored (HardStrictness) messages can no...
2010-03-04 Daniel AlbersFix genversion error in unclean build directories
2010-02-17 Hendrik LeppkesSpecial handling for genversion on win32, as the defaul...
2010-02-16 Patrick von Rethfixed enabled inline assembler for backtrace on windows
2010-02-16 Patrick von RethMore mingw fixes
2010-02-14 Manuel NickschasHandle 437 (ERR_UNAVAILRESOURCE)
2010-02-14 Manuel NickschasFix CoreFeatures; disable SASL support if core isn...
2010-02-14 Manuel NickschasFix SQLite -> Postgres migration
2010-02-14 Chris FuentySASL support
2010-02-01 Manuel NickschasDon't touch version.gen if nothing version-related...
2010-01-31 Sebastian GothRefactoring of BasicHandler
2010-01-18 Sebastian GothAnd don't fuckup '*' rules
2010-01-18 Sebastian GothInitial CTCP ignore functionality
2010-01-13 Manuel NickschasFix selection and loading of translations; allow to...
2010-01-07 Daniel Albersrename translation files to <2 letter ISO code>.po
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-08 Manuel NickschasImprove handling of disconnections a bit
2009-12-07 Manuel NickschasIntroduce CoreConnectionSettings and a settingspage...
2009-12-07 Manuel NickschasMake SignalProxy heartbeat configurable
2009-11-29 Manuel NickschasFix building on UNIXes that don't use libdl
2009-11-28 Manuel NickschasAdd SslInfoDlg as a nice way to show information about...
2009-11-28 Manuel NickschasIntroduce CoreAccount and CoreAccountModel
2009-11-24 Manuel NickschasFix building with the GNU Gold linker
2009-11-19 Manuel NickschasDon't crash upon core/client timeout disconnect
2009-10-06 Daniel Albersreorganize crash handling
2009-09-13 Sebastian GothProvide a contextmenu for the ignore list
2009-09-11 Manuel NickschasProperly translate messages
2009-09-01 Daniel Albersfix error when compiling without ssl
2009-08-28 Marcus EggenbergerFixing issues with renaming synced objects. And fixing...
2009-08-26 Marcus Eggenbergerpropagate topic changes properly
2009-08-25 Marcus Eggenbergerfixing Quit propagation
2009-08-25 Marcus EggenbergerWho would have thought, that macros need to be defined...
2009-08-25 Marcus Eggenbergeradded missing macros
2009-08-24 Manuel NickschasFix slots for new syncobj
2009-08-24 Manuel NickschasAdapt to SignalProxy changes
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-08-24 Marcus Eggenbergeroopsie... there were some macros missing on windows...
2009-08-24 Marcus Eggenbergerfixing bulk updates of SyncObjects
2009-08-24 Marcus Eggenbergersmall fixes
2009-08-24 Marcus EggenbergerFixing small glitch in a header file
2009-08-24 Marcus Eggenbergerclean up
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-08-24 Marcus EggenbergerTesting the new SyncObjects concept - looking good...
2009-08-24 Marcus EggenbergerGoodbye SyncRelay, you will live on in our hearts...
2009-08-24 Marcus EggenbergerSignalProxy::ExtendedMetaObject cleanup
2009-08-24 Marcus EggenbergerTesting a new concept for the SyncableObjects.
2009-08-24 Sebastian GothIntroduce netsplit detection/handling
2009-08-06 Manuel NickschasMake the Settings caches flat structures
2009-08-06 Manuel NickschasAdd --qss parameter to load a custom stylesheet
2009-07-26 Daniel Albersallow topic changes to be hidden
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-07-15 Manuel NickschasChange version string to be more intuitive
next