mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 19:14:46 +02:00
ed16dad40e
* Boolean checks: is_oper, is_local, has_swhois * Match functions: match_class, match_server, match_vhost, match_realhost, match_away, match_asname, match_operlogin, match_operclass, match_sni, match_tls_cipher * Numeric counters: connections_from_ip, channel_count, channel_member_count, idle_time * Traffic stats: messages_sent, messages_received, bytes_sent, bytes_received * Text analysis: text_byte_count, text_character_count, word_count, uppercase_percentage, digit_percentage, non_ascii_percentage, max_repeat_count, mixed_utf8_score, unicode_block_count Will do a more thorough audit and look at adding some kind of tests tomorrow.