summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2006-10-28Whoops, wrong linfeed type on ADDLINE in netburstbrain
2006-10-28Allow admins to set the socket timeout on server connectionsbrain
2006-10-28Give this one a go dotslasher, apply to ALL serversbrain
2006-10-28Fix for crash, submitted by peaveydkbrain
2006-10-28Removed a bit of unreachable code I added with the last commit (thanks peaveydk)special
2006-10-28Return CMD_FAILURE from sajoin when given an invalid nickname (thanks Ares)special
2006-10-27When loading, dont try and free the qa modes, we havent allocated them yetbrain
2006-10-27Allow changing of qaprefixes on the fly with REHASH - if this happens, writeo...brain
2006-10-27remove <filter file> - This is no longer neccessary as we've had includes for...brain
2006-10-27Allow relative paths for motd and rules (and anything that uses ReadFile)brain
2006-10-26Fix broken GlobalCloneCount (AGAIN).brain
2006-10-26Fix this to display the channel name when overriding a ban, and to properly d...brain
2006-10-26Don't display this notice on an empty servername (which will happen if an inc...w00t
2006-10-26Hopefully fix override notices on channel bans, also make the override notice...w00t
2006-10-23More missing spaces (and unbreak compile)w00t
2006-10-23Fix bug experienced by satmd, remove space indents + tidy a littlew00t
2006-10-23Merge guestpattern fix by peaveydkbrain
2006-10-23Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags.brain
2006-10-23This needs TESTING: use modestacker when unloading module to group modes.brain
2006-10-22Merge fix by peaveydk which stops crashes when user doesnt authbrain
2006-10-22More mirc ball-suckage.brain