RogueException
8dfa0220c3
Prevent overlapping tags
9 years ago
RogueException
158ce0f922
Started adding IAudioClient incoming stream creation/destruction events
9 years ago
RogueException
5e94b97024
Added RequestOptions to RestClient methods. Added guild summary paging.
9 years ago
RogueException
13d488f43b
Added slow/deadlocked event handler detection
9 years ago
RogueException
bf0be82d15
Added IWebhookUser and MessageSource
9 years ago
RogueException
13b9b15cf0
Fixed DateTimeUtils on .Net Standard 1.1
9 years ago
RogueException
32cf7ba5e1
A few datetime fixes
9 years ago
RogueException
20f7ba431f
Cleaned up and fixed several reorder issues.
9 years ago
RogueException
a2b12520b2
Added CommandService logging
9 years ago
RogueException
bc469cbb46
Process everyone permission overwrites before role
9 years ago
RogueException
5a6d6ee076
Fixed notempty precondition error message
9 years ago
RogueException
21959fe43c
Fixed several permission issues
9 years ago
RogueException
96a377a258
If discord error code is 0, fall back to http code
9 years ago
Mateusz Brawański
efbd3cb681
GuildUserExtensions removed in favour of atomic role add/remove endpoints ( #540 )
* Removed GuildUserExtensions and moved the methods to IGuildUser and implementations
* Made changes per fox's suggestion: Change->Modify. New Modify overload.
* Oops
* Per Volt: reimplemented new endpoints
* Fixing broken docstrings
* I forgot that docstrings are XML
* Implemented atomic add/remove role endpoints
* Removed so people aren't irked
* Added single-item role add/remove methods
9 years ago
RogueException
84b3d24175
Merge pull request #549 from Mushroom/reactions
Added support for reaction 'me' field
9 years ago
RogueException
683541ba24
Added RequireOwner support for User tokens
9 years ago
RogueException
711a4e90a4
Renamed AvatarFormat -> ImageFormat. Cleaned up.
9 years ago
RogueException
6dd2e0a708
Merge pull request #573 from james7132/auto-avatar
Automatic animated avatar detection
9 years ago
james7132
bd0a329912
Simplify format logic
9 years ago
RogueException
587ec65e79
Added Discord.Net.Webhook
9 years ago
RogueException
1d5b7a2b01
Removed Unknown status
9 years ago
james7132
46b6b8c03b
Review fixes
9 years ago
james7132
bfc4fd686e
Automatic animated avatar detection
9 years ago
RogueException
cab41851ba
Prevent duplicate GuildUnavailables
9 years ago
Mushroom
78076bd9df
Added support for reaction 'me' field
9 years ago
RogueException
1b0e47be42
Fixed SocketRole.CompareTo
9 years ago
Christopher F
5e1d84d918
Merge pull request #395 from LassieME/issue/359
Conflicts:
src/Discord.Net.WebSocket/DiscordSocketClient.cs
9 years ago
RogueException
34361fa64a
Merge pull request #537 from RogueException/issue/477
Check that messages older than two weeks are not passed to bulk delete
9 years ago
Christopher F
66b7e0e7f0
Rename precondition to 'YoungerThanTwoWeeks'
9 years ago
RogueException
4c2221dacb
More audio cleanup, finished receive streams
9 years ago
RogueException
8e0c65498b
Cleaned up audio code
9 years ago
Christopher F
4a18b321ea
Change the minimum allowed message to 13d23h59m
Connection/API lag could cause messages right on the edge of 14 weeks to fail on Discord's end when they pass our checks.
9 years ago
Christopher F
2db60749ca
Add IsUnique parameter to CreateChannelInvite
Resolves #469
9 years ago
RogueException
3190d7e26d
Moved (re)connection handling to ConnectionManager
9 years ago
RogueException
8630185ac9
Started Discord.Net.Relay
9 years ago
Christopher F
607f478b9a
Check that messages older than two weeks are not passed to bulk delete
This resolves #477
9 years ago
Christopher F
c486f0ee50
Don't force avatar formats
9 years ago
Christopher F
a5adc8a129
Cleanup from rebase
9 years ago
Christopher F
6116c1bcef
Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size)
This is to support the new user image endpoint, which provides a parameter for image resizing.
9 years ago
Sindre G. Langhus
ab60f63511
Changes HasValue in Cachable to constructor argument
9 years ago
RogueException
70e8cea6e2
Fixed order for permission resolving
9 years ago
RogueException
0cf5493c61
Fixed crash, added DM/Group channel helpers
9 years ago
Sindre Langhus
d8682a82b2
Change all signatures in the SocketClients to interfaces.
9 years ago
Sindre G. Langhus
2d67cf36ae
Changed Id from a ulong to generic TId, as per discussion.
9 years ago
Christopher F
daf0ac9347
Added docstrings for Cacheable
9 years ago
Sindre G. Langhus
705d71875c
Simplified PR, renamed Cached to Cacheable.
9 years ago
Sindre G. Langhus
959d49a26f
renamed Cache to Cached, and refactored many events to use Cached
9 years ago
Sindre G. Langhus
05fcd5f076
First commit
9 years ago
RogueException
11a639c5aa
Moved a few log events to the shard logger
9 years ago
RogueException
3cf03fa7f8
Merge pull request #497 from Confruggy/patch-3
Fixed Format.Sanitize
9 years ago