core: handleMode: Fix persistent modes reset
[quassel.git] / src / core / coreuserinputhandler.cpp
2018-05-01 genius3000core: handleMode: Fix persistent modes reset
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 Daniel SilverstoneCorrect issue where messages were over-trimmed
2017-04-13 Shane SynanUse timestamp format for manual away, not restore
2017-04-13 Marcin JabrzykOptionally include timestamp when entering away
2017-04-12 Shane SynanDetect and label changes from ourself
2017-01-02 Shane SynanSplit messages on newlines as per IRC protocol
2016-09-05 Shane SynanAllow prioritizing QUIT over other commands
2016-09-05 Shane SynanAdd command queue prepend, prioritize PING/PONG
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
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...
2015-10-21 Konstantin BläsiFixes a crash of the core when executing "/op *" in... 153/head
2015-04-15 Manuel NickschasMerge pull request #121 from mamarley/unusedcipherfix
2015-04-06 Michael MarleyFix compiler warning when compiling without QCA support 121/head
2015-03-11 Manuel NickschasMerge pull request #116 from mamarley/splitfix2
2015-03-11 Manuel NickschasMerge pull request #111 from mamarley/nosslloopback
2015-03-11 Manuel NickschasMerge pull request #110 from mamarley/passhash
2015-02-27 Michael MarleyImprove the message-splitting algorithm for PRIVMSG... 116/head
2015-02-18 Manuel NickschasMerge pull request #107 from siduction-upstream/master
2015-02-17 Pierre-Hugues HussonAdd "/print" command
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-06 Manuel NickschasRemove support for obsolete Qt versions
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-09-23 Manuel NickschasMerge pull request #83 from m5/hotlist-fix
2014-09-22 Manuel NickschasMerge pull request #84 from tecknojock/master
2014-08-14 tecknojockFixed CTCP Action Spliting
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 K. Ernest (iFire... Replace {from,to}Ascii with {from,to}Latin1
2014-01-29 Manuel NickschasMake CTCP PING report the correct millisecond round...
2014-01-01 Manuel NickschasHappy New Year!
2013-11-19 Michael MarleyAdd function in bufferinfo.cpp to report if chat messag...
2013-10-10 Bas PapeRemove CoreBasicHandler::displayMsg without type.
2013-10-10 Bas PapeDo not allow keyx to be used on channels.
2013-10-10 Bas PapePrepend the mode of operation to showkey's output.
2013-05-16 Bas PapeOnly show warning about QCA on user input.
2013-03-06 Bas PapeMake sure target for displayMsg is not null
2013-02-19 Manuel NickschasMerge pull request #7 from Tucos/bug-640
2013-02-19 Manuel NickschasMerge pull request #6 from Tucos/genversion
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-31 Bas PapeAdd support for DH1080 key exchange 5/head
2013-01-31 Bas PapeRefactor Cipher related things.
2013-01-27 Manuel NickschasYearly bump
2013-01-02 Martin T. H. Sandsmarkconsistency++
2012-12-26 Martin T. H. Sandsmarksupport '*' as a target for modes
2012-12-26 Martin T. H. Sandsmarkrefactor out mode-applying into a separate method
2012-12-26 Martin T. H. Sandsmarkadd support for oping a whole channel with /op *
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-05-22 Sebastian GothAdd halfop support
2012-02-14 Daniel Albersbump © years
2012-01-20 Johannes Huberadded new user input command 'showkey"
2011-03-17 Johannes Hubercheck for qca provider plugin, fixes #1045
2010-10-20 Manuel NickschasKill IrcServerHandler and CtcpHandler
2010-10-11 Manuel NickschasFix typo
2010-10-07 Johannes Huberadd placeholder to tr message
2010-09-14 Johannes Hubertranslate string, fixes #1019
2010-08-05 Manuel NickschasRework message splitting to properly handle encrypted...
2010-07-29 Manuel NickschasProvide CoreNetwork accessor for getting a cipher for...
2010-07-28 Manuel NickschasClean-up and refactor the blowfish encryption stuff
2010-07-22 Johannes Hubermessage + topic encryption
2010-07-22 Johannes Hubernew commands setkey, delkey
2010-05-13 Marcus EggenbergerFixes #746 - Quassel unsets default modes set by server...
2010-05-12 Marcus EggenbergerIntroducing global away
2010-01-31 Manuel NickschasAllow sending unknown commands to server with >1 params
2010-01-31 Sebastian GothRefactoring of BasicHandler
2010-01-29 Sebastian GothHandle unknown CTCP stuff a little bit nicer
2009-12-03 Daniel Albersshorten and comment CoreUserInputHandler::handleJoin
2009-12-03 Daniel AlbersHandle 512 byte limitation sensibly for /join
2009-11-02 Daniel Alberssend unknown commands to server
2009-09-25 Manuel NickschasRename UserInputHandler to CoreUserInputHandler