| Mon, 11 Jan 2021 01:51:14 -0600 |
Gary Kramlich |
Split PurpleProtocolChat to its own file and clean up the API.
|
file |
diff |
annotate
|
| Thu, 03 Dec 2020 04:34:04 -0600 |
Gary Kramlich |
Fix the PurpleProtocolClient interface and split it out to its own file.
|
file |
diff |
annotate
|
| Thu, 27 Aug 2020 03:29:49 -0500 |
Gary Kramlich |
Move PurpleProtocolMediaInterface to its own file.
|
file |
diff |
annotate
|
| Sat, 22 Aug 2020 22:15:25 -0500 |
Gary Kramlich |
Make PurpleProtocolPrivacy a proper GInterface and move it to it's own file
|
file |
diff |
annotate
|
| Thu, 13 Aug 2020 21:07:35 -0500 |
Gary Kramlich |
Make PurpleProtocolIM a proper interface
|
file |
diff |
annotate
|
| Thu, 19 Mar 2020 23:35:15 -0500 |
Gary Kramlich |
Pull PurpleProtocolFactory out to it's own file.
|
file |
diff |
annotate
|
| Sun, 20 Oct 2019 00:24:28 +0300 |
qarkai |
Replace functions which called once with their bodies
|
file |
diff |
annotate
|
| Sat, 19 Oct 2019 13:03:56 +0300 |
qarkai |
Make functions inline
|
file |
diff |
annotate
|
| Fri, 18 Oct 2019 23:30:32 +0300 |
qarkai |
Use g_list_free_full instead of manual iterations
|
file |
diff |
annotate
|
| Mon, 16 Sep 2019 05:26:48 -0400 |
Elliott Sales de Andrade |
Remove unused purple_protocol_override.
|
file |
diff |
annotate
|
| Tue, 06 Aug 2019 19:57:33 -0400 |
Elliott Sales de Andrade |
Move Protocol Roomlist API into roomlist.[ch].
|
file |
diff |
annotate
|
| Tue, 06 Aug 2019 19:15:13 -0400 |
Elliott Sales de Andrade |
Rename *_GET_*_IFACE to more standard *_GET_IFACE.
|
file |
diff |
annotate
|
| Tue, 06 Aug 2019 17:40:37 -0400 |
Elliott Sales de Andrade |
Rename *Iface to more standard names.
|
file |
diff |
annotate
|
| Thu, 20 Jun 2019 22:40:23 -0500 |
Gary Kramlich |
Remove some dead code
|
file |
diff |
annotate
|
| Sat, 16 Mar 2019 15:26:34 +0100 |
Petteri Pitkänen |
libpurple: Make keepalive interval configurable
get-keepalive-interval
|
file |
diff |
annotate
|
| Tue, 02 Oct 2018 16:01:52 -0500 |
Mike Ruprecht |
libpurple: Remove pointer registration for DBus API
|
file |
diff |
annotate
|
| Thu, 18 Jan 2018 23:46:05 -0600 |
Gary Kramlich |
First pass at moving attention to it's own files
|
file |
diff |
annotate
|
| Thu, 31 Aug 2017 22:40:50 -0500 |
Gary Kramlich |
Initial attempt at removing the magic around PurpleProtocolXferInterface
|
file |
diff |
annotate
|
| Fri, 10 Apr 2015 13:30:18 +0530 |
Ankit Vani |
Added send_dtmf to protocol media interface
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
|
| Fri, 11 Apr 2014 16:23:12 +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, 01 Oct 2013 17:39:32 +0530 |
Ankit Vani |
Moved dispose() code from PurplePluginInfo and PurpleProtocol to finalize()
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 01 Oct 2013 03:34:56 +0530 |
Ankit Vani |
Check for valid PurpleProtocols
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 15 Sep 2013 19:14:28 +0530 |
Ankit Vani |
Renamed close_connection back to close
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 14 Sep 2013 23:22:27 +0530 |
Ankit Vani |
silenced unwanted warnings
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 14 Sep 2013 18:26:26 +0530 |
Ankit Vani |
Defined the new interface functions
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 14 Sep 2013 15:46:27 +0530 |
Ankit Vani |
Updated protocol iface calls
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 14 Sep 2013 00:40:29 +0530 |
Ankit Vani |
Renamed get_cb_real_name to get_cuser_real_name
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 13 Sep 2013 19:02:07 +0530 |
Ankit Vani |
Backed out changeset 7b1fefd1e2ee
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 07 Sep 2013 14:50:37 +0530 |
Ankit Vani |
Added protocol interface methods connection_new, roomlist_new, whiteboard_new, xfer_new.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 04 Sep 2013 21:05:17 +0530 |
Ankit Vani |
Removed unused declaration of purple_buddy_icon_spec_free()
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 04 Sep 2013 20:38:42 +0530 |
Ankit Vani |
Added PurpleProtocolOverrideFlags and purple_protocol_override()
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 04 Sep 2013 16:09:29 +0530 |
Ankit Vani |
Moved protocol class members to instance. Protocol definitions now require *_init, *_class_init instead of *_base_init.
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 00:36:19 +0530 |
Ankit Vani |
Finished implementing functions for protocols.[ch].
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 31 Aug 2013 23:12:48 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 31 Aug 2013 01:45:51 +0530 |
Ankit Vani |
Finished implementation of protocol object and interface stuff in protocol.[ch].
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 19 Aug 2013 20:20:54 +0530 |
Ankit Vani |
Added protocol.c and protocols.h
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
|
| Sat, 17 Aug 2013 23:27:20 +0530 |
Ankit Vani |
Renamed prpl.[ch] to protocol.[ch]
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
| base
|