]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Fix crash on propogation after routed squit has reached it's destination. Thx HiroP.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2007-06-15 peaveyFix crash on propogation after routed squit has reached...
2007-06-15 peaveyOops forgot to tidy up comments.
2007-06-15 peaveyUse PUSH to let remote servers advise of errors.
2007-06-15 peaveyCannot WriteServ to remote users, write info to snomask...
2007-06-15 peaveyremove from header also.
2007-06-15 peaveyremove RSQUIT2 routing hack for SQUIT now we use one...
2007-06-15 peaveyremove a comment.
2007-06-15 peaveyFix for bug #296, remote squit not accepting wildcards...
2007-06-15 peaveytry out using one param RSQUIT for propogation of SQUIT.
2007-06-15 peaveyOne param RSQUIT behaving like routed SQUIT.
2007-06-14 burlex- Fixed fencepost error in apply_other_sides_modes.
2007-06-14 burlex+ Added a check between servers prefixes at the CAPAB...
2007-06-14 brainFix problem where two unrelated options are named ident...
2007-06-13 peaveyThis is not, not routing of SQUIT, nothing to see here...
2007-06-13 peaveyRemove remote SQUIT hacks.
2007-06-13 peaveyMake this require 2 params, just like god intended...
2007-06-13 peaveynew rsquit command handler, this is still work in progress.
2007-06-13 peaveystrip RSQUIT from protocol, part of new RSQUIT, not...
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-06-07 peaveyAdd command /RSQUIT to spanningtree.
2007-06-06 brainAdd back remote kill handler for server origin kills
2007-06-06 w00tPatch fixing (almost) remote kill server notices, by...
2007-06-02 peaveyand a little tweak to remote MOTD too.
2007-06-02 peaveysame for admin, and fix some returns.
2007-06-02 peaveyFix for bug #297. /MODULES now correctly finds remote...
2007-05-31 brainAnd remove soem debug
2007-05-31 brainFix for issue discovered by satmd where it is possible...
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-28 brainDisplay the proper transports for server ports *slap* :P
2007-05-28 w00tRemove code for clientcount/servercount from /stats...
2007-05-28 w00tShow IPs that a port is bound to in /stats p, don't...
2007-05-28 w00t- Add server ports to /stats p. This doesn't work prope...
2007-05-27 brainFix for bug #305, allow admin to select what port outbo...
2007-05-27 brain...and remember the parameters ;)
2007-05-27 brainWe were already sending FMODE +nt after each channel...
2007-05-24 brainSomehow, the code which does the "assumption" that...
2007-05-22 brainThis says ten minutes drift and should say five, fixed
2007-05-21 brainMove inspircd.h to top
2007-05-21 frostycoolslugReverted broken patch.. This may break, but it's unlike...
2007-05-20 w00t- Fix a small warning thrown by cl about unused local.
2007-05-20 brainSend CHANMODES= and PREFIX= in CAPAB CAPABILITIES.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-18 specialFixed a fairly low-risk crash in m_spanningtree
2007-05-17 brainChange the way i/o lines are formatted in debug log...
2007-05-16 brainWe announce a ping timeout THREE different times and...
2007-05-16 brainAnd fix another booboo
2007-05-16 brainAdd a notice on connection close stating server link...
2007-05-14 brainquietbursts tweak for hirop
2007-05-13 brainWe dont need to send FMODE for user mode changes, and...
2007-05-13 brainFix remote bursting with quietbursts, before QA actuall...
2007-05-13 brainBetter logging to troubleshoot silentbursts
2007-05-13 brainMake the debug output a bit more readable
2007-05-13 brainPoach feature request: If a server does not respond...
2007-05-10 brainChange some stuff around to make sure metadata/fmode...
2007-05-10 brainremove EB metadata madness and make services people...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-09 brainFix ping timeout ERROR not being generated when a serve...
2007-05-09 brainFix operquit notices being chopped to first word of...
2007-05-09 w00tMake RCONNECT accept a glob for the first parameter...
2007-05-08 w00t- (FINALLY, ffs) add realnames to connect/remote connec...
2007-05-07 brainCorrect the silentbursts logic
2007-05-07 brainSlightly tidier capab checks
2007-05-07 brainNeeds a little testing: Tidyup of some code, namely...
2007-05-07 brainFix channel TS not being set correctly on creation...
2007-05-07 brainDevelopers, please review ForceJoin starting at line...
2007-05-07 brainA bit more debug in here
2007-05-07 brainAdd bugnotice when an fmode is sent with a TS < ours...
2007-05-07 brainFTOPIC from another server now (correctly) shows local...
2007-05-06 braingcc fails it at exporting symbols properly :/
2007-05-05 brainMake debug warning for broken servers once per serverna...
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-05-04 brainAdd MODE nag to debug snomask +d
2007-05-04 brainApply visibility state to whois, next stop, /who
2007-05-03 brainFix for new api
2007-05-01 brainMuch more detailed logging of lowlevel socket errors...
2007-05-01 brainFix crashbug in latest svn introduced by inspsocket...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-25 peaveydhost and host are both char[65], so let stringcopy...
2007-04-20 peaveyFix bug #259 proper by doing what I should have done...
2007-04-20 peaveyRevert this back to previous.
2007-04-19 peaveyDo not add empty strings to outgoing lines. *needs...
2007-04-19 brainCheck some userrec values in remote whois, so that...
2007-04-15 brainFix for bug that took ages to track down and was very...
2007-04-09 brainThe hmac stuff was slightly wrong, calculating the...
2007-04-09 brainD'oh, this is what causes it to randomly not allow...
2007-04-09 brainAnd spell it right.
2007-04-09 brainMinor change, easy to roll back if it fucks up
2007-04-09 brainWhoopsie
2007-04-09 brainWait longer before sending data on the connect than...
2007-04-09 brainRevert
2007-04-09 brainTest tweak to make it sync faster
2007-04-09 brainDifferent way of generating random string
2007-04-09 brainGive information in snomask +l to what type of auth...
2007-04-09 brainHandle non-hmac servers smarter without having to globa...
2007-04-09 brainAdd config <options:disablehmac> to support disabling...
2007-04-09 brainRemove debug: This now works!
2007-04-09 brainI think we're almost there now
2007-04-09 brainMore fucking around
2007-04-09 brainThis is likely fucked up beyond all recognition. Today...
2007-04-09 brainDebug, and we seem to be sending capab twice
next