Replace Protocol::Handler enum with enum class
[quassel.git] / src /
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 KoschinskiFix an issue where the table headers were invisible
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 KoschinskiFix a potential crash
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 KoschinskiRemove the session area when empty; improved dialog...
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 KoschinskiRemove debug message
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 KoschinskiMake the UI actually emit the required signal
2017-12-19 Janne KoschinskiImplement RPC call to gracefully disconnect a client
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 Manuel Nickschascore: Fix inconsistent override/virtual usage
2017-12-19 Janne KoschinskiInitialize new buffers in the UI with their activity
2017-12-19 Janne KoschinskiMake clearing flags more explicit
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Shane Synancore: Fix Postgres bufferActivities() query typo
2017-12-19 Janne KoschinskiFix test for if the core supports activity sync
2017-12-19 Janne KoschinskiFix buffer activity sync between old core and new client
2017-12-19 Janne KoschinskiFix syntax error in SQL
2017-12-19 Janne KoschinskiCorrectly remove buffers from the buffersyncer
2017-12-19 Janne KoschinskiMake comparison explicit
2017-12-19 Janne KoschinskiReadd files lost during rebasing, fix minor issues
2017-12-19 Janne KoschinskiRemove debug messages
2017-12-19 Janne KoschinskiMove the check if the core handles activities to the...
2017-12-19 Janne KoschinskiClarified minor details, again
2017-12-19 Janne KoschinskiClarified minor details
2017-12-19 Janne KoschinskiSeparate highlight handling
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-12-19 Janne KoschinskiImplement database backend for buffer-activity patch
2017-12-19 Manuel Nickschassql: Fix population of lastmsgid for empty buffers
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 Manuel Nickschasqtui: Add missing include
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-08-31 Shane SynanDefault to unread backlog fetch if not changed
2017-08-30 Manuel NickschasDon't terminate the core due to backend issues while...
2017-08-30 Manuel NickschasFix layout issues in CoreConfigWizard; cleanup
2017-08-30 Ben RosserLDAP authenticator now logs server address as info...
2017-08-30 Ben RosserFix issue from rebase; migrateTo now needs writer.get().
2017-08-30 TuetuopayLDAP username case-insensivity
2017-08-30 Ben RosserFix quasseluser table setup on PostgreSQL and sort...
2017-08-30 Manuel NickschasRework the handling of storage/auth backends and config
2017-05-27 Manuel Nickschascommon: Add Deferred{Unique|Shared}Ptr and helpers
2017-05-27 Manuel Nickschasldap: Don't use the backend's display name as identifier
2017-05-27 Manuel Nickschasldap: Use correct authenticator name for mono client
2017-05-27 Manuel Nickschasldap: ConnectionProperties -> AuthProperties
2017-05-27 Manuel Nickschasldap: Some cleanups for GH-170
2017-05-27 Manuel Nickschasldap: Remove warnings
2017-05-27 Ben RosserRe-add the ":authenticator" property to insert_quasselu...
2017-05-27 Ben RosserAuthenticator code cleanup as per review
2017-05-27 Ben RosserAttempt to link against openldap on Windows, too
2017-05-27 Ben RosserAdd --select-authenticator switch to core
2017-05-27 Ben RosserFix a couple of whitespace errors in core.{cpp,h}
2017-05-27 Ben RosserAdd authenticator column to quasseluser migration table
2017-05-27 Ben RosserAdd password changing checks
2017-05-27 Ben RosserAdd authenticator column to quasseluser table
2017-05-27 Ben RosserFirst attempt local auth, then try external provider
2017-05-27 Ben RosserDelete authenticators in core destructor too
2017-05-27 Ben RosserMake authenticator changes to protocol backwards-compatible
2017-05-27 Ben RosserAdd LdapAuthenticator class for logging in users via...
2017-05-27 Ben RosserImplement authenticator class used for logging in users
2017-04-24 Shane Synancore: Fix timestamps in manual /away messages
2017-04-24 genius3000core: connectToIrc: Pick first IRC server specified...
2017-04-24 esainanePoint to github in Core Info
2017-04-24 Shane Synancore: Drop the 'update_lastmsgid' statements
2017-04-24 Shane Synancore: Add backlog trigger to update lastmsgid
2017-04-24 Shane Synancore: Separate SQL current and upgrade scripts
2017-04-13 romibiFix Icon fallback issue
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 György BallóFix handling systray notifications
2017-04-13 Shane SynanFix expanding networks in Chat Monitor settings
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 SynanUse timestamp format for manual away, not restore
2017-04-13 Shane SynanHandle multiple timestamp formats, escape code
2017-04-13 Marcin JabrzykOptionally include timestamp when entering away
2017-04-13 Shane SynanClarify settings migration logic comments
2017-04-13 Shane SynanSort sql.qrc when generating, emphasize script
next