common: Add auto-caching NickHighlightMatcher
[quassel.git] / src / common / CMakeLists.txt
2018-09-03 Shane Synancommon: Add auto-caching NickHighlightMatcher
2018-09-03 Shane Synancommon: Add ExpressionMatchTests unit tests
2018-09-03 Shane Synancommon: Add auto-caching ExpressionMatch class
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-06-06 Janne KoschinskiAutomatically synchronize CoreInfo when on connect...
2018-05-23 Michael MarleyUse 64-bit IDs for messages
2018-04-23 Janne KoschinskiImplement custom deserializer to add our own sanity...
2017-12-20 Janne KoschinskiImplement core-side highlights
2016-10-07 Manuel Nickschasdcc: Add persistent settings for core-side DCC
2016-09-07 Rolf Eike BeerRemove arguments of CMake's else() and endif() commands
2016-06-15 Manuel NickschasMerge pull request #198 - IRCv3 improvements
2016-06-13 Shane SynanAdd CapNegotiation Feature flag, fix CMakeLists
2016-06-13 Shane SynanSync caps, use signal/slot, CAP NEW/DEL, polish
2016-03-31 Daniel AlbersMerge pull request #165 from esainane/coreinfo-dirty...
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2016-01-02 Manuel NickschasMerge pull request #167 from esainane/patch-1
2016-01-02 Manuel NickschasMerge pull request #166 from mamarley/hashversionmigrat...
2015-12-19 Daniel AlbersMerge pull request #143 from TheOneRing/windows-ci
2015-12-19 Hannah von RethOnly link to ZLIB if it was found.
2015-03-11 Manuel NickschasMerge pull request #116 from mamarley/splitfix2
2015-03-11 Manuel NickschasMerge pull request #117 from mamarley/oldcoresslconfig
2015-03-11 Manuel NickschasMerge pull request #111 from mamarley/nosslloopback
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
2015-03-03 Michael MarleyAdd support for SHA2-512 hash on Qt4 builds 110/head
2015-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #108 from hagabaka/master
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-31 Manuel NickschasAdd support for Qt5's native command line parser
2015-01-03 Manuel NickschasUse link dependencies between Quassel modules
2014-11-26 Michael MarleyAdd support for compiling with QCA on Qt5 102/head
2014-03-28 Manuel NickschasAvoid race conditions in the build system
2014-03-27 Manuel NickschasMerge pull request #68 from jpnurmi/build-date
2014-03-27 Manuel NickschasMerge pull request #67 from jpnurmi/preset
2014-03-26 J-P NurmiMove preset networks handling out of Network 67/head
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-23 Manuel NickschasMake SSL and syslog support non-configurable
2014-03-23 Manuel NickschasCompletely rework the dependency handling in the build...
2014-03-22 Manuel NickschasBacktrace generation depends on the target system,...
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-19 Manuel NickschasDon't actually build miniz if we have zlib
2014-03-19 Manuel NickschasSimplify handling of (dual-)Qt in the build system
2014-03-17 Manuel NickschasEnable automoc
2014-02-19 Manuel NickschasUse system zlib if available
2014-02-17 Manuel NickschasPeerFactory is not a QObject
2014-02-17 Manuel NickschasAdd miniz, a drop-in replacement for (parts of) zlib
2014-02-16 Manuel NickschasIntroduce basic (not-yet-compressing) implementation...
2014-02-15 Manuel NickschasIntroduce the DataStreamProtocol
2014-01-23 Manuel NickschasAdd PeerFactory
2013-12-26 Manuel NickschasBasic infrastructure for file transfers
2013-11-07 Manuel NickschasAbstract away the protocol handshake code
2013-02-20 Manuel NickschasMutate SignalProxy::AbstractPeer into a separate class...
2013-02-19 Manuel NickschasMerge pull request #7 from Tucos/bug-640
2013-02-19 Manuel NickschasMerge pull request #6 from Tucos/genversion
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-02-18 Manuel NickschasRename Internal-, Remote- and LegacyConnection to ...
2013-01-31 Bas PapeAdd support for DH1080 key exchange 5/head
2013-01-26 Manuel NickschasConsolidate protocol messages in one namespace
2013-01-17 Manuel NickschasRefactor SignalProxy, network and protocol code
2012-05-21 Manuel NickschasCMake tweak so Creator sees the moc'd headers
2012-04-01 Manuel NickschasAdd support for Qt5 in the build system
2012-03-19 Rolf Eike Beeruse CMAKE_DL_LIBS
2012-01-20 Thomas MuellerIn kFreeBSD the library dl is not linked
2010-10-19 Manuel NickschasIntroduce CtcpParser for CTCP-related event processing
2010-10-13 Manuel NickschasMove EventStringifier from common/ to core/ for now
2010-10-13 Manuel NickschasAdd skeletal EventStringifier
2010-10-13 Manuel NickschasAdd more Event specializations (IrcEvent*, MessageEvent)
2010-10-13 Manuel NickschasIntroduce NetworkEvent and children
2010-10-13 Manuel NickschasIntroducing the first shiny stuff for our new event...
2010-07-28 Manuel NickschasClean-up and refactor the blowfish encryption stuff
2010-07-22 Johannes Hubercipher implementation
2010-07-22 Johannes Huberincluded qca2 into build system
2010-01-31 Sebastian GothRefactoring of BasicHandler
2009-11-29 Manuel NickschasFix building on UNIXes that don't use libdl
2009-11-24 Manuel NickschasFix building with the GNU Gold linker
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-02-07 Marcus EggenbergerProviding proper defaults for nick and realname on...
2009-01-25 Manuel NickschasRevamping the build system (again...)
2009-01-10 Manuel NickschasReworking CliParser to allow building quasselcore alway...
2008-11-15 Manuel NickschasRemove obsolete -DHAVE_VERSION_GEN from compiler options
2008-11-10 Marcus EggenbergerAutomatic back traces on windows.
2008-09-27 Manuel NickschasMake compile. Oh, and tweak some more.
2008-09-26 Manuel NickschasMore changes to the build system; make i18n generation...
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-08-22 Marcus EggenbergerInternal stuff only.
2008-07-30 Sebastian GothInitial commit of logger.
2008-07-22 Marcus Eggenbergerjussi01: can you spell aliases?
2008-07-16 Sebastian GothInitial commit of cliparser.
2008-07-16 Marcus Eggenbergerfirst version of core info dialog
2008-06-23 Marcus EggenbergerImplemented a channel browser (BR #176).
2008-06-15 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-08 Manuel NickschasHEADERS -> MOC_HDRS and adding non-moccable files to...
2008-06-08 Manuel NickschasFixing parallel makes.
next