Check correct number of params for handle353(), thanks to coekie for noticing
[quassel.git] / src / core / ircserverhandler.cpp
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...
2008-02-05 Marcus Eggenbergerfixed the target buffers for queries
2008-02-04 Marcus EggenbergerNotices are now again displayed in the server buffer.
2008-02-03 Marcus EggenbergerMore Code Cleanup
2008-02-03 Alexander von Rentelnchanged the behavior of RPL_AWAY server messages:
2008-02-01 Alexander von Rentelnadded ctcp handler to userinputhandler
2008-01-31 Alexander von Rentelnadded more user info in the user tool tip
2008-01-31 Alexander von Rentelnadded ircserverhandler for whois, who and whowas
2008-01-29 Marcus Eggenbergermade Highlighting work (needs core restart)
2008-01-28 Marcus Eggenbergermade the handlers for ERR_ERRONEUSNICKNAME and ERR_NICK...
2008-01-22 Marcus EggenbergerQuassel takes now care of your erroneus nicks as long...
2008-01-20 Marcus Eggenbergerclosing BR #57 - handle empty messages properly
2008-01-09 Manuel NickschasAs preparation for revamping the whole networking stuff...
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-02 Marcus Eggenberger- Implemented IrcServerHandler::handleMode(). In the...
2008-01-01 Marcus EggenbergerSince we're going for one grand unified model to store...
2007-12-25 Manuel NickschasMy X-Mas present to you: partially working encodings...
2007-12-21 Manuel NickschasThe Quassel Core now remembers on exit which networks...
2007-11-30 Manuel NickschasMore polishing of QuasselTopia, and getting rid of...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-29 Manuel NickschasThis should fix a bug resulting in a crash, when a...
2007-11-26 Manuel NickschasSome cosmetic corrections and some minor work on the...
2007-11-03 Marcus Eggenberger- New SignalProxy which is kinda sorta based on the...
2007-10-28 Marcus EggenbergerA warning message is now displayed when your nickname...
2007-10-21 Marcus Eggenbergerfixed bug in handleNick() where the determination whete...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...