ssl: Use QSslSocket directly to avoid redundant qobject_casts
[quassel.git] / src / core /
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
2018-10-01 Manuel Nickschascore: Use the Singleton mixin for the Core instance
2018-10-01 Manuel Nickschascommon: Use the Singleton mixin for the Quassel instance
2018-09-16 Shane Synancore: Remove away-notify hack for non-spec server
2018-09-16 Shane Synancore: Clean up AutoWho comments, variable names
2018-09-13 Shane Synancore: Cancel nickname AutoWho on IrcUser quit
2018-09-13 Shane Synancore: AutoWhoX, only search nickname by nickname
2018-09-06 Manuel Nickschasclang-tidy: Don't make methods virtual for no reason...
2018-09-06 Manuel Nickschasclang-tidy: Add nullptr check
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in BufferViewMa...
2018-09-06 Manuel Nickschasclang-tidy: Reorder NetworkMO attributes to avoid exces...
2018-09-03 alturiakcipher.cpp: Default to CBC instead of ECB
2018-09-03 Shane Synancommon: Add "--debug-irc" to log raw IRC messages
2018-09-03 Shane Synancommon: Port remote nicks to NickHighlightMatcher
2018-09-03 Shane Synancommon: Port IgnoreListManager to ExpressionMatch
2018-08-28 Shane Synancore: Limit "User is away" to 1hr or when changed
2018-08-28 Shane Synancommon: Unify Date/Time formatting, UTC offset
2018-08-23 Manuel Nickschasqa: Remove [[clang::fallthrough]] annotations again
2018-08-23 Shane Synancore: Remove leftover getAuthUserName and SQL
2018-08-23 Manuel Nickschascore: Fix build without SSL
2018-08-22 Manuel Nickschasqa: Remove bogus self-assignment
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-17 Shane Synancore: Fix highlight nick config save/load
next