]> jfr.im git - solanum.git/history - modules/core/m_join.c
remove unused variables
[solanum.git] / modules / core / m_join.c
2017-08-04  Simon Arlottremove unused variables
2017-07-29  Simon Arlottm_join: remove global variable parabuf
2017-07-29  Simon Arlottm_join: remove global variable modebuf
2017-07-29  Simon Arlottm_join: remove global variable para
2017-07-29  Simon Arlottm_join: remove global variable pargs
2017-07-29  Simon Arlottm_join: remove global variable mbuf
2016-09-16  William Pitcocksupported: add chantypes_update()
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-04-04  Elizabeth MyersDon't send original error message if we're already...
2016-03-28  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-28  Elizabeth MyersMerge branch 'master' into authd-framework
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-27  Matt Ullmanhash.c: Save some more bytes
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myerscommon.h: raison d'ĂȘtre is gone, so out it goes.
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-19  Elizabeth MyersCan IGNORE_BOGUS_TS at the behest of @kaniini and ...
2016-03-09  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-09  Elizabeth MyersMessage handlers should return void.
2016-03-09  Elizabeth MyersMove module description headers to the top
2016-03-08  Elizabeth MyersDetect stdbool.h and add conformant shims if it isn...
2016-03-07  William PitcockMerge pull request #158 from awilfox/av2desc
2016-03-07  Andrew Wilcoxcore/m_join: Add AV2 description
2016-03-07  Elizabeth MyersMigrate remaining modules to AV2
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-02-19  William Pitcockmsg: remove last vestiges of the fakelag system. chary...
2016-02-11  William Pitcockmodules: chase MsgBuf API change
2016-02-10  William PitcockMerge pull request #140 from viatsko/remove-snprintf
2016-02-10  Valerii IatskoRemove libratbox's snprintf.c, update related ircd...
2016-01-12  William Pitcockircd: implement EXTENDCHANS, based on ircd-seven (with...
2015-12-11  William Pitcockimplement configurable channel modes (closes #31)
2015-01-30  Jilles TjoelkerMerge branch 'master+sjoin-deadcode' of https://github...
2015-01-30  Attila MolnarSJOIN: Remove some dead code
2014-08-15  Jilles TjoelkerSJOIN: Fix crash when both mode parameter and UID list...
2014-03-06  William PitcockMerge pull request #53 from ShadowNinja/clarify_U+R
2014-03-03  Keith BuckRemove trailing whitespace from all .c and .h files.
2013-09-13  Jilles TjoelkerMerge branch 'isupport-charset' of github.com:grawity...
2013-09-10  Keith BuckRemove s_assert definition from ircd_defs.h and add...
2013-07-19  Quora DodrillMerge pull request #32 from anarcat/gnutls-restore
2013-07-07  Jilles Tjoelkerjoin: Fix messages about join failures such as banned.
2013-02-21  William PitcockMostly enable support for checking format strings with...
2012-03-25  Keith BuckRemove unused variable cruft.
2012-03-04  William PitcockMerge branch 'master' of git.atheme.org:/gitroot/charybdis
2012-02-18  Keith Buckratelimit: Add rate-limiting to MOTD, WHO, and remote...
2012-02-16  Jilles TjoelkerSend forward channel when bans are added/removed becaus...
2012-01-08  Jilles TjoelkerFix assertion failure when failing to join a channel...
2012-01-08  Jilles TjoelkerFix a warning about const with forward channels.
2011-11-12  Jilles TjoelkerFix -Wformat errors found in ircd-ratbox.
2011-09-25  Jilles TjoelkerIf use_forward=no, ignore any forwarding for joins...
2011-09-25  Jilles TjoelkerPut back use_forward.
2011-08-13  Elizabeth Jennifer... Port ircd-seven banfowards to charybdis.
2011-04-19  Kiyoshi AmanAutomated merge with http://hg.atheme.org/charybdis
2011-04-06  Jilles TjoelkerAllow kick_on_split_riding to protect channels with...
2010-12-21  Stephen BennettBring across disable_local_channels config option from...
2010-12-16  William PitcockUse send_channel_join().
2010-12-14  William PitcockSend ERR_TOOMANYCHANNELS for each channel join that...
2010-08-24  Stephen BennettMerge backout of 8939a7e03d15
2010-08-24  William PitcockEnforce TS rules on MLOCKs.
2010-02-21  Jilles TjoelkerDo not penalize for spambot checks if creating a new...
2010-02-21  Jilles TjoelkerJOIN 0: Make spambot check equivalent to PART's.
2010-02-21  Jilles TjoelkerRemove dead code: last_join_time is already updated...
2010-02-21  Jilles TjoelkerDo not check for spambot if the user is not allowed...
2009-02-21  Jilles TjoelkerAdd channel::only_ascii_channels config option
2009-01-18  Jilles TjoelkerUpdate comments for parv[0] removal.
2009-01-07  Jilles TjoelkerRemove obsolete comment.
2008-11-08  Jilles TjoelkerMake comment for ms_join() up to date.
2008-09-24  Jilles TjoelkerMake TS deops appear to come from the same server the...
2008-09-17  William PitcockAutomated merge with http://hg.atheme.org/charybdis
2008-08-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-07-31  Jilles TjoelkerRemove an unnecessary check for &channels -- sendto_ser...
2008-07-31  Jilles TjoelkerUse channel_modes() to convert a new channel's modes...
2008-07-27  Valery YatskoA very draft version of extensions, which are adding...
2008-06-24  Valery V YatskoApplying dyn-cmodes.diff - first step in implementing...
2008-06-13  Jilles TjoelkerMove -bqeI from lower TS SJOIN to a more logical place.
2008-06-13  Jilles TjoelkerSJOIN: remove various TS5 stuff
2008-06-12  Jilles TjoelkerBranch merge
2008-06-12  Jilles TjoelkerSJOIN: check minimum parameters more strictly.
2008-06-08  William PitcockSuppress a warning.
2008-06-08  William Pitcockcore modules: no more TS5.
2008-04-20  Valery Yatskoirc_string.h -> match.h, irc_string.h; includes changed
2008-04-20  Valery Yatskostrtoken -> rb_strtok_r (with arguments order changes)
2008-04-20  Valery Yatskolegacy irc sprintf gone
2008-04-20  Valery Yatskostrlcat -> rb_strlcat
2008-04-20  Valery Yatskostrlcpy -> rb_strlcpy
2008-04-08  Valery YatskoBranch merge
2008-04-07  Valery Yatsko'pargs' gone from set_final_mode - should be correct
2008-04-07  Valery Yatskom_sjoin.c gone, merged with m_join.c
2008-04-01  Valery YatskoCurrentTime -> rb_currenttime();
2008-04-01  Valery YatskoArgh, wrong replace caused by MS VS 2005 interface.
2008-04-01  Valery YatskoMyFree -> rb_free
2008-04-01  Valery Yatskolibcharybdis includes gone.
2008-04-01  William Pitcockircsprintf -> rb_sprintf
2008-04-01  William Pitcockstart making this compile
2007-12-25  Jilles TjoelkerConsolidate duplicate channel mode flags tables to...
2007-12-17  Jilles TjoelkerDon't allow opers to bypass can_create_channel check.
2007-11-20  William PitcockGet rid of User.server.
2007-05-27  jilles[svn] - allow JOIN 0 from remotes
2007-05-27  nenolod[svn] - disallow JOIN 0
next