Age | Commit message (Expand) | Author |
2006-07-30 | 1.1.0+PartyHats(ATP) | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |
2006-07-30 | Fix to send out modes remotely when a ban expires so that other ircds have th... | brain |
2006-07-30 | Fix more timedban stuff - possible infinite loop if ban expires after the cha... | brain |
2006-07-29 | Fix for bug which can lock up ircd if someone adds a timed ban when the banli... | brain |
2006-07-29 | Started UserManager class | brain |
2006-07-29 | Fix typo | brain |
2006-07-28 | Allow invalid nicks from remote users in NICK (we'll need this soon for UID n... | brain |
2006-07-28 | Remove documentation of m_operwho from here | brain |
2006-07-28 | Remove m_operwho, no longer required in 1.1 as standard /who can do its job | brain |
2006-07-28 | Finish off /WHO (i think it covers everything). Now has a few extra options | brain |
2006-07-28 | Tidyup | brain |
2006-07-28 | Typical, forgot a ; | brain |
2006-07-28 | Document <options:syntaxhints> and <options:nouserdns> | brain |
2006-07-28 | Take invisible requirement out of chlist() | brain |
2006-07-28 | Remove casts | brain |
2006-07-28 | Remove unnecessary cast ;p | om |
2006-07-28 | Beat om to the commit | brain |
2006-07-28 | Tidyup message.cpp, remove some really old craq. | brain |
2006-07-28 | Remove TODO, we just did it. | brain |
2006-07-28 | Fix the obligotary typos | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-28 | Change some if fd > -1 to IS_LOCAL macro | brain |
2006-07-28 | Optimize common_channels | brain |
2006-07-28 | Change chlist() to use a chained append | brain |
2006-07-28 | Make the error more obvious, still has 'not enough params' on the start now | brain |
2006-07-28 | Re-order stuff so that users cant get syntax for commands they dont have acce... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-27 | Add VF_SERVICEPROVIDER | brain |
2006-07-27 | Fix to allow +q/-q etc | brain |
2006-07-27 | Allow SAMODE and remote users to set +qa without local-user checks (bug?) | brain |
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain |
2006-07-27 | Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes... | brain |
2006-07-27 | Fix the remote +k-k stuff | brain |
2006-07-27 | Allow freaky stuff with +k when coming from a server or remote user (allow +k... | brain |
2006-07-27 | Fix 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-27 | commit remainder of new mode bouncing stuff for TS based modes | brain |
2006-07-26 | Add extra method to mode handler, ModeHandler::ModeSet(). | brain |
2006-07-26 | Fix reiterpret_cast stuff that doesnt work right | brain |
2006-07-26 | Adapt m_spanningtree to use irc::tokenstream instead of its own irc-line-pars... | brain |
2006-07-26 | Migrate towards FMODE with TS, remove the SYNCTS command idea | brain |
2006-07-25 | Remove numeric which makes some clients (Xchat, more?) think their nick is in... | om |
2006-07-25 | Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn... | brain |
2006-07-25 | Prevent notice loops on servermasks | brain |
2006-07-25 | Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ... | brain |
2006-07-25 | Correct static build | brain |
2006-07-25 | Fix NOTICE $* to go between servers | brain |
2006-07-23 | Change watchlist to a list of pointers, can operate and iterate much faster | brain |
2006-07-23 | In the constructor which doesnt set Request::id, we set Request::id explicitl... | brain |