]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected closed...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
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
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainRemove this debug line, eliminating its pointless warning
2008-06-06 brainAnd fix typo that came with it
2008-06-06 brainFix bug from std::string porting, thanks ThunderHacker
2008-06-06 brainWhoops, remote users not being counted in map, fix
2008-06-06 brainMore spanningtree tweaks
2008-06-06 brainAnother here too
2008-06-06 brainAllow changing of command string and parameter vector...
2008-06-01 brainRemove limits on assigning of oper types. Theres no...
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-25 brainGive modestacker a serverinstance
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-23 brainThere is no need for char* here any more
2008-05-23 brainNEVER use the two-param assign unless you want your...
2008-05-23 w00tDon't copy vars (faster) and also avoid a crash (non...
2008-05-23 brainCollision tweaks
2008-05-21 w00tClean this up a bit, and log about ignoring link blocks...
2008-05-20 w00tForward port r9782: show IP (not unknown) for unauthed...
2008-05-20 w00tAdd note to check other server on this message
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert channel banlist members to std::string
2008-05-19 brainConvert connection::host
2008-05-18 aquanightConvert m_spanningtree
2008-05-18 aquanightFix some unneeded .c_str() usage in m_spanningtree
2008-05-08 brainAdd call to protocol interface to get useful info on...
2008-05-05 brainRemove JOIN sending, all should be FJOIN
2008-05-05 w00tOkay, this was good in theory, but totally and utterly...
2008-05-05 w00tUn-break this so remote users still get RemoteMessage...
2008-05-05 brainAlter remotemessage here to not do what w00ts patch...
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 peaveyConvert a few missing
2008-05-05 aquanightConversions
2008-05-05 aquanightConvert m_spanningtree
2008-04-21 w00tHack, hack, hack, hack hack. Hack hack. Probably fix...
2008-04-18 aquanightMake the CAPAB sender in spanningtree more readable
2008-04-17 w00tAdd todo note
2008-04-17 w00tRemove SpanningTreeProtocolInterface::SendOperNotice...
2008-04-14 brainMove options vlaues netbuffersize, maxwho, maxconn...
2008-04-14 brainTRUNK CONFIG BREAKAGE WARNING: Move a bunch of options...
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-08 brainOddness
2008-04-08 brainExtra debug
2008-04-08 brainFix authentication logic, someone forgot to change...
2008-04-08 w00tChanges needed to get open-linking working.
2008-04-08 w00tFix compile error I introduced
2008-04-08 w00tComment tweakage
2008-04-08 w00tThis comment is slightly out of date: we do write to...
2008-04-08 w00tNo longer deprecated, just may not be used
2008-04-08 brainadd a couple of parenthesis to the password comparison...
2008-04-08 w00tAllow for open link networks (<link:name> to *) and...
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-08 w00tUpdate syntax
2008-04-08 w00tFinally apply my patch simplifying RSQUIT. Fixes bug...
2008-04-08 brainUgh, fixify. msms?
2008-04-07 brainWhen map says 0ms, make it read "<1ms" instead of 0...
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-07 w00tShow SID on /map
next