mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-29 22:23:12 +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.