summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2006-11-06Fixed broken syncing for glines and elines using idents - thanks to dotslashe...special
2006-11-05Modified the server-to-server TIME command to report the real time (without d...special
2006-11-05Made the 'force' parameter to BURST and TIMESET uppercase to satisfy the peda...special
2006-11-05Added the <options:notimesync> flag to disable time syncingspecial
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-11-04one line tweak, if the prefix is empty, dont echo 'unknown prefix' to the deb...brain
2006-11-03Fixed at last.brain
2006-11-03Ive been unable to commit this since 9am, somehow port 22 is unusable at work...brain
2006-11-03Took out a header we needed to keep. Im done stick a fork in mebrain
2006-11-03Hmm, svn said there was a conflict here, but nobody had committed :/brain
2006-11-03Revert special's sqloper change, nice try but only half a biscuit.brain
2006-11-03Switched m_sqloper to use OnPostCommand instead of OnPreCommand, meaning the ...special
2006-11-02Added m_alltimespecial
2006-11-01Added the send_push event to m_spanningtree (send raw text to a remote user)special
2006-11-01New events for special. Event id's "new_server" and "lost_server". The data i...brain
2006-11-01Remove <helpop file>brain
2006-11-01Remove <censor file> directive, we've had <include> for years now, make use o...brain
2006-10-31Fix broken notice (relatively minor, the notice can be turned off)brain
2006-10-30Fix for crash found by eggy when a user without a cert tries to oper on a fin...brain
2006-10-30Add m_hidechans: Adds usermode +I to hide an oper's channels from non-opers. ...w00t
2006-10-30m_hideoper hooked the wrong event, fixed.w00t
2006-10-28Add <options:deprotectself> which can allow a +qa user to remove their own +q...brain
2006-10-28* Fix removal of user modes when unloading the mode letter (this actually wor...brain
2006-10-28Add and document m_hideoper, used to hide oper status from non-opers.brain
2006-10-28Fix these too!brain
2006-10-28Dont let users set this mode!!!brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain