]> jfr.im git - irc/rqf/shadowircd.git/log
irc/rqf/shadowircd.git
14 years agoAdd channel::exemptchanops, and make +cCDTNG support it.
B.Greenham [Mon, 1 Mar 2010 07:43:55 +0000 (02:43 -0500)] 
Add channel::exemptchanops, and make +cCDTNG support it.

14 years agoAdd ShadowIRCd 6.0 changes to NEWS.
JD Horelick [Mon, 1 Mar 2010 04:08:44 +0000 (23:08 -0500)] 
Add ShadowIRCd 6.0 changes to NEWS.

14 years agoAdd blank +K (norepeat) chmode, though it does nothing yet.
B.Greenham [Mon, 1 Mar 2010 04:06:42 +0000 (23:06 -0500)] 
Add blank +K (norepeat) chmode, though it does nothing yet.

14 years agoBorrow some ircd-seven code to create channel::use_local_channels.
B.Greenham [Mon, 1 Mar 2010 03:42:59 +0000 (22:42 -0500)] 
Borrow some ircd-seven code to create channel::use_local_channels.

14 years agoAdd TODO for ShadowIRCd-6.1.
B.Greenham [Mon, 1 Mar 2010 02:56:44 +0000 (21:56 -0500)] 
Add TODO for ShadowIRCd-6.1.

14 years agoUpdate refrence.conf's explanation of invex/except with warnings about disabling...
B.Greenham [Sun, 28 Feb 2010 21:50:51 +0000 (16:50 -0500)] 
Update refrence.conf's explanation of invex/except with warnings about disabling them via rehash.

14 years agoFix memory leak on /rehash bans.
Jilles Tjoelker [Sun, 28 Feb 2010 15:45:25 +0000 (16:45 +0100)] 
Fix memory leak on /rehash bans.
We do not have the 'oper' field in klines yet.

14 years agoAdd lines warning people of the confusion that awaits them upon disabling +ah and...
B.Greenham [Sun, 28 Feb 2010 19:58:44 +0000 (14:58 -0500)] 
Add lines warning people of the confusion that awaits them upon disabling +ah and rehasing.

14 years agoAdd extensions to the config file which were previously missing.
B.Greenham [Sun, 28 Feb 2010 19:30:06 +0000 (14:30 -0500)] 
Add extensions to the config file which were previously missing.

14 years agoFix m_kick so that it checks if you're trying to kick the target, not yourself.
B.Greenham [Sun, 28 Feb 2010 17:07:16 +0000 (12:07 -0500)] 
Fix m_kick so that it checks if you're trying to kick the target, not yourself.

14 years agoAdd a space at the top of CREDITS
JD Horelick [Sun, 28 Feb 2010 08:19:51 +0000 (03:19 -0500)] 
Add a space at the top of CREDITS

14 years agoUpdate TODO.
B.Greenham [Sun, 28 Feb 2010 07:40:31 +0000 (02:40 -0500)] 
Update TODO.

14 years agoAdd full support for +a (owner) and +h (halfop) chmodes.
B.Greenham [Sun, 28 Feb 2010 07:35:48 +0000 (02:35 -0500)] 
Add full support for +a (owner) and +h (halfop) chmodes.

14 years agoFix a couple typos.
B.Greenham [Sun, 28 Feb 2010 04:47:39 +0000 (23:47 -0500)] 
Fix a couple typos.

14 years agoThere's no reason to use get_channel_access() in chm_forward, use is_any_op() instead.
B.Greenham [Sun, 28 Feb 2010 04:44:14 +0000 (23:44 -0500)] 
There's no reason to use get_channel_access() in chm_forward, use is_any_op() instead.

14 years agoUpdate extensions for +ah.
B.Greenham [Sun, 28 Feb 2010 04:20:01 +0000 (23:20 -0500)] 
Update extensions for +ah.

14 years agoUpdate burst_TS6() for +ah.
B.Greenham [Sun, 28 Feb 2010 04:10:04 +0000 (23:10 -0500)] 
Update burst_TS6() for +ah.

14 years agoUpdate change_nick_user_host() to support +ah.
B.Greenham [Sun, 28 Feb 2010 04:04:32 +0000 (23:04 -0500)] 
Update change_nick_user_host() to support +ah.

14 years agoUpdate find_channel_status() for halfop and owner.
B.Greenham [Sun, 28 Feb 2010 03:50:41 +0000 (22:50 -0500)] 
Update find_channel_status() for halfop and owner.

