
The users are now stored in a unordered_map which removes the need for the use of HASHTABLE. Altered all functions to use a shared_ptr of a User instead of a raw pointer. Made parsing of rules exception-safe.
The users are now stored in a unordered_map which removes the need for the use of HASHTABLE. Altered all functions to use a shared_ptr of a User instead of a raw pointer. Made parsing of rules exception-safe.