Mercurial > pidgin
annotate src/protocols/zephyr/zephyr_err.h @ 5129:c19cc54f4df6
[gaim-migrate @ 5492]
Stuff I did (in order from most important to least):
-Made set away message and set profile count the number of bytes
rather than the number of characters. This fixes the lack of a
warning dialog when setting info that needs an encoding other than
ascii or iso8859-1. (Because "hi" in UCS-2BE is 4 bytes but "hi"
in utf8 is only 2.)
-Created an oscar_encoding_to_utf8 function to convert from a given
encoding to utf8. This is AIM/ICQ specific.
-Added a "Profile:" and "Away Message:" line to the get info response
window. Is it better this way or without it? I thought it would be
good if there was a way for users to tell which text was the away
message and which was the info, but I also think this solution could
be nicer looking.
-Added a little check for some server icon stuff because someone
reported an obscure crash.
-Shuffled some stuff around in oscar.c
-Bouldered on the little wall outside of the gym today. It's much
more difficult than climbing inside. I think my forearms are just
a bit too weak. The holds are tiny, though.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 14 Apr 2003 04:52:42 +0000 |
| parents | 424a40f12a6c |
| children | fc464a0abccc |
| rev | line source |
|---|---|
| 2086 | 1 /* |
| 2 * zephyr_err.h: | |
| 3 * This file is automatically generated; please do not edit it. | |
| 4 */ | |
| 5 #define ZERR_PKTLEN (-772103680L) | |
| 6 #define ZERR_HEADERLEN (-772103679L) | |
| 7 #define ZERR_ILLVAL (-772103678L) | |
| 8 #define ZERR_HMPORT (-772103677L) | |
| 9 #define ZERR_PORTINUSE (-772103676L) | |
| 10 #define ZERR_BADPKT (-772103675L) | |
| 11 #define ZERR_VERS (-772103674L) | |
| 12 #define ZERR_NOPORT (-772103673L) | |
| 13 #define ZERR_NONOTICE (-772103672L) | |
| 14 #define ZERR_QLEN (-772103671L) | |
| 15 #define ZERR_HMDEAD (-772103670L) | |
| 16 #define ZERR_INTERNAL (-772103669L) | |
| 17 #define ZERR_NOLOCATIONS (-772103668L) | |
| 18 #define ZERR_NOMORELOCS (-772103667L) | |
| 19 #define ZERR_FIELDLEN (-772103666L) | |
| 20 #define ZERR_BADFIELD (-772103665L) | |
| 21 #define ZERR_SERVNAK (-772103664L) | |
| 22 #define ZERR_AUTHFAIL (-772103663L) | |
| 23 #define ZERR_LOGINFAIL (-772103662L) | |
| 24 #define ZERR_NOSUBSCRIPTIONS (-772103661L) | |
| 25 #define ZERR_NOMORESUBSCRIPTIONS (-772103660L) | |
| 26 #define ZERR_TOOMANYSUBS (-772103659L) | |
| 27 #define ZERR_EOF (-772103658L) | |
| 28 extern void initialize_zeph_error_table (); | |
| 29 #define ERROR_TABLE_BASE_zeph (-772103680L) | |
| 30 | |
| 31 /* for compatibility with older versions... */ | |
| 32 #define init_zeph_err_tbl initialize_zeph_error_table | |
| 33 #define zeph_err_base ERROR_TABLE_BASE_zeph |
