common: Add "--debug-irc" to log raw IRC messages
[quassel.git] / src /
2018-09-03 Shane Synancommon: Add "--debug-irc" to log raw IRC messages
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: Add auto-caching NickHighlightMatcher
2018-09-03 Shane Synanutil: Remove unused and broken scopeMatch()
2018-09-03 Shane Synanclient: Port old HighlightRule to ExpressionMatch
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 Synanclient: Handle newlines in Ignore rule scope edit
2018-09-03 Shane Synancommon: Add ExpressionMatchTests unit tests
2018-09-03 Shane Synancommon: Add auto-caching ExpressionMatch class
2018-09-03 Shane Synanclient: Fix .ui reference to oxygen_icons.qrc
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-08-28 Shane Synansettings: Unify ChatMonitor defaults
2018-08-28 Shane Synanclient: Fix duplicated query quit messages
2018-08-28 Manuel Nickschasqtui: Properly render hovered-upon clickables
2018-08-28 Manuel Nickschasqss: Introduce new message label "hovered"
2018-08-23 Manuel Nickschasqa: Remove [[clang::fallthrough]] annotations again
2018-08-23 Shane Synancore: Remove leftover getAuthUserName and SQL
2018-08-23 Shane Synansettings: Reset Network SASL status on load
2018-08-23 Shane Synansettings: Local Highlights, default Current nick
2018-08-23 Shane Synansettings: Local Highlights, clean up nick case UI
2018-08-23 romibiUse Qt's font dialog instead of the (broken) native...
2018-08-23 Manuel Nickschasuisupport: Allow to disable spell checking
2018-08-23 Manuel Nickschascore: Fix build without SSL
2018-08-22 Manuel Nickschasqa: Remove bogus self-assignment
2018-08-16 Mike GilbertSet RUNTIME_OUTPUT_DIRECTORY instead of abusing OUTPUT_NAME
2018-07-24 Jan Alexander Stef... QtUiStyle: Support more font weights
2018-07-24 Jan Alexander Stef... QssParser: Don't interpret `font: normal` as weight 0
2018-07-24 Jan Alexander Stef... QssParser: Interpret "oblique" as italic
2018-07-17 Shane Synanclient: Clarify highlight 'Channel' functionality
2018-07-17 Shane Synancommon: Empty highlight name matches all messages
2018-07-17 Shane Synanclient: Fix CoreHighlightSettings Sender resize
2018-07-17 Shane Synanclient: Unify CoreHighlightSettingsPage tooltips
2018-07-17 Manuel Nickschascore: Improve handling of core initialization errors
2018-07-17 Shane Synancore: Fix highlight nick config save/load
2018-07-17 Shane Synanclient: Fix lost unsaved highlights on Import
2018-07-16 Shane Synanchatmonitor: Always -> "Include ignored buffers"
2018-07-16 Jan Alexander Stef... Chat Monitor: Add option to always include own messages
2018-07-16 Jan Alexander Stef... ChatMonitorFilter: Refactor conditions
2018-07-15 Matt SchatzAttempt to improve the /LIST timeout for large lists
2018-07-12 Shane Synancommon: Fix BufferViewConfig upgrade defaults
2018-07-12 Shane Synanclient: /list automatically requests channel list
2018-07-12 Shane Synanclient: Set Channel List input focus, sort A-Z
2018-07-12 Shane Synanclient: Convert /list #chan to UI advanced search
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-07-12 Manuel Nickschasqtui: Remove bogus Quassel instance
2018-07-10 Shane Synanclient: Fix settings upgrade missing some steps
2018-06-21 Manuel Nickschasqtui: Remove remnant from debugging icon loading
2018-06-20 Manuel Nickschasquassel: Install signal handlers in init() rather than...
2018-06-20 Shane Synanclient: Use sentence case for Core Info details
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 Synancore: Fix oidentd signal connection, cleanup
2018-06-19 Shane Synancommon: Use UTF-8 server encoding by default
2018-06-19 Matt SchatzPrepend current nickname if buffer has no name
2018-06-19 Matt SchatzUpdate my AboutData entry
2018-06-19 Shane Synanclient: Fix text format shortcuts edge case
2018-06-19 Shane Synanaboutdata: Rename QuasselDroid -> Quasseldroid
2018-06-19 Shane Synanclient: Poll legacy CoreInfo when dialog is open
2018-06-19 Shane Synanclient: Detect legacy CoreInfo, request on show
2018-06-18 Shane Synancore: Silence auto-PINGs with invalid timestamps
2018-06-18 Shane Synancore: Handle single-parameter PONG replies
2018-06-18 Manuel NickschasClean up the HighlightRuleManager a bit
2018-06-18 Janne KoschinskiRework sync protocol for highlight rules
2018-06-18 Manuel Nickschasicons: Override system icon theme by default
2018-06-18 Shane Synanclient: Fix Remote Cores marked unsaved on load
2018-06-18 Shane Synanclient: Clean up CoreAccount, add qDebug support
2018-06-18 Manuel Nickschasidentd: Remove unneeded strict attribute
2018-06-18 Manuel Nickschasidentd: Ensure sockets are deleted when disconnected
2018-06-18 Manuel Nickschasidentd: Cleanup
2018-06-18 Jan Alexander Stef... identd: Return INVALID-PORT if the parsing fails
2018-06-18 Jan Alexander Stef... identd: Move response construction to Request
2018-06-18 Jan Alexander Stef... identd: Rework lowestSocketId handling
2018-06-18 Jan Alexander Stef... identd: Simplify responseAvailable via early return
2018-06-18 Jan Alexander Stef... identd: Flatten respond's if-else chain
2018-06-18 Jan Alexander Stef... identd: Avoid a maybe-uninitialized warning
2018-06-18 Jan Alexander Stef... identd: Turn !canReadLine into an early return
2018-06-18 Janne Koschinskiidentd: Implement --ident-port option
2018-06-18 Janne Koschinskiidentd: Implement blocking request queueing
2018-06-18 Janne Koschinskiidentd: Initial draft of integrated ident daemon
2018-06-18 Manuel Nickschasqtui: Fix typo
2018-06-17 Shane Synanclient: Use QT_VERSION for 'enum class' fallback
2018-06-17 Shane Synandocs: Move SQL schema to README.md, add more help
2018-06-17 Manuel Nickschasqtui: Fix typo in #ifdef
2018-06-17 Manuel Nickschasicons: Don't offer the Oxygen fallback if not enabled...
2018-06-17 Manuel Nickschasicons: Warn on missing icons
2018-06-16 Svetlana TkachenkoExclude ignored messages in Away Log
2018-06-16 Shane Synanclient: UiStyle.h use "enum" for Qt4, cleanup
2018-06-16 Shane Synanclient: Remove unused highlight UI translations
2018-06-16 Shane Synanclient: Clean up chatviewsettingspage.ui
2018-06-16 Shane Synanclient: ChatViewSettings check before reload Qss
2018-06-16 Shane Synanclient: Highest sender prefix mode, migrate, fix
2018-06-16 Shane Synanclient: add FontSelector SettingsPage::hasChanged
2018-06-16 Shane Synanclient: Fix SettingsPage::hasChanged() failure
next