comparison src/connection.h @ 9944:e4a27c9aec4c

[gaim-migrate @ 10838] with much rejoicing, and massive thanks to the efforts of Christian, and all who have helped him, I present to you the incomplete status rewrite! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Sep 2004 21:35:52 +0000
parents 8054855f2bb9
children 5b13241a32c8
comparison
equal deleted inserted replaced
9943:f8e395a054e2 9944:e4a27c9aec4c
89 time_t login_time; /**< Time of login. */ 89 time_t login_time; /**< Time of login. */
90 time_t login_time_official; /**< Official time of login. */ 90 time_t login_time_official; /**< Official time of login. */
91 time_t last_sent_time; /**< The time something was last sent. */ 91 time_t last_sent_time; /**< The time something was last sent. */
92 int is_idle; /**< Idle state of the connection. */ 92 int is_idle; /**< Idle state of the connection. */
93 93
94 char *away; /**< The current away message, or NULL */
95 char *away_state; /**< The last away type. */
96 gboolean is_auto_away; /**< Whether or not it's auto-away. */ 94 gboolean is_auto_away; /**< Whether or not it's auto-away. */
97
98 int evil; /**< Warning level for AIM (why is
99 this here?) */
100 95
101 gboolean wants_to_die; /**< Wants to Die state. This is set 96 gboolean wants_to_die; /**< Wants to Die state. This is set
102 when the user chooses to sign off, 97 when the user chooses to sign off,
103 or when the protocol is 98 or when the protocol is
104 disconnected and should not be 99 disconnected and should not be