]> jfr.im git - irc/rqf/shadowircd.git/history - extensions
Remove obsolete comment.
[irc/rqf/shadowircd.git] / extensions /
2009-01-18  Jilles TjoelkerUpdate comments for parv[0] removal.
2009-01-17  Jilles TjoelkerReplace parv[0] with source_p->name.
2008-12-13  Jilles Tjoelkerm_webirc: use rb_crypt() instead of crypt()
2008-09-19  Jilles Tjoelkerip_cloaking: clarify logic
2008-09-19  Jilles Tjoelkerip_cloaking: remove some unnecessary braces
2008-09-19  Jilles Tjoelkerip_cloaking: fix digits in hostnames
2008-09-19  Jilles Tjoelkerip_cloaking: fix HOSTLEN buffer lengths,
2008-09-19  Jilles TjoelkerMore ip_cloaking improvements from Spaz.
2008-09-17  William PitcockAutomated merge with http://hg.atheme.org/charybdis
2008-09-17  Jacob MyersImproved cloaking. It now uses an FNV hash, which makes...
2008-09-17  William PitcockCopy ip_cloaking.c to ip_cloaking_3.0.c
2008-09-16  Jilles TjoelkerMake sno_globalkline work for servers without kline_rea...
2008-09-06  Jilles TjoelkerFix possible crash with m_mkpasswd extension.
2008-09-05  Jilles TjoelkerUse rb_snprintf() in various places.
2008-09-02  Jilles TjoelkerDo not use get_oper_name() for a netwide server notice...
2008-08-17  Valery V Yatskobranch merge
2008-08-16  Valery V Yatskofixed chm_adminonly extension - IsOperAdmin replaced...
2008-08-13  Valery V YatskoExtension for +A (admin only) channel mode, currently...
2008-08-04  Valery V YatskoRestricted +O (operonly) channel mode to be set only...
2008-08-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-07-31  Jilles TjoelkerMove to ratbox3 reject and throttle code.
2008-07-31  Jilles Tjoelkerchm_operonly extension: use Unreal's numeric (520)
2008-07-28  Jilles TjoelkerAdd SENDBANS command (extension) to propagate xlines...
2008-07-28  Valery Yatskoquick draft fix of ip_cloaking to make module work...
2008-07-27  Valery Yatskocrypt -> rb_crypt in m_mkpasswd.c
2008-07-27  Valery YatskoSSL only channel mode extension - might be useful if...
2008-07-27  Valery YatskoAdded chm_operonly to Makefile
2008-07-27  Valery YatskoA very draft version of extensions, which are adding...
2008-06-26  Valery V YatskoPASS selector:password for auth{}, based on spb's patch...
2008-06-08  William Pitcockextensions: no more TS5.
2008-06-08  William PitcockMerge with 'charybdis-ts6only' branch.
2008-05-20  Jilles Tjoelkerolist: do not send operspy notices for nonexistent...
2008-05-20  Jilles Tjoelkerolist: give proper error message if oper does not have...
2008-04-20  Valery Yatskoirc_string.h -> match.h, irc_string.h; includes changed
2008-04-20  Valery Yatskolegacy irc sprintf gone
2008-04-20  Valery YatskoVarious inet* -> rb_inet_*
2008-04-20  Valery Yatskostrlcat -> rb_strlcat
2008-04-20  Valery Yatskostrlcpy -> rb_strlcpy
2008-04-11  Jilles TjoelkerRemove various other gline stuff.
2008-04-11  Valery YatskoRemoving glines
2008-04-09  Valery Yatsko.cvsignore files removed, SVN-Access replaced by Mercur...
2008-04-08  Valery Yatskochm_* declarations gone to chmode.h - this makes some...
2008-04-08  Valery YatskoNew extensions documented + typo fixed
2008-04-08  Valery Yatskochm_operonly_compat, this adds +O channel mode, which...
2008-04-08  Valery Yatskochm_sslonly_compat, this adds +S channel mode, which...
2008-04-08  Valery Yatskoextb_ssl extension - ssl extban
2008-04-03  William Pitcocks_log.* -> logger.* (s_foo looks ugly, lets try to...
2008-04-02  William PitcockAutomated merge with http://angelforce.ru:8000/
2008-04-02  Valery YatskoReverting some changed related not to moving on libratb...
2008-04-02  Valery Yatskom_webirc.c fixed
2008-04-02  Valery Yatskogot m_webirc.c from ratbox3 contrib/
2008-04-02  William PitcockAutomated merge with http://85.237.34.214:8000/
2008-04-02  William Pitcockextensions compile without libcharybdis now.
2008-04-01  Valery YatskoFixes for macro
2008-04-01  Valery YatskoFixing m_hurt.c's dlinks
2008-04-01  Valery YatskoRemoving libcharybdis references.
2008-04-01  William Pitcockmake all extensions libratbox-clean.
2008-04-01  William Pitcockstart making this compile
2008-03-30  Jilles TjoelkerMove PRIVS command from extensions to modules (shows...
2008-03-29  Jilles TjoelkerNote that +i must be included in default_umodes.
2008-03-29  Jilles TjoelkerAdd force_user_invis extension from charybdis+sn.
2008-01-06  Jilles TjoelkerPRIVS: Show name of operator block.
2008-01-05  Jilles TjoelkerRemove FLAGS2_NOLIMIT (IsExemptLimits/SetExemptLimits).
2008-01-05  Jilles TjoelkerAdd PRIVS extension, a command that shows oper and...
2007-12-25  Jilles TjoelkerAdd chm_quietunreg_compat extension, makes cmode +...
2007-12-25  Jilles TjoelkerAdd no_locops extension to disable LOCOPS (force everyo...
2007-12-18  Jilles TjoelkerDeny $o extbans with data, to be better compatible...
2007-12-18  Jilles TjoelkerAdd adminwall from ratbox, as an extension.
2007-12-17  Jilles Tjoelkercreateauthonly: allow opers through explicitly
2007-12-12  Jilles Tjoelkerhurt: Do not store to-be-freed strings in const pointer...
2007-12-02  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2007-12-01  Jilles TjoelkerUpdate extensions/README.
2007-11-20  William PitcockGet rid of User.server.
2007-08-10  jilles[svn] Send TS6 protocol for the actual work of override...
2007-07-06  nenolod[svn] - forgot to do something
2007-07-06  nenolod[svn] - fix a possible problem with ipv6
2007-07-06  nenolod[svn] - new ip cloaking module
2007-05-30  jilles[svn] Tweak some comments in sno_whois extension.
2007-05-24  jilles[svn] Move sno_channeljoin to unsupported, due to the...
2007-05-24  nenolod[svn] - createoperonly: like createauthonly, but checks...
2007-05-24  nenolod[svn] - sno_channeljoin: implements snomask +j and...
2007-05-24  nenolod[svn] - fold in whois_notice_global functionality.
2007-05-24  nenolod[svn] - rework spy_whois_notice as a snomask-implementi...
2007-05-18  jilles[svn] m_webirc: call del_unknown_ip() otherwise the...
2007-04-25  jilles[svn] webirc bugfix
2007-03-28  jilles[svn] Merge old trunk r2779,r2785:
2007-02-24  jilles[svn] Make oper_up() take +i/-i during opering up into...
2007-02-24  jilles[svn] no_oper_invis: decrement invisible count when...
2007-01-25  nenolod[svn] Backport from early 3.x:
2007-01-25  nenolod[svn] - the new plan: