Age | Commit message (Expand) | Author |
2006-11-11 | Handle out of range port numbers without stopping parsing the whole set | 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 | Document port range stuff | brain |
2006-11-11 | Support hybrid-style port ranges in spanningtree, too | brain |
2006-11-11 | Allow port ranges for client ports (this is still todo in spanningtree) | brain |
2006-11-11 | fix small typo (also doubles as test commit) | peavey |
2006-11-11 | Oops, add special-case for user killing themselves (their userrec is gone whe... | brain |
2006-11-11 | Yay, comma seperated /kill, same limits as PRIVMSG etc. | 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 | Finally update this | 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-09 | Move peaveydk to core developers, jamie to contributors as he appears to be A... | w00t |
2006-11-09 | Patch from peavey to fix GCC3.3 crash correctly, without breaking other stuff... | w00t |
2006-11-08 | This should fix the empty iterator crash with gcc3.3 - thanks yet again to pe... | special |
2006-11-06 | Fixed broken syncing for glines and elines using idents - thanks to dotslashe... | special |
2006-11-06 | Apply patch for bug #165 (compile warning for users.cpp) by peaveydk | special |
2006-11-06 | Fix IPv4 resolution, spank satmd if you were affected by this | w00t |
2006-11-05 | Fixed bug #164 by peaveydk | special |
2006-11-05 | Modified the server-to-server TIME command to report the real time (without d... | special |
2006-11-05 | Whoops, make targets case insensitive when cutting down a comma seperated list | brain |
2006-11-05 | Older gcc gets confused when the only parameter has a default value? O_o | brain |
2006-11-05 | Change message to indicate that the count only includes client ports | brain |
2006-11-05 | Fix the 'not all ports could be bound' warning to not count server ports at t... | brain |
2006-11-05 | Added <options:notimesync> to the example config | 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-04 | Smart voodoo to weed out duplicates in a comma seperated list for LoopCall. v... | brain |
2006-11-04 | Fix remote quit notices (some were in the wrong snomask) | brain |
2006-11-04 | Show ident when expiring g and k lines | brain |
2006-11-04 | Fix comma-seperated list handling by CommandParser::LoopCall, should fix /ams... | brain |
2006-11-04 | As requested by satmd, inspircd will now run with no client ports configured | brain |
2006-11-04 | Merge peaveys patch, tracker #162 | brain |