Skip to content

Releases: Trickyyy/Oxide.Ext.Discord

Build v1.0.6

22 Mar 22:18
1c978d7
Compare
Choose a tag to compare
  • Added hooks INVITE_CREATE and INVITE_DELETE:
    • hook Discord_InviteCreated(InviteCreated obj)
    • hook Discord_InviteDeleted(InviteDeleted obj)
  • Added new params to Guild object
  • Fixed emoji parsing error on load.
  • Add parent_id to the CreateGuildChannel method

Build v1.0.5

28 Sep 18:46
Compare
Choose a tag to compare
  • Fixed DM issues
  • Error message pops when the gateway is disconnected for invalid API reason.
  • Fixed spammy reconnection attempts
  • Client should attempt to fetch WSSURL again if failed
  • UpdatePluginReference & DiscordSocket_Initialized hook calls are moved from READY to connection init (in some cases the client is created but connection is not successful. That creates more problems where client instance remains NULL)
  • Socket.Send is only executed if connection is alive

Build v1.0.4

20 Sep 23:46
ae6095a
Compare
Choose a tag to compare

Discord Extension v1.0.4

  • [Presence] nullable since & default status value "online"
  • [Ratelimit] Missing remaining-header check re-added
  • Retries for a REST in case a random network timeout occured.
  • Edits for PRESENCE_UPDATE, User and edits for reconnection attempts
  • [Untested] Clean buckets used on reconnects
  • [RESTHandler] Added missing User-Agent header
  • Fixed GuildMemberUpdate removing GuildMember instead of updating it
  • [Channel] Added missing elements + tracking last_message_id and updating it
  • Multi guild support ( check #5 )

For support, open an issue on GitHub https://github.com/Trickyyy/Oxide.Ext.Discord/issues

Build v1.0.3

02 Sep 15:50
0b0ebe1
Compare
Choose a tag to compare
  • Heartbeat ACK checks created
  • [ADD] ModifyUsersNick
  • DestroyHeartbeat to dispose timer
  • Several modification to the RESUME opcode - should behave properly now.
  • Modified functions IsClosing & IsClosed of Socket
  • Code attempts to safely detect timeouts and auto reconnection (Probably not finished yet)
  • Socket.Disconnect now ensures close status code (WIP)

Build v1.0.2

16 Jul 00:41
ca86251
Compare
Choose a tag to compare

Fixed Kicking issue
Reduced message spam
Added GetGuildVanityURL and a couple more methods