]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Change error from 'connection established' to 'connection started'
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-09-26 brainChange error from 'connection established' to 'connecti...
2006-09-26 specialFixed a rather obvious crashbug in m_spanningtree ...
2006-09-25 brainMake this compile. We now have to change all OnUserPreJ...
2006-09-25 brainWhoops, patch
2006-09-25 brainAdd send_topic event, lets you send a topic for a chann...
2006-09-24 brainThis needs some testing.
2006-09-24 brainAdd new server to server command:
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainComment tidyup and change format so doxygen can detect...
2006-09-15 brainFix some stuff, avoid use of global ServerInstance var
2006-09-13 brainAdd a comment for readability
2006-09-13 brainTry this, jamie
2006-09-13 brainAdd debug to m_spanningtree, verifies that inspircd...
2006-09-06 brainForgot to return
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-06 brainJOIN now has a TS parameter on it. The client protocol...
2006-09-06 brainDrop and log unknown nicks in FJOIN, rather than aborti...
2006-09-05 brainNew CAPAB variable (manditory): PROTOCOL
2006-09-05 brainThis is a complex one: when autoconnecting, we check...
2006-09-04 brain'Connection to %s closed' now says 'Connection to ...
2006-09-04 brainCheck for failover pointing at self. This is an obvious...
2006-09-04 brainfailover connections are now added, thanks for the...
2006-09-02 brainOnly VF_COMMON modules are sent in CAPAB now, not VF_STATIC
2006-08-31 brainFix for bug #134 reported by mixx941: When user connect...
2006-08-31 brainForwardport fix from stable (bug#133 reported by insurg...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomask +l (linking) and some +x (XLINE)
2006-08-29 brain+Q and +C (remote quit and connect) snomasks implemented
2006-08-29 brainSpanningtree tidyups
2006-08-28 w00tHey, what the hell. Let's do remote ADMIN too. :)
2006-08-28 w00t^*&^^)()%-
2006-08-28 w00tRemote MOTD support
2006-08-28 brainCheck for muppet 3rdparty apps that might not order...
2006-08-28 brainError scemantics - 'this' server, 'your' server
2006-08-28 brainModule list diffing
2006-08-28 brainCapab matching on important keys, and module lists
2006-08-28 brainFix ping timeouts to properly close and free the socket...
2006-08-28 braingcc whinges.
2006-08-28 brainAdd DelFd calls when squitting a server or pinging...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-28 brainAdd support for NAMESX
2006-08-27 brainBail out if we get a non-existent user
2006-08-27 brainFixes for w00t, now its boo time :)
2006-08-27 brainFix mode granting in FJOIN
2006-08-27 brainI only fix stuff at 3:30am if im asked nicely and now...
2006-08-27 brainExtra sanity checks
2006-08-27 brainSometimes we were just doing Route->GetSock(), without...
2006-08-27 brainOverloaded char* equivalents of some core functions...
2006-08-24 brainCheck for missing comma in FJOIN element
2006-08-23 brainForgot the comma in first join
2006-08-23 brainIf we get an unknown prefix character on a user when...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainMore prefixchar stuff.
2006-08-21 brainIn 1.1, place all FJOIN parameters in the last paramete...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainpeline/pxline etc stuff removed
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainAnd fix a bug
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainServer::GetConfig, Server::GetVersion -> removed
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainFix passing wrong instance to resolver
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainchanrec::KickUser and chanrec::ServerKickUser return...
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-08-06 brainAdd <link:allowmask>
2006-08-06 brainFix TS lowering, also update local variable
2006-08-04 brainSanity checks
2006-08-04 brainAdd 'no such server' on remote stats to invalid name
2006-08-04 brainBackwards mode stuff!
2006-08-04 brainFixes?
2006-08-04 brainBugs bugs
2006-08-04 brainDebug
next