Bruce Marriner
|
825144012d
Prevent data websocket heartbeat from running more than once, closes #43
|
8 years ago |
Chris Rhodes
|
9ba6d5b7c1
Make state tracking optional.
|
8 years ago |
Chris Rhodes
|
b2ef55ae9c
Cleanup before mailing.
|
8 years ago |
Chris Rhodes
|
4e23e5fc35
Implement state tracking.
|
8 years ago |
Bruce
|
43bf17c302
Merge pull request #39 from iopred/mentions
|
8 years ago |
Chris Rhodes
|
ce0d4e5ee3
Add a method on Message to replace mentions with usernames.
|
8 years ago |
Chris Rhodes
|
f1fc2f0996
Add GuildBan handling in wsapi. Closes #24.
|
8 years ago |
Bruce Marriner
|
6991af8500
Added support for USER_SETTINGS_UPDATE websocket event, closes #11
|
8 years ago |
Bruce Marriner
|
bb4f63775e
Updated to support new Discord method of sending game playing data, closes #34
|
8 years ago |
Bruce Marriner
|
0360acbaa0
Added support for USER_UPDATE websocket event, closes #28
|
8 years ago |
Bruce Marriner
|
d9a9a765d8
Removed Cache variable from Session, as it's not used currently.
|
9 years ago |
Bruce Marriner
|
dd4aef7263
Added AutoMention option to parse MessageSend for any <@ID> tags.
|
9 years ago |
Bruce Marriner
|
c77f7f3ff8
Added VoiceReady, DataReady, and UDPReady flags to Session struct
|
9 years ago |
Bruce Marriner
|
35e3966b91
Reworded top comment
|
9 years ago |
Bruce Marriner
|
abe55ecca7
Some improvements to comments.
|
9 years ago |
Bruce Marriner
|
f789b29a8d
Use the right websockets.
|
9 years ago |
Bruce Marriner
|
3e605c64a6
Moving all structs to structs.go for now.
|
9 years ago |
Bruce Marriner
|
8ef21d2380
Fixed IDs left as ints instead of strings. THANK YOU - Pikachu
|
9 years ago |
Bruce Marriner
|
4316dfe9b9
Removed "Sample" from VoiceRegions struct
|
9 years ago |
Bruce Marriner
|
f655167761
Several updates to make library more idiomatic Go
|
9 years ago |
Bruce Marriner
|
91207ece15
Large additions to REST API and Websocket API.
|
9 years ago |
Bruce Marriner
|
4fc845b7eb
Added structs for voice regions and ice
|
9 years ago |
Bruce Marriner
|
2c3ca777f9
Clean up, notes
|
9 years ago |
Bruce Marriner
|
e6789fde74
Inital add of Websockets
|
9 years ago |
Bruce Marriner
|
f3ddf16ff7
Removed Mentions struct, as its the same as User
|
9 years ago |
Bruce Marriner
|
782fbe2bc9
Added Message func to client.go to pull channel messages
|
9 years ago |
Bruce Marriner
|
66da5a3ae4
Created a client.go with low level access functions and started
|
9 years ago |
Bruce Marriner
|
c0f68b4bd5
Refactoring stuff, moved things around :)
|
9 years ago |
Bruce Marriner
|
49ca49f6de
Moving structures to structs.go to clean up client file some.
|
9 years ago |