Skip to content
Snippets Groups Projects
Commit 15a018fa authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added the ``wanted_access'' argument to access_perm(), removed

fast_access_perm(), and updated all callers.
Turn of async messages during shutdown.
parent 72f2c2ca
Branches
Tags
No related merge requests found
1999-07-01 Per Cederqvist <ceder@lysator.liu.se>
Added the ``wanted_access'' argument to access_perm(), removed
fast_access_perm(), and updated all callers.
* src/server/manipulate.h (access_perm): New parameter:
wanted_access. Never return anything higher than it. All callers
updated.
(fast_access_perm): Removed. All callers changed to use
access_perm instead.
* src/server/membership.c: Pass the new argument wanted_access to
access_perm(). Use access_perm() instead of fast_access_perm().
(access_perm): Proof-of-concept implementation using
plain_ol_access_perm and plain_ol_fast_access_perm. This needs
lots of clever speedups.
* src/server/admin.c: Pass the new argument wanted_access to
access_perm(). Use access_perm() instead of fast_access_perm().
* src/server/conference.c: Likewise.
* src/server/person.c: Likewise.
* src/server/regex-match.c: Likewise.
* src/server/send-async.c: Likewise.
* src/server/text.c: Likewise.
Turn of async messages during shutdown.
* src/server/ramkomd.c (main): Turn of async messages during
shutdown.
* src/server/testsuite/lyskomd.0/00.exp: Dont expect any async
messages during server shutdown.
* src/server/testsuite/lyskomd.0/02.exp: Likewise.
* src/server/testsuite/lyskomd.0/03.exp: Likewise.
* src/server/testsuite/lyskomd.0/08.exp: Likewise.
1999-06-30 Per Cederqvist <ceder@lysator.liu.se> 1999-06-30 Per Cederqvist <ceder@lysator.liu.se>
* README: Talk a little about the config file.
Broken typo fix fixed. Broken typo fix fixed.
* NEWS: Changed "the near feature" to "a future release". * NEWS: Changed "the near feature" to "a future release".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment