Age | Commit message (Expand) | Author |
2008-11-03 | Add UID parameter to SendClientIntroduction, and make it get a UID. This is a... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientInt... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove remnants of old protocol stuff from header. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove MARK_DEPRECATED from some stuff, it makes development a bit too noisy. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Merge commit 'trunk' into anopeng (1.8 updates, etc) | Robin Burchell w00t@inspircd.org |
2008-11-02 | Rip out SQL. It's utterly useless in current implementation. | Robin Burchell w00t@inspircd.org |
2008-10-27 | Added globalondefconmore directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-27 | Added globalondefcon directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-27 | Added timeout directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-27 | Added akillexpire directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added opersonly directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added addakiller directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added sessionautokillexpiry directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added exceptionexpiry directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added limitsessions directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added notifications directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added disableraw directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added killonsqline directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-26 | Added killonsgline directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added akillonadd directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added autokillexpiry, chankillexpiry, sglineexpiry, sqlineexpiry, and szlinee... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added logmaxusers directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-25 | Added superadmin directive to operserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-23 | Modified the Set() function in the character array version of ValueContainer ... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added casesensitive directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added gentlebadwordreason directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added smartjoin directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-19 | Added keepdata directive to botserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-18 | Started botserv block in new config, added nick and description directives. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-18 | Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-15 | Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-14 | Added notifyall directive to memoserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-14 | Added senddelay directive to memoserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-13 | Added opersonly directive to chanserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-13 | Added restrictgetpass directive to chanserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-13 | Added listopersonly directive to chanserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-13 | Added inhabit directive to chanserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-13 | Added expire directive to chanserv block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-13 | Merge commit 'cbx/anopeng-config' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-07 | Merge branch 'anopeng' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-05 | Removed DevNull pseudo-client as well as all *Alias pseudo-clients. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-05 | Fix problems with using ValueContainerChar by creating a specialized template... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-05 | Correct use of ValueContainerChar to work properly instead of crashing at run... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-05 | Merge branch 'anopeng' into anopeng-config | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Started framework for new config reader, based on hottpd by w00t, copied over... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-03 | * Fix calls to ircdproto->SendMessage and use findbot | peavey peavey@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge branch 'anopeng' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Hack making enforcers work for now, NOTE: it is MARK_DEPRECATED. Use it in ne... | Robin Burchell w00t@inspircd.org |