1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 04:26:37 +02:00
Files
unrealircd/src/modules
Bram Matthys afbb0c283b Accept multiple masks in ban ip { } and ban nick { } such as:
ban ip {
	mask { 1.1.1.1; 2.2.2.2; 3.3.3.3; }
	reason "Go away";
}

Or the alternate form:

ban ip {
	mask 1.1.1.1;
	mask 2.2.2.2;
	mask 3.3.3.3;
	reason "Go away";
}

Suggested by magic000 in https://bugs.unrealircd.org/view.php?id=4599

Note that this is not a Mask item, these are special, hence the
special code.
2024-09-23 12:29:35 +02:00
..
2021-09-11 08:17:12 +02:00
2021-09-13 18:44:18 +02:00
2021-09-11 08:17:12 +02:00
2024-07-12 11:37:18 +02:00
2022-01-28 17:02:19 +01:00
2024-07-16 09:32:25 +02:00
2022-05-01 14:05:34 +02:00
2021-08-12 16:03:20 +02:00
2022-12-14 15:24:19 +00:00
2022-01-08 03:46:09 +03:00
2021-09-11 08:17:12 +02:00
…
2023-11-19 14:01:16 +01:00
2022-06-19 20:15:00 +02:00
2023-04-05 08:07:18 +02:00
2021-09-11 08:17:12 +02:00
2021-10-30 17:25:58 +02:00
2022-11-14 07:43:43 +00:00
2022-11-18 08:53:36 +00:00
2021-09-11 08:17:12 +02:00
2021-09-11 08:17:12 +02:00
2021-09-11 08:17:12 +02:00
2023-11-19 14:01:16 +01:00