Age | Commit message (Expand) | Author |
2009-02-08 | Add a snotice when a user tries to use WEBIRC without matching any configured... | w00t |
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-01 | Don't prevent a user from seeing themself on NAMES if +D is set, fixes part o... | dz |
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-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 | Try this as the ssl crash fix | brain |
2009-01-24 | Fix some spaces as indent and one double space in m_override so that Ankit is... | psychon |
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-22 | Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T... | 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 | 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 | Fix bug #673, reported by Ankit: various cosmetic issues with filter. Patch f... | w00t |
2009-01-18 | Fix bug #680, reported by Namegduf: 1.2 SHUN does not respect the notifyuser ... | w00t |
2009-01-18 | Fix a small typo in shun notice, reported by Ankit. Closes bug #666. (!) | w00t |
2009-01-17 | Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha... | brain |
2009-01-15 | Prevent snotices being sent out for a completely empty mode | brain |
2009-01-10 | Fix incorrect classname in operinvex (not broken, just wrong code) | w00t |
2009-01-10 | Fix bug #665 reported by Ankit, m_services_account.so was denying its own mod... | dz |
2009-01-09 | Change /CHECK <#channel> to correctly report timestamp since it might have be... | peavey |
2009-01-09 | Correctly match alias formats (was backwards) and avoid going on to other ali... | dz |
2009-01-07 | Readability: pointless construct of a std::string from another std::string fo... | brain |
2009-01-07 | Fix an incorrect check leading to backwards functionality, closes bug #663 (... | w00t |
2009-01-04 | Fixed behavior of KICK in m_auditorium, fixes bug #649 reported by Schiz0. | dz |
2009-01-04 | This is out of date, useless, and nobody updates it. | brain |
2009-01-03 | Fix for bug #652, reported by Ankit: blank reply from /userip with no target ... | w00t |
2009-01-02 | ...and make it not go querying modules that dont implement the right interfac... | brain |
2009-01-02 | If a module is loaded after m_spanningtree that it needs, then it will now re... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2009-01-02 | Fix typo opermoth -> opermotd. Thanks Ankit. | peavey |
2009-01-02 | Make it optional to show opermotd on /OPER, defaults to showing the motd if n... | peavey |
2008-12-31 | Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ... | brain |
2008-12-28 | Modify STARTTLS error message to clarify that it may not be sent after regist... | w00t |
2008-12-27 | Fix unnecessary use of map, set is better suited. | w00t |
2008-12-27 | We dont need <type:canquiet> now in 1.2, as class tags allow restrictions of ... | brain |