summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-08-31Fix for bug #134 reported by mixx941: When user connects to ircd with no user...brain
2006-08-31Forwardport fix from stable (bug#133 reported by insurgent): configuring a li...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-29Snomask +l (linking) and some +x (XLINE)brain
2006-08-29+Q and +C (remote quit and connect) snomasks implementedbrain
2006-08-29Spanningtree tidyupsbrain
2006-08-28Hey, what the hell. Let's do remote ADMIN too. :)w00t
2006-08-28^*&^^)()%-w00t
2006-08-28Remote MOTD supportw00t
2006-08-28Check for muppet 3rdparty apps that might not order the list correctlybrain
2006-08-28Error scemantics - 'this' server, 'your' serverbrain
2006-08-28Module list diffingbrain
2006-08-28Capab matching on important keys, and module listsbrain
2006-08-28Fix ping timeouts to properly close and free the socket, same with /SQUITbrain
2006-08-28gcc whinges.brain
2006-08-28Add DelFd calls when squitting a server or pinging it outbrain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-28Add support for NAMESXbrain
2006-08-27Bail out if we get a non-existent userbrain
2006-08-27Fixes for w00t, now its boo time :)brain
2006-08-27Fix mode granting in FJOINbrain
2006-08-27I only fix stuff at 3:30am if im asked nicely and now im too tired to think a...brain
2006-08-27Extra sanity checksbrain
2006-08-27Sometimes we were just doing Route->GetSock(), without first checking Route w...brain
2006-08-27Overloaded char* equivalents of some core functions, will help us track down ...brain
2006-08-24Check for missing comma in FJOIN elementbrain
2006-08-23Forgot the comma in first joinbrain
2006-08-23If we get an unknown prefix character on a user when they join, we throw a fi...brain
2006-08-23Multi-prefix FJOIN, and allowing module-defined prefixes across the networkbrain
2006-08-23More prefixchar stuff.brain
2006-08-21In 1.1, place all FJOIN parameters in the last parameter of the FJOIN - if th...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11peline/pxline etc stuff removedbrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11And fix a bugbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
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