Implement IRCv3 Server-Time
[quassel.git] / src / common /
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...
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
next