summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-09-25Make this compile. We now have to change all OnUserPreJoin usebrain
2006-09-25Whoops, patchbrain
2006-09-25Add send_topic event, lets you send a topic for a channel, set by a serverbrain
2006-09-24This needs some testing.brain
2006-09-24Add new server to server command:brain
2006-09-19Fix crashes, and in the process make xline even faster!brain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Comment tidyup and change format so doxygen can detect thembrain
2006-09-15Fix some stuff, avoid use of global ServerInstance varbrain
2006-09-13Add a comment for readabilitybrain
2006-09-13Try this, jamiebrain
2006-09-13Add debug to m_spanningtree, verifies that inspircd works correctly on FMODE ...brain
2006-09-06Forgot to returnbrain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-06JOIN now has a TS parameter on it. The client protocol will ignore this when ...brain
2006-09-06Drop and log unknown nicks in FJOIN, rather than aborting the linkbrain
2006-09-05New CAPAB variable (manditory): PROTOCOLbrain
2006-09-05This is a complex one: when autoconnecting, we check each links failover, and...brain
2006-09-04'Connection to %s closed' now says 'Connection to %s failed'brain
2006-09-04Check for failover pointing at self. This is an obvious thing to check for an...brain
2006-09-04failover connections are now added, thanks for the idea Lauren (happy now? lo...brain
2006-09-02Only VF_COMMON modules are sent in CAPAB now, not VF_STATICbrain
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