Fix an issue with QStringList being declared differently on Qt4
[quassel.git] / src / common /
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
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 IrcUser account, add WHOX for account-notify
2016-06-13 Shane SynanAdd support for chghost
2016-06-13 Shane SynanSync caps, use signal/slot, CAP NEW/DEL, polish
2016-06-13 Shane SynanAdd docs to IrcUser::updateNickFromMask
2016-06-06 romibiReplace build date with commit date (#159)
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-06-06 Alf GaidaFix two typos (#200)
2016-06-06 Manuel NickschasGreatly simplify TransferManager API and implementation
2016-04-24 Manuel NickschasHandle invalid handshake data properly in the core
2016-04-24 Manuel NickschasMerge pull request #195 from seezer/qt5sessions
2016-04-24 Manuel NickschasMerge pull request #188 from digitalcircuit/ircv3-fix...
2016-04-01 Daniel AlbersMerge pull request #193 from mamarley/statusmsg
2016-04-01 Shane SynanAdd documentation to isStatusMsg
2016-04-01 Daniel AlbersMerge pull request #183 from romibi/enableLinkPreview
2016-04-01 Daniel AlbersMerge pull request #168 from esainane/irssi-msg-escape
2016-03-31 Daniel AlbersMerge pull request #165 from esainane/coreinfo-dirty...
2016-03-24 Michael MarleyHandle STATUSMSG messages
2016-03-07 Manuel NickschasTransfers also should notify on changes to transferred()
2016-03-02 Manuel NickschasAdd accessors for the amount of transferred data to...
2016-03-02 Manuel NickschasAdd Transfer::prettyStatus()
2016-03-01 Manuel NickschasRename Transfer::State to Transfer::Status
2016-02-29 Shane SynanDon't update IrcUser modes with channel modes
2016-02-28 Manuel NickschasFix (meta) type handling in existing DCC code
2016-02-28 Manuel NickschasRemove weird convenience accessors
2016-02-28 Manuel NickschasMerge pull request #180 from digitalcircuit/ircv3-expan...
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2016-02-19 Shane SynanSend extra modes via non-breaking protocol change 180/head
2016-02-17 Shane SynanAdd support for account-notify, extended-join
next