Age | Commit message (Expand) | Author |
2009-02-04 | Prioritize nicklock before nickflood, so nickflood does not erroneously count... | w00t |
2009-02-04 | Allow SANICK, SVSNICK, NICKLOCK, etc to override +bN N:. Fixes bug #607 and #... | w00t |
2009-02-04 | fix little typo in syntax hint, type => action | peavey |
2009-02-03 | Fix minor memory leak, patch by Darom. Closes bug #699. Thanks!` | w00t |
2009-02-03 | Fix a few typos spotted by dav7, thanks. | peavey |
2009-02-01 | Don't prevent a user from seeing themself on NAMES if +D is set, fixes part o... | dz |
2009-02-01 | Update headers for 2009 | peavey |
2009-02-01 | Missing colon in the example conf, spotted by Casey. | dz |
2009-01-31 | Fix compile error | danieldg |
2009-01-31 | Fix for bug #695. For now, we cant be sure what parts of the code might still... | brain |
2009-01-31 | We already have an error for not enough params to the SERVER command, but the... | brain |
2009-01-28 | Remove an incorrect comment | w00t |
2009-01-28 | Note to self, cast time_t to long int for printf... thanks Ankit for pointing... | dz |
2009-01-28 | Make xline expiry messages a bit clearer that the xline may have expired a wh... | dz |
2009-01-27 | Credits updates. | w00t |
2009-01-27 | Fix the poll socketengine to actually work. | psychon |
2009-01-27 | Check line expiry when touching an xline, to prevent huge buildup of stale li... | w00t |
2009-01-25 | Allow +l 0 (for +PlL #newchan). | w00t |
2009-01-25 | This can't be case sensitive because it's not consistant, and also would brea... | w00t |
2009-01-25 | Format this message a little nicer. | w00t |
2009-01-25 | Fix m_nopartmsg using the wrong extban character in 005, noted thanks to Jason. | w00t |
2009-01-25 | This is more accurate | brain |
2009-01-25 | Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r... | dz |
2009-01-25 | clean some trailing space and fix a year on copyright | peavey |
2009-01-25 | Try this as the ssl crash fix | brain |
2009-01-25 | Make startup script work under use strict (and test git-svn commits) | danieldg |
2009-01-24 | Fix some spaces as indent and one double space in m_override so that Ankit is... | psychon |
2009-01-24 | fix typo | peavey |
2009-01-24 | update copyright years | peavey |
2009-01-23 | Remove unneccessary safety loop | brain |
2009-01-23 | Adapt this to syntax guidelines for inspircd, and fix a bug where users whos ... | brain |
2009-01-23 | Templateise this | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-23 | Remove an unused event. | w00t |
2009-01-23 | Fix bug 688, reported by Ankit: extended invexes don't work correctly at all.... | w00t |
2009-01-22 | Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T... | brain |
2009-01-22 | Fix for bug found by danieldg, where remote nicks were truncated to NICKMAX, ... | brain |
2009-01-22 | Fix for bug #686, include sysctl.h in a freebsd-specific ifdef | brain |
2009-01-22 | Update copyright date. | w00t |
2009-01-22 | Fix a small warning (char being used as array subscript) by just using int in... | w00t |
2009-01-22 | Fixes bug #655: National characters support, patch written mostly by Phoenix,... | w00t |
2009-01-22 | Fix bug #659, #524 and others: Allow operoverride to set +qa. Based on patch ... | w00t |
2009-01-22 | Fix bug #678 reported by Ankit (opertype invex wasn't working, as I failed an... | w00t |
2009-01-22 | Tone down some logging to make debugging a tiny bit easier. | w00t |
2009-01-22 | Small fix: don't set default modes when joining if usercount == 0, set if it ... | w00t |
2009-01-22 | Revert "Check nickname validity on introduction, closes bug #682 reported by ... | w00t |
2009-01-21 | Check nickname validity on introduction, closes bug #682 reported by danieldg... | w00t |
2009-01-18 | Hmm, why didnt this go through before? | brain |
2009-01-18 | Missed one, thx peavey! | w00t |
2009-01-18 | Fix what should have been the (real) problems with kqueue, so far so good for... | w00t |