| Publicity: |
|---|
| [Public Only | All] |
Provides support for registering which users are online.
- Location:
- packages/acs-tcl/tcl/whos-online-procs.tcl
- Created:
- 03 October 2003
- Authors:
- Bjoern Kiesbye
- Peter Marklund
- Lars Pind
- CVS Identification:
$Id: whos-online-procs.tcl,v 1.4 2007/01/10 21:22:12 gustafn Exp $
whos_online::all_invisible_user_ids (public)whos_online::all_invisible_user_ids This function returns a list with all user_ids wich are set to invisible |
whos_online::num_anonymous (public)whos_online::num_anonymous Get the number of anony users currently online, and not invisible |
whos_online::num_users (public)whos_online::num_users Get the number of registered users currently online, and not invisible |
whos_online::seconds_since_first_request (public)whos_online::seconds_since_first_request user_id Returns the number of seconds since the user with given id first requested a page. Returns the empty string if the user is not currently online. |
whos_online::seconds_since_last_request (public)whos_online::seconds_since_last_request user_id Returns the number of seconds since the user with given id requested a page. Returns the empty string if the user is not currently online. |
whos_online::set_invisible (public)whos_online::set_invisible user_id This procedure sets the user user_id to invisible, his user_id will not be returned by user_ids. The invisible state will only last as long as the user is online. |
whos_online::unset_invisible (public)whos_online::unset_invisible user_id This procedure unsets the invisible state of user_id. |
whos_online::user_ids (public)whos_online::user_ids [ -all ] This function returns a list of user_ids from users wich have requested a page from this Server in the last 10 min.And aren't set to invisible. |
whos_online::user_invisible_p (public)whos_online::user_invisible_p user_id This function checks if the user user_id is set to invisible. Returns a Tcl boolean. |