changelog
- Sun, 23 Jun 2013 02:38:13 +0530
- by Ankit Vani <a@nevitus.org> [Sun, 23 Jun 2013 02:38:13 +0530] rev 34615
- Removed send from PurpleConversation's virtual methods, renamed the remaining methods.
* Renamed send_with_flags() to send_message(). purple_conversation_send() redirects to send_message() with no flags.
* Renamed write() to write_message(). purple_conversation_write() will do generic messages.
- Sun, 23 Jun 2013 02:23:11 +0530
- by Ankit Vani <a@nevitus.org> [Sun, 23 Jun 2013 02:23:11 +0530] rev 34614
- Merged default branch
- Sat, 22 Jun 2013 22:50:41 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 22:50:41 +0530] rev 34613
- Added send() and send_with_flags() methods in Conversation.xs
- Sat, 22 Jun 2013 22:47:05 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 22:47:05 +0530] rev 34612
- Added purple_conversation_* functions to API to redirect to virtual methods
- Sat, 22 Jun 2013 22:41:25 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 22:41:25 +0530] rev 34611
- Added some PurpleConversation virtual class methods.
* purple_conversation_write()
* purple_conversation_send()
* purple_conversation_send_with_flags()
- Sat, 22 Jun 2013 22:36:36 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 22:36:36 +0530] rev 34610
- Removed Accounts.xs and moved back the accounts API to Account module
- Sat, 22 Jun 2013 19:15:06 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 19:15:06 +0530] rev 34609
- Added GObject boilerplate code for headers, also _new() and _get_type() functions.
- Sat, 22 Jun 2013 17:20:09 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 17:20:09 +0530] rev 34608
- Refactored libpurple/plugins/perl to use GObject-based PurpleConversation API
- Sat, 22 Jun 2013 16:37:55 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 16:37:55 +0530] rev 34607
- Added cipher includes, and hash argument to _new() of PurpleHMACCipher and PurplePBKDF2Cipher
- Sat, 22 Jun 2013 15:58:44 +0530
- by Ankit Vani <a@nevitus.org> [Sat, 22 Jun 2013 15:58:44 +0530] rev 34606
- Added ciphers and hashes _new functions to .xs files