changelog
- Mon, 10 Apr 2006 03:37:37 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 10 Apr 2006 03:37:37 +0000] rev 13609
- [gaim-migrate @ 15994]
Disconnect the account with a decent error message when there are
problems with an oscar FLAP connection. This needed to be added
after I removed it when rewriting things for non-blocking I/O.
- Mon, 10 Apr 2006 02:47:43 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 10 Apr 2006 02:47:43 +0000] rev 13608
- [gaim-migrate @ 15993]
Get rid of an error message when sending or recieving a file. It was
something along the lines of "can not call g_source_remove on < 0"
and was happening because I was calling gaim_input_remove() twice.
- Mon, 10 Apr 2006 02:38:33 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 10 Apr 2006 02:38:33 +0000] rev 13607
- [gaim-migrate @ 15992]
Change a few functions to return gboolean instead of int
- Mon, 10 Apr 2006 02:34:08 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Mon, 10 Apr 2006 02:34:08 +0000] rev 13606
- [gaim-migrate @ 15991]
Show the "Direct IM" context menu item for ICQ buddies (direct IM works
between AIM and ICQ people)
- Sun, 09 Apr 2006 23:16:31 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Sun, 09 Apr 2006 23:16:31 +0000] rev 13605
- [gaim-migrate @ 15990]
Er, sorry
- Sun, 09 Apr 2006 23:06:10 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Sun, 09 Apr 2006 23:06:10 +0000] rev 13604
- [gaim-migrate @ 15989]
I suppose it would be good not to break AIM signon in the process, hey?
- Sun, 09 Apr 2006 23:00:36 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Sun, 09 Apr 2006 23:00:36 +0000] rev 13603
- [gaim-migrate @ 15988]
This fixes logging in with an ICQ account. It's been broken since I
committed my non-blocking I/O changes on Thursday.
- Sun, 09 Apr 2006 22:35:50 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Sun, 09 Apr 2006 22:35:50 +0000] rev 13602
- [gaim-migrate @ 15987]
Partial non-ascii support for oscar direct IM
- Sun, 09 Apr 2006 21:37:12 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Sun, 09 Apr 2006 21:37:12 +0000] rev 13601
- [gaim-migrate @ 15986]
Rewrote oscar's incoming direct IM handler to make it more a bit
less fragile if the format of the incoming IM ever changes.
For example, now the binary chunks can be in a different order
than the img tags
- Sun, 09 Apr 2006 18:29:27 +0000
- by Mark Doliner <markdoliner@pidgin.im> [Sun, 09 Apr 2006 18:29:27 +0000] rev 13600
- [gaim-migrate @ 15985]
This fixes the bugs when receiving direct IMs containing multiple images.
Basically we were using gaim_strcasestr() to find data within a big
chunk of memory that contained binary data. The fix is to skip over
the binary data so that we start looking for the next <data> tag exactly
where it should occur.