summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-18Increase the size of the matrix for map drawing to 250x250brain
2008-08-09Add translation type TR_CUSTOM, and fix up callerid some.aquanight
2008-08-05Make this fit in with the rest of the codew00t
2008-08-05Return the right thing.w00t
2008-08-05Better Way(TM) of doing easy routing of commands with a user based source. Th...w00t
2008-08-05Forward-port r10098 and r10099, fixing anope+inspircd=ftopic ddos. Thanks to ...w00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-07-18Set parent to empty if there is no parent, pippijn, does this fix your duplic...w00t
2008-07-17Send strerror() on all socket error messages, this should help diagnose probl...w00t
2008-07-14Fix compilew00t
2008-07-14Lots, lots more numerics.h conversionw00t
2008-07-12Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F...w00t
2008-07-11Convert API to use std::string, fixes my slight bug from earlier and looks ti...w00t
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-06-13Win32 compilation fixesbrain
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-06Remove this debug line, eliminating its pointless warningbrain
2008-06-06And fix typo that came with itbrain
2008-06-06Fix bug from std::string porting, thanks ThunderHackerbrain
2008-06-06Whoops, remote users not being counted in map, fixbrain
2008-06-06More spanningtree tweaksbrain
2008-06-06Another here toobrain
2008-06-06Allow changing of command string and parameter vector within OnPreCommand, al...brain
2008-06-01Remove limits on assigning of oper types. Theres no practical reason to restr...brain
2008-06-01Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...brain
2008-05-25Give modestacker a serverinstancebrain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-23There is no need for char* here any morebrain
2008-05-23NEVER use the two-param assign unless you want your string padding to len byt...brain
2008-05-23Don't copy vars (faster) and also avoid a crash (non-const -> const)w00t
2008-05-23Collision tweaksbrain
2008-05-21Clean this up a bit, and log about ignoring link blocks due to missing attrib...w00t
2008-05-20Forward port r9782: show IP (not unknown) for unauthed connectionsw00t
2008-05-20Add note to check other server on this messagew00t
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert channel banlist members to std::stringbrain
2008-05-19Convert connection::hostbrain
2008-05-18Convert m_spanningtreeaquanight
2008-05-18Fix some unneeded .c_str() usage in m_spanningtreeaquanight
2008-05-08Add call to protocol interface to get useful info on the server map. Return a...brain
2008-05-05Remove JOIN sending, all should be FJOINbrain
2008-05-05Okay, this was good in theory, but totally and utterly fucked in implementati...w00t
2008-05-05Un-break this so remote users still get RemoteMessage okay if targetted at a ...w00t
2008-05-05Alter remotemessage here to not do what w00ts patch did, twicebrain
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-05Convert a few missingpeavey
2008-05-05Conversionsaquanight