Master Kwoth
24729022a6
Updated docs a bit
10 years ago
RogueException
fac8b1ded9
Exposed Client.AllUsers
10 years ago
RogueException
98f240663a
Merge branch 'master'
10 years ago
RogueException
ccef6ec142
Cleaned up getting_started.cs
10 years ago
RogueException
32528a27d0
Merge pull request #13 from Mikedog87/patch-1
Updated getting_started.cs so that it works on 0.8.1
10 years ago
ViolentCrumble
c58d41b416
Updated example so that it works on 0.8.1
10 years ago
RogueException
054b2f0af0
Reworked the permissions cache to improve memory usage and performance
10 years ago
RogueException
d9b1779a3d
Minor comment edit
10 years ago
RogueException
f2a25fe3ee
Added VoiceBitrate to configure the bitrate of the opus encoder
10 years ago
RogueException
704e0c9523
Fixed JoinedServer event not being raised
10 years ago
RogueException
05991f4c4b
Minor DateTime changes
10 years ago
RogueException
c910523788
Changed GameId from string to nullable int
10 years ago
RogueException
97c4a1cca9
Fixed MessageDeleted not always being fired
10 years ago
RogueException
64e6ea4173
Added GetArg(name) to CommandEventArgs
10 years ago
RogueException
3f9e9040a5
Added Command[paramName]
10 years ago
RogueException
214377908a
Changed CommandBuilder.Alias back to old params syntax
10 years ago
RogueException
53206cae93
Fixed reference data loss and memory leaks
10 years ago
RogueException
aaf7a02dee
Fixed channel reordering exceptions
10 years ago
RogueException
bacfd52ead
Fixed GetService exception when required is true
10 years ago
RogueException
166faaf28a
Removed SessionsService
10 years ago
RogueException
77f84fb15d
0.8.1-beta2
10 years ago
RogueException
6ee3971244
0.8.1-beta2
10 years ago
RogueException
61bcd61ab5
Reordering a channel only modifies channels of the same type.
10 years ago
RogueException
efb8179f3f
Added Mention.User(GlobalUser)
10 years ago
RogueException
2a48dab18a
Allow for multiple instances of the alias function in commandbuilder
10 years ago
RogueException
04a15100ff
Voice performance update, and reenabled pings
10 years ago
RogueException
3fa6ba8d50
Fixed pings, incoming message debugging and joining channels
10 years ago
RogueException
c36820f6af
Return a blank array rather than null if DownloadMessages does not have permissions.
10 years ago
RogueException
aadaeb556e
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
10 years ago
RogueException
d37de71f87
Fix DownloadMessages not populating fields when useCache is true
10 years ago
RogueException
05d2d32a14
Updated to use new colors
10 years ago
RogueException
3c43e4b930
Merge pull request #11 from 420foxbot/master
Updated the Documentation
10 years ago
Christopher F
3bc91838e9
Documentation updates:
global: Modified the unicode in |stub| to be compatible with sphinx. Still appears as a wrench in the browser.
events: added information for events, and a list of events, as well as their arg paramater. Still marked as 'WIP', as I feel my documentation was a bit lacking
permissions: added information for channel\server permissions, dual channel permissions, and roles. need to update with bits at some point.
10 years ago
RogueException
293cf3b956
Don't crash if a module is loaded and the bot leaves a server.
10 years ago
RogueException
1cbcf7ea27
Don't crash if a user has a repeated role
10 years ago
RogueException
620c6f5bbb
Fixed indentation
10 years ago
RogueException
401fccfdca
Fixed crash on voice state updates
10 years ago
RogueException
ff217a2714
Fixed DownloadMessages returning null
10 years ago
RogueException
cd62fb6d1e
Removed duplicate ban/unban methods
10 years ago
RogueException
2991956496
Added GenericPermissionChecker, PublicChecker and PrivateChecker
10 years ago
RogueException
5be13b91ae
Switched ids to use int64 rather than strings
10 years ago
RogueException
07c0b5c418
Added some variation to cache object hashcodes
10 years ago
RogueException
6a5fd68821
Renamed DownloadMessages' cache to useCache
10 years ago
RogueException
bfdfc5623e
Dont do cache lookups when the cache parameter for DownloadMessages is false.
10 years ago
RogueException
338fa86d75
DownloadMessages shouldn't pop newer messages out of the message cache when downloading older ones.
10 years ago
RogueException
1e21462eb5
Improved DownloadMessages' bad permission handling
10 years ago
RogueException
ce247278da
Added RelativeDirection for DownloadMessages
10 years ago
RogueException
c8533a4531
Fixed event filtering for ChannelWhitelist and AllowPrivate
10 years ago
RogueException
505e71f57b
Apply unrestricted module filter to events
10 years ago
RogueException
62f07a15f4
Fixed double MessageReceived for modules
10 years ago