logger: resolve program name using RunMode and BuildInfo
[quassel.git] / src / client /
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasqa: Remove dead code
2018-11-18 Manuel Nickschasqa: Don't import whole Protocol namespace
2018-11-18 Manuel Nickschascleanup: Clean up BufferViewConfig
2018-11-18 Manuel Nickschassigproxy: Modernize RPC calls (remote signals)
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: Require member function pointers for Setting...
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 'while(true)' instead of 'while(1)'
2018-11-18 Manuel Nickschasmodernize: Use C++ versions of system headers
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 Nickschasclang-tidy: Don't call virtual methods from CoreAccount...
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschasqtui: Add debug dialog for showing the resource file...
2018-11-18 Manuel Nickschascommon: Simplify SyncableObject macros and usage
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 Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-10-01 Manuel Nickschasqtui: Fix quit sequence and lifetime issues
2018-09-06 Manuel Nickschasclang-tidy: Remove dead stores
2018-09-06 Manuel Nickschasclang-tidy: Avoid warnings for calling virtual methods...
2018-09-03 Manuel Nickschasclient: Don't store the list of properties in every...
2018-09-03 Manuel Nickschasclient: Don't send dataChanged() before actually changi...
2018-09-03 Shane Synancommon: Port local nicks to NickHighlightMatcher
2018-09-03 Shane Synancommon: Port remote nicks to NickHighlightMatcher
2018-09-03 Shane Synancommon: Port IgnoreListManager to ExpressionMatch
2018-08-28 Shane Synanclient: Fix duplicated query quit messages
2018-08-23 Shane Synansettings: Local Highlights, default Current nick
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-12 Shane Synanclient: /list automatically requests channel list
2018-07-12 Shane Synanclient: Convert /list #chan to UI advanced search
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-06-19 Shane Synanclient: Detect legacy CoreInfo, request on show
2018-06-18 Shane Synanclient: Clean up CoreAccount, add qDebug support
2018-06-06 Manuel Nickschasmono: Show a popup during database migration
2018-06-06 Manuel Nickschasmono: Run the internal core in a separate thread
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-05-23 Shane SynanFinish 64-bit time conversion, modify protocol
2018-05-23 Janne KoschinskiStore highlight status per buffer coreside
2018-05-07 Michael MarleyAdd support for Elliptic Curve keys for CertFP
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 Manuel Nickschasclient: Remove unused attribute
2018-03-28 Manuel Nickschasclient: Avoid warning for unused argument
2018-03-28 Janne KoschinskiFix compile error with Qt4
2018-03-28 Janne KoschinskiMake /list open the Channel List dialog
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2018-03-01 Manuel Nickschasdcc: Disable DCC features until they're ready for publi...
2018-03-01 Javier LlorenteAdd system proxy support for quassel-client
2018-02-27 Janne KoschinskiFix compile error with Qt4
2018-02-27 Janne KoschinskiImplement /ignore functionality
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-12-20 Manuel NickschasMinor cleanups for core-side highlight feature
2017-12-20 Janne KoschinskiFix a potential crash
2017-12-20 Janne KoschinskiImplement UI for core-side highlights
2017-12-19 Janne KoschinskiImplement RPC call to gracefully disconnect a client
2017-12-19 Janne KoschinskiAdd initial implementation for showing and kicking...
2017-12-19 Janne KoschinskiInitialize new buffers in the UI with their activity
2017-12-19 Janne KoschinskiImplement changes requested in review
2017-12-19 Janne KoschinskiFix test for if the core supports activity sync
2017-12-19 Janne KoschinskiFix buffer activity sync between old core and new client
2017-12-19 Janne KoschinskiMake comparison explicit
2017-12-19 Janne KoschinskiRemove debug messages
2017-12-19 Janne KoschinskiMove the check if the core handles activities to the...
2017-12-19 Janne KoschinskiClarified minor details, again
2017-12-19 Janne KoschinskiClarified minor details
2017-12-19 Janne KoschinskiSeparate highlight handling
2017-12-19 Janne KoschinskiImplement client UI integration, add feature flag ...
2017-08-31 Shane SynanDefault to unread backlog fetch if not changed
2017-05-27 Ben RosserAuthenticator code cleanup as per review
2017-05-27 Ben RosserMake authenticator changes to protocol backwards-compatible
2017-05-27 Ben RosserImplement authenticator class used for logging in users
2016-10-07 Manuel Nickschasdcc: Add persistent settings for core-side DCC
2016-10-03 Manuel Nickschasdcc: Retrieve transfer list on TransferManager change
2016-09-28 Manuel Nickschasdcc: Properly sync TransferManager
2016-09-28 Manuel Nickschasdcc: Protect DCC file transfer support by a feature...
2016-09-28 Manuel Nickschasdcc: Introduce TransferModel for DCC file transfers
2016-09-14 Shane SynanQueryBufferItem disconnect IrcUser when removing
2016-09-07 selabnayrAllow client-side channel buffer merges, and associated...
2016-09-05 Shane SynanCenter-align tooltips, fix QML, italicize unknown
2016-09-05 Shane SynanHide network tooltip info when disconnected
2016-06-15 Manuel NickschasMerge pull request #198 - IRCv3 improvements
2016-06-13 Shane SynanShow account information in nick tooltips 198/head
2016-06-13 Shane SynanShow channel-specific modes in nick tooltips
2016-06-13 Shane SynanClarify suserHost and WhoisServiceReply
2016-06-13 Shane SynanUpdate channel/nick/query tooltips to new-style
2016-06-06 romibiReplace build date with commit date (#159)
next