mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 19:14:46 +02:00
c990848d2f
* Add some missing fields, such as destination, but mostly in the exclude- area where a bunch were missing (some of those are a bit far fetched, but hey, they exist, so should be shown if in use). * Re-order fields to more closely match the struct (still not 100%) * Extended fields, such as "account" and "country", now show up directly under the security group, just like the other fields, such as "reputation_score". This is also how they show up in the config file, so hide the the fact that internally in the struct it is stored differently. * Add a comment in SecurityGroup struct in include/struct.h to make it clear you have to add/update stuff at 7 places if you are adding something new.