cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / core / ircserverhandler.cpp
2010-10-20 Manuel NickschasKill IrcServerHandler and CtcpHandler
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting, mostly WHOIS-related stuff
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasDebug--
2010-10-13 Manuel NickschasPort IrcServerHandler::defaultHandler() to the event...
2010-08-25 Johannes Huberhandler for RPL_WHOISACCOUNT(330), fixes #210
2010-08-11 Bas PapeFixed code duplication 0.7-beta1
2010-08-11 Bas PapeParse idle and signon time when there is no IrcUser...
2010-08-11 Hendrik LeppkesForce parsing of PREFIX in RPL_ISUPPORT. Fixes #936
2010-08-11 Bas PapeFix host shown for whois when IrcUser didn't exist
2010-08-10 Johannes Hubernew handler for RPL_INVITING 341, fixes #1007
2010-08-10 Johannes Huberhandle incoming invite, fixes #961
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 decryption
2010-05-13 Marcus EggenbergerFixes #746 - Quassel unsets default modes set by server...
2010-02-14 Manuel NickschasHandle 437 (ERR_UNAVAILRESOURCE)
2010-02-14 Chris FuentySASL support
2010-01-31 Sebastian GothDon't create zombie users
2010-01-31 Sebastian GothRefactoring of BasicHandler
2010-01-18 Manuel Nickschasdebug--
2010-01-18 Sebastian GothCleanup netsplits on disconnect correctly
2009-09-30 Manuel NickschasCheck for IrcUser's existence in handleMode()
2009-09-13 Sebastian GothPimp my netsplit detection
2009-08-24 Sebastian GothIntroduce netsplit detection/handling
2009-07-26 Daniel Albersallow topic changes to be hidden
2009-06-28 Marcus EggenbergerFixes bug #715 - multiple targets in PRIVMSG and NOTICE
2009-05-07 Manuel NickschasProperly handle multiple spaces in a row in msgs sent...
2009-05-07 Manuel NickschasHandle ircd reply 328 (channel homepage)
2009-05-07 Manuel NickschasHandle ircd reply 329 (channel creation time)
2009-05-07 Sjors GielenFixed some indentation issues (and a typo).
2009-02-14 Marcus Eggenbergerfixes #391 - appending underscores if all nicknames...
2009-02-13 Marcus Eggenbergertaming and reenabling the irc timeout detection
2009-02-11 Marcus Eggenbergerfixes #500 - improved detection of disconnects from irc
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Marcus Eggenbergerwhen renaming a buffer to a matching known irc user...
2008-12-26 Manuel NickschasFix compile warnings, remove unneeded exception handlers
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-12-25 Marcus EggenbergerMerging NetworkConnection into CoreNetwork.
2008-12-02 Marcus EggenbergerFixing BR #315: Nicks missing from nick lists
2008-11-03 Marcus EggenbergerFixing BR #233 - redirecting chanservs welcome messages...
2008-11-01 Marcus EggenbergerFixing BR #374 (hide marked as away messages when using...
2008-11-01 Marcus EggenbergerFixing BR #369 (handle onotice/omsg properly, add ...
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-25 Manuel NickschasCheck correct number of params for handle353(), thanks...
2008-10-04 Marcus Eggenbergerfixing crash when handling numeric reply 331 (RPL_NOTOP...
2008-09-02 Manuel NickschasMake compile on MSVC again... that thing doesn't know...
2008-09-01 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-09-01 Manuel NickschasVarious buildsystem improvements:
2008-08-10 Marcus Eggenbergerfixing BR #264 (core crash after join)
2008-08-10 Marcus EggenbergerRevert "fixing BR #264 (core crash after join)"
2008-08-10 Marcus Eggenbergerfixing BR #264 (core crash after join)
2008-07-30 Sebastian GothRemoved some whitespaces..
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-07-24 Marcus Eggenbergerimproving the channel lists. errors are redirected...
2008-07-21 Marcus Eggenbergeradding server lag indicator to the network tooltip
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-11 Marcus Eggenbergernetwork specific whois fields are now cought in a nice...
2008-07-11 Marcus EggenbergerFixing BR #216 (failing prefix detection)
2008-06-23 Marcus EggenbergerImplemented a channel browser (BR #176).
2008-06-18 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-18 Marcus Eggenbergerfixing BR #18
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-09 Marcus Eggenbergersometimes I hate git... forgot stupid -a for git commit
2008-05-22 Marcus EggenbergerMerging branches/0.2/@r849 with trunk
2008-05-03 Manuel NickschasMerging -r804:811 from trunk to branches/0.3.
2008-05-02 Marcus EggenbergerircServerHandler sanification
2008-04-13 Manuel NickschasMerging r726:730 from trunk to branches/0.3. This forwa... 0.3.0-pre
2008-04-12 Alexander von RentelnAdded some new ircServerHandlers
2008-04-08 Manuel NickschasSanitized AutoWho. Now rather than bulk-sending /WHO...
2008-04-08 Alexander von RentelnBR#138: prettifyed the whois output of the core
2008-03-12 Alexander von RentelnBR #117:
2008-03-11 Marcus EggenbergerClosing BR #126
2008-03-01 Marcus EggenbergerYet another protocol break (I warned you...).
2008-02-21 Manuel NickschasPreparing for the core session state being stored in...
2008-02-20 Manuel NickschasPressing enter in the topic line now sets the channel...
2008-02-19 Manuel NickschasWe now send WHO every 60 seconds for all channels we...
2008-02-19 Manuel NickschasCore now remembers the channels you've joined if a...
2008-02-19 Marcus EggenbergerQuery buffers are now automatically renamed on nickchanges.
2008-02-19 Marcus Eggenbergerfixed handleMode()
2008-02-18 Marcus Eggenbergerfixed misdirected notices and privmsgs
2008-02-18 Marcus Eggenberger- All CTCP messages are now using proper charset en...
2008-02-18 Marcus Eggenbergerminor code cleanup
2008-02-13 Manuel NickschasMore improvements to encoding handling. There is now...
2008-02-13 Manuel NickschasEncodings are now honored for both sending and receivin...
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-02-10 Marcus Eggenbergerdisplay only the nick in Notices if the sender is a...
2008-02-08 Manuel NickschasFixing $FU in some server handlers. ircUser() does...
2008-02-05 Alexander von Rentelnremoved context menu in quasselclient from the left...
2008-02-05 Alexander von Rentelnimproved minimize to tray behavior with win versions...
2008-02-05 Marcus Eggenbergerfixed inconsistency issues. Upgrade and Distclean is...
next