summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-08-08add_channel -> chanrec::JoinUser()brain
2006-08-08chanrec::KickUser and chanrec::ServerKickUser return number of users left on ...brain
2006-08-08kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi...brain
2006-08-06Add <link:allowmask>brain
2006-08-06Fix TS lowering, also update local variablebrain
2006-08-04Sanity checksbrain
2006-08-04Add 'no such server' on remote stats to invalid namebrain
2006-08-04Backwards mode stuff!brain
2006-08-04Fixes?brain
2006-08-04Bugs bugsbrain
2006-08-04Debugbrain
2006-08-04Fix craq loopbrain
2006-08-04More fuckupbrain
2006-08-04Not checking a pointer, bad brain badbrain
2006-08-04Whoops, typobrain
2006-08-04Fixes for ::0 ip's, disable autobind when using ::ffff: etcbrain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-03Fixed resolver, forward lookup of ipv6 doesnt work right yetbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-02(1) remove CleanAndResolve.brain
2006-08-02Check for duplicate servers in OnLookupCompletebrain
2006-08-02Comment ServernameResolver classbrain
2006-08-02InspSocket no longer resolves hosts.brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-29Started UserManager classbrain
2006-07-28Beat om to the commitbrain
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-28Add support for syntax of commands in place of the text 'Not enough parameter...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-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-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-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain