Valery V Yatsko
3df643b140
Extension for +A (admin only) channel mode, currently belongs to type chm_staff as operonly, seen in various networks.
2008-08-13 21:04:27 +04:00
Valery V Yatsko
c870fa9f9a
Restricted +O (operonly) channel mode to be set only by ircops
...
(chm_staff)
2008-08-04 21:59:58 +04:00
Jilles Tjoelker
d1275a8fd6
Move to ratbox3 reject and throttle code.
...
Throttle replaces max_unknown_ip, reject is like before
(including the charybdis-specific unkline handling).
Both of these now apply before SSL negotiation.
This commit does not include the global_cidr and new dline code.
m_webirc is a bit nasty with throttling (unlike before
with max_unknown_ip), this may be fixed later (or
the webirc IP needs to be exempt{}ed).
2008-08-01 01:59:08 +02:00
Jilles Tjoelker
4d94f914f8
chm_operonly extension: use Unreal's numeric (520)
...
irssi still does not recognize this properly, oh well
2008-07-31 16:10:14 +02:00
Jilles Tjoelker
11a8216623
Add SENDBANS command (extension) to propagate xlines and resvs manually.
2008-07-29 00:09:03 +02:00
Valery Yatsko
3f46cd0007
quick draft fix of ip_cloaking to make module work with ipv6 ips, cleanup later
2008-07-28 10:06:01 +04:00
Valery Yatsko
cf63b587c9
crypt -> rb_crypt in m_mkpasswd.c
2008-07-27 14:48:16 +04:00
Valery Yatsko
0865b537a0
SSL only channel mode extension - might be useful if server owner prefer not to use extended bans, or to make server feel like ircd-ratbox3
2008-07-27 12:47:40 +04:00
Valery Yatsko
16120df7af
Added chm_operonly to Makefile
2008-07-27 12:19:21 +04:00
Valery Yatsko
7608ef4933
A very draft version of extensions, which are adding can_join hooks for custom channel modes
2008-07-27 12:10:48 +04:00
Valery V Yatsko
969a1ae66a
PASS selector:password for auth{}, based on spb's patch for ircd-seven
2008-06-26 10:18:58 +04:00
William Pitcock
9721c67622
extensions: no more TS5.
2008-06-08 01:31:15 -05:00
Jilles Tjoelker
0d234dca12
olist: do not send operspy notices for nonexistent channels
2008-05-21 01:13:45 +02:00
Jilles Tjoelker
d4715e8f28
olist: give proper error message if oper does not have oper_spy priv
2008-05-21 00:56:53 +02:00
Valery Yatsko
13ae2f4b69
irc_string.h -> match.h, irc_string.h; includes changed
2008-04-20 09:47:38 +04:00
Valery Yatsko
d99380b61b
legacy irc sprintf gone
2008-04-20 09:12:09 +04:00
Valery Yatsko
9879cd59a6
Various inet* -> rb_inet_*
2008-04-20 08:55:41 +04:00
Valery Yatsko
a64c5173a7
strlcat -> rb_strlcat
2008-04-20 08:44:04 +04:00
Valery Yatsko
907468c485
strlcpy -> rb_strlcpy
2008-04-20 08:40:40 +04:00
Jilles Tjoelker
c6525f80ba
Remove various other gline stuff.
2008-04-11 17:10:40 +02:00
Valery Yatsko
d5a432fa00
Removing glines
2008-04-11 18:47:03 +04:00
Valery Yatsko
ca89e98e03
.cvsignore files removed, SVN-Access replaced by Mercurial-Access
2008-04-09 22:24:50 +04:00
Valery Yatsko
b5482c9103
chm_* declarations gone to chmode.h - this makes some modules clean
2008-04-08 23:39:35 +04:00
Valery Yatsko
95dc12515b
New extensions documented + typo fixed
2008-04-08 23:24:47 +04:00
Valery Yatsko
0d3fb5c99c
chm_operonly_compat, this adds +O channel mode, which means oper only channel
2008-04-08 21:40:41 +04:00
Valery Yatsko
1368317099
chm_sslonly_compat, this adds +S channel mode, which means ssl only channel
2008-04-08 21:29:19 +04:00
Valery Yatsko
0cb68b8aca
extb_ssl extension - ssl extban
2008-04-08 21:24:23 +04:00
William Pitcock
d3455e2c7e
s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it)
2008-04-02 21:52:01 -05:00
Valery Yatsko
21c9d815d7
Reverting some changed related not to moving on libratbox3 but using ratbox3 source!
2008-04-02 19:37:50 +04:00
Valery Yatsko
d1edae8d94
m_webirc.c fixed
2008-04-02 15:32:01 +04:00
Valery Yatsko
c0e8f348f8
got m_webirc.c from ratbox3 contrib/
2008-04-02 15:30:49 +04:00
William Pitcock
c51d32ba80
extensions compile without libcharybdis now.
2008-04-01 19:35:13 -05:00
Valery Yatsko
1ec5bf142a
Fixes for macro
2008-04-02 03:49:56 +04:00
Valery Yatsko
4103d13e4e
Fixing m_hurt.c's dlinks
2008-04-02 03:48:21 +04:00
Valery Yatsko
2393f503a6
Removing libcharybdis references.
2008-04-02 02:18:44 +04:00
William Pitcock
71f6ebfa1f
make all extensions libratbox-clean.
2008-04-01 16:20:40 -05:00
William Pitcock
08d11e34cc
start making this compile
2008-04-01 15:18:48 -05:00
Jilles Tjoelker
8e0633f56f
Move PRIVS command from extensions to modules (shows effective oper privs).
2008-03-31 00:39:14 +02:00
Jilles Tjoelker
bf4c2e5bbf
Note that +i must be included in default_umodes.
2008-03-29 21:37:12 +01:00
Jilles Tjoelker
013726d7f6
Add force_user_invis extension from charybdis+sn.
...
Forces nonopers +i.
2008-03-29 21:36:39 +01:00
Jilles Tjoelker
ff03bfb3d6
PRIVS: Show name of operator block.
...
Change the "O" to "operator:<name>".
2008-01-06 15:29:54 +01:00
Jilles Tjoelker
7506208c5c
Remove FLAGS2_NOLIMIT (IsExemptLimits/SetExemptLimits).
...
This only has an effect at connection time, and the
ConfItem flag suffices for that.
2008-01-06 00:16:57 +01:00
Jilles Tjoelker
93d880f987
Add PRIVS extension, a command that shows oper and some auth{} privileges.
2008-01-05 23:59:43 +01:00
Jilles Tjoelker
00fe56c547
Add chm_quietunreg_compat extension, makes cmode +-R an alias for +-q $~a.
2007-12-25 13:56:05 +01:00
Jilles Tjoelker
63c26c4b5a
Add no_locops extension to disable LOCOPS (force everyone -l).
2007-12-25 13:27:41 +01:00
Jilles Tjoelker
adb3f9d000
Deny $o extbans with data, to be better compatible with future meanings of it.
2007-12-18 23:00:42 +01:00
Jilles Tjoelker
aee6f89036
Add adminwall from ratbox, as an extension.
2007-12-18 22:54:18 +01:00
Jilles Tjoelker
b47db00e58
createauthonly: allow opers through explicitly
2007-12-18 00:15:54 +01:00
Jilles Tjoelker
19fcdbd561
hurt: Do not store to-be-freed strings in const pointers (+ cast when freeing).
...
Take away the const.
2007-12-13 00:03:20 +01:00
Jilles Tjoelker
40528bf61d
Update extensions/README.
2007-12-01 21:04:31 +01:00