summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-11-19Also return for 7.x series > 7.3.15, this still wants testing :p (which versi...om
2006-11-19Hopefully uncraq this script enough to actually work, should return for versi...om
2006-11-19Merge pgsql stuff from darix, but im sure theres something to be looked at in...brain
2006-11-19Use pkg-config to detect lib paths - thanks darix we've been looking for this...brain
2006-11-16Make STATS i, y, c, n more relevent to 1.1brain
2006-11-15Added <oper:swhois> to m_swhois, which will override <type:swhois> if specifiedspecial
2006-11-14Another couple of 'forgot to memset'sbrain
2006-11-14Inherit ModuleException from std::exception rather than classbasebrain
2006-11-13Modify server counts in /lusers to show number of servers actually visible if...brain
2006-11-12Swap some stuff around, just to complicate bruteforcingbrain
2006-11-12Make the output table chosen be unique to the actual ip so that the octet val...brain
2006-11-12Better cloaking for unresolved IP addresses.brain
2006-11-12Slight hax. When bursting a channel - in the fmode, if we dont have +n or +t ...brain
2006-11-12If a new channel is created, after sending the FJOIN for the first user in, s...brain
2006-11-12Added a notice that all people bumping the protocol version should edit a pag...brain
2006-11-12Protocl-Version bump to 1102brain
2006-11-12Oops, using wrong parambrain
2006-11-12More funky stuff, SNONOTICE, MODENOTICE to go with OPERNOTICEbrain
2006-11-12Whoops, stuff in the wrong placebrain
2006-11-12And change < 64 to <= 64, the length limit is 64 - not 63om
2006-11-12Make OPERNOTICE work rightbrain
2006-11-12Add send_opers event and OPERNOTICE command to send remote server NOTICEbrain
2006-11-12Yes, we do want to propogate the server modebrain
2006-11-12Notice back to oper on invalid SAMODEbrain
2006-11-12Needs testing: SAMODE doesnt send the actual SAMODE text any more, instead it...brain
2006-11-12Allow normal MODE from a server prefixbrain
2006-11-12Dont propogate failed mode changesbrain
2006-11-12Add m_restrictbanned.so, disalows banned users on a channel from messaging th...w00t
2006-11-11Eliminate two trivial compile warnings pointed out by a few peoplebrain
2006-11-11Dont allow overlapped ports in these filesbrain
2006-11-11Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...brain
2006-11-11Make these properly detect port ranges.brain
2006-11-11Support hybrid-style port ranges in spanningtree, toobrain
2006-11-11Improve quit messages caused by filtering, now prefixed by "Filtered: "brain
2006-11-10Also dont try and filter remote users. This is ick.brain
2006-11-10Filtering should leave ulines alone, and not filter uline notices.brain
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-11-10Implement a change for bug #171. It might not be pretty in the /list output, ...brain
2006-11-10These should now be VF_COMMON, they sync databrain
2006-11-10Make /stats s more detailed, fix a grammar errorbrain
2006-11-10Whoops, make /stats s workbrain
2006-11-10Add /stats sbrain
2006-11-10Oops, fix crashbrain
2006-11-10Whoops, properly handle rehash now that new filters might be added by /FILTERbrain
2006-11-10Document changes to m_filter and m_filter_pcre a little.brain
2006-11-10Implement on-burst synching of filtersbrain
2006-11-10Oops, forgot command source, these wouldnt be able to be unloaded properlybrain
2006-11-10Implement the /filter command. Note that this is currently untested, and prop...brain
2006-11-10Add gline type, and <filter:duration> value to say how long to ban for.brain
2006-11-10Inherit m_filter.cpp and m_filter_pcre.cpp from a base set of classes, so tha...brain