| Thu, 03 May 2018 18:17:21 -0500 |
Mike Ruprecht |
xfer: Rename PurpleProtocolXferInterface.send() to send_file()
|
file |
diff |
annotate
|
| Thu, 22 Mar 2018 22:30:30 +0000 |
David Woodhouse |
Add get_cb_alias() to PRPLs
trac17295
|
file |
diff |
annotate
|
| Thu, 04 Jan 2018 22:39:03 -0600 |
Gary Kramlich |
Remove all #if 0's from the prpls
|
file |
diff |
annotate
|
| Sun, 26 Nov 2017 01:30:28 -0600 |
Gary Kramlich |
make sure all the PurpleProtocolXfer parameters are named prplxfer
|
file |
diff |
annotate
|
| Thu, 15 Jun 2017 13:33:02 -0500 |
Mike Ruprecht |
Remove purple_timeout_* function usage
|
file |
diff |
annotate
|
| Mon, 12 Jun 2017 17:48:37 -0300 |
dx |
Merge release-2.x.y into default
|
file |
diff |
annotate
|
| Fri, 24 Mar 2017 02:23:46 +0300 |
qarkai |
Replace strcmp() with purple_strequal()
string-comparison-r2
|
file |
diff |
annotate
|
| Thu, 23 Mar 2017 21:01:15 +0300 |
qarkai |
Replace !strcmp() with purple_strequal()
string-comparison-r2
|
file |
diff |
annotate
|
| Fri, 10 Apr 2015 11:36:40 +0530 |
Ankit Vani |
Merge default branch (yet to add media_send_dtmf)
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 24 May 2014 02:32:01 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 20 May 2014 10:36:58 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 10 May 2014 03:56:36 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 15 Apr 2014 20:01:46 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Thu, 03 Apr 2014 09:31:58 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 31 Jan 2014 19:01:27 +0530 |
Ankit Vani |
Rename 'protocol_options' field of PurpleProtocol to more appropriate 'account_options'
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 21 Jan 2014 02:37:31 +0530 |
Ankit Vani |
Update protocol IDs in codebase
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 21 Jan 2014 01:48:42 +0530 |
Ankit Vani |
Change protocol IDs to prpl-*
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 18 Jan 2014 03:52:59 +0530 |
Ankit Vani |
Rename protocol plugin IDs to prpl-*
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 18 Jan 2014 03:46:41 +0530 |
Ankit Vani |
Re-revert pref renames
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 17 Jan 2014 21:45:33 +0530 |
Ankit Vani |
Backed out changeset bc6040e3f9c8
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 17 Jan 2014 18:22:02 +0530 |
Ankit Vani |
Revert pref renames
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Thu, 03 Oct 2013 02:15:31 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 02 Oct 2013 01:15:44 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 21 Sep 2013 17:01:08 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 16 Sep 2013 00:32:42 +0530 |
Ankit Vani |
Refactored sametime, silc, simple to use the new protocol interfaces
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 15 Sep 2013 13:14:39 +0530 |
Ankit Vani |
Temporarily replaced PurpleProtocolInterface with PurpleProtocolClientIface in protocols
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 13 Sep 2013 20:32:33 +0530 |
Ankit Vani |
Refactored protocols to use the new type definition macros
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Thu, 12 Sep 2013 19:55:22 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 04 Sep 2013 20:08:58 +0530 |
Ankit Vani |
Refactored other protocols to use instance init
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 04 Sep 2013 05:33:02 +0530 |
Ankit Vani |
Removed base_finalize from protocols. There is no reason why it should be needed.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 04 Sep 2013 05:26:03 +0530 |
Ankit Vani |
Only initialize/finalize protocol class data in *_base_init/finalize for protocols.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 04 Sep 2013 00:25:01 +0530 |
Ankit Vani |
Make protocols unregister their commands when being removed
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 03 Sep 2013 04:41:08 +0530 |
Ankit Vani |
Renamed certain protocol type names to better suit the naming convention used by the protocol
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 02 Sep 2013 17:20:49 +0530 |
Ankit Vani |
Override gplugin info's "flags" property. Added PURPLE_PLUGIN_INFO_FLAGS_INTERNAL and PURPLE_PLUGIN_INFO_FLAGS_AUTO_LOAD.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 01 Sep 2013 22:38:16 +0530 |
Ankit Vani |
Updated libpurple to use current GPlugin
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 01 Sep 2013 15:57:38 +0530 |
Ankit Vani |
Seperate plugin and protocol IDs. Protocol ID example: "msn". Plugin ID example: "protocol-msn".
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 01 Sep 2013 14:24:24 +0530 |
Ankit Vani |
Renamed some prpl stuff to protocol stuff.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 01 Sep 2013 01:40:21 +0530 |
Ankit Vani |
Refactored the protocols to use the error argument of purple_protocols_{add/remove}
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 30 Aug 2013 05:50:20 +0530 |
Ankit Vani |
Refactored the protocols to use the new macros, to allow for static or dynamic loading of types as configured
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 30 Aug 2013 00:58:55 +0530 |
Ankit Vani |
Refactored the protocols to use purple_buddy_icon_spec_new()
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 28 Aug 2013 17:04:32 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 28 Aug 2013 17:02:25 +0530 |
Ankit Vani |
Refactored silc to use the new protocol API
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 28 Aug 2013 15:46:28 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 27 Aug 2013 04:30:39 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 18 Aug 2013 00:04:13 +0530 |
Ankit Vani |
Replaced some _prpl_ stuff with _protocol_
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 17 Aug 2013 23:28:51 +0530 |
Ankit Vani |
Renamed PurplePluginProtocolInfo to PurpleProtocol
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 12 Aug 2013 17:06:44 +0530 |
Ankit Vani |
Added flags to all prpls
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 12 Aug 2013 05:58:42 +0530 |
Ankit Vani |
Refactored silc to use the new plugin API
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 06 Mar 2015 22:09:34 +0000 |
David Woodhouse |
Add media_send_dtmf() to prpl
|
file |
diff |
annotate
|
| Fri, 23 May 2014 09:20:34 +0200 |
Tomasz Wasilczyk |
Split PurpleMessage into incoming, outgoing and system
|
file |
diff |
annotate
|
| Thu, 22 May 2014 21:04:56 +0200 |
Tomasz Wasilczyk |
Use purple_conversation_write_system_message where appropriate
|
file |
diff |
annotate
|
| Thu, 22 May 2014 20:20:19 +0200 |
Tomasz Wasilczyk |
Switch purple_conversation_write_message to PurpleMessage
|
file |
diff |
annotate
|
| Thu, 22 May 2014 18:33:12 +0200 |
Tomasz Wasilczyk |
Add purple_conversation_write_system_message
|
file |
diff |
annotate
|
| Thu, 22 May 2014 16:07:39 +0200 |
Tomasz Wasilczyk |
Remove dead send_whisper feature
|
file |
diff |
annotate
|
| Thu, 22 May 2014 15:15:16 +0200 |
Tomasz Wasilczyk |
Switch purple_serv_send_im to PurpleMessage
|
file |
diff |
annotate
|
| Tue, 20 May 2014 12:46:02 +0200 |
Tomasz Wasilczyk |
Drop PURPLE_CONNECTION_IS_VALID in favor of (temporary) PURPLE_ASSERT_CONNECTION_IS_VALID
|
file |
diff |
annotate
|
| Mon, 19 May 2014 10:30:49 +0200 |
Tomasz Wasilczyk |
Remove redundant OPT_PROTO_IM_IMAGE (use \!PURPLE_CONNECTION_FLAG_NO_IMAGES instead)
|
file |
diff |
annotate
|
| Tue, 06 May 2014 18:27:58 +0200 |
Tomasz Wasilczyk |
Merge release-2.x.y
|
file |
diff |
annotate
|
| Tue, 06 May 2014 14:58:47 +0200 |
Tomasz Wasilczyk |
Backport more warning fixes for prpls from default
release-2.x.y
|
file |
diff |
annotate
|
| Sat, 12 Apr 2014 01:13:22 +0200 |
Tomasz Wasilczyk |
imgstore: unref silc; fix inline images in silc
|
file |
diff |
annotate
|