]> jfr.im git - irc/rqf/shadowircd.git/history - extensions
Remove redundant prototypes in src/ircd_lexer.l.
[irc/rqf/shadowircd.git] / extensions /
2011-01-03  JD Horelickextensions/m_roleplay: Channelmode +E is no longer...
2010-12-15  B.Greenhamextensions/roleplay: Fix NPCA/FACTION not showing up...
2010-12-11  B.GreenhamBring up updated roleplay module from charybdis.
2010-12-08  B.GreenhamAdd extensions/m_roleplay, a module that provides vario...
2010-11-22  B.GreenhamDon't segfault if someone tries to OACCEPT a server...
2010-10-11  B.GreenhamMerge.
2010-10-11  B.GreenhamBacked out changeset 3097ade953f5
2010-07-02  B.Greenhammode api: Remove most modes from the chmode_table,...
2010-06-11  JD HorelickRemoval of ancient SVN ID's part one
2010-05-27  B.GreenhamFix some valgrind warnings.
2010-05-21  JD HorelickBacked out changeset 9bd802724b74
2010-05-21  JD HorelickRemove +J chmode (KICKNOREJOIN)
2010-04-04  JD HorelickBranch Merge
2010-04-04  B.GreenhamAllow /ojoin !#channel/%#channel, if admin/halfop are...
2010-04-04  B.GreenhamUpdate omode so that it can set +ah.
2010-03-31  Jilles TjoelkerNew custom channel mode API allowing reloading such...
2010-03-28  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-20  JD HorelickAdd showing modes to OLIST so you can more easily see...
2010-03-18  B.GreenhamFix some compile warnings.
2010-03-15  JD HorelickAdded m_cycle and added it to all the appropriate locat...
2010-03-14  B.GreenhamAdd OKICK to documentation.
2010-03-10  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/ shadowircd-6.0.0
2010-03-10  B.GreenhamFix oaccept not propegating wallops.
2010-03-09  B.GreenhamOaccept isn't named omode...
2010-03-08  B.Greenhams/owner/admin/ throughout the source code and docs.
2010-07-04  JD HorelickBranch Merge
2010-07-02  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-06-23  JD HorelickRemove FORCEPART from m_force. It is quite abusive...
2010-03-07  JD HorelickAdd m_webirc to "default" loaded extensions in .conf...
2010-03-07  B.GreenhamLooks like irc_dictionary things cannot support more...
2010-03-06  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-06  JD HorelickMove make_override_immune to unsupported, because as...
2010-03-06  B.GreenhamFix a segfault in oaccept.
2010-03-05  B.GreenhamMake oaccept use UIDs instead of nicks.
2010-03-05  B.GreenhamMake oaccept work for multiple opers on the same target.
2010-03-05  B.GreenhamMake m_okick support the new +J format.
2010-03-05  B.GreenhamThird time's the charm, apparently. Being sleepy and...
2010-03-05  B.GreenhamActually make okick support +J.
2010-03-05  B.GreenhamMake m_okick support +J.
2010-03-04  B.GreenhamAdd oaccept to extensions/readme, also clarify it a...
2010-03-04  B.GreenhamAdd extensions/m_oaccept , a module to allow opers...
2010-03-04  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-03  JD HorelickAdded immune extension. Maybe it'll be added to the...
2010-03-01  Jilles TjoelkerTrack who set a dline/kline/xline/resv as in ratbox3.
2010-02-28  B.GreenhamUpdate extensions for +ah.
2010-02-24  B.GreenhamAdd m_force to extensions/README and to the example...
2010-02-24  B.GreenhamChange a lingering refrence to umode +h to umode +x
2010-02-24  JD HorelickClean up the ip_cloaking mess. Remove the quite old...
2010-02-23  JD HorelickMove m_force to extensions.
2010-02-18  William PitcockAdd ip_cloaking_4.0 module, which is the same cloaking...
2010-02-17  William Pitcockhurt: unbreak compile
2010-01-19  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-01-08  Jilles TjoelkerComplete the move of xlines and resvs from aconf->name...
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...
next