RogueException
32528a27d0
Merge pull request #13 from Mikedog87/patch-1
...
Updated getting_started.cs so that it works on 0.8.1
2015-11-25 01:39:16 -04:00
ViolentCrumble
c58d41b416
Updated example so that it works on 0.8.1
2015-11-25 15:31:40 +10:00
RogueException
704e0c9523
Fixed JoinedServer event not being raised
2015-11-24 02:49:13 -04:00
RogueException
05991f4c4b
Minor DateTime changes
2015-11-23 22:24:49 -04:00
RogueException
c910523788
Changed GameId from string to nullable int
2015-11-23 03:44:49 -04:00
RogueException
97c4a1cca9
Fixed MessageDeleted not always being fired
2015-11-23 00:03:44 -04:00
RogueException
64e6ea4173
Added GetArg(name) to CommandEventArgs
2015-11-22 20:28:51 -04:00
RogueException
3f9e9040a5
Added Command[paramName]
2015-11-22 20:15:52 -04:00
RogueException
214377908a
Changed CommandBuilder.Alias back to old params syntax
2015-11-22 19:56:41 -04:00
RogueException
53206cae93
Fixed reference data loss and memory leaks
2015-11-22 19:56:15 -04:00
RogueException
aaf7a02dee
Fixed channel reordering exceptions
2015-11-22 19:55:34 -04:00
RogueException
bacfd52ead
Fixed GetService exception when required is true
2015-11-22 17:10:23 -04:00
RogueException
166faaf28a
Removed SessionsService
2015-11-22 17:10:06 -04:00
RogueException
77f84fb15d
0.8.1-beta2
2015-11-22 15:32:31 -04:00
RogueException
6ee3971244
0.8.1-beta2
2015-11-22 15:32:08 -04:00
RogueException
61bcd61ab5
Reordering a channel only modifies channels of the same type.
2015-11-22 04:39:11 -04:00
RogueException
efb8179f3f
Added Mention.User(GlobalUser)
2015-11-22 03:27:07 -04:00
RogueException
2a48dab18a
Allow for multiple instances of the alias function in commandbuilder
2015-11-22 02:14:58 -04:00
RogueException
04a15100ff
Voice performance update, and reenabled pings
2015-11-22 01:33:24 -04:00
RogueException
3fa6ba8d50
Fixed pings, incoming message debugging and joining channels
2015-11-22 00:57:39 -04:00
RogueException
c36820f6af
Return a blank array rather than null if DownloadMessages does not have permissions.
2015-11-21 16:29:56 -04:00
RogueException
aadaeb556e
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
2015-11-21 16:00:54 -04:00
RogueException
d37de71f87
Fix DownloadMessages not populating fields when useCache is true
2015-11-21 15:41:36 -04:00
RogueException
05d2d32a14
Updated to use new colors
2015-11-21 15:40:50 -04:00
RogueException
3c43e4b930
Merge pull request #11 from 420foxbot/master
...
Updated the Documentation
2015-11-20 19:30:44 -04:00
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.
2015-11-20 18:06:49 -05:00
RogueException
293cf3b956
Don't crash if a module is loaded and the bot leaves a server.
2015-11-19 23:07:57 -04:00
RogueException
1cbcf7ea27
Don't crash if a user has a repeated role
2015-11-19 23:05:32 -04:00
RogueException
620c6f5bbb
Fixed indentation
2015-11-19 01:50:10 -04:00
RogueException
401fccfdca
Fixed crash on voice state updates
2015-11-19 01:00:57 -04:00
RogueException
ff217a2714
Fixed DownloadMessages returning null
2015-11-19 00:59:22 -04:00
RogueException
cd62fb6d1e
Removed duplicate ban/unban methods
2015-11-18 23:26:19 -04:00
RogueException
2991956496
Added GenericPermissionChecker, PublicChecker and PrivateChecker
2015-11-18 23:26:05 -04:00
RogueException
5be13b91ae
Switched ids to use int64 rather than strings
2015-11-18 20:33:49 -04:00
RogueException
07c0b5c418
Added some variation to cache object hashcodes
2015-11-16 16:34:27 -04:00
RogueException
6a5fd68821
Renamed DownloadMessages' cache to useCache
2015-11-16 16:25:55 -04:00
RogueException
bfdfc5623e
Dont do cache lookups when the cache parameter for DownloadMessages is false.
2015-11-16 16:24:51 -04:00
RogueException
338fa86d75
DownloadMessages shouldn't pop newer messages out of the message cache when downloading older ones.
2015-11-16 16:17:22 -04:00
RogueException
1e21462eb5
Improved DownloadMessages' bad permission handling
2015-11-16 15:59:23 -04:00
RogueException
ce247278da
Added RelativeDirection for DownloadMessages
2015-11-16 15:57:52 -04:00
RogueException
c8533a4531
Fixed event filtering for ChannelWhitelist and AllowPrivate
2015-11-16 02:10:45 -04:00
RogueException
505e71f57b
Apply unrestricted module filter to events
2015-11-16 01:36:56 -04:00
RogueException
62f07a15f4
Fixed double MessageReceived for modules
2015-11-16 01:27:35 -04:00
RogueException
4f9dfe6a50
Removed redundant call
2015-11-13 16:12:00 -04:00
RogueException
b8516b1f5e
Remove other permissions if a user does not have read on a channel
2015-11-13 15:41:44 -04:00
RogueException
36955ac516
Removed case sensitivity of commands
2015-11-12 14:16:16 -04:00
RogueException
b7ae343370
Handle everyone mentions a little more properly
2015-11-12 13:58:36 -04:00
RogueException
f0c1e7012e
Added frankfurt region
2015-11-12 04:13:48 -04:00
RogueException
1d63ae756c
User.LastOnlineAt should default to null if that person hasn't logged on yet
2015-11-11 20:44:43 -04:00
RogueException
864fb53ab6
Dont crash if client is disconnected from within DiscordClient.Run
2015-11-11 20:25:53 -04:00