cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / core /
2022-02-13 Dimitris ApostolouFix typos
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2021-10-12 Janne KoschinskiFix a security issue with LDAP usernames
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-03-20 Janne Koschinskiqa: Resolve deprecation warnings in newer Qt versions
2021-02-12 Michał SochońUpdate upgrade_000_create_buffer_idx.sql
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: Don't use "time" tag without "server-time"
2020-11-28 Janne Koschinskicore: Implement setname
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 Jay Colsonsql: Remove PostgreSQL text limits, fixes hangs
2020-11-04 alturiakcore: Improve setkey usage output
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] Allow loading backlog in reverse direction
2020-10-03 Shane Synancommon: Exclude ignored messages in buffer activity
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-05-30 Manuel Nickschascore: Remove slots from storage APIs 501/head
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 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 Janne KoschinskiImprove identd
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...
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 usage of deprecated QDir::operator=
2019-08-28 Janne KoschinskiReplace deprecated QSqlError::number with ::nativeErrorCode
2019-08-28 Janne KoschinskiReplace deprecated qSort with std::sort
2019-08-04 Janne KoschinskiImplement a metrics daemon to expose Prometheus metrics
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 KoschinskiImplement IRCv3 tag parsing and sending
2019-02-13 Shane Synancore: Remove updateSQLResource.sh, cleanup docs
2019-02-13 Shane Synancore: Remove redundant updateSchemaVersion() call
2019-02-13 Shane Synancore: Display problem step if storage setup fails
2019-02-13 Shane Synancore: Track upgrade step within schema version
2019-02-13 Janne KoschinskiAllow configuring listen address
2019-02-13 Janne KoschinskiProperly handle options if core has just now been confi...
2019-02-13 Janne KoschinskiMake the identd listen on all adresses
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasqa: Don't import whole Protocol namespace
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
2018-11-18 Manuel Nickschassigproxy: Actually rename SyncableObjects when requested
2018-11-18 Manuel Nickschasmodernize: Remove custom Quassel-specific log macros
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Remove old-style slot usage in NetworkModelC...
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use ranged-for loops in some obvious cases
2018-11-18 Manuel Nickschasmodernize: Use std::make_unique
2018-11-18 Manuel Nickschasmodernize: Use raw string literals instead of escaped...
2018-11-18 Manuel Nickschasmodernize: Use braced-init list when returning types
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use '= default' instead of empty ctor/dtor...
2018-11-18 Manuel Nickschasmodernize: Prefer default member init over ctor init
2018-11-18 Manuel Nickschasmodernize: Pass arguments by value and move in constructors
2018-11-18 Manuel Nickschasmodernize: Use override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschascommon: Simplify SyncableObject macros and usage
2018-11-18 Manuel Nickschascmake: Reorder slightly for consistency
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
2018-11-18 Manuel Nickschascmake: Autogenerate most of the .qrc resource files
2018-11-18 Manuel Nickschascmake: Fix source-specific compile definitions
2018-11-18 Manuel Nickschascmake: Modernize cmake support for LDAP
2018-11-18 Manuel Nickschascmake: Set -DHAVE_UMASK only where it's needed
2018-11-18 Manuel Nickschascmake: Modernize build system
2018-11-18 Manuel Nickschascmake: Use official CMake config for QCA
2018-11-18 Manuel Nickschascommon: Initialize translations in Quassel::init()
2018-11-18 Manuel Nickschasqt4-b-gone: Reorganize the initialization sequence
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-11-01 Manuel Nickschascore: Avoid Clang warning for inconsistent override
2018-10-14 Manuel Nickschascommon: Don't use unsafe functions when handling POSIX...
2018-10-01 Manuel Nickschascore: Fix quitting from networks on shutdown
2018-10-01 Manuel Nickschascore: Allow clean shutdown of the core
next