]> jfr.im git - irc/rqf/shadowircd.git/history - src
Add user metadata.
[irc/rqf/shadowircd.git] / src /
2010-03-04  B.GreenhamAdd user metadata.
2010-03-03  JD HorelickI fail. Move the epiration of +p statement lower so...
2010-03-03  B.GreenhamFix the typos in the last commit so it compiles and...
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-02  B.GreenhamMake it so that halfops cannot set +-h
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-02-28  Jilles TjoelkerFix memory leak on /rehash bans.
2010-02-28  B.GreenhamAdd full support for +a (owner) and +h (halfop) chmodes.
2010-02-28  B.GreenhamFix a couple typos.
2010-02-28  B.GreenhamThere's no reason to use get_channel_access() in chm_fo...
2010-02-28  B.GreenhamUpdate burst_TS6() for +ah.
2010-02-28  B.GreenhamUpdate change_nick_user_host() to support +ah.
2010-02-28  B.GreenhamUpdate find_channel_status() for halfop and owner.
2010-02-28  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-02-28  B.GreenhamAdd +ah to the 005, if they are enabled.
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-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.GreenhamFix everything I broke with the last three commits...
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 Horelickmore override stuff
2010-02-25  JD HorelickOverride part one.
2010-02-25  JD HorelickBacked out changeset 677d7b5cbbcc
2010-02-25  JD Horelickbad
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  JD HorelickSome changes to bring the code i moved all around up...
2010-02-23  B.GreenhamMake the last commit actually compile.
2010-02-23  B.GreenhamMake the target user's modes show up in whois.
2010-02-23  JD HorelickSome quick user_join() call fixes.
2010-02-23  JD HorelickForgot to constify
2010-02-23  JD HorelickAdd an include
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  JD HorelickBacked out changeset 199eadae216a
2010-02-23  JD HorelickCompile fix
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 HorelickWhoops, small fail.
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 more old kline.conf stuff.
2010-02-22  Jilles TjoelkerRemove code to write bans to csv files.
2010-02-21  Jilles Tjoelkerspambot checks: Fix excessive expiry in some cases.
2010-02-19  William PitcockDo not try to free the alias dict if it does not exist.
2010-02-18  William PitcockChange license version in version.c.SH (GPLv1 -> GPLv2...
2010-02-18  William Pitcocks/o:lines/operator blocks/
2010-02-17  William PitcockClarify ERR_NOOPERHOST and convert it to use sendto_one...
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-14  Jilles Tjoelkertarget change: Overwrite the least recently used target...
2010-02-08  JD HorelickEnglish fix to fix the fix i made about 80 minutes...
2010-02-08  JD HorelickOne or 2 English language cleanups. Less than I thought...
2010-02-05  Jilles TjoelkerPass certfp to other servers and show it in whois....
2010-02-02  Jilles TjoelkerApply ratbox3 workaround for too permissive inet_pton6():
2010-01-31  William PitcockClarify CertFP message.
2010-01-31  Jilles TjoelkerAdd certfp support to libratbox and ssld.
2010-01-31  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-01-31  William Pitcockmodreload: Causing an entire 50,000 user network to...
2010-01-31  Jilles TjoelkerSlightly tighten auth{} duplicate check:
2010-01-31  Jilles TjoelkerTake auth_user into account when detecting redundant...
2010-01-31  Jilles TjoelkerNo need to be paranoid about clearing auth_user.
2010-01-31  Jilles TjoelkerFix memory leak with auth_user.
2010-01-30  Jilles TjoelkerRemove remnants of <foo>_t typedefs.
2010-01-22  Jilles TjoelkerDo not read in help files starting with a dot (includin...
2010-01-21  Stephen BennettDon't cache files that are empty or not files. Avoids...
2010-01-19  William PitcockMerge +C (no CTCP to channels) from ircd-seven.
next