summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-10Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R...brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10Server::GetConfig, Server::GetVersion -> removedbrain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-09Fix passing wrong instance to resolverbrain
2006-08-09Change some resolver stuff.brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
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