]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Forgot to change the prefix, whoops
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-02-13 brainForgot to change the prefix, whoops
2006-02-13 brainSend the PONG back along the right path, maybe?
2006-02-13 brain(TEST CODE) remote ping, do not use until debugged
2006-02-12 brainInstantly apply lines when not synching
2006-02-12 brainTweak to allow @%+ to all exist on a user at once durin...
2006-02-11 brainCheck for >8 params in NICK
2006-02-11 brainAltered SVSNICK to echo back NICK message, grrrr, soddi...
2006-02-11 brainNewline stripping for asctime()
2006-02-11 brainAdded handler for TIME with server parameter
2006-02-11 brainDamn bracket
2006-02-11 brainFix routing for TIME
2006-02-11 brainFixes to pass on TIME
2006-02-11 brainMisc. fixes
2006-02-11 brainAdded remote TIME (do not use yet)
2006-02-11 brainFix for multi-param PUSH
2006-02-11 brainAdded uline check for PUSH
2006-02-11 brainAdded PUSH command, do not use yet until tested and...
2006-02-08 brainMissing function call
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-02-07 brainAvoiding assignment of std::strings unless neccessary...
2006-02-07 brainFaster ADDLINE code
2006-02-07 brainExperimental improved string handling in server links
2006-02-07 brainRemoved a strlen()
2006-02-07 brainSlightly more efficient write buffers
2006-02-07 brainTrivial spacing to make it identical
2006-02-07 brainFix signedness warning
2006-02-07 brainAdded max and current local/global usercounts to /luser...
2006-02-07 brainTypo fix
2006-02-06 brainFixed /LINKS to show flat even in tricky mIRC.
2006-02-05 brainFix to allow empty but defined away message (yes, really)
2006-02-05 brainFixed another issue
2006-02-05 brainBad brain, bad bad
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-03 brainMore fixes (#3)
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-03 brainAdded remote routing notices for RCONNECT
2006-02-03 brainAdded RCONNECT
2006-02-03 brainAdded <options:hideulines>
2006-02-03 brainChanged hops from 1 to 0 (makes more sense)
2006-02-03 brainAdded <options:flatlinks>
2006-02-02 brainAdded debug logging
2006-02-02 brainWhen socket fails to construct, we now check the GetSta...
2006-02-01 brainTidied up a kill message
2006-02-01 brainClean up ghosts on nick collision
2006-02-01 brain*TEST* nick collision code for NICK change in server...
2006-01-31 brainKey hiding when youre not on the channel
2006-01-30 brainUnneccesary space
2006-01-30 brainAdded new event into m_spanningtree, event id send_meta...
2006-01-30 brainRemainder of TYPE_OTHER metadata
2006-01-30 brainSee last commit
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-23 brainFixed another instance of IP being shown
2006-01-23 brainFixed to not display ip where not needed (breaks hidden...
2006-01-23 brainTypo fix
2006-01-23 brainPatched to allow FTOPIC from users (so that chanserv...
2006-01-23 brainTypo fix
2006-01-23 brainOptional IP-Hiding for servers
2006-01-22 brainWas using OnUserPre* when i wanted to use OnUser*,...
2006-01-22 brainPut some stuff back that was NEEDED.
2006-01-22 brainRemoved need for server kicks to be managed in here
2006-01-22 brainFixes to server kick (i hope)
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade InspSocket::Read return an empty but non-NULL...
2006-01-14 brainFixed 'stops responding after server pingout, while...
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-13 brainAdded extra safety check for a condition that should...
2006-01-12 brainChanged channel user lists from vector to map
2006-01-10 brainFixed methods being used for wrong object type
2006-01-10 brainFixed to not bother pinging an active server
2006-01-10 brainIncreased ping frequency from 1 minute to 5 minutes...
2006-01-10 brainAdded anti-newbie warning, if attempt is made to use...
2006-01-09 brainAdded Priority method to move this module to end of...
2006-01-09 brainAdded 'a' flag to STATS c which indicates autoconnect...
2006-01-09 brainChanged %s to %c for statschar
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-09 brainAdded 005 stuff after VERSION
2006-01-09 brainSync fixes for m_park et al
2006-01-08 brainAligned % fields in map
2006-01-08 brainChanged printf specifiers in map to right-align digits
2006-01-08 frostycoolslugAdded User Counts to /map
2005-12-31 brainAdded specific errors relating to invalid link tags...
2005-12-30 brainOmmitting \r and \n from debug display of outbound...
2005-12-30 brainNow uses two AES contexts, an 'in' context and an ...
2005-12-30 brainTEST CODE: CBC encryption type in AES rather than ECB
2005-12-28 brainMade 'fake direction' less loud, removed 'invalid source'
2005-12-27 brainCheck on upper bounds of base64 decode
2005-12-27 brainAdded checking for bad base64 decodes
2005-12-26 brainConverted to 'Implements' system
2005-12-26 brainFixed to new new 'Implements' array
2005-12-23 brainAttempted fix for munged ctcps during encryption
2005-12-22 brainFixed encryption being set on a connection that has...
2005-12-22 brainAllowed capab unencrypted in an encrypted connection
2005-12-21 brainFixed to include new parameter
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-21 brainAdded more verbose error output during link
2005-12-21 brainMoved CAPAB
2005-12-21 brainAdded CAPAB checking to prevent some obvious n00biness...
2005-12-21 brainRemoved some redundant code that was commented out
next