]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
* include/caller.h will now compile correctly on Windows platforms.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-13 peaveyFix new millisec /map to compile on windows, by ifndef...
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-08-05 brainChange latency figures in /map to milliseconds, much...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-11 brainFix for bug #347.
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 brainMore
2007-06-17 peaveyDeprecate remote SQUIT, warn to use RSQUIT instead...
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-13 peaveyThis is not, not routing of SQUIT, nothing to see here...
2007-06-13 peaveyRemove remote SQUIT hacks.
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-06-07 peaveyAdd command /RSQUIT to spanningtree.
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 brain...and remember the parameters ;)
2007-05-27 brainWe were already sending FMODE +nt after each channel...
2007-05-21 brainMove inspircd.h to top
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
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-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 brainPoach feature request: If a server does not respond...
2007-05-09 brainFix ping timeout ERROR not being generated when a serve...
2007-05-03 brainFix for new api
2007-04-08 brainIt might be slightly slower, but memset the array as...
2007-04-08 brainMake the lines wide enough to hold the new data
2007-04-06 brainFix bug #224 by refreshing the security ip cache every...
2007-04-05 brainAdd support for <link:hidden> fixes feature request...
2007-04-05 brainAdd extra /map info (connection uptime, and lag time...
2007-04-02 brainThe other half of special's LUSERS fix
2007-03-25 brainAllow some commands to use a mask of * (this usually...
2007-03-24 brainTest stuff to fix remote stats brokage
2007-03-18 brainChange back to FMODE for channel mode changes from...
2007-03-16 brainRemote /MODULES
2007-03-16 brainDifferent timesync, dont use yet
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainRemove stray "Notice:" - text only change
2007-02-07 brainSupport port binding here
2007-02-06 brainMake use of new AAAA->A resolving
2007-01-19 brainFix dependencies
2007-01-19 brainSplit out rconnect command into its own file (this...
2007-01-19 brainSplit this up even more, much smaller files that are...
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola
2007-01-18 brainMuch more tidyup, and yes, tons more to go
2007-01-18 brainStart of splitting up. WARNING: This is far from tidy...
2007-01-18 brainMove some stuff into utils.h
2007-01-18 brainStart of moving m_spanningtree into a dir so we can...