summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-16Added options:deprotectothers, this is like options:deprotectself, but if set...brain
2007-04-16Fix the restart stuff that bricker noticed while testing an feature requestbrain
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-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
2007-04-14Working for m_filter, needs implementing in m_filter_pcrebrain
2007-04-14Some tweaks suggested by pingbad, dont use yet :pbrain
2007-04-14Add a pair of curly braces because gcc will whine otherwise about declaration...brain
2007-04-14Find out from the commit notices that we're still using ctime() here and shou...brain
2007-04-12Dont use send_mode_explicit protocol call, use send_mode, which doesnt try an...brain
2007-04-09The hmac stuff was slightly wrong, calculating the 2nd partbrain
2007-04-09D'oh, this is what causes it to randomly not allow the HMAC, when theres an =...brain
2007-04-09And spell it right.brain
2007-04-09Minor change, easy to roll back if it fucks upbrain
2007-04-09Whoopsiebrain
2007-04-09Wait longer before sending data on the connect than on the acceptbrain
2007-04-09Revertbrain
2007-04-09Test tweak to make it sync fasterbrain
2007-04-09Different way of generating random stringbrain
2007-04-09Give information in snomask +l to what type of auth was usedbrain
2007-04-09Handle non-hmac servers smarter without having to globally turn off hmacbrain
2007-04-09Add config <options:disablehmac> to support disabling of HMAC, and tidy up to...brain
2007-04-09Remove debug: This now works!brain
2007-04-09I think we're almost there nowbrain
2007-04-09More fucking aroundbrain
2007-04-09This is likely fucked up beyond all recognition. Today is fubar day :pbrain
2007-04-09Debug, and we seem to be sending capab twicebrain
2007-04-09Check against the HMAC challenge now: *UNTESTED*brain
2007-04-09Add basic HMAC suggested by jilles to make the auth not suck -- this is proba...brain