citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
Data Fields | |
struct imlog * | next |
long | usernums [2] |
char | usernames [2][128] |
time_t | lastmsg |
int | last_serial |
StrBuf * | conversation |
Definition at line 39 of file serv_instmsg.c.
StrBuf* imlog::conversation |
Definition at line 45 of file serv_instmsg.c.
Referenced by flush_individual_conversation(), and log_instant_message().
int imlog::last_serial |
Definition at line 44 of file serv_instmsg.c.
Referenced by log_instant_message().
time_t imlog::lastmsg |
Definition at line 43 of file serv_instmsg.c.
Referenced by flush_conversations_to_disk(), and log_instant_message().
struct imlog* imlog::next |
Definition at line 40 of file serv_instmsg.c.
Referenced by flush_conversations_to_disk(), and log_instant_message().
char imlog::usernames[2][128] |
Definition at line 42 of file serv_instmsg.c.
Referenced by flush_individual_conversation(), and log_instant_message().
long imlog::usernums[2] |
Definition at line 41 of file serv_instmsg.c.
Referenced by flush_conversations_to_disk(), flush_individual_conversation(), and log_instant_message().