]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Added remote rehash (even to a mask)
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2005-11-30 brainAdded remote rehash (even to a mask)
2005-11-30 brainMade a simple booboo
2005-11-30 brainAdded OnGetServerDescription (mainly for link modules)
2005-11-30 brainMore collision fixes
2005-11-30 brainARGH, TS
2005-11-30 brainFixed nick collision stuff
2005-11-30 brainAttempted fix
2005-11-30 brainExtra debug
2005-11-30 brainSome debug tracking
2005-11-30 brainAdded TS nick collision stuff (ugh)
2005-11-30 brainCasting glitch
2005-11-30 brainAdded ForceTopic stuff
2005-11-30 brainAdded TOPIC handler stub
2005-11-30 brainAdded INVITE
2005-11-30 brainSafely allow for server KILL
2005-11-30 brainFixed colon stuff
2005-11-30 brainFixed minor typo in new KILL code
2005-11-30 brainAdded remote kill
2005-11-29 brainAdded KICK support
2005-11-29 brainRemoved some useless debug info
2005-11-29 brainTwo squits, one server? Someones been at the silly...
2005-11-29 brainLine wrapping fixes
2005-11-29 brainDebug stuff
2005-11-29 brainFixed mode stuff
2005-11-29 brainFrigging warning
2005-11-29 brainFixed warning and attempt to use string as an int (!)
2005-11-29 brainAdded OnOper and OnMode to module
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded NICK and QUIT
2005-11-29 brainAdded reason to OnUserQuit
2005-11-29 brainAdded support for NOTICE
2005-11-29 brainFixed servernames in remote intro getting cut to one...
2005-11-29 brainFixed a warning
2005-11-29 brainFixed compile error
2005-11-29 brainChanged the way lines are populated to remote servers
2005-11-29 brainFucking colon stripping
2005-11-29 brainColon stripping fixes
2005-11-29 brainLeading colon fixes
2005-11-29 brainChanged to strchr
2005-11-29 brainVarious optimizations and tweaks
2005-11-29 brainPRIVMSG tweaks
2005-11-29 brainCrash tweak
2005-11-29 brainAdded test code for one-to-many PRIVMSG
2005-11-29 brainAdded a few stats on squit
2005-11-29 brainMoved some stuff to debug
2005-11-29 brainTweaked parameter count of sent out SQUITs
2005-11-29 brainNetsplit/SQUIT tweaks
2005-11-29 brainRecursive free sucks
2005-11-29 brainAdded squit stuff... dont like recursive delete.
2005-11-28 brainFixed some glitches in linking
2005-11-28 brainFixed dodgy server being broadcast on BURST
2005-11-28 brainFixed a loop whoopsie
2005-11-28 brainFound a typo when compiling on gcc3.3.6
2005-11-28 brainChanged to propogate SERVER properly when a new server...
2005-11-28 brainCommented /MAP because it takes some documenting to...
2005-11-28 brain/MAP. ARGH!
2005-11-28 brainFixed bouncing messages caused by trying to echo to...
2005-11-28 brainMade privmsgs work
2005-11-28 brainAdded OnUserMessage and OnUserNotice (why have these...
2005-11-27 brainTied in client message parser, works very well :)
2005-11-27 brainAdded nickname syncing
2005-11-27 brainFixed a missing parameter
2005-11-27 brainAdded tree walk algorithm which finds out which directl...
2005-11-27 brainAdded proper administrativia notices to CONNECT and...
2005-11-27 brainAdded /CONNECT
2005-11-26 brainAdded most of the connection/authentication code, need...
2005-11-26 brainFixed dumb bug where module claims ALL bindable ports...
2005-11-26 brainAdded overriding handlers for CONNECT, SQUIT, MAP,...
2005-11-26 brainFixed compile glitches
2005-11-26 brainAdded reading of server link configs
2005-11-26 brainAdded TreeServer class (actual tree structure)
2005-11-26 brainAdded tons of comments. These will probably stay.
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...