comparison src/core.h @ 5234:890b29f00b68

[gaim-migrate @ 5604] Chats in the buddy list! You can now put chat rooms in your buddy list, and double-click them to join them, instead of having to do all that typing. I'm eventually gonna add auto-join support, so that ugly hack involving pouncing can go away. Someone should make some new artwork so we don't have 2 + icons next to each other in the menus. This also has some fixes to let gaim compile again, after the renaming of the buddy list files. This also fixes the problem with offline buddies not showing up in the list sometimes for accounts that didn't log in at startup. This probably fixes other stuff, but I can't remember any of it off the top of my head. I'm going to stop typing and let people play with this now. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 26 Apr 2003 20:30:43 +0000
parents 0241d6b6702d
children ad445074d239
comparison
equal deleted inserted replaced
5233:202105dbed8f 5234:890b29f00b68
115 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int); 115 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int);
116 extern void serv_got_im(struct gaim_connection *, const char *, const char *, guint32, time_t, gint); 116 extern void serv_got_im(struct gaim_connection *, const char *, const char *, guint32, time_t, gint);
117 extern void serv_got_typing(struct gaim_connection *, char *, int, int); 117 extern void serv_got_typing(struct gaim_connection *, char *, int, int);
118 extern void serv_got_typing_stopped(struct gaim_connection *, char *); 118 extern void serv_got_typing_stopped(struct gaim_connection *, char *);
119 extern void serv_got_eviled(struct gaim_connection *, char *, int); 119 extern void serv_got_eviled(struct gaim_connection *, char *, int);
120 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *); 120 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GHashTable *);
121 extern struct gaim_conversation *serv_got_joined_chat(struct gaim_connection *, int, char *); 121 extern struct gaim_conversation *serv_got_joined_chat(struct gaim_connection *, int, char *);
122 extern void serv_got_chat_left(struct gaim_connection *, int); 122 extern void serv_got_chat_left(struct gaim_connection *, int);
123 extern void serv_got_chat_in(struct gaim_connection *, int, char *, int, char *, time_t); 123 extern void serv_got_chat_in(struct gaim_connection *, int, char *, int, char *, time_t);
124 extern void serv_got_alias(struct gaim_connection *, char *, char *); 124 extern void serv_got_alias(struct gaim_connection *, char *, char *);
125 extern void serv_finish_login(); 125 extern void serv_finish_login();