Commit History

作者 SHA1 備註 提交日期
  Chris Rhodes 5544372242 I think I got it right this time ;) 8 年之前
  Chris Rhodes f05f79e24d Fix subtle difference between events with state tracking and not, when the handler is null. 8 年之前
  Chris Rhodes 764371c9ad :ok_hand: 8 年之前
  Chris Rhodes be8e0de5c6 Merge remote-tracking branch 'bwmarrin/develop' into stateperf 8 年之前
  Chris Rhodes c842676deb Don't unmarshall if it won't be used. 8 年之前
  Chris Rhodes 0d7b6f7e76 Convert structs and api to use pointers. 8 年之前
  Bruce Marriner d998b1fac2 Normalize name capitalization 8 年之前
  Bruce Marriner 301fb980d3 Updated copyright year, cleaned up some comments. 8 年之前
  Bruce Marriner a3ac679d76 Merge branch 'develop' of https://github.com/bwmarrin/Discordgo into develop 8 年之前
  Bruce Marriner 1a5c4b7b0d Moved session close func to discord.go 8 年之前
  Bruce Marriner b329c935ac Added check to prevent data websocket Listen func from running more than one instance. 8 年之前
  Bruce Marriner 666cbeb6a6 Data websocket Heartbeat now uses a chan instead of bool to track state 8 年之前
  Chris Rhodes cd01a34cdb Handle GUILD_EMOJI_UPDATE and track Emoji in state. 8 年之前
  Bruce Marriner ed1076361e Changed the order of the heartbeat lock to be a little better. 8 年之前
  Bruce Marriner 825144012d Prevent data websocket heartbeat from running more than once, closes #43 8 年之前
  Chris Rhodes 66052d0a9c Rename methods. 8 年之前
  Chris Rhodes 9ba6d5b7c1 Make state tracking optional. 8 年之前
  Chris Rhodes b2ef55ae9c Cleanup before mailing. 8 年之前
  Chris Rhodes 4e23e5fc35 Implement state tracking. 8 年之前
  Chris Rhodes 3aaa95d4f9 Tiny cleanup :ok_hand: 8 年之前
  Chris Rhodes 0e9b8b8714 Small cleanup for initial error handling. 8 年之前
  Chris Rhodes 03379f7128 Fix OnReady. 8 年之前
  Chris Rhodes f1fc2f0996 Add GuildBan handling in wsapi. Closes #24. 8 年之前
  Bruce 5c64020544 Merge pull request #37 from iopred/updatestatus 8 年之前
  Bruce Marriner 6991af8500 Added support for USER_SETTINGS_UPDATE websocket event, closes #11 8 年之前
  Chris Rhodes b5bfa454d0 Do not send game if one is not provided (instead of not sending game.name) 8 年之前
  Chris Rhodes 974d5862a4 Make update status a little more idiomatic. 8 年之前
  Bruce Marriner bb4f63775e Updated to support new Discord method of sending game playing data, closes #34 8 年之前
  Bruce Marriner 0360acbaa0 Added support for USER_UPDATE websocket event, closes #28 8 年之前
  Bruce Marriner a878a5d306 Added comments 8 年之前