14 years agoAutomated merge with ssh://shadowircd/uranium/shadowircd/
B.Greenham [Sun, 28 Feb 2010 03:33:24 +0000 (22:33 -0500)] 
Automated merge with ssh://shadowircd/uranium/shadowircd/

14 years agoAdd +ah to the 005, if they are enabled.
B.Greenham [Sun, 28 Feb 2010 03:32:19 +0000 (22:32 -0500)] 
Add +ah to the 005, if they are enabled.

14 years agoMake credits show up properly in INFO. Who'd have guessed you needed
JD Horelick [Sun, 28 Feb 2010 03:27:29 +0000 (22:27 -0500)] 
Make credits show up properly in INFO. Who'd have guessed you needed
more than \n for a newline?

14 years agoAdd is_halfop() and is_owner() and start using them in the new functions.
B.Greenham [Sun, 28 Feb 2010 02:53:46 +0000 (21:53 -0500)] 
Add is_halfop() and is_owner() and start using them in the new functions.

14 years agoAutomated merge with ssh://shadowircd/uranium/shadowircd/
B.Greenham [Sun, 28 Feb 2010 02:27:18 +0000 (21:27 -0500)] 
Automated merge with ssh://shadowircd/uranium/shadowircd/

14 years agoAdd can_kick_deop() and use it in m_kick.
B.Greenham [Sun, 28 Feb 2010 02:27:05 +0000 (21:27 -0500)] 
Add can_kick_deop() and use it in m_kick.

14 years agoEdit ze credits file to add the shadowircd6 info and people and
JD Horelick [Sun, 28 Feb 2010 02:15:37 +0000 (21:15 -0500)] 
Edit ze credits file to add the shadowircd6 info and people and
things and junk and stuff.

14 years agoAdd to the descriptions of owner and halfop in refrence.conf.
B.Greenham [Sun, 28 Feb 2010 01:27:24 +0000 (20:27 -0500)] 
Add to the descriptions of owner and halfop in refrence.conf.

14 years agoAdd config options for owner and halfop.
B.Greenham [Sun, 28 Feb 2010 01:05:07 +0000 (20:05 -0500)] 
Add config options for owner and halfop.

14 years agoMove is_chanop_voiced() to a function in channels.c in preperation for +ah.
B.Greenham [Sun, 28 Feb 2010 00:40:52 +0000 (19:40 -0500)] 
Move is_chanop_voiced() to a function in channels.c in preperation for +ah.

14 years agoAutomated merge with ssh://shadowircd/uranium/shadowircd/
B.Greenham [Sun, 28 Feb 2010 00:20:19 +0000 (19:20 -0500)] 
Automated merge with ssh://shadowircd/uranium/shadowircd/

14 years agoAdd is_any_op() in preperation for adding +ah, start using it instead of is_chanop...
B.Greenham [Sun, 28 Feb 2010 00:20:01 +0000 (19:20 -0500)] 
Add is_any_op() in preperation for adding +ah, start using it instead of is_chanop() in a few places.

14 years agoChange default NICKLEN to 31 to be better for most people/networks.
JD Horelick [Fri, 26 Feb 2010 18:59:44 +0000 (13:59 -0500)] 
Change default NICKLEN to 31 to be better for most people/networks.

14 years agos/Charybdis/ShadowIRCd/ in the message it gives you at the end of configure.
B.Greenham [Fri, 26 Feb 2010 17:42:13 +0000 (12:42 -0500)] 
s/Charybdis/ShadowIRCd/ in the message it gives you at the end of configure.

14 years agoAdd the +J channelmode and config options, though they don't do anything yet.
B.Greenham [Fri, 26 Feb 2010 05:30:39 +0000 (00:30 -0500)] 
Add the +J channelmode and config options, though they don't do anything yet.

14 years agoAutomated merge with ssh://hg@bitbucket.org/uranium/shadowircd/
JD Horelick [Fri, 26 Feb 2010 03:57:32 +0000 (22:57 -0500)] 
Automated merge with ssh://hg@bitbucket.org/uranium/shadowircd/

14 years agoAdd some code back in that I accidentally deleted.
B.Greenham [Fri, 26 Feb 2010 01:41:19 +0000 (20:41 -0500)] 
Add some code back in that I accidentally deleted.

14 years agoUpdate TODO.
B.Greenham [Fri, 26 Feb 2010 01:37:27 +0000 (20:37 -0500)] 
Update TODO.

