2009-02-01 |
dz | Don't prevent a user from seeing themself on NAMES... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
peavey | Update headers for 2009 |
commit | commitdiff | tree | snapshot |
2009-02-01 |
dz | Missing colon in the example conf, spotted by Casey. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
danieldg | Fix compile error |
commit | commitdiff | tree | snapshot |
2009-01-31 |
brain | Fix for bug #695. For now, we cant be sure what parts... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
brain | We already have an error for not enough params to the... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
w00t | Remove an incorrect comment |
commit | commitdiff | tree | snapshot |
2009-01-28 |
dz | Note to self, cast time_t to long int for printf..... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
dz | Make xline expiry messages a bit clearer that the xline... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
w00t | Credits updates. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
psychon | Fix the poll socketengine to actually work. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
w00t | Check line expiry when touching an xline, to prevent... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
w00t | Allow +l 0 (for +PlL #newchan). |
commit | commitdiff | tree | snapshot |
2009-01-25 |
w00t | This can't be case sensitive because it's not consistan... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
w00t | Format this message a little nicer. |
commit | commitdiff | tree | snapshot |
2009-01-25 |
w00t | Fix m_nopartmsg using the wrong extban character in... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
brain | This is more accurate |
commit | commitdiff | tree | snapshot |
2009-01-25 |
dz | Properly check if the SSL handshake is completed in... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
peavey | clean some trailing space and fix a year on copyright |
commit | commitdiff | tree | snapshot |
2009-01-25 |
brain | Try this as the ssl crash fix |
commit | commitdiff | tree | snapshot |
2009-01-25 |
danieldg | Make startup script work under use strict (and test... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
psychon | Fix some spaces as indent and one double space in m_ove... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
peavey | fix typo |
commit | commitdiff | tree | snapshot |
2009-01-24 |
peavey | update copyright years |
commit | commitdiff | tree | snapshot |
2009-01-23 |
brain | Remove unneccessary safety loop |
commit | commitdiff | tree | snapshot |
2009-01-23 |
brain | Adapt this to syntax guidelines for inspircd, and fix... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
brain | Templateise this |
commit | commitdiff | tree | snapshot |
2009-01-23 |
brain | Fix m_nationalchars using a copy and paste of my unsafe... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
w00t | Remove an unused event. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
w00t | Fix bug 688, reported by Ankit: extended invexes don... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
brain | Add $gecos, $ident, $server, $uuid vars for building... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
brain | Fix for bug found by danieldg, where remote nicks were... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
brain | Fix for bug #686, include sysctl.h in a freebsd-specifi... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Update copyright date. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Fix a small warning (char being used as array subscript... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Fixes bug #655: National characters support, patch... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Fix bug #659, #524 and others: Allow operoverride to... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Fix bug #678 reported by Ankit (opertype invex wasn... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Tone down some logging to make debugging a tiny bit... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Small fix: don't set default modes when joining if... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
w00t | Revert "Check nickname validity on introduction, closes... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
w00t | Check nickname validity on introduction, closes bug... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
brain | Hmm, why didnt this go through before? |
commit | commitdiff | tree | snapshot |
2009-01-18 |
w00t | Missed one, thx peavey! |
commit | commitdiff | tree | snapshot |
2009-01-18 |
w00t | Fix what should have been the (real) problems with... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
w00t | Revert "Revert some of w00ts kqueue massacre from septe... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
w00t | Fix bug #673, reported by Ankit: various cosmetic issue... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
w00t | Fix bug #680, reported by Namegduf: 1.2 SHUN does not... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
w00t | Fix a small typo in shun notice, reported by Ankit... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
brain | Fix for bug #679 reported by Namegduf, based on suggest... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
brain | Prevent snotices being sent out for a completely empty... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
brain | Bad check on getstatus() found by Ankit, thanks :) |
commit | commitdiff | tree | snapshot |
2009-01-14 |
brain | This is more accurate. #ifndef __FreeBSD__, #else,... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
brain | This should work, but not sure on these defines in... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
brain | Revert some of w00ts kqueue massacre from september... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
w00t | Fix incorrect classname in operinvex (not broken, just... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
dz | Fix bug #665 reported by Ankit, m_services_account... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
peavey | Remove channel::created as its unused and only serves... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
peavey | Change /CHECK <#channel> to correctly report timestamp... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
dz | Correctly match alias formats (was backwards) and avoid... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
brain | Readability: pointless construct of a std::string from... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
w00t | Fix an incorrect check leading to backwards functionali... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
brain | Friendlify error message here too |
commit | commitdiff | tree | snapshot |
2009-01-04 |
dz | Fixed behavior of KICK in m_auditorium, fixes bug ... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
brain | This is out of date, useless, and nobody updates it. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
w00t | Fix for bug #652, reported by Ankit: blank reply from... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
w00t | Remove +o from users on deoper, plausible fix for bug... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
w00t | Remove extra 'i'.. oopsie :P |
commit | commitdiff | tree | snapshot |
2009-01-03 |
w00t | Remove silly comment from r10,000.. mostly just testing... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
peavey | Fix old typo. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
brain | ...and make it not go querying modules that dont implem... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
brain | If a module is loaded after m_spanningtree that it... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
w00t | Branch merge |
commit | commitdiff | tree | snapshot |
2009-01-02 |
w00t | Update copyrights for 2009. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
peavey | Fix typo opermoth -> opermotd. Thanks Ankit. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
peavey | Make it optional to show opermotd on /OPER, defaults... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
brain | Change numeric 671, starttls failure to 691. 671 confli... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
brain | Fix bug spotted by KingTarquin, if an empty string... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
w00t | Change a few bits to use std::list instead of std:... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
w00t | Modify STARTTLS error message to clarify that it may... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
w00t | Fix unnecessary use of map, set is better suited. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
w00t | Fix a comment too. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
w00t | Use std::set instead of std::map needlessly. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
w00t | Mark a member static so it isn't exported needlessly. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
w00t | Place CRT debug defines in win32wrapper.h, so they... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
w00t | Remove extra 'i'.. oopsie :P |
commit | commitdiff | tree | snapshot |
2008-12-27 |
w00t | Remove silly comment from r10,000.. mostly just testing... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
brain | Cover most of the included oper commands in the default... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
brain | Spelig eror. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
brain | We dont need <type:canquiet> now in 1.2, as class tags... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
dz | propset m_operprefix |
commit | commitdiff | tree | snapshot |
2008-12-26 |
w00t | VF_VENDOR, ModDesc |
commit | commitdiff | tree | snapshot |
2008-12-24 |
w00t | Return ERR_NOPRIVILEGES for +P without channels/set... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
w00t | Fix for bug #646, reported by whotookspaz (+y not being... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
w00t | Backport from socket branch: allow read and write event... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
w00t | Make error message on finding an un-includable include... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
brain | Allow for kick from a server origin to have a comma... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
dz | Minor documentation fix, spotted by Johannes13 |
commit | commitdiff | tree | snapshot |
2008-12-20 |
w00t | Readd check for +P setting to channels/set-permanent... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
brain | Wakey wakey w00t :p |
commit | commitdiff | tree | snapshot |
next |