summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-30I think ive found the answer to the hanging connections problem. The majority...brain
2006-07-30When m_ident isnt loaded, dont prepend ~ to identsbrain
2006-07-30Back to 1.1.0+SVNbrain
2006-07-301.1.0+PartyHats(ATP)brain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-30Fix to send out modes remotely when a ban expires so that other ircds have th...brain
2006-07-30Fix more timedban stuff - possible infinite loop if ban expires after the cha...brain
2006-07-29Fix for bug which can lock up ircd if someone adds a timed ban when the banli...brain
2006-07-29Started UserManager classbrain
2006-07-29Fix typobrain
2006-07-28Allow invalid nicks from remote users in NICK (we'll need this soon for UID n...brain
2006-07-28Remove m_operwho, no longer required in 1.1 as standard /who can do its jobbrain
2006-07-28Finish off /WHO (i think it covers everything). Now has a few extra optionsbrain
2006-07-28Tidyupbrain
2006-07-28Typical, forgot a ;brain
2006-07-28Document <options:syntaxhints> and <options:nouserdns>brain
2006-07-28Take invisible requirement out of chlist()brain
2006-07-28Remove castsbrain
2006-07-28Remove unnecessary cast ;pom
2006-07-28Beat om to the commitbrain
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-28Remove TODO, we just did it.brain
2006-07-28Fix the obligotary typosbrain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-28Change some if fd > -1 to IS_LOCAL macrobrain
2006-07-28Optimize common_channelsbrain
2006-07-28Change chlist() to use a chained appendbrain
2006-07-28Make the error more obvious, still has 'not enough params' on the start nowbrain
2006-07-28Re-order stuff so that users cant get syntax for commands they dont have acce...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-27Add VF_SERVICEPROVIDERbrain
2006-07-27Fix to allow +q/-q etcbrain
2006-07-27Allow SAMODE and remote users to set +qa without local-user checks (bug?)brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-27Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...brain
2006-07-27Fix the remote +k-k stuffbrain
2006-07-27Allow freaky stuff with +k when coming from a server or remote user (allow +k...brain
2006-07-27Fix crashbug when exiting a remote client with threaded dns on (oops)brain
2006-07-27* Fix Server::SendMode to actually work again.brain
2006-07-27commit remainder of new mode bouncing stuff for TS based modesbrain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-26Fix reiterpret_cast stuff that doesnt work rightbrain
2006-07-26Adapt m_spanningtree to use irc::tokenstream instead of its own irc-line-pars...brain
2006-07-26Migrate towards FMODE with TS, remove the SYNCTS command ideabrain
2006-07-25Remove numeric which makes some clients (Xchat, more?) think their nick is in...om
2006-07-25Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn...brain
2006-07-25Prevent notice loops on servermasksbrain
2006-07-25Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ...brain
2006-07-25Fix NOTICE $* to go between serversbrain
2006-07-23Change watchlist to a list of pointers, can operate and iterate much fasterbrain