log libpurple/protocols/oscar/oscar.c @ 18613:c5be17bbb6e4

age author description
Sun, 22 Jul 2007 08:54:03 +0000 Mark Doliner Get rid of a crash that happens when signing off if you have a chat room
Sun, 22 Jul 2007 08:30:12 +0000 Mark Doliner OscarData->killme isn't used (and hasn't been for a while)
Sun, 22 Jul 2007 08:28:55 +0000 Mark Doliner Move a call to purple_connection_error() from oscar.c to
Sun, 22 Jul 2007 08:18:27 +0000 Mark Doliner Call the AIM_CB_SPECIAL_CONNERR callback from
Sun, 22 Jul 2007 00:58:25 +0000 Ka-Hing Cheung re-escapes the entities that was unescaped by purple_markup_strip_html()
Mon, 25 Jun 2007 08:47:36 +0000 Mark Doliner Update the "that is not a valid screen name!" error message to mention
Mon, 25 Jun 2007 08:41:49 +0000 Mark Doliner Allow AIM screen names of the form "1abc@example.com" In most places
Mon, 25 Jun 2007 08:24:12 +0000 Mark Doliner Get rid of the portion of this error message that says "The most
Wed, 20 Jun 2007 17:52:56 +0000 Stu Tomlinson Fix for a crash when trying to get oscar_status_text for a buddy on an
Sat, 16 Jun 2007 21:17:57 +0000 Sadrul Habib Chowdhury Use _notify_userinfo instead of _notify_error when there's an error
Sat, 16 Jun 2007 19:48:23 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
Sat, 16 Jun 2007 19:00:52 +0000 Richard Laager merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'
Fri, 15 Jun 2007 19:34:24 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
Sat, 16 Jun 2007 20:04:36 +0000 Sadrul Habib Chowdhury Use _notify_userinfo instead of _notify_error when there's an error
Sun, 10 Jun 2007 01:46:31 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18)
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Thu, 14 Jun 2007 18:20:53 +0000 Ethan Blanton This fixes a bustination of the official ICQ client in at least some
Mon, 11 Jun 2007 08:28:17 +0000 Mark Doliner Get rid of the oscar time offset. This was an attempt at making sure
Sun, 10 Jun 2007 21:07:02 +0000 Mark Doliner Remove a pair of unneeded strlen's
Sun, 10 Jun 2007 20:39:59 +0000 Evan Schoenberg Removed line accidentally committed.
Sun, 10 Jun 2007 20:36:24 +0000 Evan Schoenberg If a message is known to be too long to send to a chat or IM, and it's an HTML message, strip the HTML, re-encode, and try again. The chat part is particularly useful given the short maximum message length and the fact that purple_markup_linkify() will have linkified long links to being twice the number of characters. The IM part is not triggerred in my experience because MAXMSGLEN seems to be far above the number of characters allowed; perhaps it is a number of bytes, not characters?
Sat, 09 Jun 2007 08:01:17 +0000 Mark Doliner wabz pointed out that this string comparision was being done twice. I
Sun, 03 Jun 2007 21:42:54 +0000 Mark Doliner Add some notes about why Yahoo! web messenger login doesn't work
Tue, 29 May 2007 10:25:05 +0000 Mark Doliner Clean up some other ssi-related things. This commit and my last one
Wed, 23 May 2007 06:24:15 +0000 Mark Doliner Fix signing on to AIM with an AOL screen name with a password of more
Sat, 19 May 2007 07:53:30 +0000 Richard Laager merge of 'ad8976c24b5929a7dc2e27af5ffc3522aafa11d5'
Fri, 18 May 2007 15:18:32 +0000 Evan Schoenberg Fix a leak of the string in each Direct IM message, reported by jas8522 in AdiumTicket:#6982
Mon, 14 May 2007 23:35:50 +0000 Richard Laager Replace strcasecmp() calls with glib equivalents.
Tue, 08 May 2007 15:08:23 +0000 Daniel Atallah Fix #755 - Crash on disconnection due to oscar offline messaging check invalid pointer deref.