Age | Commit message (Expand) | Author |
2007-04-22 | Fix crash if trying to remove pattern that does not exist. | peavey |
2007-04-22 | The devil's dancing :p | brain |
2007-04-22 | Fix typo | brain |
2007-04-22 | cleanup space indenting | peavey |
2007-04-22 | Send numeric when item doesnt exist on remove | brain |
2007-04-22 | Fix memory consumption of m_slence, users silence lists arent deleted till th... | brain |
2007-04-21 | Ensure it cant happen the other way around, either | brain |
2007-04-21 | Fix spurious 'found host' messages after being told it couldnt. | brain |
2007-04-21 | Add *** to +s SNOTICEs | peavey |
2007-04-21 | Add *** to +s SNOTICEs | brain |
2007-04-20 | Fix for "hanging" when controlling terminal is not a tty (nofork check and is... | brain |
2007-04-20 | Fix bug #259 proper by doing what I should have done back in r6618 when I fir... | peavey |
2007-04-20 | Revert this back to previous. | peavey |
2007-04-19 | Do not add empty strings to outgoing lines. *needs testing, may break stuff* | peavey |
2007-04-19 | Check some userrec values in remote whois, so that it wont crash if a user ha... | brain |
2007-04-19 | Fix for bug #261 - Needs QA'ing. | brain |
2007-04-18 | Add another trim() to outgoing metadata accountname. *needs test* | peavey |
2007-04-18 | oops, overlooked a reference. | peavey |
2007-04-18 | Add fix for bug #259 now that Brain is RAM impaired :p *QA please test* | peavey |
2007-04-18 | Add trim() to hashcomp to trail leading and traling spaces from std::strings | peavey |
2007-04-16 | Added options:deprotectothers, this is like options:deprotectself, but if set... | brain |
2007-04-16 | Fix the restart stuff that bricker noticed while testing an feature request | brain |
2007-04-15 | Fix for bug that took ages to track down and was very subtle. | brain |
2007-04-15 | Whoooooooooooooooooooops. Forgot to initialize a varaible, so wether insp sta... | brain |
2007-04-15 | Add --version parameter to the binary bin/inspircd, i remember someone reques... | brain |
2007-04-15 | Add tweaks to support feature request in bug #256, now awaiting QA test | brain |
2007-04-15 | Feature request outlined in bug #257, allow connect/allow lines by port | brain |
2007-04-15 | Report the correct MAXMODES value | brain |
2007-04-14 | Don't send SYNTAX to clients which havent registered fully yet. Nothing says ... | brain |
2007-04-14 | Working in m_filter_pcre. | brain |
2007-04-14 | Add move-match-to-head-of-queue stuff to pcre filter | brain |
2007-04-14 | Working for m_filter, needs implementing in m_filter_pcre | brain |
2007-04-14 | Some tweaks suggested by pingbad, dont use yet :p | brain |
2007-04-14 | Add a pair of curly braces because gcc will whine otherwise about declaration... | brain |
2007-04-14 | Find out from the commit notices that we're still using ctime() here and shou... | brain |
2007-04-12 | Dont use send_mode_explicit protocol call, use send_mode, which doesnt try an... | brain |
2007-04-09 | The hmac stuff was slightly wrong, calculating the 2nd part | brain |
2007-04-09 | D'oh, this is what causes it to randomly not allow the HMAC, when theres an =... | brain |
2007-04-09 | And spell it right. | brain |
2007-04-09 | Minor change, easy to roll back if it fucks up | brain |
2007-04-09 | Whoopsie | brain |
2007-04-09 | Wait longer before sending data on the connect than on the accept | brain |
2007-04-09 | Revert | brain |
2007-04-09 | Test tweak to make it sync faster | brain |
2007-04-09 | Different way of generating random string | brain |
2007-04-09 | Give information in snomask +l to what type of auth was used | brain |
2007-04-09 | Handle non-hmac servers smarter without having to globally turn off hmac | brain |
2007-04-09 | Add config <options:disablehmac> to support disabling of HMAC, and tidy up to... | brain |
2007-04-09 | Remove debug: This now works! | brain |
2007-04-09 | I think we're almost there now | brain |