cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src /
2022-02-13 Dimitris ApostolouFix typos
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2021-10-12 Manuel NickschasUpdate contributors
2021-10-12 Janne KoschinskiFix a security issue with LDAP usernames
2021-06-22 nl6720Add /raw as an alias for /quote
2021-06-22 Shane Synancommon: strip format codes for Message ignores
2021-06-20 Shane Synancommon: Make regular expressions Unicode-aware
2021-06-18 ChrisAdd link to certificate FAQ in --require-ssl error
2021-06-18 phuzioncore: Require TLS cert to be loaded if --require-ssl...
2021-06-13 phuzionThis commit changes the official Quassel IRC channel...
2021-06-13 Nicolas CornuJoin current channel if no name is given
2021-05-30 Manuel Nickschasclient: Fix an issue with redirection in MessageFilter
2021-05-30 Nicolas CornuFix parents for all dialog windows
2021-03-30 Nicolas CornuSet parent for new windows dialog
2021-03-20 Manuel Nickschasqa: Modernize invocation of QProcess in ExecWrapper
2021-03-20 Manuel Nickschasqa: Resolve Qt deprecation warnings - use sslHandshakeE...
2021-03-20 Manuel Nickschasqa: Resolve Qt deprecation warnings - default-construct...
2021-03-20 Janne Koschinskiqa: Resolve deprecation warnings in newer Qt versions
2021-03-12 Janne Mareike Kosc... ircv3: Add support for weird tag names, per the spec
2021-02-12 Michał SochońUpdate upgrade_000_create_buffer_idx.sql
2021-01-04 Manuel Nickschascmake: Modernize (and fix) deployment on macOS
2020-12-17 Manuel NickschasUpdate contributors
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...
next