Commit graph

831 commits

Author SHA1 Message Date
jonas747
9c7c9d3fd2 Added RequestGuildMembers to request guild members from the gateway 2016-09-25 21:29:59 +02:00
jonas747
f01c5a3344 Apply more fields to message in message update
In case update was handled before create
2016-09-25 20:16:28 +02:00
Bruce
bbbc21db6b Merge pull request #253 from greenbigfrog/patch-1
fix typo
2016-09-20 08:58:11 -05:00
Jonathan
374c41e753 fix typo 2016-09-20 15:33:08 +02:00
Bruce
d1e4691e3e Merge pull request #252 from iopred/blah
Use the everyone role to initialise the permission flags.
2016-09-16 11:11:04 -05:00
Chris Rhodes
cd6971839a Use the everyone role to initialise the permission flags. 2016-09-15 18:51:57 -07:00
Chris Rhodes
003454345b Use the everyone role to initialise the permission flags. 2016-09-15 18:51:09 -07:00
Bruce
3cc6d4346d BREAKING Merge pull request #251 from softashell/role_mentionable
Add mentionable to Role struct and update GuildRoleEdit
2016-09-15 18:18:51 -05:00
soft as HELL
1ab71f4b12 Update GuildRoleEdit 2016-09-11 14:32:58 +03:00
soft as HELL
ef3cd76e3d Add mentionable to Role struct 2016-09-11 14:32:41 +03:00
Chris Rhodes
d28edb024e Fix airhorn example. 2016-09-08 20:07:43 -07:00
Chris Rhodes
42cef0c0d0 Remove unavailable goop, b1nzy says it'd never happen. 2016-09-08 20:06:24 -07:00
Chris Rhodes
678756c9a9 Simplify Guild.Unavailable and correctly merge GUILD_UPDATE events. 2016-09-08 19:39:29 -07:00
robbix1206
a2e6e1da45 Fix the pattern
The Pattern was not the correct one fixing it by the pattern of RFC3339
2016-09-03 23:38:34 +02:00
Bruce
acf7de8b3d Merge pull request #243 from robbix1206/#231_Support_getting_Bot_owner
#231 Support getting Bot account / owner
2016-09-03 11:32:11 -05:00
Bruce
1acc7dc017 Merge pull request #244 from robbix1206/Example_Close_File
Close the file after read
2016-09-03 11:31:29 -05:00
robbix1206
95fdc0a971 Close the file after read
Close the file when it has been full readed
2016-08-31 16:40:45 +02:00
robbix1206
b961ee3b6f #231 Support getting Bot account / owner 2016-08-31 15:59:25 +02:00
Bruce
ae30611faf Merge pull request #237 from jonas747/pinsupdt
Added the CHANNEL_PINS_UPDATE event
2016-08-03 21:14:22 -05:00
Bruce
77d74584f8 Merge pull request #239 from jonas747/members
BREAKING Update GuildMembers to new format
2016-08-03 21:13:14 -05:00
jonas747
9344321923 Update GuildMembers to new format, #218 2016-07-31 17:20:12 +02:00
jonas747
2a1f0ff893 Added the CHANNEL_PINS_UPDATE event 2016-07-29 23:40:56 +02:00
jonas747
3fd53413de Added userguild struct, and UserGuilds() now returns a userguild 2016-07-29 23:13:55 +02:00
Bruce
9011830676 Merge pull request #234 from dmportella/sendfile-enhancement
Sendfile enhancement
2016-07-29 09:57:27 -05:00
uppfinnarn
a223abd357 Changed the comments for go vet 2016-07-28 22:49:51 +02:00
uppfinnarn
a20bdc7fd8 Comments 2016-07-28 22:36:59 +02:00
uppfinnarn
0c11cae782 Timestamp type; a string with a Parse() function
Closes #204
2016-07-28 21:16:10 +02:00
daniel portella
f4b8e2ecc2 added ChannelSendFileWithMessage
kept it backwards compatible so previous apps dont crash with missing field.
2016-07-26 22:18:20 +01:00
Bruce
1dcb081f13 Merge pull request #230 from jonas747/funsplit
Fix ratelimit mutex with url parameters
2016-07-22 14:49:33 -05:00
Bruce Marriner
d28aed7326 Move deprecation comment so lint test passes 2016-07-19 07:45:00 -05:00
Bruce Marriner
43778dc54b Bump version to 0.14.0-dev 2016-07-19 07:44:38 -05:00
jonas747
a504a0adb9 Fix ratelimit mutex with url parameters 2016-07-19 14:18:49 +02:00
Bruce Marriner
11fa9dc906 Bump Version to 0.13.0 2016-07-18 17:12:48 -05:00
Bruce Marriner
ea72e85416 Deprecated Session.UserChannelPermissions
Created new UserChannelPermissions in State.
2016-07-18 17:04:00 -05:00
Bruce Marriner
5501cac820 Retry After Milliseconds, fixes #228 2016-07-11 22:34:34 -05:00
Bruce Marriner
a97d89e1de Fix param to ChannelVoiceJoin 2016-07-11 22:17:56 -05:00
jonas747
092ed4b585 Retry on 502's 2016-07-11 22:30:11 +02:00
Bruce Marriner
2ebf8bdb10 Removed unneeded code. 2016-07-07 21:07:26 -05:00
Bruce Marriner
bbce2612b0 simi-properly close websockets and simplify voice reconnect 2016-07-06 20:31:47 -05:00
Bruce Marriner
45ffd8c83a Removed extra logging 2016-07-06 12:53:11 -05:00
Bruce Marriner
7393438ea8 Put wait var back in. 2016-07-05 21:42:10 -05:00
Bruce Marriner
956961ac3e Simplify reconnect code. 2016-07-05 21:38:37 -05:00
Bruce Marriner
604872ed4b Fix error msg 2016-07-05 20:52:54 -05:00
Bruce Marriner
ad91025f59 Don't delete VoiceConnections
But, don't add a VoiceConnection either if we don't successfully
connect.
2016-07-05 20:51:52 -05:00
Bruce Marriner
8afeb296e6 Removed test that no longer works on non-bot accounts. 2016-06-28 12:05:32 -05:00
Bruce
cce08f8b00 Merge pull request #223 from RealCodingTeam/add-pins
Add support for message pinning, closes #219
2016-06-28 10:29:06 -05:00
RealCodingTeam
12a226f56c huh 2016-06-28 11:10:38 -04:00
Bruce
5f6a972b91 Merge pull request #221 from iopred/permstate
Use State for UserChannelPermissions when possible.
2016-06-27 08:16:40 -05:00
Chris Rhodes
b225864d96 Use State for UserChannelPermissions when possible. 2016-06-25 16:22:17 -07:00
Bruce Marriner
5f983250fe Check that the gateway websocket is ready 2016-06-24 19:42:43 -05:00