mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-02 22:16:54 +00:00

This patch does significant cleanup on the join code by using strtok_r instead of mangling strchr to parse channel names and keys in parallel when a JOIN command contains a list of channels and keys. Also adds an strtok_r implementation to libportab.