4 #ifndef ADDRESS_LIMITER_CLASS
5 #define ADDRESS_LIMITER_CLASS
32 class limiter_range_list;
81 limiter_range_list *_ranges;
Provides a dynamically resizable ASCII character string.
provides a mechanism for restricting access to a resource by the client's IP address.
bool add(const machine_uid &address, capabilities rights)
bool remove(const machine_uid &address)
bool load(const basis::astring &file_name, const basis::astring §ion)
bool save(const basis::astring &file_name, const basis::astring §ion)
capabilities get_default()
bool is_allowed(const machine_uid &host)
void set_default(capabilities rights)
Provides access to the operating system's socket methods.