Ed Kellett
|
a7d4a0ab81
|
Centralise banmask matching logic
|
2020-04-12 12:35:18 +01:00 |
|
Simon Arlott
|
fe5fc851aa
|
gcc7 fixes: NICKLEN -> NAMELEN
Use NAMELEN instead of NICKLEN when accessing Client->name because it
could in theory be a HOSTLEN length string.
|
2018-01-19 23:26:20 +00:00 |
|
Simon Arlott
|
de2934965c
|
remove RB_IPV6
|
2017-08-20 12:54:46 +01:00 |
|
Simon Arlott
|
4b1cce65ed
|
ircd: send tags on every message
Simplify linebuf by introducing fsnprint to manage a list of printfs.
Add a msgbuf unparse cache for send functions that loop.
|
2017-08-06 16:21:29 +01:00 |
|
Aaron Jones
|
ed9f6a6565
|
src/channel.c: don't use the bancache in is_banned()/is_quieted()
The bancache will be re-architected onto clients in future for easier
invalidation, but this is a good-enough temporary fix for issue #243
Fixes #243
|
2017-07-29 13:32:20 +01:00 |
|
Aaron Jones
|
d352ca15aa
|
channel: silence harmless uninitialised variable warning
|
2016-06-01 19:58:53 +00:00 |
|
Elizabeth Myers
|
4eafa9e62f
|
ipv4_from_ipv6: move to librb
|
2016-04-08 03:49:23 -05:00 |
|
Matt Ullman
|
3b9507d0e9
|
channel: Move flood_attack_channel() to a boolean
|
2016-03-24 02:25:26 -04:00 |
|
Matt Ullman
|
216f58a27c
|
channel: Change check_channel_name() note to false
[ci skip]
|
2016-03-24 02:14:03 -04:00 |
|
Matt Ullman
|
3a46803fef
|
channel: Move check_channel_name() to a boolean
|
2016-03-24 01:54:39 -04:00 |
|
Elizabeth Myers
|
79435744c7
|
common.h: raison d'être is gone, so out it goes.
Fold whatever was left into ircd_defs.h
|
2016-03-23 09:33:56 -05:00 |
|
William Pitcock
|
e867208deb
|
ircd: use GET_SS_FAMILY() in a bunch of places
|
2016-03-20 01:54:24 -05:00 |
|
Elizabeth Myers
|
cbeab4bc34
|
Remove $Id tags from everything.
These are obsolete and none have changed since 10 years gao...
|
2016-03-06 02:47:27 -06:00 |
|
Valerii Iatsko
|
5203cba5ce
|
Remove libratbox's snprintf.c, update related ircd code
|
2016-02-10 02:25:32 +01:00 |
|
William Pitcock
|
633531a4aa
|
TOPIC: strip channel topic colors here if configured, instead of in set_channel_topic()
|
2016-01-13 17:17:14 -06:00 |
|
William Pitcock
|
14482679ce
|
ircd: channel: implement an option to strip color codes from channel topics
|
2016-01-13 17:05:41 -06:00 |
|
William Pitcock
|
be29ec793d
|
ircd: import hidden channel modes framework, from ircd-seven
This allows for modules to define channel modes which are only visible to opers.
|
2016-01-13 16:34:27 -06:00 |
|
William Pitcock
|
ff12cc9479
|
rename src to ircd, libcore to libircd
|
2016-01-06 01:16:08 -06:00 |
|