Default nick/action color on, sender brackets off
[quassel.git] / src /
2016-09-06 Shane SynanDefault nick/action color on, sender brackets off
2016-09-06 Shane SynanOptionally color sender nicks in Action messages
2016-09-06 Shane SynanCalculate senderHash for Action messages
2016-09-06 Shane SynanAdd brackets to timestamp when copying if hidden
2016-09-06 Shane SynanMake sender brackets configurable, on by default
2016-09-06 Daniel AlbersRemove displayed brackets around sender nicks
2016-09-06 romibiFix crash if topic has a CarriageReturn
2016-09-05 Shane SynanDocument schema changes, tidy up upgrade script
2016-09-05 Shane SynanSync default port with Use encrypted connection
2016-09-05 Shane SynanOptionally verify SSL connection to IRC servers
2016-09-05 Shane SynanFix maybe-uninitialized compile warning
2016-09-05 Shane SynanCenter-align tooltips, fix QML, italicize unknown
2016-09-05 Shane SynanHide network tooltip info when disconnected
2016-09-05 Hannah von RethFix a crash with MSVC debug builds.
2016-09-05 Shane SynanStrip format codes when checking for highlights
2016-09-05 romibiFix WebPreview not updating when using QtWebEngine
2016-09-05 romibiUse QtWebEngine instead of QtWebKit if available
2016-09-05 Shane SynanEnable self message support for ZNC
2016-09-05 Shane SynanAdd support for self messages
2016-09-05 Shane SynanAllow prioritizing QUIT over other commands
2016-09-05 Shane SynanAdd command queue prepend, prioritize PING/PONG
2016-09-05 Martin T. H. SandsmarkRemove default keybinding for showing/hiding menubar
2016-09-05 Martin T. H. SandsmarkCreate a custom popup menu for mainwindow, add menubar...
2016-09-05 Martin T. H. SandsmarkDon't use the QPointer::clear() function that was intro...
2016-09-05 Martin T. H. SandsmarkAdd action/shortcut to use the buffer filter/search
2016-09-05 Martin T. H. SandsmarkMake the buffer search optional, disable by default
2016-09-05 Martin T. H. SandsmarkAdd buffer filtering support.
2016-07-03 Daniel AlbersMerge pull request #226 - Fix touch pads being handled...
2016-07-03 romibiCheck touch device type on TouchEvents
2016-06-15 Manuel NickschasMerge pull request #198 - IRCv3 improvements
2016-06-15 Manuel NickschasSome cleanups
2016-06-15 romibiDocumentation
2016-06-15 romibiChange Selection Behaviour
2016-06-15 romibiRefactoring: Pull Up Duplicate Code
2016-06-15 romibiEnable Touch Scroll in Nick-View
2016-06-15 romibiEnable Touch Scroll in Buffer-View
2016-06-15 romibiEnable Touch Scroll in Chat-View
2016-06-13 Shane SynanShow account information in nick tooltips 198/head
2016-06-13 Shane SynanAdd CapNegotiation Feature flag, fix CMakeLists
2016-06-13 Shane SynanHide AutoWho reply if channel/nick quits
2016-06-13 Shane SynanSync IrcUser account, add WHOX for account-notify
2016-06-13 Shane SynanAdd support for chghost
2016-06-13 Shane SynanFormat SASL auth messages
2016-06-13 Shane SynanSync caps, use signal/slot, CAP NEW/DEL, polish
2016-06-13 Shane SynanAdd docs to IrcUser::updateNickFromMask
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-13 Manuel NickschasC++11ify QtMultimedia notification backend
2016-06-13 Hendrik LeppkesImplement QtMultimedia notification backend
2016-06-06 romibiReplace build date with commit date (#159)
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-06-06 Alf GaidaFix two typos (#200)
2016-06-06 Manuel NickschasGreatly simplify TransferManager API and implementation
2016-04-24 Manuel NickschasHandle invalid handshake data properly in the core
2016-04-24 Manuel NickschasMerge pull request #195 from seezer/qt5sessions
2016-04-24 Manuel NickschasMerge pull request #188 from digitalcircuit/ircv3-fix...
2016-04-23 Sebastian GothSupport session management with Qt5 195/head
2016-04-01 Daniel AlbersMerge pull request #193 from mamarley/statusmsg
2016-04-01 Shane SynanAdd documentation to isStatusMsg
2016-04-01 Daniel AlbersMerge pull request #183 from romibi/enableLinkPreview
2016-04-01 Daniel AlbersMerge pull request #168 from esainane/irssi-msg-escape
2016-03-31 Daniel AlbersMerge pull request #165 from esainane/coreinfo-dirty...
2016-03-24 Michael MarleyHandle STATUSMSG messages
2016-03-10 Shane SynanFix IRCv3 capability code documentation 188/head
2016-03-07 Manuel NickschasTransfers also should notify on changes to transferred()
2016-03-02 Manuel NickschasAdd accessors for the amount of transferred data to...
2016-03-02 Manuel NickschasAdd Transfer::prettyStatus()
2016-03-01 Manuel NickschasRename Transfer::State to Transfer::Status
2016-03-01 Manuel NickschasUse 'override' where appropriate
2016-03-01 Manuel NickschasFix inconsistent use of override in NickListWidget
2016-02-29 Daniel AlbersMerge pull request #189 from phuzion/master
2016-02-29 phuzionMinor string cleanup 189/head
2016-02-29 Shane SynanLimit user mode updates from WHO to given channel
2016-02-29 Shane SynanDon't update IrcUser modes with channel modes
2016-02-28 Manuel NickschasFix (meta) type handling in existing DCC code
2016-02-28 Manuel NickschasRemove weird convenience accessors
2016-02-28 Manuel NickschasMerge pull request #180 from digitalcircuit/ircv3-expan...
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2016-02-19 Shane SynanSend extra modes via non-breaking protocol change 180/head
2016-02-19 Shane SynanAdd support for multi-prefix
2016-02-17 Shane SynanAdd support for userhost-in-names capability
2016-02-17 Shane SynanAdd support for account-notify, extended-join
2016-02-17 Shane SynanAdd more sources of nick!user@host updates
2016-02-17 Shane SynanAdd support for away-notify capability
2016-02-17 Shane SynanImplement IRCv3.2 capability negotiation
2016-02-11 Daniel AlbersFix typo in translatable string.
2016-02-10 Manuel NickschasDon't prefix the nick with a colon while connecting...
2016-02-10 Manuel NickschasSupport new QtInfoMsg message type
2016-02-08 Manuel NickschasUpdate AboutData
2016-02-08 Manuel NickschasMerge pull request #178 from TheOneRing/fix_snore_crash
2016-02-08 Manuel NickschasMerge pull request #177 from justjanne/patch-1
2016-02-08 Manuel NickschasMerge pull request #175 from ayonix/ssl-fix
2016-02-08 Manuel NickschasDon't allow newlines in buffer names
2016-02-08 Manuel NickschasFix issues with buffer selection and filtered views
2016-02-04 Manuel NickschasFix build with Qt4
2016-02-03 Manuel NickschasDon't serialize PeerPtr value in RPC connections
2016-02-03 Manuel NickschasFix shortcut handling with KDE Frameworks
2016-02-03 Hannah von RethFix possible crash, mostly occurring on notification... 178/head
2016-02-02 Janne KoschinskiFixed a tiny bug in aliasmanager 177/head
next