summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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 var (another 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-06Fix bug #509 reported by Casey: bans were not applied on non-opped users (1.2...w00t
2008-04-06Fix a silly bug we never thought was a bug, in m_messageflood - the message t...w00t
2008-04-05Error message tweakingw00t
2008-04-05Remove debug, fix DELLINE: args were the wrong way aroundw00t
2008-04-05debugw00t
2008-04-05Same herebrain
2008-04-05Fix showing of sid/uid instead of nick or servername when lines are addedbrain
2008-04-05Resolve collisions once, don't rely on every server being able to fix our col...w00t
2008-04-05Fix multiple burst notifications in a better way (force EOB was quite often h...w00t
2008-04-05Fix IDLE sending a nick rather than a uid. Atheme should probably put a check...brain
2008-04-05Only finish bursting once, thanks AnMasterbrain
2008-04-05Remove debug, thanks for reminding me danieldgbrain
2008-04-05Tweaks to make some errors show server name and not server IDbrain
2008-04-05Update ModDesc and class namew00t
2008-04-05Redo the MODE warning stuff. Don't do some extra unneeded checks, don't allow...w00t
2008-04-05Fix crash in MODE when sent for a user, with only one parameter (which is wro...brain
2008-04-04Add m_nickban and documentation. Implements +b n:, which stops any users matc...w00t
2008-04-04Off by onew00t
2008-04-04Only examine local messagesw00t
2008-04-04DOHbrain
2008-04-04Extra stuff for 005 numericbrain
2008-04-04m_quietban: implements snomask +b q:w00t
2008-04-04Fix broken fjoin, looks like we forgot something when porting to new format :pbrain
2008-04-04The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba...w00t
2008-04-04See this brainw00t
2008-04-04Apply our own version of mminds patch that doesnt have #defines in itbrain
2008-04-04Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...w00t
2008-04-04Dont check APrefix both times :pbrain
2008-04-04Better checksbrain
2008-04-04Throw exception if both the prefix chars are defined and the same (thaks dani...brain
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-04Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting.peavey
2008-04-04Zap printfsbrain
2008-04-04Fix lost messages, thanks w00t and peaveybrain
2008-04-04fix warningsw00t
2008-04-04Attempt to avoid infinite loopsw00t
2008-04-04Fix this (thx danieldg and owine)w00t
2008-04-04Whoops, thanks w00tbrain