Only chop \r\n instead of trimming all whitespace
[quassel.git] / src / common /
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-05-21 Manuel NickschasProvide (de)serialization for all event types
2012-05-21 Manuel NickschasCMake tweak so Creator sees the moc'd headers
2012-05-21 Manuel NickschasMake the EventType meta enum and related accessors...
2012-04-01 Manuel NickschasAdd support for Qt5 in the build system
2012-04-01 Manuel NickschasAdd (pretty empty) cpp files for abstract classes to...
2012-04-01 Manuel NickschasFix includes
2012-04-01 Manuel NickschasProperly handle QGenericReturnArgument
2012-04-01 Manuel NickschasProperly register the Network::ConnectionState enum
2012-03-19 Rolf Eike Beeruse CMAKE_DL_LIBS
2012-02-14 Daniel Albersbump © years
2012-02-13 Manuel NickschasCleanups
2012-02-13 Daniel Albersadd oidentd cli options to quasselcore
2012-02-13 Daniel AlbersSort cli options in --help output
2012-02-13 Daniel Albersfirst working version of oidentd support - broken, WIP
2012-02-13 Daniel Albers--typos
2012-02-06 Daniel Albersfix core output when using neither syslog nor logfile
2012-01-29 Manuel NickschasDon't log to stdout if --syslog and/or --logfile are...
2012-01-29 Manuel NickschasDon't ask for the syslog option if we don't have syslog...
2012-01-22 Manuel NickschasLog-related cli options are not present in client-only...
2012-01-21 Manuel NickschasFix and improve logging support
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
next