Age | Commit message (Expand) | Author |
2006-11-11 | Eliminate two trivial compile warnings pointed out by a few people | brain |
2006-11-11 | Dont allow overlapped ports in these files | brain |
2006-11-11 | Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662... | brain |
2006-11-11 | Make these properly detect port ranges. | brain |
2006-11-11 | Support hybrid-style port ranges in spanningtree, too | brain |
2006-11-11 | Improve quit messages caused by filtering, now prefixed by "Filtered: " | brain |
2006-11-10 | Also dont try and filter remote users. This is ick. | brain |
2006-11-10 | Filtering should leave ulines alone, and not filter uline notices. | brain |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-11-10 | Implement a change for bug #171. It might not be pretty in the /list output, ... | brain |
2006-11-10 | These should now be VF_COMMON, they sync data | brain |
2006-11-10 | Make /stats s more detailed, fix a grammar error | brain |
2006-11-10 | Whoops, make /stats s work | brain |
2006-11-10 | Add /stats s | brain |
2006-11-10 | Oops, fix crash | brain |
2006-11-10 | Whoops, properly handle rehash now that new filters might be added by /FILTER | brain |
2006-11-10 | Document changes to m_filter and m_filter_pcre a little. | brain |
2006-11-10 | Implement on-burst synching of filters | brain |
2006-11-10 | Oops, forgot command source, these wouldnt be able to be unloaded properly | brain |
2006-11-10 | Implement the /filter command. Note that this is currently untested, and prop... | brain |
2006-11-10 | Add gline type, and <filter:duration> value to say how long to ban for. | brain |
2006-11-10 | Inherit m_filter.cpp and m_filter_pcre.cpp from a base set of classes, so tha... | brain |
2006-11-06 | Fixed broken syncing for glines and elines using idents - thanks to dotslashe... | special |
2006-11-05 | Modified the server-to-server TIME command to report the real time (without d... | special |
2006-11-05 | Made the 'force' parameter to BURST and TIMESET uppercase to satisfy the peda... | special |
2006-11-05 | Added the <options:notimesync> flag to disable time syncing | special |
2006-11-05 | Added time syncing! This is fairly simple - servers exchange timestamps and u... | special |
2006-11-04 | one line tweak, if the prefix is empty, dont echo 'unknown prefix' to the deb... | brain |
2006-11-03 | Fixed at last. | brain |
2006-11-03 | Ive been unable to commit this since 9am, somehow port 22 is unusable at work... | brain |
2006-11-03 | Took out a header we needed to keep. Im done stick a fork in me | brain |
2006-11-03 | Hmm, svn said there was a conflict here, but nobody had committed :/ | brain |
2006-11-03 | Revert special's sqloper change, nice try but only half a biscuit. | brain |
2006-11-03 | Switched m_sqloper to use OnPostCommand instead of OnPreCommand, meaning the ... | special |
2006-11-02 | Added m_alltime | special |
2006-11-01 | Added the send_push event to m_spanningtree (send raw text to a remote user) | special |
2006-11-01 | New events for special. Event id's "new_server" and "lost_server". The data i... | brain |
2006-11-01 | Remove <helpop file> | brain |
2006-11-01 | Remove <censor file> directive, we've had <include> for years now, make use o... | brain |
2006-10-31 | Fix broken notice (relatively minor, the notice can be turned off) | brain |
2006-10-30 | Fix for crash found by eggy when a user without a cert tries to oper on a fin... | brain |
2006-10-30 | Add m_hidechans: Adds usermode +I to hide an oper's channels from non-opers. ... | w00t |
2006-10-30 | m_hideoper hooked the wrong event, fixed. | w00t |
2006-10-28 | Add <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-28 | Add and document m_hideoper, used to hide oper status from non-opers. | brain |
2006-10-28 | Fix these too! | brain |
2006-10-28 | Dont let users set this mode!!! | brain |
2006-10-28 | Add support for OnWhoisLine, which allows modules to change or drop any line ... | brain |
2006-10-28 | Whoops, wrong linfeed type on ADDLINE in netburst | brain |