summaryrefslogtreecommitdiff
path: root/libpurple/protocols/sametime/sametime.c
Commit message (Expand)AuthorAgeFilesLines
* Rename purple_menu_action_* to purple_action_menu_*Gary Kramlich2018-02-151-2/+2
* Rename PurpleMenuAction to PurpleActionMenuGary Kramlich2018-02-151-2/+2
* Move the MenuAction stuff to the new action.[ch] filesGary Kramlich2018-02-011-1/+1
* Fix some possible use-after-free.Elliott Sales de Andrade2019-03-131-2/+0
* xfer: Rename PurpleProtocolXferInterface.send() to send_file()Mike Ruprecht2018-05-031-1/+1
* Remove all #if 0's from the prplsGary Kramlich2018-01-041-130/+0
* make sure all the PurpleProtocolXfer parameters are named prplxferGary Kramlich2017-11-261-4/+4
* fix up oscar and sametime for the file transfer updatesGary Kramlich2017-11-241-4/+4
* Update the PurpleProtocolXferInterface to pass around the interfance instance...Gary Kramlich2017-09-071-4/+6
* Initial attempt at removing the magic around PurpleProtocolXferInterfaceGary Kramlich2017-08-311-2/+2
* Remove purple_timeout_* function usageMike Ruprecht2017-06-151-2/+2
* Merge release-2.x.y into defaultdx2017-06-121-13/+13
|\
| * Replace strcmp() with purple_strequal()qarkai2017-03-241-13/+13
| * Replace !strcmp() with purple_strequal()qarkai2017-03-231-4/+4
* | Remove purple_base64_encode/decode() wrappersMike Ruprecht2017-06-011-1/+1
* | rename purple_image_get_size to purple_image_get_data_size and deal with the ...Gary Kramlich2016-10-111-1/+1
* | free() and g_free() are specified to be NULL-safe. Remove NULL checks.Michael McConville2015-10-211-3/+1
* | Merged default branchAnkit Vani2014-05-241-318/+359
|\ \
| * \ Merged default branchAnkit Vani2014-05-201-2/+1
| |\ \
| * \ \ Merged default branchAnkit Vani2014-05-101-0/+1
| |\ \ \
| * \ \ \ Merged default branchAnkit Vani2014-04-151-321/+363
| |\ \ \ \
| | * \ \ \ Merge gtkdoc-conversionAnkit Vani2014-02-101-2/+2
| | |\ \ \ \
| | * \ \ \ \ Merge gtkdoc-conversionAnkit Vani2014-02-101-322/+364
| | |\ \ \ \ \
| | | * \ \ \ \ Merge gtkdoc-conversionAnkit Vani2014-02-061-322/+364
| | | |\ \ \ \ \
| | | | * | | | | Rename 'protocol_options' field of PurpleProtocol to more appropriate 'accoun...Ankit Vani2014-01-311-1/+1
| | | | * | | | | Change protocol IDs to prpl-*Ankit Vani2014-01-211-1/+1
| | | | * | | | | Rename protocol plugin IDs to prpl-*Ankit Vani2014-01-181-1/+1
| | | | * | | | | Re-revert pref renamesAnkit Vani2014-01-181-1/+1
| | | | * | | | | Backed out changeset bc6040e3f9c8Ankit Vani2014-01-171-1/+1
| | | | * | | | | Revert pref renamesAnkit Vani2014-01-171-1/+1
| | | | * | | | | Merged soc.2013.gobjectification branchAnkit Vani2013-11-181-1/+1
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-10-081-322/+364
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-09-211-9/+16
| | | | | |\ \ \ \ \ \
| | | | | * | | | | | | Refactored sametime, silc, simple to use the new protocol interfacesAnkit Vani2013-09-161-43/+89
| | | | | * | | | | | | Temporarily replaced PurpleProtocolInterface with PurpleProtocolClientIface i...Ankit Vani2013-09-151-45/+45
| | | | | * | | | | | | Refactored protocols to use the new type definition macrosAnkit Vani2013-09-131-4/+11
| | | | | * | | | | | | Merged soc.2013.gobjectification branchAnkit Vani2013-09-121-322/+311
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-09-061-30/+17
| | | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | | Refactored other protocols to use instance initAnkit Vani2013-09-041-7/+12
| | | | | | * | | | | | | | Forgot to move a few thingsAnkit Vani2013-09-041-3/+3
| | | | | | * | | | | | | | Removed base_finalize from protocols. There is no reason why it should be nee...Ankit Vani2013-09-041-3/+0
| | | | | | * | | | | | | | Only initialize/finalize protocol class data in *_base_init/finalize for prot...Ankit Vani2013-09-041-18/+16
| | | | | | * | | | | | | | Renamed certain protocol type names to better suit the naming convention used...Ankit Vani2013-09-031-3/+3
| | | | | | * | | | | | | | Override gplugin info's "flags" property. Added PURPLE_PLUGIN_INFO_FLAGS_INTE...Ankit Vani2013-09-021-2/+2
| | | | | | * | | | | | | | Updated libpurple to use current GPluginAnkit Vani2013-09-011-2/+5
| | | | | | * | | | | | | | Seperate plugin and protocol IDs. Protocol ID example: "msn". Plugin ID examp...Ankit Vani2013-09-011-5/+9
| | | | | | * | | | | | | | Renamed some prpl stuff to protocol stuff.Ankit Vani2013-09-011-7/+7
| | | | | | * | | | | | | | Refactored the protocols to use the error argument of purple_protocols_{add/r...Ankit Vani2013-09-011-10/+3
| | | | | | * | | | | | | | Refactored the protocols to use the new macros, to allow for static or dynami...Ankit Vani2013-08-301-3/+4
| | | | | | * | | | | | | | Refactored sametime to use the new protocol APIAnkit Vani2013-08-281-110/+114