Age | Commit message (Expand) | Author |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect() | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-08-08 | WriteChannel* functions and ChanExceptSender* functions are now methods of ch... | brain |
2006-08-08 | add_channel -> chanrec::JoinUser() | brain |
2006-08-08 | chanrec::KickUser and chanrec::ServerKickUser return number of users left on ... | brain |
2006-08-08 | kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi... | brain |
2006-08-06 | Add <link:allowmask> | brain |
2006-08-06 | Fix TS lowering, also update local variable | brain |
2006-08-04 | Sanity checks | brain |
2006-08-04 | Add 'no such server' on remote stats to invalid name | brain |
2006-08-04 | Backwards mode stuff! | brain |
2006-08-04 | Fixes? | brain |
2006-08-04 | Bugs bugs | brain |
2006-08-04 | Debug | brain |
2006-08-04 | Fix craq loop | brain |
2006-08-04 | More fuckup | brain |
2006-08-04 | Not checking a pointer, bad brain bad | brain |
2006-08-04 | Whoops, typo | brain |
2006-08-04 | Fixes for ::0 ip's, disable autobind when using ::ffff: etc | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-03 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | Check for duplicate servers in OnLookupComplete | brain |
2006-08-02 | Comment ServernameResolver class | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |
2006-07-29 | Started UserManager class | brain |
2006-07-28 | Beat om to the commit | 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 | Add support for syntax of commands in place of the text 'Not enough parameter... | 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 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 | 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 | Fix NOTICE $* to go between servers | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-15 | Removed GCC2 checks as we havent supported gcc2 for years | brain |
2006-07-14 | Tidyup | brain |
2006-07-14 | Changed to different way of clearing users on netsplit (uses less ram and sho... | brain |