Mercurial > pidgin.yaz
graph
-
Make msimprpl-internal functions static.2007-07-22, by Jeffrey Connelly
-
Move msim_escape() and msim_unescape() to message.c.2007-07-22, by Jeffrey Connelly
-
Update login process to more closely match official client.2007-07-22, by Jeffrey Connelly
-
Add msim_process_server_info() to save the server information dictionary2007-07-22, by Jeffrey Connelly
-
Use MsimMessage's new list type for status messages.2007-07-22, by Jeffrey Connelly
-
In MsimMessage, add support for MSIM_TYPE_LIST - pipe-separated lists.2007-07-22, by Jeffrey Connelly
-
Allow sending zaps through buddy list menu.2007-07-21, by Jeffrey Connelly
-
Support incoming zaps.2007-07-21, by Jeffrey Connelly
-
Finish emoticon support. You can now send smileys to yourself, they can2007-07-21, by Jeffrey Connelly
-
Recognize non-canonical emoticon forms from Pidgin, and turn them into2007-07-21, by Jeffrey Connelly
-
Fix emoticon symbols to match those generated by Pidgin.2007-07-21, by Jeffrey Connelly
-
Add account option to send emoticons, defaulting to off since can't currently2007-07-20, by Jeffrey Connelly
-
Add support for sending emoticons.2007-07-20, by Jeffrey Connelly
-
Support emoticons on incoming messages, approximating MySpaceIM's smileys2007-07-19, by Jeffrey Connelly
-
Show official client build in buddy profiles.2007-07-19, by Jeffrey Connelly
-
Increase read buffer size and be more careful about overruns.2007-07-19, by Jeffrey Connelly
-
Support unofficial bm code 200, also used by Miranda IM plugin, to report2007-07-18, by Jeffrey Connelly
-
Make DPI and base font point size configurable in account options. This2007-07-16, by Jeffrey Connelly
-
Update for 0.12.2007-07-16, by Jeffrey Connelly
-
Use the much nicer purple_notify_emails() API to notify of new inbox messages,2007-07-15, by Jeffrey Connelly
-
Increase mail check interval to 1 minute.2007-07-15, by Jeffrey Connelly
-
Notify of new inbox messages (friend requests, inbox messages, comments),2007-07-15, by Jeffrey Connelly
-
Add msim_check_mail to check for new mail (called periodically), and2007-07-15, by Jeffrey Connelly
-
Support font sizes in sending and receiving formatted text.2007-07-13, by Jeffrey Connelly
-
Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated2007-07-12, by Jeffrey Connelly
-
Allow setting status string messages. Known bug: custom status messages always2007-07-12, by Jeffrey Connelly
-
Add (in-progress) 0.12 with changes.2007-07-11, by Jeffrey Connelly
-
Add /3 -> | escape code (found by sje397, documented in [wiki:MsimProtocolSpec]).2007-07-11, by Jeffrey Connelly
-
Lowercase password before sending it. Closes #2066.2007-07-11, by Jeffrey Connelly
-
Update for 0.11, and fix build process on Unix. Closes #2086.2007-07-10, by Jeffrey Connelly
-
Fix compile warnings on Unix (missing sentinel and time_t to int typecast).2007-07-10, by Jeffrey Connelly
-
Support sending some formatted text in instant messages.2007-07-05, by Jeffrey Connelly
-
In debug messages, don't output unknown elem->type fields as %c too (only as2007-07-05, by Jeffrey Connelly
-
Set status to current status when signing on. This makes the "Sign in as2007-07-05, by Jeffrey Connelly
-
Fix bug where string returned from msim_msg_get_string() is not a new2007-07-05, by Jeffrey Connelly
-
General clean up and adding more error-checking.2007-07-04, by Jeffrey Connelly
-
Lower timeout to 2 minutes (to be closer to keepalive of 124 s).2007-07-04, by Jeffrey Connelly
-
disapproval of revision '8d4e712b35da6dafe87cacbf5d267e529b2c1233'2007-07-04, by Jeffrey Connelly
-
Time the time between keep alives (I get 124 seconds).2007-07-04, by Jeffrey Connelly
-
Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,2007-07-04, by Jeffrey Connelly
-
Add support for idle.2007-07-04, by Jeffrey Connelly
-
Update for 0.10.2007-07-04, by Jeffrey Connelly
-
Increase password length limit to 10 and update changes file.2007-07-04, by Jeffrey Connelly
-
Remove RC4 implementation, now exclusively rely on libpurple to provide RC4.2007-07-03, by Jeffrey Connelly
-
Update CHANGES about hidden option.2007-07-03, by Jeffrey Connelly
-
Add option to sign on as hidden, or as not (previously, always signed on2007-07-03, by Jeffrey Connelly
-
Fix email address.2007-07-03, by Jeffrey Connelly
-
Allow setting status to away or online.2007-07-02, by Jeffrey Connelly