ci: Add ubuntu-groovy (20.10), remove ubuntu-eoan (19.10)
[quassel.git] / src /
2020-12-15 Shane Synanclient: Group SASL EXTERNAL under SASL, test cap
2020-12-08 Lee Starnesqtui: Keep editing topic while someone talks
2020-11-28 Shane Synanclient: Fix settings crash on missing net identity
2020-11-28 Shane Synanqtui: Add keyboard/mouse access to version links
2020-11-28 Janne Koschinskicore: Implement echo-message, disabled by default
2020-11-28 Shane Synancore: Implement invite-notify
2020-11-28 Shane Synancore: Implement account-tag
2020-11-28 Shane Synancore: Finish implementing message-tags
2020-11-28 Shane Synancore: Don't use "time" tag without "server-time"
2020-11-28 Janne Koschinskicore: Implement setname
2020-11-28 Shane Synansettings: Add server-time to Network Features tab
2020-11-28 Shane Synansettings: Add Features tab to Network for skipCaps
2020-11-28 Shane Synancore: In CoreNetwork, check Network::useSasl()
2020-11-28 Shane Synancommon: Allow skipping negotiation of IRCv3 caps
2020-11-28 Shane Synancore: Use IrcTags::SERVER_TIME for server-time tag
2020-11-28 Shane Synanclient: Switch infobar dialog-* icons to emblem-*
2020-11-28 Jay Colsonsql: Remove PostgreSQL text limits, fixes hangs
2020-11-04 alturiakcore: Improve setkey usage output
2020-10-04 Manuel Nickschasqtui: Fix missing default value for backlog fetching
2020-10-04 Shane Synanclient: Workaround initial backlog fetch scrolling
2020-10-04 Shane Synanclient: Default to AsNeeded backlog fetching
2020-10-04 Shane Synanclient: Add AsNeededBacklogRequester, faster login
2020-10-04 Shane Synanclient: Optionally ensure backlog on buffer show
2020-10-04 Shane Synanclient: Fix backlog requests with 0 initial fetch
2020-10-04 Shane Synanuisupport: Fix invalid model segfault from index
2020-10-04 Shane Synancommon: Fix IrcUser::quitInternal not syncing quit
2020-10-04 Shane Synancore: Fix SQL defaults for filtered backlog fetch
2020-10-04 Shane Synancore: Fix/unify SQL for forward message fetch
2020-10-04 Janne Mareike Kosc... Apply suggestions from code review
2020-10-04 Janne Koschinski[PR-540] Add a new feature flag
2020-10-04 Janne Koschinski[PR-540] Allow loading backlog in reverse direction
2020-10-03 Vitor Luiscommon: Use /quote by default for aliases
2020-10-03 Shane Synanclient: Deprecate local highlight, migrate cleanup
2020-10-03 Shane SynanRevert "settings: Local Highlights, default Current...
2020-10-03 Shane Synancommon: Exclude ignored messages in buffer activity
2020-10-03 Hannah von RethInclude XDG search dirs on mac
2020-10-03 Shane Synancommon: Default Away on Detach for new identities
2020-10-03 Alex McGrathAdd button and bindings for striking through text
2020-08-22 Steve GroeszUpdate custom time format tooltip
2020-06-11 Manuel Nickschasssl: Remove legacy useSsl account setting
2020-06-11 Manuel Nickschasssl: Use QSslSocket directly to avoid redundant qobject...
2020-06-11 Manuel Nickschasssl: Use Pending Connections mechanism for SslServer
2020-06-11 Janne Koschinskissl: Remove fallback code for missing SSL support
2020-06-11 Manuel Nickschasssl: Require SSL support in Qt
2020-06-11 Janne Koschinski[Followup PR-495] Fixes backwards compatibility issues
2020-05-30 Manuel Nickschascore: Remove slots from storage APIs 501/head
2020-05-30 Manuel Nickschascommon: Make SyncableObject non-copyable
2020-04-12 Shane Synancore: Clarify name of capsPendingNegotiation flag
2020-04-12 Shane Synancore: Fix capability messages for repeat CAP LS
2020-03-15 Janne KoschinskiSync last message id per buffer
2020-03-15 Janne KoschinskiFix buffersyncer state when merging buffers
2020-03-15 Janne Mareike Kosc... Implement support for the HAProxy proxy protocol
2020-03-15 Janne KoschinskiMinor cleanup of metrics server
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2020-01-09 A. Wilcoxmultilineedit: handle unterminated mIRC codes
2020-01-09 Janne KoschinskiFix protocol spam on part/quit/disconnect
2020-01-09 Janne KoschinskiImprove identd
2020-01-09 Hannah von RethUse correct data Path on Windows
2020-01-08 Manuel Nickschasqa: Use QProcess::errorOccurred instead of QProcess...
2020-01-08 Manuel Nickschasqa: Replace deprecated QString::sprintf() by QString...
2020-01-08 Manuel Nickschasqa: Avoid deprecation warnings for QList/QSet conversions
2020-01-08 Manuel Nickschasqa: Replace deprecated qVariantFromValue() by QVariant...
2020-01-08 Manuel Nickschascommon: Always let QVariant::fromValue() deduce the...
2020-01-08 Manuel Nickschascommon: Disable enum type stream operators for Qt ...
2019-12-06 Hannah von RethFix deprecation warning, to fix Werror build
2019-08-30 Manuel Nickschascommon: Remove the copy assignment operator from DccConfig
2019-08-30 Manuel Nickschascore: Don't store a reference in CoreCertManager
2019-08-30 Manuel Nickschascore: Remove copy assignment operator from CoreIdentity
2019-08-30 Manuel Nickschascore: Replace QList by std::vector in the storage API
2019-08-30 Manuel Nickschasqa: Replace Qt module includes by class ones
2019-08-29 Janne KoschinskiRemove debug console and QtScript, which was deprecated...
2019-08-28 Manuel Nickschascore: Use QLatin1String in a few places
2019-08-28 Manuel NickschasAdd missing includes
2019-08-28 Janne KoschinskiReplace deprecated additionalFormats with formats
2019-08-28 Janne KoschinskiReplace deprecated QComboBox::currentIndexChanged with...
2019-08-28 Janne KoschinskiReplace usage of deprecated QDir::operator=
2019-08-28 Janne KoschinskiReplace deprecated QSqlError::number with ::nativeErrorCode
2019-08-28 Janne KoschinskiReplace deprecated QModelIndex::child with QAbstractIte...
2019-08-28 Janne KoschinskiReplace QSignalMapper with new-style lambda signals
2019-08-28 Janne KoschinskiReplace deprecated qSort with std::sort
2019-08-04 Jan Alexander Stef... qtui: Set desktop file name
2019-08-04 Kai Uwe BroulikCheck for KNotifications version
2019-08-04 Kai Uwe BroulikSet default action on notification
2019-08-04 Janne KoschinskiImplement a metrics daemon to expose Prometheus metrics
2019-08-02 Daniel AlbersMerge branch 'simplify-time-formatting' of https:/...
2019-08-02 Daniel AlbersMerge branch 'select-account-from-cli' of https://githu...
2019-08-02 Janne KoschinskiSimplify the time formatting used in formatDateTimeToISO 504/head
2019-07-26 Janne KoschinskiAllow selecting the core account to connect to from CLI 503/head
2019-05-31 Kai Uwe BroulikSend icon name instead of pixmap
2019-05-31 Ben RosserCore: in LDAP authenticator, don't try database auth...
2019-05-31 Ben RosserCore: only try local auth if a user has the "database...
2019-05-30 Janne KoschinskiImplement IRCv3 Server-Time
2019-05-30 Janne KoschinskiCleanup allowing for tags to be available at later...
2019-05-30 Janne KoschinskiDon't server-encode twice
2019-05-30 Janne KoschinskiImprove debugging for new IRCv3 functionality
2019-05-30 Janne KoschinskiMinor cleanup of messages handling
2019-05-30 Janne KoschinskiCode cleanup
2019-05-30 Janne KoschinskiImplement IRCv3 tag parsing and sending
2019-02-14 Wolfgang Müllerlogger: export LogEntry symbols
2019-02-14 Shane Synanlogger: Dedup code, fix client Debug Log loglevel
next