changelog
- Sun, 26 Aug 2007 18:51:06 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 18:51:06 +0000] rev 19625
- In msimprpl, fix the msim_uri_handler(). The sendIM and addContact commands
now work (accepting a contact ID).
- Sun, 26 Aug 2007 18:42:00 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 18:42:00 +0000] rev 19624
- Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin.
- Sun, 26 Aug 2007 16:23:08 +0000
- by Sadrul Habib Chowdhury <sadrul@pidgin.im> [Sun, 26 Aug 2007 16:23:08 +0000] rev 19623
- Changelog the API changes in finch and libgnt so far.
- Sun, 26 Aug 2007 14:02:35 +0000
- by Sadrul Habib Chowdhury <sadrul@pidgin.im> [Sun, 26 Aug 2007 14:02:35 +0000] rev 19622
- merge of 'a56a4af5af498bf31300052ccf2b2c46731591c9'
and 'b5a3ff90f94816613a7a893a6e37f98c0e27e518'
- Sun, 26 Aug 2007 08:25:37 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 08:25:37 +0000] rev 19621
- Only check for mail if "New mail notifications" is enabled in account options.
Otherwise, don't setup a timer. This will help keep debugging log noise down.
Closes #2722.
- Sun, 26 Aug 2007 08:20:49 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 08:20:49 +0000] rev 19620
- Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.
Not tested.
- Sun, 26 Aug 2007 07:37:28 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 07:37:28 +0000] rev 19619
- In msimprpl, move user-related code to a new user module, and move other
pieces of code into their proper modules. Now myspace.c isn't so unwieldy.
- Sun, 26 Aug 2007 06:51:17 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 06:51:17 +0000] rev 19618
- In msimprpl, move formatting functions to a markup module. It only exposes
two functions to convert between MySpaceIM markup and Purple HTML markup.
- Sun, 26 Aug 2007 06:36:56 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 06:36:56 +0000] rev 19617
- In msimprpl, move session-related functions to a new session module.
- Sun, 26 Aug 2007 06:30:41 +0000
- by Jeff Connelly <jeff2@soc.pidgin.im> [Sun, 26 Aug 2007 06:30:41 +0000] rev 19616
- In msimprpl, move zap-related code to a separate module.