14 years agoFix everything I broke with the last three commits and make +G work for real.
B.Greenham [Fri, 26 Feb 2010 01:36:03 +0000 (20:36 -0500)] 
Fix everything I broke with the last three commits and make +G work for real.

14 years agoFix up +G and make it actually work.
B.Greenham [Fri, 26 Feb 2010 00:16:38 +0000 (19:16 -0500)] 
Fix up +G and make it actually work.

14 years agoAdd has_common_channel(), which is needed by umode +G.
B.Greenham [Fri, 26 Feb 2010 00:15:13 +0000 (19:15 -0500)] 
Add has_common_channel(), which is needed by umode +G.

14 years agoAdd umode +G, soft callerid.
B.Greenham [Thu, 25 Feb 2010 22:57:12 +0000 (17:57 -0500)] 
Add umode +G, soft callerid.

14 years agoFix indentation in help/opers/umode.
B.Greenham [Thu, 25 Feb 2010 21:58:34 +0000 (16:58 -0500)] 
Fix indentation in help/opers/umode.

14 years agoCompile fix
JD Horelick [Thu, 25 Feb 2010 21:24:06 +0000 (16:24 -0500)] 
Compile fix

14 years agoAdded +p to the helpfile
JD Horelick [Thu, 25 Feb 2010 21:16:30 +0000 (16:16 -0500)] 
Added +p to the helpfile

14 years agomore override stuff
JD Horelick [Thu, 25 Feb 2010 21:15:17 +0000 (16:15 -0500)] 
more override stuff

14 years agoOverride part one.
JD Horelick [Thu, 25 Feb 2010 21:01:03 +0000 (16:01 -0500)] 
Override part one.

14 years agoBacked out changeset 677d7b5cbbcc
JD Horelick [Thu, 25 Feb 2010 20:47:08 +0000 (15:47 -0500)] 
Backed out changeset 677d7b5cbbcc

14 years agobad
JD Horelick [Thu, 25 Feb 2010 20:46:42 +0000 (15:46 -0500)] 
bad

14 years agobranch merge
JD Horelick [Thu, 25 Feb 2010 20:13:24 +0000 (15:13 -0500)] 
branch merge

14 years agoBacked out changeset 0d7b5f2ac591
JD Horelick [Thu, 25 Feb 2010 20:13:12 +0000 (15:13 -0500)] 
Backed out changeset 0d7b5f2ac591

14 years agobranch merge
JD Horelick [Thu, 25 Feb 2010 20:12:18 +0000 (15:12 -0500)] 
branch merge

14 years agoBacked out changeset 65db6ca26281
JD Horelick [Thu, 25 Feb 2010 20:11:43 +0000 (15:11 -0500)] 
Backed out changeset 65db6ca26281

14 years agoRemove an unnecessary bit from the TODO.
B.Greenham [Thu, 25 Feb 2010 08:31:11 +0000 (03:31 -0500)] 
Remove an unnecessary bit from the TODO.

14 years agoHey, charybdis already kinda does these two.
B.Greenham [Thu, 25 Feb 2010 07:48:02 +0000 (02:48 -0500)] 
Hey, charybdis already kinda does these two.

14 years agoFix a typo in help/opers/cmode.
B.Greenham [Thu, 25 Feb 2010 06:54:25 +0000 (01:54 -0500)] 
Fix a typo in help/opers/cmode.

14 years agoUpdate TODO.
B.Greenham [Thu, 25 Feb 2010 06:52:23 +0000 (01:52 -0500)] 
Update TODO.

14 years agoAdd chmode +G, which blocks messages in all caps.
B.Greenham [Thu, 25 Feb 2010 06:51:28 +0000 (01:51 -0500)] 
Add chmode +G, which blocks messages in all caps.

14 years agoUpdate TODO.
B.Greenham [Thu, 25 Feb 2010 06:16:51 +0000 (01:16 -0500)] 
Update TODO.

14 years agoAutomated merge with ssh://shadowircd/uranium/shadowircd/
B.Greenham [Thu, 25 Feb 2010 06:14:49 +0000 (01:14 -0500)] 
Automated merge with ssh://shadowircd/uranium/shadowircd/

14 years agoAdd chmode +N, which prevents nickchanges.
B.Greenham [Thu, 25 Feb 2010 06:14:38 +0000 (01:14 -0500)] 
Add chmode +N, which prevents nickchanges.

