Functions | |
void | who_inner_div (void) |
Display inner div of Wholist. | |
void | who (void) |
who is on? | |
void | terminate_session (void) |
end session | |
void | edit_me (void) |
Change your session info (fake roomname and hostname). |
void who_inner_div | ( | void | ) |
Display inner div of Wholist.
(link to page this user)
(idle flag)
username (link to user bio/photo page)
room
hostname
Definition at line 16 of file who.c.
References escputs(), extract_int(), extract_long(), extract_token(), serv_getln(), serv_puts(), urlescputs(), and wprintf().
Referenced by session_loop(), summary_inner_div(), and who().
void who | ( | void | ) |
who is on?
JavaScript to make the ajax refresh happen: See http://www.sergiopereira.com/articles/prototype.js.html for info on Ajax.PeriodicalUpdater It wants: 1. The div being updated 2. The URL of the update source 3. Other flags (such as the HTTP method and the refresh frequency)
Definition at line 131 of file who.c.
References escputs(), offer_start_page(), output_headers(), snprintf(), wDumpContent(), who_inner_div(), and wprintf().
Referenced by do_freebusy(), page_user(), session_loop(), showuser(), and terminate_session().
void terminate_session | ( | void | ) |
end session
Definition at line 191 of file who.c.
References bstr(), serv_getln(), serv_printf(), and who().
Referenced by session_loop().