summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-27Add and document m_clones as requested by bug #267brain
2007-04-27m_dnsbl stats should count no result as a missspecial
2007-04-26Fixed bug #266 (m_dnsbl stats), patch by satmdspecial
2007-04-26When running in nofork, keep the tty open (we were closing it, which meant th...brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-25Let's pretend the number after 6838 is 6840, so this commit never happenedspecial
2007-04-25Added m_chancreate to the example configspecial
2007-04-25Added m_chancreate, which adds snomask +j to show when new channels are createdspecial
2007-04-25Please try this, satmdbrain
2007-04-25Use segments of 8 in length not ten, reducing the length of a cloaked ipv6 ho...brain
2007-04-25dhost and host are both char[65], so let stringcopy take up to 64 chars here.peavey
2007-04-24Shorten the length of ipv6 cloaks so that a character isnt lost (6 segments p...brain
2007-04-24version 1.1.6+DevilsDancepeavey
2007-04-22update some comments.peavey
2007-04-22Fix crash if trying to remove pattern that does not exist.peavey
2007-04-22The devil's dancing :pbrain
2007-04-22Fix typobrain
2007-04-22cleanup space indentingpeavey
2007-04-22Send numeric when item doesnt exist on removebrain
2007-04-22Fix memory consumption of m_slence, users silence lists arent deleted till th...brain
2007-04-21Ensure it cant happen the other way around, eitherbrain
2007-04-21Fix spurious 'found host' messages after being told it couldnt.brain
2007-04-21Add *** to +s SNOTICEspeavey
2007-04-21Add *** to +s SNOTICEsbrain
2007-04-20Fix for "hanging" when controlling terminal is not a tty (nofork check and is...brain
2007-04-20Fix bug #259 proper by doing what I should have done back in r6618 when I fir...peavey
2007-04-20Revert this back to previous.peavey
2007-04-19Do not add empty strings to outgoing lines. *needs testing, may break stuff*peavey
2007-04-19Check some userrec values in remote whois, so that it wont crash if a user ha...brain
2007-04-19Fix for bug #261 - Needs QA'ing.brain
2007-04-18Add another trim() to outgoing metadata accountname. *needs test*peavey
2007-04-18oops, overlooked a reference.peavey
2007-04-18Add fix for bug #259 now that Brain is RAM impaired :p *QA please test*peavey
2007-04-18Add trim() to hashcomp to trail leading and traling spaces from std::stringspeavey
2007-04-16We dont ever maintain this, lets whack itbrain
2007-04-16Document options:deprotectothersbrain
2007-04-16Added options:deprotectothers, this is like options:deprotectself, but if set...brain
2007-04-16Now this looks like it was supposed to.brain
2007-04-16Fix the restart stuff that bricker noticed while testing an feature requestbrain
2007-04-16Document <connect:port>peavey
2007-04-15Fix for bug that took ages to track down and was very subtle.brain
2007-04-15Whoooooooooooooooooooops. Forgot to initialize a varaible, so wether insp sta...brain
2007-04-15Add --version parameter to the binary bin/inspircd, i remember someone reques...brain
2007-04-15Add tweaks to support feature request in bug #256, now awaiting QA testbrain
2007-04-15Feature request outlined in bug #257, allow connect/allow lines by portbrain
2007-04-15View the diffs for a giggle.brain
2007-04-15Report the correct MAXMODES valuebrain
2007-04-14Don't send SYNTAX to clients which havent registered fully yet. Nothing says ...brain
2007-04-14Working in m_filter_pcre.brain
2007-04-14Add move-match-to-head-of-queue stuff to pcre filterbrain