plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

Update ban-list-export

Open P2GR opened this issue 1 year ago • 2 comments

  • added highlighting in cc panel
  • added tooltip in cc panel
  • added warning in game chat
  • added support for bannedby, reason, date through import.

P2GR avatar Oct 25 '24 13:10 P2GR

ban-list-export: plugin uses terminally deprecated APIs:
Do not create fresh OkHttpClients - always @Inject the client's OkHttpClient

iProdigy avatar Oct 25 '24 21:10 iProdigy

@iProdigy Can you point me in a direction about the Terminally Deprecated API calls?

P2GR avatar Oct 27 '24 08:10 P2GR

You've fixed the okhttp issue but if you're curious the full list is here: https://github.com/runelite/plugin-hub/blob/master/package/package/src/main/resources/net/runelite/pluginhub/packager/disallowed-apis.txt

iProdigy avatar Oct 27 '24 08:10 iProdigy