| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct the endpoint for bulk-delete to POST from DELETErouting-fixes | Mishio595 | 2018-08-17 | 1 | -1/+1 |
| | | |||||
| * | Fix routing for http::create_private_channel | Zeyla Hellyer | 2018-08-13 | 1 | -1/+1 |
| | | |||||
| * | Release v0.5.8 | Zeyla Hellyer | 2018-08-12 | 2 | -1/+56 |
| | | |||||
| * | Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes | Lakelezz | 2018-08-12 | 16 | -53/+174 |
| | | |||||
| * | Revert "Send silence frames upon connection (Fix #301)" | Zeyla Hellyer | 2018-08-11 | 2 | -5/+3 |
| | | | | | | | This reverts commit 83a0c85b0bf87cb4272b5d6e189d139fc31a6d23. This makes voice sending work again. | ||||
| * | Add Colour::hex | Mishio595 | 2018-08-11 | 1 | -0/+16 |
| | | | | | (cherry picked from commit 6c94e05f6a8de131d0ffc913fd6ccbad602b339e) | ||||
| * | Make default-command receive every bit of the command upon failure | Lakelezz | 2018-08-11 | 1 | -4/+3 |
| | | |||||
| * | Use one macro instead of the same code twice, avoid seperated changes. (#365) | Lakelezz | 2018-08-11 | 1 | -18/+13 |
| | | |||||
| * | Fix `iter_quoted`'s doctest | acdenisSK | 2018-08-10 | 1 | -2/+3 |
| | | |||||
| * | Fix all the dead links in the docs | Erk- | 2018-08-09 | 46 | -558/+551 |
| | | |||||
| * | [routing] Fix various incorrect routes. (#364) | Lymia Aluysia | 2018-08-08 | 1 | -4/+4 |
| | | |||||
| * | Bump to v0.5.7 | Zeyla Hellyer | 2018-08-08 | 2 | -1/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a hotfix release for an incorrect warning about cache deadlocking during event dispatches in the client and fixing some routing method typos due to the HTTP rewrite. Thanks to the following for their contributions: - [@acdenisSK] - [@Lymia] - [@zeyla] Fixed - [client] Fix erroneous deadlock detection messages ([@Lymia]) [c:d1266fc] - [http] Fix some routing issues ([@zeyla]) [c:04b410e] Misc. - Slightly reword a cache update comment ([@acdenisSK]) [c:3a58090] [@acdenisSK]: https://github.com/acdenisSK [@Lymia]: https://github.com/Lymia [@zeyla]: https://github.com/zeyla [c:04b410e]: https://github.com/serenity-rs/serenity/commit/04b410ee75b2eb29f32e66fc137d3992a4972f1d [c:3a58090]: https://github.com/serenity-rs/serenity/commit/3a580909c489c328f3faa10741debd4b063e7fbd [c:d1266fc]: https://github.com/serenity-rs/serenity/commit/d1266fc3051a436f87a4778c5081c2228eb50b1c | ||||
| * | [http] Fix some routing issues | Zeyla Hellyer | 2018-08-08 | 1 | -4/+4 |
| | | | | | | | | | | | | Fix the following issues with the routing: - AddMemberRole now POSTs instead of DELETEs - GuildBanUser now POSTs instead of DELETEs - CreateRole now POSTs instead of DELETEs - CreateWebhook now POSTs instead of DELETEs These issues arose from commit hash bbbf63868a8ef3c0f21c1896f7afb96f4d8fbcc1. | ||||
| * | Fix erroneous deadlock detected messages. (#363) | Lymia Aluysia | 2018-08-08 | 1 | -10/+10 |
| | | |||||
| * | Decringe an old comment | acdenisSK | 2018-08-08 | 1 | -2/+1 |
| | | |||||
| * | Bump to v0.5.6 | Zeyla Hellyer | 2018-08-07 | 2 | -1/+108 |
| | | |||||
| * | Typo | acdenisSK | 2018-08-07 | 1 | -1/+1 |
| | | |||||
| * | Capitalise i | acdenisSK | 2018-08-07 | 1 | -4/+4 |
| | | |||||
| * | Refactor docs in `Args` | acdenisSK | 2018-08-07 | 1 | -83/+102 |
| | | | | | Use Note headings also. | ||||
| * | Reword `ArgError`'s docs a little | acdenisSK | 2018-08-07 | 1 | -3/+2 |
| | | |||||
| * | Unwrap `rfind` | acdenisSK | 2018-08-07 | 1 | -6/+1 |
| | | |||||
| * | Fix a usage of a private function in a test | Zeyla Hellyer | 2018-08-07 | 1 | -1/+1 |
| | | |||||
| * | Fix compilation + tests on certain feature combos | Zeyla Hellyer | 2018-08-07 | 7 | -81/+132 |
| | | | | | | | | | On certain feature combinations, compilation and tests would not function correctly. This commit goes through a number of feature combinations and gates some tests behind the required features and fixes other compilation errors. | ||||
| * | Fix some documentation spacing | Zeyla Hellyer | 2018-08-07 | 1 | -17/+11 |
| | | |||||
| * | Fixes all of the dead links in permissions. (#359) | Erk- | 2018-08-07 | 1 | -75/+75 |
| | | |||||
| * | Added support for the new PRIORITY_SPEAKER permission (#360) | Erk- | 2018-08-07 | 1 | -0/+8 |
| | | |||||
| * | Fix default command upon shortcut prefix and passing sub-commands to ↵ | Lakelezz | 2018-08-07 | 2 | -21/+52 |
| | | | | | default-command (#358) | ||||
| * | Do not return Result from main in tests | acdenisSK | 2018-08-07 | 1 | -2/+10 |
| | | | | | This feature is special to 1.26, but we support 1.25 | ||||
| * | Dereference a destructure instead | Zeyla Hellyer | 2018-08-06 | 1 | -3/+3 |
| | | |||||
| * | Remove match ergonomics usage | Zeyla Hellyer | 2018-08-06 | 1 | -4/+4 |
| | | | | | We support rustc 1.25.0, but match ergonomics are a 1.26.0 feature. | ||||
| * | Remove usage of inclusive range syntax | Zeyla Hellyer | 2018-08-06 | 1 | -1/+1 |
| | | | | | We target 1.25.0, but inclusive range is 1.26.0 syntax. | ||||
| * | Pass failed sub-command to default-command (#357) | Lakelezz | 2018-08-06 | 1 | -1/+2 |
| | | | | | Pass failed sub-command to default-command. | ||||
| * | Make travis build rustc 1.25.0 | Zeyla Hellyer | 2018-08-06 | 1 | -0/+1 |
| | | |||||
| * | Add simple no-parse getters and advancer to `Args` | acdenisSK | 2018-08-05 | 1 | -1/+67 |
| | | |||||
| * | Fix Game From impls on no-model compilation | Zeyla Hellyer | 2018-08-05 | 1 | -2/+10 |
| | | |||||
| * | Make http::fire, http::request public | Zeyla Hellyer | 2018-08-05 | 2 | -48/+207 |
| | | |||||
| * | [http] Abstract out routing methods and paths | Zeyla Hellyer | 2018-08-05 | 3 | -654/+1694 |
| | | |||||
| * | Make http::wind perform requests | Zeyla Hellyer | 2018-08-05 | 1 | -57/+64 |
| | | | | | | | | Instead of making it take response objects and verifying the status code, it now performs requests itself. This further simplifies HTTP function code. | ||||
| * | Add an internal http::fire method | Zeyla Hellyer | 2018-08-04 | 1 | -259/+117 |
| | | | | | | | | Add an internal `http::fire` method, which performs a request and then deserializes the response reader as the provided type bound. This simplifies a lot of request function code. | ||||
| * | Remove an unnecessary lifetime on fn signature | Zeyla Hellyer | 2018-08-04 | 1 | -1/+1 |
| | | |||||
| * | Redo how requests are formed in HTTP module | Zeyla Hellyer | 2018-08-04 | 3 | -616/+688 |
| | | | | | | | | | | | Instead of passing around a function that builds an HTTP client request builder, pass around a struct that contains the necessary information _to_ build that request builder. Additionally, instead of using a macro to generate requests, just call a request function. This saves some required code expansion and is just easier to read and maintain. | ||||
| * | Maintain a single, re-used HTTP client | Zeyla Hellyer | 2018-08-04 | 2 | -35/+21 |
| | | | | | | | | Instead of creating a new HTTP client for each request, keep a single one for every HTTP request. This will make things faster due to keepalives. | ||||
| * | Update Configuration default value listings | Zeyla Hellyer | 2018-08-03 | 1 | -32/+84 |
| | | | | | | | Update the default value for each method on the builder, as well as making the list of default values in the `Default` implementation's documentation up-to-date. | ||||
| * | Refactor `command::positions` a little | acdenisSK | 2018-08-03 | 1 | -12/+7 |
| | | |||||
| * | Fix potential dispatch cache deadlocking + log it | Zeyla Hellyer | 2018-08-02 | 1 | -1/+12 |
| | | | | | | | Fix the dispatch functionality potentially deadlocking when a deadlock has occurred elsewhere (or a read/write lock is forever held elsewhere), and log when it happens, WARNing the user that a possible deadlock has happened. | ||||
| * | Add a test-case for no delimiters | acdenisSK | 2018-08-02 | 1 | -0/+9 |
| | | |||||
| * | Check if message is empty too | acdenisSK | 2018-08-02 | 1 | -1/+1 |
| | | |||||
| * | Add missing `mut` | acdenisSK | 2018-08-02 | 1 | -1/+1 |
| | | |||||
| * | Handle no delimiters | acdenisSK | 2018-08-02 | 1 | -7/+12 |
| | | |||||
| * | Use `Args::full` in the framework example | acdenisSK | 2018-08-02 | 1 | -1/+1 |
| | | |||||