Enable self message support for ZNC
[quassel.git] / src /
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
2016-01-31 Manuel NickschasMerge pull request #173 from TheOneRing/snor_next
2016-01-14 Hannah von RethFix build with snorenotify 0.7 173/head
2016-01-02 Manuel NickschasMerge pull request #167 from esainane/patch-1
2016-01-02 Manuel NickschasMerge pull request #166 from mamarley/hashversionmigrat...
2015-12-19 esainaneMake "/ " use the rest of the message as a literal 168/head
2015-12-19 Daniel AlbersMerge pull request #143 from TheOneRing/windows-ci
2015-12-19 Hannah von RethOnly link to ZLIB if it was found.
2015-12-12 esainanesignalproxy: Correct signal method name warnings 167/head
2015-12-01 Michael MarleyFix migration of hashversion 166/head
2015-11-29 Daniel AlbersMerge pull request #163 from esainane/fix-ssl-identd...
2015-11-29 Sai NaneFix ident race condition 163/head
2015-11-22 Manuel NickschasMerge pull request #158 from romibi/master
2015-11-22 Manuel NickschasMerge pull request #157 from wengxt/wengxt-patch-1
2015-11-22 Manuel NickschasMerge pull request #156 from veeti/sha256-certificate
2015-11-22 Manuel NickschasMerge pull request #155 from TheOneRing/improve_connect
2015-11-22 Manuel NickschasMerge pull request #154 from rsalinas/master
2015-11-22 Manuel NickschasMerge pull request #153 from elxa/fix-op-command-crashi...
next