]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Clarify module mismatch message
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2009-02-24 danieldgClarify module mismatch message
2009-02-18 danieldgRemove unused NumServers field
2009-02-18 danieldgRemove MaxMapHeight, replace with dynamically sized...
2009-02-18 danieldgApparently casting to float is not sufficient to cause...
2009-02-18 danieldgRework /MAP output to not be overly wide
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyNuke trailing spaces
2009-02-09 danieldgRemove space before first user in FJOIN; also call...
2009-02-09 danieldgFix merge FJOIN debug message
2009-02-08 w00tFix: always have a colon marking the last FJOIN paramet...
2009-01-31 brainWe already have an error for not enough params to the...
2009-01-22 w00tRevert "Check nickname validity on introduction, closes...
2009-01-21 w00tCheck nickname validity on introduction, closes bug...
2009-01-04 brainThis is out of date, useless, and nobody updates it.
2009-01-02 brain...and make it not go querying modules that dont implem...
2009-01-02 brainIf a module is loaded after m_spanningtree that it...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-21 brainAllow for kick from a server origin to have a comma...
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-12-12 w00tFix problem with autoconnects: don't reset NextConnectT...
2008-12-07 brainMake an error message more verbose to help users
2008-11-30 w00tRemove unused variable (thanks to everyone who noticed it)
2008-11-27 w00tDon't append server name to kill reasons.
2008-11-27 w00tForward-port: Created commit fcadb0b: Change rm to...
2008-11-20 brainFix for potential crash with invalid prefixes (prefixes...
2008-11-16 w00tDon't burst expired X:, should help stop bounce wars..
2008-11-04 brainFix malformed UID errors so that w00t can troubleshoot! :)
2008-11-02 w00tFire every debug.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tFix a result of Tired Coding (tm)
2008-10-31 w00tIt is not my %$"*&%" day. This never happened.
2008-10-31 w00tTidy up FJOIN processing somewhat - don't bother faking...
2008-10-31 w00tAdd REMOTEOPER snomask.. use it.
2008-10-31 w00tMove some messages (correctly) to remote link snomask.
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-10-28 w00tRemove comment, as it is now done.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-10-27 w00tBe a hell of a lot more strict about malformed UID...
2008-10-27 w00tFix redundant stats snotice, thanks dz.
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-25 w00tAs we have an enum for type, why not ..use it?
2008-10-25 w00tNote where to find the docs.
2008-10-25 w00tNuke space indents from orbit. (die!!)
2008-10-25 w00tMove spanningtree to use OnChangeLocalUserHost instead...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-14 brainRemove outdated TODO
2008-10-10 brainUpdate comment that says we dont send simplemodes in...
2008-10-08 w00tFix crash caused by me being retarded.
2008-10-08 w00tFix: call OnRawSocketAccept for server connections...
2008-10-05 brainSome more safety checks to catch out invalid client...
2008-10-02 brainComments here too
2008-09-30 brainSome suggestions from jilles about handling unknown...
2008-09-24 peaveyFix for listening sockets not clearing their timeout...
2008-09-22 brainwarning-free on windows
2008-09-22 brainFix for bug #605 reported by MacGuyver, if a line is...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-21 brainFix various rline bugs, implement /stats R, and fix...
2008-09-21 brainFix the 'i/o error on connection (no error)' stuff...
2008-09-19 braininbound sockets need a timeout, too. 30 secs should...
2008-09-19 peaveyImplement timeout on outgoing server connections as...
2008-09-11 aquanightFix KILL server-notice duplication
2008-09-08 w00tRemove a (now nonexistant) reference from .h
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-08-31 brainTwo fixes: Ignore + when parsing mode string in UID...
2008-08-31 brainMore debugging mesages for troubleshooting invalid...
2008-08-31 brainI guess it makes sense never to let the gecos be parsed...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 brainTwo fixes: First, change the error message for too...
2008-08-31 w00tWhat the fuck am I doing.
2008-08-31 w00tOff-by-one on params also == masskill, woo
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-08-31 w00tRemove a redundant check, and fix user-mode change...
2008-08-29 brainTidier /modules generation. faster for non-opers, neate...
2008-08-29 w00tSafeguards
2008-08-29 peaveyFix extra End of /STATS on spanningtree override of...
2008-08-29 w00tRemove some old stuff
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-25 w00tFix build.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-23 w00tRemove (unnecessary) compiler warning bypass; we don...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-18 brainIncrease the size of the matrix for map drawing to...
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-08-05 w00tMake this fit in with the rest of the code
2008-08-05 w00tReturn the right thing.
2008-08-05 w00tBetter Way(TM) of doing easy routing of commands with...
2008-08-05 w00tForward-port r10098 and r10099, fixing anope+inspircd...
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-07-18 w00tSet parent to empty if there is no parent, pippijn...
2008-07-17 w00tSend strerror() on all socket error messages, this...
2008-07-14 w00tFix compile
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-12 w00tAdd <gecos> field to <server> in XML stats output,...
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-13 brainWin32 compilation fixes
next