Add support for Elliptic Curve keys for CertFP
[quassel.git] / src / core /
2018-05-07 Michael MarleyAdd support for Elliptic Curve keys for CertFP
2018-05-01 genius3000core: handleMode: Fix persistent modes reset
2018-04-23 Michael MarleyReject clients that attempt to login before the core...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 Michael MarleyPostgreSqlStorage: Fix apparently-incorrect index in...
2018-04-05 Michael MarleySslServer: Add support for Elliptic Curve keys
2018-04-05 phuzionChange HTTP links to HTTPS for quassel-irc.org and...
2018-04-05 Shane Synancore: Fix CAP REQ display for SASL only supported
2018-04-05 Manuel Nickschasqa: Replace [[fallthrough]] by [[clang::fallthrough]]
2018-04-05 Daniel SilverstoneCorrect issue where messages were over-trimmed
2018-03-28 Janne KoschinskiIgnore self messages
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-02-04 Albert Score: connectToIrc: Add clarifying comment on DNS lookups
2018-02-04 Albert Score: connectToIrc: Prevent DNS leaks on connection...
2017-12-21 Sven Andersoncore: Add SQLite backlog idx: bufferid, messageid
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-20 Manuel NickschasMinor cleanups for core-side highlight feature
2017-12-20 Janne KoschinskiImplement sender matching for highlight rules
2017-12-20 Janne KoschinskiImplement inverse highlight rules
2017-12-20 Janne KoschinskiImplement core-side highlights
2017-12-19 Janne KoschinskiImplement changes requested in review
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 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 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 syntax error in SQL
2017-12-19 Janne KoschinskiReadd files lost during rebasing, fix minor issues
2017-12-19 Janne KoschinskiImplement client UI integration, add feature flag ...
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 KoschinskiImplement sender prefix storage in the database
2017-08-30 Manuel NickschasDon't terminate the core due to backend issues while...
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 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 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 Christian SchwarzSave Core settings synchronously and report errors.
2017-04-13 Christian SchwarzAssert Settings backing store is writable if core is...
2017-04-13 Shane SynanUse timestamp format for manual away, not restore
2017-04-13 Marcin JabrzykOptionally include timestamp when entering away
2017-04-13 Shane SynanSort sql.qrc when generating, emphasize script
2017-04-12 Shane SynanMove SASL maybeSupports into Network class
2017-04-12 Shane SynanDetect and label changes from ourself
2017-03-15 Marcus EggenbergerMerge pull request #277 from mamarley/psqlleast
2017-03-09 Michael MarleyFix lastseenmsgid updates in PostgreSQL 277/head
2017-03-06 Marcus EggenbergerMerge pull request #276 from digitalcircuit/fix-sql...
2017-03-05 Shane Synancore: Fix Postgres messagesNewerThan wrong buffer 276/head
2017-03-05 Marcus EggenbergerMerge pull request #274 from digitalcircuit/fix-sql...
2017-03-05 Shane SynanFix SQLite buffer setup, fix PostgreSQL migration 274/head
2017-03-05 Shane SynanAdd lastmsgid limit on fetching backlog to SQLite
2017-03-05 Shane SynanUnify SQL filenames, sort sql.qrc
2017-03-05 Shane SynanAdd documentation, clean up whitespace
2017-03-04 Marcus EggenbergerMerge pull request #273 from ReimuHakurei/master
2017-03-04 Alex IngramPort the previous PostgreSQL improvements to SQLite3. 273/head
2017-03-03 Alex IngramPostgreSQL: Improve performance and squish bug.
2017-03-03 Alex IngramImprove PostgreSQL performance for unread message fetch...
2017-03-03 Alex IngramImprove performance of PostgreSQL for large databases.
2017-01-02 Shane SynanSplit messages on newlines as per IRC protocol
2016-12-25 Willem Jan PalenstijnMake reloadCerts also handle the IPv6 server
2016-10-13 Shane SynanFix CoreNetwork::updateRateLimiting comments
2016-10-13 Shane SynanHide AutoWHO for nicks without IrcUser objects
2016-10-13 Ben RosserDefault to sqlite backend in core creation wizard
2016-10-07 Manuel Nickschasdcc: Add persistent settings for core-side DCC
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 SynanSkip rate limit for login, capability negotiation
2016-09-13 Shane SynanImplement custom rate limits
next