]> jfr.im git - solanum.git/history - src/channel.c
Merge pull request #53 from ShadowNinja/clarify_U+R
[solanum.git] / src / channel.c
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...
2012-03-04  William PitcockMerge branch 'master' of git.atheme.org:/gitroot/charybdis
2012-02-14  Keith BuckAdd away-notify client capability.
2012-02-04  William PitcockMigrate capability negotiation code to new dynamic...
2012-01-08  Jilles TjoelkerCheck +bq against underlying IPv4 as well.
2012-01-08  Jilles TjoelkerAdd one more const.
2012-01-08  Jilles TjoelkerFix a warning about const with forward channels.
2012-01-08  Jilles TjoelkerRemove code duplication between is_banned() and is_quie...
2011-09-25  Jilles TjoelkerPut back use_forward.
2011-08-13  Elizabeth Jennifer... Port ircd-seven banfowards to charybdis.
2011-07-08  Elizabeth Jennifer... Back out chanroles.
2011-07-06  William Pitcockchanroles: grant initial set of flags to people added...
2011-07-06  Elizabeth Jennifer... Implement chanroles, as discussed with nenolod.
2011-02-13  Elizabeth Jennifer... can_send: properly initalise moduledata.
2011-01-10  Jilles TjoelkerRemove nickTS from extended-join.
2010-12-16  William PitcockAdd extended-join client capability.
2010-12-16  William PitcockAdd send_channel_join().
2010-12-15  William PitcockDon't bother running the can_send() hook if we're not...
2010-12-12  William PitcockFix regressions in can_send() caused by hooking it...
2010-12-09  B.GreenhamMove flood_attack_channel to channel.c so it can be...
2010-12-07  William PitcockAdd can_send hook.
2010-12-07  William PitcockMake the can_join hook more flexible.
2010-12-07  William PitcockAdd a hook for get_channel_access().
2010-08-29  William PitcockNote that can_join() is not remote-user safe.
2010-08-24  Stephen BennettMerge backout of 8939a7e03d15
2010-05-14  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-05-02  Stephen BennettBranch merge
2010-05-02  Stephen BennettBacked out changeset c57955c5225e
2010-04-30  Stephen BennettBranch merge
2010-04-30  Stephen BennettRework ircd-side MLOCK enforcement: instead of trying...
2010-04-06  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-03-27  Jilles TjoelkerAdd propagated resvs, like klines and xlines.
2010-03-08  William PitcockAdd propagation of MLOCK state for simple modes.
2010-03-08  William PitcockRename channel_modes() to channel_modes_real(), and...
2010-02-21  Jilles Tjoelkerspambot checks: Fix excessive expiry in some cases.
2008-11-08  Jilles TjoelkerShow spambot notices for joins, not for parts.
2008-09-17  William PitcockAutomated merge with http://hg.atheme.org/charybdis
2008-08-04  Valery V YatskoMoved extern chmode_flags declaration from channel...
2008-08-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-06-28  Jilles TjoelkerReset check_splitmode_ev to NULL after removing it,
2008-06-28  Valery V YatskoRemove Channel->users_last, used nowhere
2008-06-28  Valery V Yatsko'struct config_channel_entry ConfigChannel' in channel...
2008-06-28  Valery V Yatsko'rb_dlink_list global_channel_list' declaration moved...
2008-06-28  Valery V Yatskochannel_heap,ban_heap,topic_heap,member_heap declared...
2008-06-24  Valery V YatskoApplying dyn-cmodes.diff - first step in implementing...
2008-06-13  Jilles TjoelkerUnbreak sending out bans and simple modes with parameters.
2008-06-08  William PitcockMore TS6 special cases simplified.
2008-04-21  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-20  Jilles TjoelkerMove some declarations to header files, this enforces...
2008-04-20  Jilles TjoelkerFix various compiler warnings.
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 Yatskostrlcat -> rb_strlcat
2008-04-20  Valery Yatskostrlcpy -> rb_strlcpy
2008-04-03  William Pitcocks_log.* -> logger.* (s_foo looks ugly, lets try to...
2008-04-02  William Pitcockchannel.c done!!!!
2008-04-02  William PitcockAutomated merge with http://85.237.34.214:8000/
2008-04-02  Valery Yatskook, trying to work on blockheap's stuff
2008-04-02  Valery YatskoBlockHeap -> rb_bh
2008-04-01  Valery YatskoCurrentTime -> rb_currenttime();
2008-04-01  Valery YatskoDubString -> rb_strdup
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 Pitcockmacro replacement
2008-04-01  William Pitcockdlink -> rb_dlink
2008-04-01  William Pitcockircs[n]printf -> rb_s[n]printf
2007-12-25  Jilles TjoelkerConsolidate duplicate channel mode flags tables to...
2007-12-24  Jilles TjoelkerMake the other notices to snomask +b network wide.
2007-11-07  jilles[svn] Fix desyncs with very long extbans. Bans can...
2007-11-07  jilles[svn] allocate_channel(): no need to truncate name...
2007-10-27  jilles[svn] Fix a memory leak.
2007-04-26  jilles[svn] Merge old trunk r2065,r2067:
2007-03-15  jilles[svn] Allow /invite (but not invex) to override +r...
2007-01-31  jilles[svn] Change spambot, flooder and jupe joiner notices...
2007-01-25  nenolod[svn] - the new plan: