cmake: Fix source-specific compile definitions
[quassel.git] / src / common /
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...
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-11-07 Manuel Nickschascommon: Fix syncing of BufferViewManager
2018-10-31 Manuel Nickschasircuser: Fix setting of away message time by pre-0...
2018-10-14 Manuel Nickschascommon: Remove left-overs from signal handling rework
2018-10-14 Manuel Nickschascommon: Don't use unsafe functions when handling POSIX...
2018-10-01 Manuel Nickschascommon: Don't warn on unknown user in IrcChannel
2018-10-01 Manuel Nickschascommon: Prepare Quassel::quit() to be used more widely
2018-10-01 Manuel Nickschascommon: Use the Singleton mixin for the Quassel instance
2018-10-01 Manuel Nickschascommon: Provide Singleton mixin for handling pseudo...
2018-10-01 Manuel Nickschascommon: Don't warn when "closing" InternalPeer
2018-10-01 Manuel Nickschascommon: Avoid crash on SignalProxy destruction
2018-09-13 Shane Synanutil: Remove T separator from ISO 8601 (RFC 3339)
2018-09-10 Manuel Nickschasqa: Don't return a const ref from Settings::localValue()
2018-09-09 Matt SchatzChange to an early continue for a NULL IrcUser
2018-09-06 Manuel Nickschasqa: Don't compile the expression match tests
2018-09-06 Manuel Nickschasclang-tidy: Avoid potential memory leak in BufferViewMa...
2018-09-06 Manuel Nickschasclang-tidy: Reorder NetworkInfo attributes to avoid...
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: Add auto-caching NickHighlightMatcher
2018-09-03 Shane Synanutil: Remove unused and broken scopeMatch()
2018-09-03 Shane Synancommon: Fix whitespace CTCP ignore invalid index
2018-09-03 Shane Synancommon: Port IgnoreListManager to ExpressionMatch
2018-09-03 Shane Synancommon: Port HighlightRule to ExpressionMatch
2018-09-03 Shane Synancommon: Add ExpressionMatchTests unit tests
2018-09-03 Shane Synancommon: Add auto-caching ExpressionMatch class
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-28 Shane Synansettings: Fix defaults caching, cache key exists
2018-07-17 Shane Synancommon: Empty highlight name matches all messages
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-12 Shane Synancommon: Fix BufferViewConfig upgrade defaults
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-07-10 Shane Synanclient: Fix settings upgrade missing some steps
2018-06-20 Manuel Nickschasquassel: Install signal handlers in init() rather than...
2018-06-20 Shane Synancommon: Make CommitDate Unix epoch, handle legacy
2018-06-19 Michael MarleyFix default port for integrated ident daemon
2018-06-19 Shane Synancommon: Use UTF-8 server encoding by default
2018-06-19 Shane Synanclient: Detect legacy CoreInfo, request on show
2018-06-18 Manuel NickschasClean up the HighlightRuleManager a bit
2018-06-18 Janne KoschinskiRework sync protocol for highlight rules
2018-06-18 Janne Koschinskiidentd: Implement --ident-port option
2018-06-18 Janne Koschinskiidentd: Initial draft of integrated ident daemon
2018-06-16 Ken MooreClean up High-DPI scaling options
2018-06-15 Manuel Nickschasicons: Add hicolor fallback for Qt < 5.5
2018-06-15 Manuel Nickschascmake: Clean up icon-related build options
2018-06-15 Manuel Nickschasicons: Reorganize icon directories
2018-06-06 Manuel Nickschasmono: Run the internal core in a separate thread
2018-06-06 Manuel Nickschascommon: Make InternalPeer (more) thread-safe
2018-06-06 Manuel Nickschascommon: Ensure the custom config path is stored as...
2018-06-06 Manuel Nickschascommon: Set umask in main() instead of Core::init()
2018-06-06 Shane Synancommon: Add '$i:identd', '*' for empty, tooltips
2018-06-06 Shane Synancommon: Sort user prefix channelmodes on add/set
2018-06-06 Shane SynanRename strict-ident, apply to non-identd response
2018-06-06 Michael MarleyFix crash caused by repeated kicks of an already-kicked...
2018-06-06 Janne KoschinskiAutomatically synchronize CoreInfo when on connect...
2018-06-06 Shane Synancommon: Apply RegEx, CS column to sender, channel
2018-06-06 Shane SynanReally use Remote Highlights for nick, not Local
2018-06-06 Shane Synancommon: Put scopeMatch in util, use in highlights
2018-06-06 Shane Synancommon: Add inverted scope match rules to ignores
2018-06-03 Manuel Nickschascommon: Notify if key was removed from settings
2018-05-23 Manuel Nickschascommon: Improve logger configuration
2018-05-23 Manuel Nickschascommon: Remove the lastAwayMessage Q_PROPERTY declaration
2018-05-23 Michael MarleyIrcUser: Rename lastAwayMessage to lastAwayMessageTime
2018-05-23 Michael MarleyIrcUser: Use QDateTime for lastAwayMessage, not int
2018-05-23 Shane SynanFinish 64-bit time conversion, modify protocol
2018-05-23 Michael MarleyUse 64-bit IDs for messages
2018-05-23 Janne Koschinskicore: Allow configuring DB/auth from environment
2018-05-23 Janne KoschinskiImplement type-filtered backlog fetching
2018-05-23 Janne KoschinskiImplement sender realname/avatarurl storage
2018-05-23 Janne Koschinskiprotocol: Implement 64-bit message timestamps
2018-05-23 Janne KoschinskiStore highlight status per buffer coreside
2018-05-17 Manuel Nickschascore: Avoid confusing log message when legacy client...
2018-05-07 Janne KoschinskiFixes the Highlight Rule Manager
2018-05-07 Michael MarleyAdd strict-oidentd mode
2018-05-07 Michael MarleyAdd support for Elliptic Curve keys for CertFP
2018-04-26 Janne KoschinskiFix support for extended features on Qt4
2018-04-23 Janne KoschinskiImplement custom deserializer to add our own sanity...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 phuzionChange HTTP links to HTTPS for quassel-irc.org and...
2018-03-28 Svetlana TkachenkoSupport $i:account in aliases
2018-03-28 Svetlana TkachenkoSupport $i:ident in aliases
2018-03-28 Manuel Nickschascommon: Set sourcePeer() also for internal (mono) conne...
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2018-03-26 Manuel Nickschascommon: Make the Quassel class a proper singleton,...
2018-03-07 Michael MarleyUpdate stripFormatCodes() for additional formatting...
2018-03-01 Manuel Nickschasdcc: Disable DCC features until they're ready for publi...
2018-02-27 Janne KoschinskiTransmit feature flag for remote disconnecting with...
2018-02-27 Janne KoschinskiIntroduce feature flag for remote disconnecting
2018-02-04 Shane Synancommon: Fix typo in Network::capAvailable() docs
next