test: Add build system support and a main function for unit tests
[quassel.git] / src / common /
2018-05-23 Janne KoschinskiImplement sender realname/avatarurl storage
2018-05-23 Janne Koschinskiprotocol: Implement 64-bit message timestamps
2018-05-23 Janne KoschinskiStore highlight status per buffer coreside
2018-05-17 Manuel Nickschascore: Avoid confusing log message when legacy client...
2018-05-07 Janne KoschinskiFixes the Highlight Rule Manager
2018-05-07 Michael MarleyAdd strict-oidentd mode
2018-05-07 Michael MarleyAdd support for Elliptic Curve keys for CertFP
2018-04-26 Janne KoschinskiFix support for extended features on Qt4
2018-04-23 Janne KoschinskiImplement custom deserializer to add our own sanity...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 phuzionChange HTTP links to HTTPS for quassel-irc.org and...
2018-03-28 Svetlana TkachenkoSupport $i:account in aliases
2018-03-28 Svetlana TkachenkoSupport $i:ident in aliases
2018-03-28 Manuel Nickschascommon: Set sourcePeer() also for internal (mono) conne...
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2018-03-26 Manuel Nickschascommon: Make the Quassel class a proper singleton,...
2018-03-07 Michael MarleyUpdate stripFormatCodes() for additional formatting...
2018-03-01 Manuel Nickschasdcc: Disable DCC features until they're ready for publi...
2018-02-27 Janne KoschinskiTransmit feature flag for remote disconnecting with...
2018-02-27 Janne KoschinskiIntroduce feature flag for remote disconnecting
2018-02-04 Shane Synancommon: Fix typo in Network::capAvailable() docs
2018-02-04 Shane Synancore: Stop ratelimiting log spam with old client
2017-12-21 Manuel NickschasMinor cleanups
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-21 Janne KoschinskiReplace Protocol::Handler enum with enum class
2017-12-20 Manuel NickschasMinor cleanups for core-side highlight feature
2017-12-20 Janne KoschinskiStore the HighlightNickType as int instead of custom...
2017-12-20 Janne KoschinskiRedesign the core highlight settings page
2017-12-20 Janne KoschinskiImplement sender matching for highlight rules
2017-12-20 Janne KoschinskiImplement inverse highlight rules
2017-12-20 Janne KoschinskiFix an issue with QStringList being declared differentl...
2017-12-20 Janne KoschinskiImplement UI for core-side highlights
2017-12-20 Janne KoschinskiImplement core-side highlights
2017-12-20 Florent CastelliAdd 'twitch.tv/membership' capability for Twitch.tv
2017-12-19 Manuel NickschasDon't return const refs from methods
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiAdd a header that MSVC requires
2017-12-19 Janne KoschinskiImprovements to fix the build and for Doxygen
2017-12-19 Janne KoschinskiImplement a fallback for Qt4
2017-12-19 Janne KoschinskiMigrate password change RPC to the new target restricti...
2017-12-19 Janne KoschinskiImplement peer-specific signal sending
2017-12-19 Janne KoschinskiImplement a basic UI for showing connected clients
2017-12-19 Janne KoschinskiAdd initial implementation for showing and kicking...
2017-12-19 Manuel Nickschasqa: Add [[fallthrough]] annotations where appropriate
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiCorrectly remove buffers from the buffersyncer
2017-12-19 Janne KoschinskiImplement client UI integration, add feature flag ...
2017-12-19 Janne KoschinskiChange buffer activity iterator initialization
2017-12-19 Janne KoschinskiImplement buffer activity sync
2017-12-19 Janne KoschinskiUse Message::Types (which is QFlags<Message::Type>...
2017-09-04 Janne KoschinskiFix minor stylistic issues with the code 278/head
2017-09-04 Janne KoschinskiAdd comment requested by @digitalcircuit
2017-09-04 Janne KoschinskiImplement sender prefix storage in the database
2017-09-04 Shane Synancommon: Fix isChannelName crash on empty string
2017-09-03 Manuel Nickschascommon: Fix build with Qt4 and/or MSVC
2017-09-03 Manuel Nickschascommon: Make frequently called util methods more efficient
2017-05-27 Manuel Nickschascommon: Add Deferred{Unique|Shared}Ptr and helpers
2017-05-27 Ben RosserAuthenticator code cleanup as per review
2017-05-27 Ben RosserAdd --select-authenticator switch to core
2017-05-27 Ben RosserMake authenticator changes to protocol backwards-compatible
2017-05-27 Ben RosserImplement authenticator class used for logging in users
2017-04-24 esainanePoint to github in Core Info
2017-04-13 Christian SchwarzSave Core settings synchronously and report errors.
2017-04-13 Christian SchwarzAssert Settings backing store is writable if core is...
2017-04-13 Manuel Nickschascommon: Don't return a bool from main()
2017-04-13 Shane SynanShow timestamp format tooltips when core supports
2017-04-13 Shane SynanHandle multiple timestamp formats, escape code
2017-04-13 Marcin JabrzykOptionally include timestamp when entering away
2017-04-12 Shane SynanAdd capAvailable to Network akin to capEnabled
2017-04-12 Shane SynanMove SASL maybeSupports into Network class
2016-10-13 Martin T. H. SandsmarkDisable high DPI scaling on anything but Windows
2016-10-13 Shane SynanKeep old clients from removing message rate delay
2016-10-07 Manuel Nickschasdcc: Add persistent settings for core-side DCC
2016-10-07 Manuel Nickschasdcc: Clean up TransferManager a bit
2016-10-06 Manuel Nickschascommon: Work around SFINAE issues in MSVC
2016-10-05 Manuel Nickschasdcc: Name TransferManager object for syncing
2016-10-04 Manuel Nickschascommon: Remove unused Exception type
2016-10-04 Manuel Nickschascommon: Add generic stream operators for enum types
2016-09-29 Manuel Nickschasdcc: Always clean up if a transfer completed or failed
2016-09-28 Manuel Nickschasdcc: Properly sync TransferManager
2016-09-28 Manuel Nickschasdcc: Protect DCC file transfer support by a feature...
2016-09-28 Manuel Nickschasdcc: Introduce TransferModel for DCC file transfers
2016-09-14 Hannah von RethUse Qt::AA_UseHighDpiPixmaps
2016-09-14 Shane SynanShow IRC server error messages when unexpected
2016-09-13 Manuel NickschasRemove CoreInfo from the ClientRegistered handshake...
2016-09-13 Shane SynanImplement custom rate limits
2016-09-07 Manuel NickschasMake Breeze the default icon theme
2016-09-07 romibiAdd and Initialize Icon Themes
2016-09-07 romibiEnable Qt's high-DPI scaling introduced in Qt5.6
2016-09-07 Michael MarleyProperly handle 0 seconds in secondsToString()
2016-09-07 Rolf Eike BeerRemove arguments of CMake's else() and endif() commands
2016-09-07 Shane SynanNetwork::clearCaps only sync when caps removed
2016-09-06 Shane SynanReload SSL certificates on signal SIGHUP
2016-09-06 Shane SynanSettings upgrade logic, classic for old installs
2016-09-05 Shane SynanSync default port with Use encrypted connection
2016-09-05 Shane SynanOptionally verify SSL connection to IRC servers
2016-09-05 Hannah von RethFix a crash with MSVC debug builds.
2016-09-05 Shane SynanEnable self message support for ZNC
2016-09-05 Martin T. H. SandsmarkAdd action/shortcut to use the buffer filter/search
2016-09-05 Martin T. H. SandsmarkMake the buffer search optional, disable by default
next