cleanup: Use arrays to hold list of strings
Using GList is sub-optimal and eventually needs just more allocations and iterations, so use arrays instead which provide a nicer API.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Using GList is sub-optimal and eventually needs just more allocations and iterations, so use arrays instead which provide a nicer API.