log

age author description
2007-07-19 Jeffrey Connelly Show official client build in buddy profiles.
2007-07-19 Jeffrey Connelly Increase read buffer size and be more careful about overruns.
2007-07-18 Jeffrey Connelly Support unofficial bm code 200, also used by Miranda IM plugin, to report
2007-07-16 Jeffrey Connelly Make DPI and base font point size configurable in account options. This
2007-07-16 Jeffrey Connelly Update for 0.12.
2007-07-15 Jeffrey Connelly Use the much nicer purple_notify_emails() API to notify of new inbox messages,
2007-07-15 Jeffrey Connelly Increase mail check interval to 1 minute.
2007-07-15 Jeffrey Connelly Notify of new inbox messages (friend requests, inbox messages, comments),
2007-07-15 Jeffrey Connelly Add msim_check_mail to check for new mail (called periodically), and
2007-07-13 Jeffrey Connelly Support font sizes in sending and receiving formatted text.
2007-07-12 Jeffrey Connelly Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated
2007-07-12 Jeffrey Connelly Allow setting status string messages. Known bug: custom status messages always
2007-07-11 Jeffrey Connelly Add (in-progress) 0.12 with changes.
2007-07-11 Jeffrey Connelly Add /3 -> | escape code (found by sje397, documented in [wiki:MsimProtocolSpec]).
2007-07-11 Jeffrey Connelly Lowercase password before sending it. Closes #2066.
2007-07-10 Jeffrey Connelly Update for 0.11, and fix build process on Unix. Closes #2086.
2007-07-10 Jeffrey Connelly Fix compile warnings on Unix (missing sentinel and time_t to int typecast).
2007-07-05 Jeffrey Connelly Support sending some formatted text in instant messages.
2007-07-05 Jeffrey Connelly In debug messages, don't output unknown elem->type fields as %c too (only as
2007-07-05 Jeffrey Connelly Set status to current status when signing on. This makes the "Sign in as
2007-07-05 Jeffrey Connelly Fix bug where string returned from msim_msg_get_string() is not a new
2007-07-04 Jeffrey Connelly General clean up and adding more error-checking.
2007-07-04 Jeffrey Connelly Lower timeout to 2 minutes (to be closer to keepalive of 124 s).
2007-07-04 Jeffrey Connelly disapproval of revision '8d4e712b35da6dafe87cacbf5d267e529b2c1233'
2007-07-04 Jeffrey Connelly Time the time between keep alives (I get 124 seconds).
2007-07-04 Jeffrey Connelly Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,
2007-07-04 Jeffrey Connelly Add support for idle.
2007-07-04 Jeffrey Connelly Update for 0.10.
2007-07-04 Jeffrey Connelly Increase password length limit to 10 and update changes file.
2007-07-03 Jeffrey Connelly Remove RC4 implementation, now exclusively rely on libpurple to provide RC4.
2007-07-03 Jeffrey Connelly Update CHANGES about hidden option.
2007-07-03 Jeffrey Connelly Add option to sign on as hidden, or as not (previously, always signed on
2007-07-03 Jeffrey Connelly Fix email address.
2007-07-02 Jeffrey Connelly Allow setting status to away or online.
2007-07-02 Jeffrey Connelly Fix typo to allow font face to be displayed correctly on incoming messages.
2007-07-02 Jeffrey Connelly Add msim_color_to_purple() to convert msim markup color to a color for
2007-07-02 Jeffrey Connelly Be more defensive about null pointers, especially null strings in %s format
2007-07-02 Jeffrey Connelly Update for 0.9.
2007-07-02 Jeffrey Connelly Recognize online/away status of buddies on buddy list.
2007-07-01 Jeffrey Connelly In msim_tooltip_text, do not try to display items with no value. In Linux,
2007-07-01 Jeffrey Connelly Remove check in msim_input_cb() for embedded nulls. May be causing #1990.
2007-07-01 Jeffrey Connelly Update for v0.8 release.
2007-06-26 Jeffrey Connelly Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake
2007-06-26 Jeffrey Connelly Change around msim_uid2username_from_blist() to try to get it to work
2007-06-26 Jeffrey Connelly Add (at least placeholder) functions to process p, f, c, b, and i markup tags
2007-06-25 Jeffrey Connelly Update CHANGES to note transition to Libpurple 2.0.1.
2007-06-25 Jeffrey Connelly Update for 0.8 - fix crash, password length.
2007-06-25 Jeffrey Connelly Fail with our own error message if an entered password is greater than 8
2007-06-25 Jeffrey Connelly Remove lots of debugging statements, no longer needed.
2007-06-25 Jeffrey Connelly Add a bunch of debugging to help fix #193.
2007-06-25 Jeffrey Connelly Add msim_markup_to_html() to convert MySpaceIM-style markup to Purple-compatible
2007-06-24 Jeffrey Connelly Split return type and function name + arguments on to separate lines, to
2007-06-24 Jeffrey Connelly Add a send_raw function, msim_send_really_raw, into the prpl_info struct,
2007-06-24 Jeffrey Connelly Clean up old comments.
2007-06-24 Jeffrey Connelly Update for (future) 0.8.
2007-06-22 Jeffrey Connelly Clean up TODOs:
2007-06-21 Jeffrey Connelly Retrieve information for profile ("Get Info") from server, instead of from
2007-06-20 Jeffrey Connelly Update author email address.
2007-06-20 Jeffrey Connelly Rework addbuddy, but leave it commented-out (non-functional). Add TODO for
2007-06-20 Jeffrey Connelly Expand on a couple TODO comments. Current TODO counts:
2007-06-20 Jeffrey Connelly Use constants for IP address list, defined in myspace.h.
2007-06-20 Jeffrey Connelly Add msim_unrecognized() to handle unhandled messages.
2007-06-20 Jeffrey Connelly Add TODO for msimprpl to timeout (handling keep-alives).
2007-06-20 Jeffrey Connelly Refactor msim_escape() & msim_unescape().
2007-06-20 Jeffrey Connelly Add msim_test_all() and related procedures, to perform basic functionality
2007-06-19 Jeffrey Connelly Add script to produce tarballs and zip archives for releases, for v0.8.
2007-06-18 Jeffrey Connelly merge of '1703086ea650a3935367b62177a03abe60471328'
2007-06-18 Jeffrey Connelly explicit merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
2007-06-15 Sean Egan Instead of sizing the docklet icon to the height available, size it to the minimum of the height or width. Fixes #1721 in which the icon may get cut off in vertically aligned panels
2007-06-15 Sean Egan Updated win32 installer images from hbons. I apparently neglected to
2007-06-15 Nathan Walp merge of '6e3524da31024398852895df04c5bda7269003af'
2007-06-15 Daniel Atallah Fix win32 installer finishpage URL. (this is fixed in the 2.0.2 installer too)
2007-06-15 Stu Tomlinson Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
2007-06-15 Sean Egan NEWS
2007-06-15 Stu Tomlinson Release is looming! NEWS now!
2007-06-15 Stu Tomlinson use pidgin.im/documentation as the help url (which redirects already)
2007-06-15 Stu Tomlinson merge of '192e968410effe18dde7b924122f845eb1db3d2d'
2007-06-15 Stu Tomlinson #include "connection.h" instead of "connection.c". I don't care if this
2007-06-15 Stu Tomlinson Patch from bjoernv to make building outside of the source directory work.
2007-06-15 Stu Tomlinson Set mtn:manual_merge=true on .ico files
2007-06-15 Stu Tomlinson Crop 22x22 tray icons to actually be 22x22 pixels to prevent jumping around
2007-06-15 Stu Tomlinson merge of '1c539e43c850fc4ad0c9b8eac2ab1130f283898e'
2007-06-15 Sean Egan fix 22px connecting icon
2007-06-14 Daniel Atallah I think this will fix the problem that elb had where bonjour (and probably other accounts too) were signing on initially when -n was specified.
2007-06-14 Ethan Blanton This fixes a bustination of the official ICQ client in at least some
2007-06-14 Luke Schierer merge of '2f42a51df657abf14f7aec137ddd8ff2ab0038d8'
2007-06-14 Ambrose C. Li fixes #1680
2007-06-14 MaurĂ­cio Collares refers #1670
2007-06-14 Laurynas Biveinis fixes #1656
2007-06-14 Dmitry Beloglazov fixes #1639
2007-06-14 Timo Jyrinki fixes #1625
2007-06-14 Daniel Atallah Build and distribute the joinpart plugin on win32.
2007-06-14 Mark Doliner I left off a comma. My bad!
2007-06-14 Mark Doliner Improve the formatting of some gstreamer error messages. Someone
2007-06-14 Ka-Hing Cheung Some people with QQ numbers that don't require verification reported that
2007-06-14 Stu Tomlinson Use <br/> instead of \n for the newline, sadrul thought this might work
2007-06-14 Nathan Walp step 1, don't call finch (and adium, maybe?) Pidgin
2007-06-14 Sadrul Habib Chowdhury sadrul's fix for the userinfo notify crash on disconnect that was caused by
2007-06-13 Sean Egan Un-crosseye the pigeon
2007-06-13 Sean Egan Fixes #1665
2007-06-13 Daniel Atallah Avoid accessing an invalid pointer when ret == -1
2007-06-13 Daniel Atallah Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
2007-06-13 Daniel Atallah Clean up information displayed in the Add/Remove Programs section on Windows. Fixes #1646.
2007-06-13 Daniel Atallah Somehow, version.c wasn't added to the libpurple build. Now that it is actually used, it really needs to be added.
2007-06-13 Sean Egan Do not update the blist TreeStore if a node is currently being edited. Then, when the node is finished editing, force a refresh. Fixes #397 in which aliasing gets rudely cut off anytime the buddy list changes
2007-06-13 Stu Tomlinson Make -l do something slightly more sane than it does now, even though it
2007-06-13 Sean Egan merge of '10fd9d69da179933afa02f2731b53d2ee40d28ee'
2007-06-13 Sean Egan merge of 'ebff6c3b8f2304c88a5769e8c4c25a763f3a5c1f'
2007-06-13 Stu Tomlinson I suspect some people might like this to be buildable & installable. I
2007-06-13 Stu Tomlinson This makes Conversation->More work for non-buddies and chats not on your
2007-06-12 Stu Tomlinson merge of '239c3cd266bcc877339e2d4c9a486bcf2be02f82'
2007-06-13 Sean Egan Add missing images files