14 years agoautochanmodes support
JD Horelick [Thu, 25 Feb 2010 03:18:13 +0000 (22:18 -0500)] 
autochanmodes support

14 years agoActually add +p umode and expiry code. It currently does nothing though.
JD Horelick [Thu, 25 Feb 2010 02:53:45 +0000 (21:53 -0500)] 
Actually add +p umode and expiry code. It currently does nothing though.

14 years agoAdd the config handling code for expire_override_time config option.
JD Horelick [Thu, 25 Feb 2010 01:28:17 +0000 (20:28 -0500)] 
Add the config handling code for expire_override_time config option.

Part one of override stuff. This is gonna be painful.

14 years agohelp: Remove references to old ban .confs,
Jilles Tjoelker [Wed, 24 Feb 2010 22:31:56 +0000 (23:31 +0100)] 
help: Remove references to old ban .confs,
calling bandb "the database" instead.

14 years agoUse FLAGS_SENTUSER when checking whether to register when ping cookie is received.
Jilles Tjoelker [Wed, 24 Feb 2010 22:28:27 +0000 (23:28 +0100)] 
Use FLAGS_SENTUSER when checking whether to register when ping cookie is received.

14 years agoAdd the new umodes to documentation in refrence.conf.
B.Greenham [Wed, 24 Feb 2010 18:02:09 +0000 (13:02 -0500)] 
Add the new umodes to documentation in refrence.conf.

14 years agoFix some indentation in refrence.conf.
B.Greenham [Wed, 24 Feb 2010 17:43:05 +0000 (12:43 -0500)] 
Fix some indentation in refrence.conf.

14 years agoAdd hostserv/botserv aliases to the example confs.
B.Greenham [Wed, 24 Feb 2010 17:04:49 +0000 (12:04 -0500)] 
Add hostserv/botserv aliases to the example confs.

14 years agoAdd +x to default_umodes in the example confs, since we're loading ip_cloaking by...
B.Greenham [Wed, 24 Feb 2010 16:57:52 +0000 (11:57 -0500)] 
Add +x to default_umodes in the example confs, since we're loading ip_cloaking by default.

14 years agoLet's not forget to save before we commit next time.
B.Greenham [Wed, 24 Feb 2010 16:52:03 +0000 (11:52 -0500)] 
Let's not forget to save before we commit next time.

14 years agoUncomment extensions in the default configs that almost everyone is going to want...
B.Greenham [Wed, 24 Feb 2010 16:49:07 +0000 (11:49 -0500)] 
Uncomment extensions in the default configs that almost everyone is going to want enabled anyway.

14 years agoAdd m_force to extensions/README and to the example config files.
B.Greenham [Wed, 24 Feb 2010 16:44:25 +0000 (11:44 -0500)] 
Add m_force to extensions/README and to the example config files.

14 years agoChange a lingering refrence to umode +h to umode +x
B.Greenham [Wed, 24 Feb 2010 16:33:26 +0000 (11:33 -0500)] 
Change a lingering refrence to umode +h to umode +x

14 years agoAnd let's not forget the TODO.
B.Greenham [Wed, 24 Feb 2010 03:39:31 +0000 (22:39 -0500)] 
And let's not forget the TODO.

14 years agoAdd general::secret_channels_in_whois.
B.Greenham [Wed, 24 Feb 2010 03:38:35 +0000 (22:38 -0500)] 
Add general::secret_channels_in_whois.

14 years agoMake operspy prefix secret channels with * instead of ! .
B.Greenham [Wed, 24 Feb 2010 02:51:41 +0000 (21:51 -0500)] 
Make operspy prefix secret channels with * instead of ! .

14 years agoClean up the ip_cloaking mess. Remove the quite old ip_cloaking modules,
JD Horelick [Wed, 24 Feb 2010 01:50:54 +0000 (20:50 -0500)] 
Clean up the ip_cloaking mess. Remove the quite old ip_cloaking modules,
rename ip_cloaking_4.0 to ip_cloaking since because of umode additions,
shadow6 isn't link-compatible with charybdis anyway so might as well
have the cloaking on a expected umode.

14 years agoUse FLAGS_SENTUSER instead of 'user' being non-empty to decide whether to register...
Stephen Bennett [Tue, 23 Feb 2010 22:35:58 +0000 (22:35 +0000)] 
Use FLAGS_SENTUSER instead of 'user' being non-empty to decide whether to register a user on CAP END.

