mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 19:06:38 +02:00
b1139769e1
This ensures that strings are of maximum 510 characters in length and do not contain \n or \r. Solves a lot of theoretical problems in many modules that .add things or do other non-list/non-get actions. This behavior can be turned off per-method (per handler) by setting handler->flags = RPC_HANDLER_FLAGS_UNFILTERED; This is currently not done in any of the modules.