#include <webcit.h>
Definition at line 326 of file webcit.h.
struct wcsession* wcsession::next [read] |
Linked list
Definition at line 327 of file webcit.h.
Referenced by context_loop(), and do_housekeeping().
char wcsession::wc_username[128] |
char wcsession::wc_fullname[128] |
char wcsession::wc_password[128] |
char wcsession::wc_roomname[256] |
unsigned wcsession::room_flags |
unsigned wcsession::room_flags2 |
char wcsession::ugname[128] |
long wcsession::uglsn |
char* wcsession::upload |
char wcsession::upload_filename[PATH_MAX] |
char wcsession::upload_content_type[256] |
char wcsession::cs_inet_email[256] |
pthread_mutex_t wcsession::SessionMutex |
time_t wcsession::lastreq |
Timestamp of most recent HTTP
Definition at line 359 of file webcit.h.
Referenced by do_housekeeping().
Nonzero == purge this session
Definition at line 360 of file webcit.h.
Referenced by do_housekeeping().
struct march* wcsession::march [read] |
char wcsession::reply_to[512] |
long wcsession::msgarr[10000] |
struct message_summary* wcsession::summ [read] |
struct urlcontent* wcsession::urlstrings [read] |
struct wcsubst* wcsession::vars [read] |
char wcsession::this_page[512] |
char wcsession::http_host[512] |
char* wcsession::preferences |
struct wc_attachment* wcsession::first_attachment [read] |
linked list of attachments for 'enter message'
Definition at line 380 of file webcit.h.
Referenced by free_attachments().
char wcsession::last_chat_user[256] |
char wcsession::ImportantMessage[SIZ] |
char wcsession::httpauth_user[256] |
char wcsession::httpauth_pass[256] |
size_t wcsession::burst_alloc |
char* wcsession::burst |
struct folder* wcsession::cache_fold [read] |
time_t wcsession::cache_timestamp |
char wcsession::floordiv_expanded[32] |
time_t wcsession::last_pager_check |