comparison src/connection.h @ 6982:083d1e4a9c78

[gaim-migrate @ 7538] This is Mr. Holland's Opus. And by Mr. Holland I mean Robot101. He rewrote the coreish IM image support so that the binary data gets ripped out in the prpl and put in an imgstore instead of just being passed in the same huge as char string as the actual message. This is good because it's prpl agnostic, or something. It also means we don't have a silly length of "-1" with pretty much every send or receive IM function. It should be crash free, bug free, and memleak free, but additional testing is always a good thing. If you like good stuff then you'll love this patch. But don't take my word for it--ba dun dunt! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 27 Sep 2003 19:17:21 +0000
parents aca39e77db85
children feb3d21a7794
comparison
equal deleted inserted replaced
6981:abd3c684da31 6982:083d1e4a9c78
33 /** 33 /**
34 * Flags to change behavior of the client for a given connection. 34 * Flags to change behavior of the client for a given connection.
35 */ 35 */
36 typedef enum 36 typedef enum
37 { 37 {
38 GAIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */ 38 GAIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */
39 GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/recieve background colors. */ 39 GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/recieve
40 GAIM_CONNECTION_AUTO_RESP = 0x0004 /**< Send auto responses when away. */ 40 background colors. */
41 GAIM_CONNECTION_AUTO_RESP = 0x0004 /**< Send auto responses when away. */
41 } GaimConnectionFlags; 42 } GaimConnectionFlags;
42 43
43 typedef enum 44 typedef enum
44 { 45 {
45 GAIM_DISCONNECTED = 0, /**< Disconnected. */ 46 GAIM_DISCONNECTED = 0, /**< Disconnected. */