cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / common /
2022-02-13 Dimitris ApostolouFix typos
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
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-03-12 Janne Mareike Kosc... ircv3: Add support for weird tag names, per the spec
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 Janne Koschinskicore: Implement setname
2020-11-28 Shane Synancommon: Allow skipping negotiation of IRCv3 caps
2020-10-04 Shane Synancommon: Fix IrcUser::quitInternal not syncing quit
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 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-06-11 Manuel Nickschasssl: Remove legacy useSsl account setting
2020-06-11 Manuel Nickschasssl: Use QSslSocket directly to avoid redundant qobject...
2020-06-11 Janne Koschinskissl: Remove fallback code for missing SSL support
2020-06-11 Janne Koschinski[Followup PR-495] Fixes backwards compatibility issues
2020-05-30 Manuel Nickschascommon: Make SyncableObject non-copyable
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 Manuel Nickschassrc: Yearly copyright bump
2020-01-09 Janne KoschinskiFix protocol spam on part/quit/disconnect
2020-01-09 Hannah von RethUse correct data Path on Windows
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-08-30 Manuel Nickschascommon: Remove the copy assignment operator from DccConfig
2019-08-30 Manuel Nickschasqa: Replace Qt module includes by class ones
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-30 Janne KoschinskiImplement IRCv3 Server-Time
2019-05-30 Janne KoschinskiCleanup allowing for tags to be available at later...
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
2019-02-14 Wolfgang Müllerlogger: resolve program name using RunMode and BuildInfo
2019-02-14 Wolfgang Müllerlogger: resolve level string in msgWithTime
2019-02-14 Wolfgang Müllerlogger: Make output to syslog nicer
2019-02-13 Shane SynanApply suggested info change
2019-02-13 Janne KoschinskiAllow configuring listen address
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-20 Manuel Nickschascmake: Add missing Boost dependency
2018-11-19 Manuel Nickschasserializers: Fix quint16 deserialization, remove code...
2018-11-18 Manuel Nickschasfunchelpers: Provide overload for invoking a member...
2018-11-18 Manuel Nickschasfunchelpers: Support the invocation of non-void callables
2018-11-18 Manuel Nickschascleanup: Clean up BufferViewConfig
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
2018-11-18 Manuel Nickschassigproxy: Actually rename SyncableObjects when requested
2018-11-18 Manuel Nickschasfunchelpers: Add a way to invoke a callable with a...
2018-11-18 Manuel Nickschasfunchelpers: Support traits for non-member functions
2018-11-18 Manuel Nickschastypes: Add STL-compliant Hash functor for Qt types
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 Nickschastests: Convert ExpressionMatchTests into a GTest-based...
2018-11-18 Manuel Nickschasmodernize: Require member function pointers for Setting...
2018-11-18 Manuel Nickschasmodernize: Remove old-style slot usage in NetworkModelC...
2018-11-18 Manuel Nickschascommon: Provide helper for getting member function...
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschascommon: Provide helper for resolving overloaded functio...
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 raw string literals instead of escaped...
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 'using' instead of 'typedef'
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 Nickschassigproxy: Don't expose the thread_local '_current'...
2018-11-18 Manuel Nickschascommon: Simplify SyncableObject macros and usage
2018-11-18 Manuel Nickschasqa: Remove lots of superfluous semicolons
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: Modernize build system
2018-11-18 Manuel Nickschascmake: Remove support for building static binaries
2018-11-18 Manuel Nickschascmake: Use official CMake config for QCA
2018-11-18 Manuel Nickschascmake: Use official FindBacktrace rather than custom...
2018-11-18 Manuel Nickschascmake: Make zlib a required dependency, remove bundled...
2018-11-18 Manuel Nickschascommon: Rework command line option handling
2018-11-18 Manuel Nickschascommon: Initialize translations in Quassel::init()
2018-11-18 Manuel Nickschasqt4-b-gone: Initialize data dir paths on demand
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...
next