summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-08Fix compile errorw00t
2008-04-08REG_ALL check is not required, since OnUserConnect is triggered after NICK/US...w00t
2008-04-08SHUN: check SHUN on connect, extend user with shunned metadata if they match,...w00t
2008-04-08Ugh, fixify. msms?brain
2008-04-07When map says 0ms, make it read "<1ms" instead of 0, 0 doesnt make ANY sense ...brain
2008-04-07Fix for bug #510brain
2008-04-07Hosts vector not cleared on rehash, made rehashing for changes impossiblebrain
2008-04-07SHUN works (locally at least)w00t
2008-04-07Hook events properly.w00t
2008-04-07Add a factory to produce shuns, don't autoapply to userlist, etc.w00t
2008-04-07Add extra stuff for w00t, AutoApplyToUserList method for XLineFactorybrain
2008-04-07Use SHUN, not S, try match on std::string for removalw00t
2008-04-07Unrestrict users before REG_ALLw00t
2008-04-07Make it work properly, toobrain
2008-04-07Show server kills with correct origin, UNLESS hidden server in whois is setbrain
2008-04-07This should probably be tested, but makes a whole lot more sense like this (u...brain
2008-04-07Show SID on /mapw00t
2008-04-07remote MAP reply is backwards :pbrain
2008-04-07Use server names for introduction of servers, not SIDsw00t
2008-04-07We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff)brain
2008-04-07Typo x 2 (ta Zaba)w00t
2008-04-07Typow00t
2008-04-07Convert this to use the new XLine API, this results in fairly significant les...w00t
2008-04-07Add m_shun from third party to 1.2, update it to compile (currently untested....w00t
2008-04-07Updates to NeoStats aliases, again by TamCore (thanks :))w00t
2008-04-07Patch from Brain: set MAX_DESCRIPTORS for all socket engines (I missed this)w00t
2008-04-06Fix fake direction in TOPIC, you cant use a uuid as a command origin in the s...brain
2008-04-06Its ok to allow remote map to non-opers now, found the real culpritbrain
2008-04-06Fix bug where OPERTYPE does not propogate more than one server in distance du...brain
2008-04-06Remote map only works for opers. Fix problem where only part of the map is sh...brain
2008-04-06Debugbrain
2008-04-06The map matrix must be static. For some reason it blows up when it is not. Th...brain
2008-04-06Initialise this so WriteCommon() knows what it's dealing with (thanks, valgrind)w00t
2008-04-06Initialise var (another valgrind warning)w00t
2008-04-06Stupid, stupid :| use the correct variable to find existing channel (this cau...w00t
2008-04-06Initialise this (valgrind warning)w00t
2008-04-06Remote /MAP (that now doesn't confuse clients ;p)w00t
2008-04-06Fix this up to convert deque to const char* const for w00tbrain
2008-04-06Remote /MAP: caution, this doesn't compilew00t
2008-04-06Revert not-required haxbrain
2008-04-06For some reason there was a FinishBurst in the encap command, which was sendi...brain
2008-04-06Mark ping answered when we get a two form replyw00t
2008-04-06Make ping warnings and lag check global across all servers on a network. This...w00t
2008-04-06Add NeoStats example aliases (thanks TamCore)w00t
2008-04-06Fix bug #509 reported by Casey: bans were not applied on non-opped users (1.2...w00t
2008-04-06More missing docs.w00t
2008-04-06Fix a silly bug we never thought was a bug, in m_messageflood - the message t...w00t
2008-04-06Some documentation fixes (misnamed module, missing modules, etc). Fixes bug #...w00t
2008-04-05Error message tweakingw00t
2008-04-05Add protocolinterface.* and privmsg.cppbrain