- base directory structure
- in progress
- simul_efuns
- in progress
- fast prng with seed for guarantied reproducable random numbers
- call_out handler (prevention of 'too many call_outs)
- clone_object (prevention of object flooding)
- support function "event_shutdown" in livings/daemons/...
- termcap support?
- daemons
- mud_info (needed for master functionality!)
- holds
- wiz list
- domain list
- group memberships
- needed functions for
- master
- string *error_author(string) - returns array of users responsible for errors by author
- string *error_domain(string) - returns array of users responsible for errors by domain
- master
- holds
- tmpd (needed for master functionality!)
- needed functions for
- master
- author_file - signature/semantic like master::author_file
- domain_file - signature/semantic like master::domain_file
- master
- needed functions for
- syslogd (needed for master functionality!)
- tmp_d holds ownership of files/dirs within public tmp-dirs (needed for master functionality!)
- crond
- maild
- newsd
- mapd (world map)
- ftpd (mostlikely support for external ftpd only)
- httpd (mostlikely support for external ftpd only)
- mud_info (needed for master functionality!)
- privilege system (combined with daemons)
- in progress
- needs acl's for file/socket access inside master
- login object
- needed functions for
- master
- void set_port(int)
- master
- needed functions for
- player object
- needed functions for
- master
- bool is_elder(void)
- bool is_wiz(void)
- bool is_lord(string)
- bool is_arch(void)
- bool is_admin(void)
- string *get_groups(void)
- string query_uid(void)
- int get_ed_setup(void)
- int set_ed_setup(void)
- master
- needed functions for
- standard inherits
- needed functions for
- master
- string short(void) short description
- string the_short(void) [the] short description
- master
- needed functions for
- standard objects
- base rooms
- find some prime numbers (runtime config):
- ~ 13107: hash table size
- ~ 4096: obiect table size
- documentation for driver support headers (/include/driver/*)
- master
- /var/cfg/*.acl need to be completed