comparison pidgin-twitter.h @ 222:b168502b73c3

expanded size of substitution buffer to 32KB. 128 bytes were not sufficient if both user name and channel name are rather long. tenforward reported this problem and umq pointed out the cause.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 03 Sep 2008 18:39:39 +0900
parents 739ed7a4426c
children c3efae72f72a
comparison
equal deleted inserted replaced
221:b5fa0c295ff5 222:b168502b73c3
174 "Content-Length: %d\r\n" 174 "Content-Length: %d\r\n"
175 #define TWITTER_STATUS_FORMAT "status=%s&source=pidgintwitter" 175 #define TWITTER_STATUS_FORMAT "status=%s&source=pidgintwitter"
176 #define TWITTER_DEFAULT_INTERVAL (60) 176 #define TWITTER_DEFAULT_INTERVAL (60)
177 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png" 177 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
178 178
179 /* size of substitution buffer */
180 #define SUBST_BUF_SIZE (32 * 1024)
181
179 /* wassr specific macros */ 182 /* wassr specific macros */
180 #define WASSR_POST_LEN (255) 183 #define WASSR_POST_LEN (255)
181 #define IDENTICA_POST_LEN (140) 184 #define IDENTICA_POST_LEN (140)
182 185
183 /* misc macros */ 186 /* misc macros */