]> jfr.im git - irc/rqf/shadowircd.git/history - include
Update omode so that it can set +ah.
[irc/rqf/shadowircd.git] / include /
2010-03-28  JD HorelickAdd helpchan and helpurl that tell users the official...
2010-03-28  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-27  Jilles TjoelkerAdd propagated resvs, like klines and xlines.
2010-03-24  JD HorelickAdd shared::modules option, remote module stuff coming...
2010-03-23  JD HorelickAdd DIE shared option for remote restart and die which...
2010-03-21  JD HorelickAdd general::true_no_oper_flood . I'm not going to...
2010-03-20  B.GreenhamAdd strip_unprintable, a function that strips all unpri...
2010-03-16  Jilles TjoelkerAdd propagated xlines, like klines.
2010-03-27  JD HorelickAdd option general::use_propagated_bans to allow disabl...
2010-03-17  B.GreenhamFix some compiler warnings that I generated by accident...
2010-03-14  JD HorelickAdd rehash to the shared all flag because all should...
2010-03-14  JD HorelickAdd use_part_messages config option. When disabled...
2010-03-14  JD HorelickAdded static_quit support. Pretty much what the name...
2010-03-08  B.Greenhams/owner/admin/ throughout the source code and docs.
2010-03-06  Jilles TjoelkerBAN: Reject bans with insufficient non-wildcard characters.
2010-03-05  Jilles TjoelkerAdd propagated klines.
2010-03-05  B.GreenhamMake channel_metadata_time_add accept a regular value...
2010-03-05  B.GreenhamThere's no reason to have two nearly identical structs...
2010-03-05  B.GreenhamAdd *_metadata_clear and start using them.
2010-03-05  B.GreenhamAdd channel_metadata_time_add, a local only form of...
2010-03-04  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-04  B.GreenhamAdd channel metadata system.
2010-03-04  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-04  B.GreenhamAdd user metadata.
2010-03-03  Jilles TjoelkerAdd code to expire "propagated" bans.
2010-03-03  Jilles TjoelkerConfItem.next is not used, remove it.
2010-03-03  JD HorelickFramework for hidden (only opers can see/set them)...
2010-03-03  B.GreenhamAdd conf options for swhois and operstring, though...
2010-03-03  JD HorelickMake +p expiry more robust
2010-03-03  JD HorelickFirst step of expiry of +p crap.
2010-03-03  JD HorelickInitial support for 'noisy' oper-override of channel...
2010-03-02  B.GreenhamAdd operator::vhost option.
2010-03-02  B.GreenhamAdd general::default_operhost.
2010-03-01  B.GreenhamFix a bug I introduced by being a massive idiot.
2010-03-01  B.GreenhamAdd channel::exemptchanops, and make +cCDTNG support it.
2010-03-01  B.GreenhamAdd blank +K (norepeat) chmode, though it does nothing...
2010-03-01  B.GreenhamBorrow some ircd-seven code to create channel::use_loca...
2010-03-01  Jilles TjoelkerMake struct operhash_entry private.
2010-03-01  Jilles TjoelkerTrack who set a dline/kline/xline/resv as in ratbox3.
2010-02-28  Jilles TjoelkerGenerate the "Temporary K-line %d min" part from aconf...
2010-02-28  B.GreenhamAdd full support for +a (owner) and +h (halfop) chmodes.
2010-02-28  B.GreenhamAdd is_halfop() and is_owner() and start using them...
2010-02-28  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-02-28  B.GreenhamAdd can_kick_deop() and use it in m_kick.
2010-02-28  B.GreenhamAdd config options for owner and halfop.
2010-02-28  B.GreenhamMove is_chanop_voiced() to a function in channels.c...
2010-02-28  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-02-28  B.GreenhamAdd is_any_op() in preperation for adding +ah, start...
2010-02-27  Jilles TjoelkerStore the creation time of klines and dlines as a time_...
2010-02-27  Alexander F?r?yUse RPL_QUIETLIST and RPL_ENDOFQUIETLIST instead of...
2010-02-26  B.GreenhamAdd the +J channelmode and config options, though they...
2010-02-26  JD HorelickAutomated merge with ssh://hg@bitbucket.org/uranium...
2010-02-26  B.GreenhamAdd has_common_channel(), which is needed by umode +G.
2010-02-25  B.GreenhamAdd umode +G, soft callerid.
2010-02-25  JD HorelickCompile fix
2010-02-25  JD HorelickOverride part one.
2010-02-25  JD Horelickbranch merge
2010-02-25  JD HorelickBacked out changeset 0d7b5f2ac591
2010-02-25  JD Horelickbranch merge
2010-02-25  JD HorelickBacked out changeset 65db6ca26281
2010-02-25  B.GreenhamAdd chmode +G, which blocks messages in all caps.
2010-02-25  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-02-25  B.GreenhamAdd chmode +N, which prevents nickchanges.
2010-02-25  JD Horelickautochanmodes support
2010-02-25  JD HorelickActually add +p umode and expiry code. It currently...
2010-02-25  JD HorelickAdd the config handling code for expire_override_time...
2010-02-24  B.GreenhamAdd general::secret_channels_in_whois.
2010-02-24  JD HorelickAdded channel::host_in_topic.
2010-02-24  JD HorelickAdded cycle_host_change option.
2010-02-23  B.GreenhamAdd chmode +E, which prevents ops from using /kick...
2010-02-23  B.GreenhamMake the target user's modes show up in whois.
2010-02-23  JD HorelickConstify the header too :D
2010-02-23  JD HorelickMore moving
2010-02-23  JD Horelickmove user_join() to channels.c
2010-02-23  JD HorelickStart moving parts of join to channels.c so they can...
2010-02-23  B.GreenhamMerge.
2010-02-23  B.GreenhamAdd chmode +D, which blocks CTCP ACTION.
2010-02-23  B.GreenhamMerge.
2010-02-23  B.GreenhamAdd chmode +T, which blocks notices.
2010-02-23  JD HorelickAdd oper autojoin (with auth::autojoin_opers config...
2010-02-23  JD HorelickAdded autojoin-on-connect (with auth::autojoin config...
2010-02-23  B.GreenhamAdd umode +B, which marks users with it set as a bot...
2010-02-23  B.GreenhamFix some indentation I messed up while adding umode +C.
2010-02-23  B.GreenhamAdd umode +V, which blocks invites to anyone with it...
2010-02-23  B.GreenhamAdd umode +C, which blocks CTCPs to anyone with it...
2010-02-22  Jilles TjoelkerRemove some obsolete paths from config.h.
2010-02-22  Jilles TjoelkerRemove more old kline.conf stuff.
2010-02-22  Jilles TjoelkerRemove code to write bans to csv files.
2010-02-17  William PitcockAdd support for client certificate fingerprints in...
2010-02-15  Jilles TjoelkerMove target change code to src/tgchange.c,
2010-02-15  Jilles Tjoelkertarget change: Allow free replies.
2010-02-14  Jilles Tjoelkertarget change: Overwrite the least recently used target...
2010-02-13  Jilles TjoelkerMake the number of targets tracked for target change...
2010-02-05  Jilles TjoelkerPass certfp to other servers and show it in whois....
2010-01-31  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-01-30  Jilles TjoelkerRemove remnants of <foo>_t typedefs.
2010-01-19  William PitcockMerge +C (no CTCP to channels) from ircd-seven.
2010-01-07  William PitcockAdd bandb IRCd APIs.
2010-01-07  William PitcockAdd DBPATH.
2010-01-07  William PitcockRun autoreconf.
next