identd and SASL can cause source_p->user to be present without USER having been sent.
Without this change, that could cause a crash later on as localClient->fullcaps is not initialised.

14 years agoAdded channel::host_in_topic.
JD Horelick [Wed, 24 Feb 2010 01:19:58 +0000 (20:19 -0500)] 
Added channel::host_in_topic.

14 years agoShould've updated the TODO on the last commit. I suck.
JD Horelick [Wed, 24 Feb 2010 00:51:38 +0000 (19:51 -0500)] 
Should've updated the TODO on the last commit. I suck.

14 years agoAdded cycle_host_change option.
JD Horelick [Wed, 24 Feb 2010 00:50:45 +0000 (19:50 -0500)] 
Added cycle_host_change option.

14 years agoUpdate the TODO.
B.Greenham [Tue, 23 Feb 2010 23:20:30 +0000 (18:20 -0500)] 
Update the TODO.

14 years agoAdd chmode +E, which prevents ops from using /kick on channels where it is set.
B.Greenham [Tue, 23 Feb 2010 23:14:43 +0000 (18:14 -0500)] 
Add chmode +E, which prevents ops from using /kick on channels where it is set.

14 years agoSome changes to bring the code i moved all around up-to-date.
JD Horelick [Tue, 23 Feb 2010 09:12:11 +0000 (04:12 -0500)] 
Some changes to bring the code i moved all around up-to-date.

14 years agoMake it so that only opers see modes in whois.
B.Greenham [Tue, 23 Feb 2010 08:12:19 +0000 (03:12 -0500)] 
Make it so that only opers see modes in whois.

14 years agoMake the last commit actually compile.
B.Greenham [Tue, 23 Feb 2010 08:08:58 +0000 (03:08 -0500)] 
Make the last commit actually compile.

14 years agoMake the target user's modes show up in whois.
B.Greenham [Tue, 23 Feb 2010 07:59:35 +0000 (02:59 -0500)] 
Make the target user's modes show up in whois.

14 years agoSome quick user_join() call fixes.
JD Horelick [Tue, 23 Feb 2010 07:56:57 +0000 (02:56 -0500)] 
Some quick user_join() call fixes.

14 years agoConstify the header too :D
JD Horelick [Tue, 23 Feb 2010 07:53:44 +0000 (02:53 -0500)] 
Constify the header too :D

14 years agoForgot to constify
JD Horelick [Tue, 23 Feb 2010 07:53:19 +0000 (02:53 -0500)] 
Forgot to constify

14 years agoAdd an include
JD Horelick [Tue, 23 Feb 2010 07:52:53 +0000 (02:52 -0500)] 
Add an include

14 years agoMore moving
JD Horelick [Tue, 23 Feb 2010 07:52:01 +0000 (02:52 -0500)] 
More moving

14 years agomove user_join() to channels.c
JD Horelick [Tue, 23 Feb 2010 07:48:33 +0000 (02:48 -0500)] 
move user_join() to channels.c

14 years agoStart moving parts of join to channels.c so they can be used in more places.
JD Horelick [Tue, 23 Feb 2010 07:41:26 +0000 (02:41 -0500)] 
Start moving parts of join to channels.c so they can be used in more places.

14 years agoBacked out changeset 199eadae216a
JD Horelick [Tue, 23 Feb 2010 07:04:53 +0000 (02:04 -0500)] 
Backed out changeset 199eadae216a

14 years agoCompile fix
JD Horelick [Tue, 23 Feb 2010 07:01:19 +0000 (02:01 -0500)] 
Compile fix

14 years agoCompile fix.
B.Greenham [Tue, 23 Feb 2010 06:58:38 +0000 (01:58 -0500)] 
Compile fix.

14 years agoMove m_force to extensions.
JD Horelick [Tue, 23 Feb 2010 06:42:36 +0000 (01:42 -0500)] 
Move m_force to extensions.

14 years agos/charybdis/shadowircd/ in some other reasonably user-facing places.
JD Horelick [Tue, 23 Feb 2010 06:27:23 +0000 (01:27 -0500)] 
s/charybdis/shadowircd/ in some other reasonably user-facing places.

14 years agoChanged version to shadowircd 6.0.0-dev. Going to work on
JD Horelick [Tue, 23 Feb 2010 06:22:15 +0000 (01:22 -0500)] 
Changed version to shadowircd 6.0.0-dev. Going to work on
changing some more strings.