FiniteReality
09aabd35c0
Fix error with EmbedBuilderExtensions
A summary of issues which happened:
- Git decided to add an amend commit (I told it to quit?)
- VS Code thinks everything is an error so it wasn't helpful
- dotnet decided to think there was no error until I deleted all
build outputs and rebuild
Sometimes I question my ability to use version control properly.
9 years ago
FiniteReality
b2e6ba4647
Move some extensions into EmbedBuilder [2]
Apparently git didn't like that previous commit
9 years ago
FiniteReality
b9cfa574e4
Add embed builder extensions
People in #dotnet_discord-net suggested that this should be part of
the lib after I demonstrated it
9 years ago
Christopher F
f3aa546407
Throw an InvalidOp if a user tries to set the DefaultRunMode to Default
never overestimate the end user
9 years ago
RogueException
70e8cea6e2
Fixed order for permission resolving
9 years ago
RogueException
e0a0d2100d
Reduced missed heartbeat aggressiveness
9 years ago
RogueException
8be4cb72e3
SocketSystemMessage Internal -> Public
9 years ago
RogueException
ea3a8f6a01
Added EmbedBuilder.AddField(EmbedFieldBuilder)
9 years ago
RogueException
0cf5493c61
Fixed crash, added DM/Group channel helpers
9 years ago
RogueException
d9fd0c34e4
Fixed bugs with creating invites
9 years ago
RogueException
4cf6d8e03f
Merge pull request #502 from Joe4evr/Before/AfterExecute
Add BeforeExecute/AfterExecute methods to ModuleBase
9 years ago
RogueException
c9b8ed992c
Started placeholders for analyzers
9 years ago
RogueException
b00b69234f
Users can no longer directly request user downloads.
9 years ago
RogueException
6188ff0a2f
Improve platform errors for websocket/udp
9 years ago
Joe4evr
ea298875af
Actually mark the methods virtual #derp
9 years ago
Joe4evr
c2599977a5
Add BeforeExecute/AfterExecute methods to ModuleBase
9 years ago
RogueException
35c10a1006
Don't throw if websocket close was requested
9 years ago
RogueException
a266d072db
Fixed nullref during reconnect
9 years ago
RogueException
547d7d241f
Added a few debug tools for stability testing
9 years ago
RogueException
11a639c5aa
Moved a few log events to the shard logger
9 years ago
RogueException
b91026f552
Stop spamming users/@me and voice/regions
9 years ago
RogueException
99b1398dc4
I forgot what frameworks we target...
9 years ago
RogueException
b4373b5a94
Added dependency groups to metapackage nuspec
9 years ago
RogueException
55e9c7da5c
Merge pull request #482 from FiniteReality/issue/462
Ensure aliases are built in the correct order
9 years ago
RogueException
3cf03fa7f8
Merge pull request #497 from Confruggy/patch-3
Fixed Format.Sanitize
9 years ago
RogueException
deb755dd3d
Merge pull request #488 from FiniteReality/issue/487
Replace ConcurrentBag<T> with HashSet<T>
9 years ago
RogueException
34139c9b59
Converted Discord.Net to a metapackage
9 years ago
RogueException
eb2a946dd6
Updated to 1.0.0-rc3 tooling
9 years ago
RogueException
3bc2520095
Abandon VersionSuffix
9 years ago
RogueException
24663605f6
Fixed CI detecting all packages as dev
9 years ago
RogueException
b0db37cad6
Versions are hard
9 years ago
firebingo
7e9491fb34
Fix Issue #446 . RestUserMessage initializes _reactions even if there are no reactions so get doesn't cause exception.
9 years ago
RogueException
4665b63d27
Merge pull request #465 from Sentinent/user-presences
Fixed users not being updated on PRESENCE_UPDATEs
9 years ago
RogueException
a75af58bdb
Merge pull request #464 from Sentinent/dev
Fixed guild member's joinedat reseting after certain events
9 years ago
RogueException
0d433caaa6
Merge pull request #433 from Confruggy/patch-1
Fixed RemoveReactionAsync overload doesn't work with unicode emojis
9 years ago
RogueException
3046b62c94
Cleaned up csproj/sln/scripts
9 years ago
RogueException
203265cb65
Cleaned up ShardedClient, delayed connections
9 years ago
RogueException
7c5fe79333
Updated build script
9 years ago
RogueException
9fb413952f
Fixed solution errors
9 years ago
RogueException
fe35400498
Cleanup
9 years ago
RogueException
158222bb78
Merged GuildExtensions into IGuild
9 years ago
RogueException
7ef48c5ce5
Improved discord HTTP exceptions
9 years ago
RogueException
b76c744447
Internally exposed several ApiClient props
9 years ago
RogueException
ea0044cb87
Made IVoiceChannel.UserLimit nullable
9 years ago
RogueException
69bd4b4ea6
Updated .NET dependencies to 4.3.0
9 years ago
RogueException
00bb3c9d70
Removed project.jsons
9 years ago
Confruggy
02b0726338
Update Format.cs
removed comma and space
9 years ago
Confruggy
c1e445d8ce
Update Format.cs
9 years ago
FiniteReality
0715cb6623
Actually use HashSet<T> to initialize _moduleDefs
9 years ago
FiniteReality
a65ba095af
Replace ConcurrentBag<T> with HashSet<T>
Fixes #487
9 years ago