You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
angiosperm/extensions
jess a922755512
make more snotes L_NETWIDE
2 years ago
..
Makefile.am Stop using chm_nosuch as a sentinel value (#53) 2 years ago
README Innovation by sed 2 years ago
cap_realhost.c cap_realhost: neaten oper IP tag check 2 years ago
chantype_dummy.c extensions/chantype_dummy: ^ is a valid nickchar, but > isn't 7 years ago
chm_adminonly.c Move module description headers to the top 7 years ago
chm_insecure.c Rename UMODE_SSLCLIENT, IsSSLClient 2 years ago
chm_nonotice.c Innovation by sed 2 years ago
chm_operonly.c Move module description headers to the top 7 years ago
chm_operpeace.c Add oper:receive_immunity 3 years ago
chm_sslonly.c Rename UMODE_SSLCLIENT, IsSSLClient 2 years ago
createauthonly.c Replace most checks for +o with oper:general 3 years ago
createoperonly.c Replace most checks for +o with oper:general 3 years ago
drain.c extensions/drain: remove superfluous includes 4 years ago
example_module.c Innovation by sed 2 years ago
extb_account.c Move module description headers to the top 7 years ago
extb_canjoin.c extb_canjoin: disable inside +e 2 years ago
extb_channel.c extensions/extb_channel: Allow matching secret channels. 6 years ago
extb_combi.c extb_combi: More int to bool conversion 7 years ago
extb_extgecos.c Move module description headers to the top 7 years ago
extb_hostmask.c extb_hostmask: handle banstr == NULL 2 years ago
extb_oper.c Propagate OPER 4 years ago
extb_realname.c Move module description headers to the top 7 years ago
extb_server.c Move module description headers to the top 7 years ago
extb_ssl.c Rename UMODE_SSLCLIENT, IsSSLClient 2 years ago
extb_usermode.c extensions: Fix duplicate extban character usage 7 years ago
filter.c make more snotes L_NETWIDE 2 years ago
force_user_invis.c Replace most checks for +o with oper:general 3 years ago
helpops.c helpops: change umode char to h 2 years ago
hide_uncommon_channels.c Refactor common channel iteration 2 years ago
hurt.c make more snotes L_NETWIDE 2 years ago
identify_msg.c Implement the solanum.chat/identify-msg vendor cap 2 years ago
invite_notify.c Add priorities to some hooks 3 years ago
ip_cloaking.c Innovation by sed 2 years ago
ip_cloaking_3.0.c Fix GCC 8 compiler warnings 4 years ago
ip_cloaking_4.0.c Innovation by sed 2 years ago
ip_cloaking_old.c cppcheck: fix various warnings/errors 6 years ago
m_adminwall.c Message handlers should return void. 7 years ago
m_echotags.c More cleanup 7 years ago
m_extendchans.c Innovation by sed 2 years ago
m_findforwards.c Replace most checks for +o with oper:general 3 years ago
m_identify.c common.h: raison d'être is gone, so out it goes. 7 years ago
m_locops.c Remove shared blocks 2 years ago
m_mkpasswd.c mkpasswd: use urandom for salts, cleanup 7 years ago
m_ojoin.c ircd: send tags on every message 6 years ago
m_okick.c ircd: send tags on every message 6 years ago
m_omode.c Innovation by sed 2 years ago
m_opme.c ircd: send tags on every message 6 years ago
m_remove.c ircd: send tags on every message 6 years ago
m_roleplay.c Innovation by sed 2 years ago
m_sendbans.c common.h: raison d'être is gone, so out it goes. 7 years ago
m_webirc.c m_webirc: Blow away ident if we've got it 2 years ago
no_kill_services.c Port some more extensions to AV2 and add descriptions 7 years ago
no_locops.c Port some more extensions to AV2 and add descriptions 7 years ago
no_oper_invis.c Port some more extensions to AV2 and add descriptions 7 years ago
override.c Innovation by sed 2 years ago
override_kick_immunity.c Add priorities to some hooks 3 years ago
restrict-unauthenticated.c Port some more extensions to AV2 and add descriptions 7 years ago
sasl_usercloak.c make more snotes L_NETWIDE 2 years ago
sno_channelcreate.c Move module description headers to the top 7 years ago
sno_farconnect.c More bool conversions 7 years ago
sno_globalkline.c Move module description headers to the top 7 years ago
sno_globalnickchange.c More bool conversions 7 years ago
sno_globaloper.c Move module description headers to the top 7 years ago
umode_noctcp.c extensions/umode_noctcp: skip privmsg_user hook except on recipient server 3 years ago

README

This directory contains extensions (modules) to solanum ircd that
have been contributed by other people, or written by our development
team. Unsupported extensions live under unsupported/.


Modules
-------

createauthonly.c - Only allow authenticated (identified) users to create
channels.

ip_cloaking.c - Cloak (spoof) the host for users that have umode +h.

m_adminwall.c - Sends a message to all admins network-wide (umode +a)
Syntax: ADMINWALL :

m_findforwards.c - Find channels that forward (+f) to a given channel.
Syntax: FINDFORWARDS

m_identify.c - Identifies to NickServ or ChanServ
Syntax: IDENTIFY [nick|channel]

m_mkpasswd.c - MKPASSWD - generate a DES or MD5 encryption of a password
Syntax: MKPASSWD [MD5|DES]<br><br>m_ojoin.c - OJOIN - Join a channel through any modes or limits with <br> an optional status (@+)<br> Syntax: OJOIN [status]&lt;channel&gt;<br><br>m_olist.c - OLIST - Lists channels like LIST, but shows hidden<br> channels. Oper only of course.<br><br>m_opme.c - OPME - Allows an admin to op themselves in an opless channel<br> Syntax: OPME &lt;channel&gt;<br><br>m_omode.c - OMODE - Allows an admin to do all sorts of evil upon a<br> channel, sets modes with extreme prejudice<br><br>m_remove.c - REMOVE - Implements /REMOVE, which allows a channel op to<br> force-part a problematic user from a channel. Most<br> likely, you don&#39;t want this, because it is non-standard,<br> and easily worked around for autojoin purposes.<br><br>no_oper_invis.c - Disallow opers setting marking themselves as invisible<br> (+i) unless they have the hidden_oper flag.<br><br>example_module.c - An example module to be used for creating your own.<br> Syntax: TEST<br><br><br>Spy Modules<br>-----------<br><br>The following are the &#39;spy&#39; parts, accessible via the +y snomask<br><br>spy_admin_notice.c - Spy on clients doing ADMIN<br>spy_info_notice.c - Spy on clients doing INFO<br>spy_links_notice.c - Spy on clients doing LINKS<br>spy_motd_notice.c - Spy on clients doing MOTD<br>spy_stats_notice.c - Spy on clients doing all STATS<br>spy_stats_p_notice.c - Spy on clients doing STATS p only<br>spy_trace_notice.c - Spy on clients doing TRACE<br><br>Note: if you have both spy_stats_notice.c and spy_stats_p_notice.c loaded<br>you will get two messages.<br><br>Snomask Modules<br>---------------<br><br>sno_farconnect.c - Remote client connect/exit notices (snomask +F)<br>sno_globalkline.c - Global K/D/X-line activation notices<br>sno_globaloper.c - Global oper-up notices<br>sno_whois.c - Spy on clients who WHOIS you seeing idle time (snomask +W).<br><br>Extban Modules<br>--------------<br><br>extb_account.so - Account bans (+b $a[:mask])<br>extb_canjoin.so - Banned from another channel (+b $j:mask)<br>extb_channel.so - Other-channel bans (+b $c:mask)<br>extb_extgecos.so - Extended ban (+b $x:mask)<br>extb_oper.so - Oper bans (+b $o)<br>extb_realname.so - Realname (gecos) bans (+b $r:mask)<br>extb_server.so - Server bans (+b $s:mask)<br>