Give the user contained within masterCC a name.
authorDave West <davew@uncensored.citadel.org>
Sun, 6 Apr 2008 21:14:34 +0000 (21:14 +0000)
committerDave West <davew@uncensored.citadel.org>
Sun, 6 Apr 2008 21:14:34 +0000 (21:14 +0000)
commit4784ca02b8038d20477d02e059e753588b3d28a7
treeb72776d9c94b82ebb0623de1d1977917ffdba08b
parent0c8789fa5ddd0c5ed59468db47a681ae15440b68
Give the user contained within masterCC a name.
Its not a real user but it is stored in the DB and does contain info
like how many messages the system has created.
We call it Citadel.
This make "citadel" an illegal user name.
Now this user has a name we need to make sure the auto purger doesn't
purge it and make sure no one can login by that name.
citadel/modules/expire/serv_expire.c
citadel/server_main.c
citadel/sysdep.c
citadel/user_ops.c