0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-04 20:04:30 +01:00
construct/src
William Pitcock 63eb8567cb implement configurable channel modes (closes #31)
While functionally compatible with the implementation in ElementalIRCd, our approach is different,
specifically pre-calculating the bitmask at config load time.  This is more efficient, and allows us
to report errors as part of the configuration phase.
2015-12-11 15:36:53 -06:00
..
.depend
.indent.pro
bandbi.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
blacklist.c Remove the unneeded username parameter to register_local_user(). 2015-09-13 22:59:03 +02:00
cache.c
capability.c
channel.c override: only engage override code if we're needing to authorize a WRITE to a channel's state (closes #65) 2015-12-10 01:00:32 -06:00
chmode.c override: only engage override code if we're needing to authorize a WRITE to a channel's state (closes #65) 2015-12-10 01:00:32 -06:00
class.c
client.c send: add negation argument to sendto_common_channels_local() and friends 2015-11-19 22:43:45 -06:00
extban.c Revert "extban: implement helper functions for stackable extbans (part 1) (ref #74)" 2015-12-10 02:19:21 -06:00
getopt.c
hash.c Fix some compiler warnings about signed/unsigned comparison. 2015-03-01 23:46:20 +01:00
hook.c
hostmask.c Relocate report_Klines to proper home 2015-08-08 17:25:29 -05:00
ipv4_from_ipv6.c
irc_dictionary.c
ircd.c libratbox: remove RB_PRNG_EGD in its entirety (closes #85) 2015-03-01 01:05:14 -06:00
ircd_lexer.l
ircd_parser.y ircd_parser: Fix inconsistent declaration of yyerror(). 2014-05-29 23:23:50 +02:00
ircd_signal.c
listener.c Fix sending null char after ERROR when the server is full 2014-11-04 21:57:37 +01:00
logger.c
Makefile.in
match.c Check CIDR ban IP address for validity. 2015-09-13 22:59:03 +02:00
modules.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
monitor.c monitor: don't use already-freed pointer, unlike the moronic atheme developers 2015-10-15 17:32:02 -05:00
newconf.c implement configurable channel modes (closes #31) 2015-12-11 15:36:53 -06:00
operhash.c
packet.c Misc code cleanups 2015-03-27 23:07:20 +00:00
parse.c parse: handle_encap(): remove parv[0] initialization, anything using parv[0] should crash the ircd 2015-11-19 17:13:04 -06:00
privilege.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
ratelimit.c Fix some compiler warnings about signed/unsigned comparison. 2015-03-01 23:46:20 +01:00
reject.c
res.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
reslib.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
restart.c
s_auth.c Fix some compiler warnings about signed/unsigned comparison. 2015-03-01 23:46:20 +01:00
s_conf.c implement configurable channel modes (closes #31) 2015-12-11 15:36:53 -06:00
s_newconf.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
s_serv.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
s_user.c cap: implement ircv3.2 chghost cap 2015-11-19 22:53:55 -06:00
scache.c
send.c send: add negation argument to sendto_common_channels_local() and friends 2015-11-19 22:43:45 -06:00
snomask.c
sslproc.c sslproc: set Client.localClient.cipher_string if sent by ssld 2015-12-11 08:19:50 -06:00
substitution.c
supported.c Revert "supported: remove TARGMAX, nothing really uses it, and the information conveyed is useless anyway" 2015-11-19 23:10:36 -06:00
tgchange.c conf: Make channel::channel_target_change option actually work. 2014-08-08 11:57:09 +02:00
version.c.SH
whowas.c