summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-11-11A few lines here are loglevel DEFAULT and should be DEBUG.brain
2006-11-11Dont allow overlapped ports in these filesbrain
2006-11-11Allow checking of overlapped ports. A bit of sensible thought prevents this f...brain
2006-11-11dont use local vars and lose statebrain
2006-11-11Handle out of range port numbers without stopping parsing the whole setbrain
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-11Allow port ranges for client ports (this is still todo in spanningtree)brain
2006-11-11fix small typo (also doubles as test commit)peavey
2006-11-11Oops, add special-case for user killing themselves (their userrec is gone whe...brain
2006-11-11Yay, comma seperated /kill, same limits as PRIVMSG etc.brain
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-09Move peaveydk to core developers, jamie to contributors as he appears to be A...w00t
2006-11-06Fixed broken syncing for glines and elines using idents - thanks to dotslashe...special
2006-11-06Apply patch for bug #165 (compile warning for users.cpp) by peaveydkspecial
2006-11-06Fix IPv4 resolution, spank satmd if you were affected by thisw00t
2006-11-05Fixed bug #164 by peaveydkspecial
2006-11-05Modified the server-to-server TIME command to report the real time (without d...special
2006-11-05Whoops, make targets case insensitive when cutting down a comma seperated listbrain
2006-11-05Older gcc gets confused when the only parameter has a default value? O_obrain
2006-11-05Change message to indicate that the count only includes client portsbrain
2006-11-05Fix the 'not all ports could be bound' warning to not count server ports at t...brain
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-04Smart voodoo to weed out duplicates in a comma seperated list for LoopCall. v...brain
2006-11-04Fix remote quit notices (some were in the wrong snomask)brain
2006-11-04Show ident when expiring g and k linesbrain
2006-11-04Fix comma-seperated list handling by CommandParser::LoopCall, should fix /ams...brain
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-11-04Merge peaveys patch, tracker #162brain
2006-11-03Fixed at last.brain