comparison src/gaim.h @ 3457:222e23f91092

[gaim-migrate @ 3505] Deryni made it so we can all log chats and IMs seperately. He had it retain your old option--it would log both if you had it configured that way. I made it so that if you had logging on it will log IMs--but you'll have to turn on logging chats manually. So if you want to log chats, turn that on. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 28 Aug 2002 05:55:48 +0000
parents 8fa61405af2b
children 7a3f16a375a5
comparison
equal deleted inserted replaced
3456:b48065e52337 3457:222e23f91092
182 #define OPT_MISC_BUDDY_TICKER 0x00000004 182 #define OPT_MISC_BUDDY_TICKER 0x00000004
183 #define OPT_MISC_COOL_LOOK 0x00000008 183 #define OPT_MISC_COOL_LOOK 0x00000008
184 #define OPT_MISC_STEALTH_TYPING 0x00000010 184 #define OPT_MISC_STEALTH_TYPING 0x00000010
185 185
186 extern guint logging_options; 186 extern guint logging_options;
187 #define OPT_LOG_ALL 0x00000001 187 #define OPT_LOG_CONVOS 0x00000001
188 #define OPT_LOG_STRIP_HTML 0x00000002 188 #define OPT_LOG_STRIP_HTML 0x00000002
189 #define OPT_LOG_BUDDY_SIGNON 0x00000004 189 #define OPT_LOG_BUDDY_SIGNON 0x00000004
190 #define OPT_LOG_BUDDY_IDLE 0x00000008 190 #define OPT_LOG_BUDDY_IDLE 0x00000008
191 #define OPT_LOG_BUDDY_AWAY 0x00000010 191 #define OPT_LOG_BUDDY_AWAY 0x00000010
192 #define OPT_LOG_MY_SIGNON 0x00000020 192 #define OPT_LOG_MY_SIGNON 0x00000020
193 #define OPT_LOG_INDIVIDUAL 0x00000040 193 #define OPT_LOG_INDIVIDUAL 0x00000040
194 #define OPT_LOG_CHATS 0x00000100
194 195
195 extern guint blist_options; 196 extern guint blist_options;
196 #define OPT_BLIST_APP_BUDDY_SHOW 0x00000001 197 #define OPT_BLIST_APP_BUDDY_SHOW 0x00000001
197 #define OPT_BLIST_SAVED_WINDOWS 0x00000002 198 #define OPT_BLIST_SAVED_WINDOWS 0x00000002
198 #define OPT_BLIST_NEAR_APPLET 0x00000004 199 #define OPT_BLIST_NEAR_APPLET 0x00000004
411 extern char *tobase64(const char *); 412 extern char *tobase64(const char *);
412 extern void frombase64(const char *, char **, int *); 413 extern void frombase64(const char *, char **, int *);
413 extern void clean_pid(); 414 extern void clean_pid();
414 extern char *date(); 415 extern char *date();
415 extern gint linkify_text(char *); 416 extern gint linkify_text(char *);
416 extern FILE *open_log_file (char *); 417 extern FILE *open_log_file (char *, int);
417 extern char *sec_to_text(guint); 418 extern char *sec_to_text(guint);
418 extern struct aim_user *find_user(const char *, int); 419 extern struct aim_user *find_user(const char *, int);
419 extern char *full_date(); 420 extern char *full_date();
420 extern void check_gaim_versions(); 421 extern void check_gaim_versions();
421 extern char *away_subs(char *, char *); 422 extern char *away_subs(char *, char *);