| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Switch to tokio for events (#122) | Alex Lyon | 2017-07-14 | 8 | -111/+294 | |
| | | ||||||
| * | Fix the doc on `PrivateChannel::name` | acdenisSK | 2017-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | Add `ChannelId,PrivateChannel,GuildChannel::name` functions | acdenisSK | 2017-07-14 | 3 | -0/+33 | |
| | | ||||||
| * | Provide the command into the checks | acdenisSK | 2017-07-13 | 3 | -3/+3 | |
| | | | | | Although in the future, this will be changed to just bits of data of an actual command that wouldn't collide with the framework's code, but would still be useful for a check to use. | |||||
| * | Improve `BanOptions` to be more efficient and remove uneccessary `Read` imports | acdenisSK | 2017-07-13 | 6 | -19/+9 | |
| | | ||||||
| * | Remove the deprecated functions | acdenisSK | 2017-07-11 | 17 | -879/+0 | |
| | | | | | It's already been enough time for people to migrate | |||||
| * | Add a way to add multiple fields at once | acdenisSK | 2017-07-11 | 1 | -0/+20 | |
| | | ||||||
| * | Rename `online_members` to `members_with_status` and compare the status ↵ | acdenisSK | 2017-07-10 | 1 | -3/+3 | |
| | | | | | provided to the function instead | |||||
| * | Return an error if the reason the user provided exceeded the limit | acdenisSK | 2017-07-10 | 3 | -2/+19 | |
| | | ||||||
| * | Use a trait way of overloading the `ban` function instead of an enum | acdenisSK | 2017-07-10 | 2 | -52/+37 | |
| | | | | | Possibly removes some overhead introduced by enums but makes the underlaying code of the function easier to read and is more concise | |||||
| * | Fixed clippy warnings (#120) | Kaidan | 2017-07-10 | 2 | -4/+4 | |
| | | ||||||
| * | Make `User` and `Ban` comparable and hashable | acdenisSK | 2017-07-10 | 2 | -2/+2 | |
| | | ||||||
| * | Add a way to return all online members in a guild | acdenisSK | 2017-07-09 | 1 | -0/+18 | |
| | | ||||||
| * | Remove the note from the comment on `reason` | acdenisSK | 2017-07-08 | 1 | -3/+0 | |
| | | | | | Audit log works and does give a reason, so this note is just false info | |||||
| * | Implement attaching reasons to bans | acdenisSK | 2017-07-08 | 3 | -10/+71 | |
| | | ||||||
| * | Actually, use `unreachable!` instead of `panic!` | acdenisSK | 2017-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | Apply the new api change for dms in bots | acdenisSK | 2017-07-07 | 3 | -42/+42 | |
| | | ||||||
| * | Add an `is_new` to the arguments of the `guild_create` handler | acdenisSK | 2017-07-05 | 2 | -2/+15 | |
| | | | | | To make a better distinction from a guild that the bot's already in and from the ones it's joining | |||||
| * | Remove `checks_passed` in favour of the `Iterator::all` method | acdenisSK | 2017-07-04 | 1 | -11/+1 | |
| | | ||||||
| * | Add a macro here | acdenisSK | 2017-07-03 | 1 | -48/+32 | |
| | | ||||||
| * | Change the readme to use `docs.rs` instead of `serenity.zey.moe` | acdenisSK | 2017-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | Fix doc tests | acdenisSK | 2017-07-02 | 17 | -416/+626 | |
| | | ||||||
| * | Add a `quit` function` | acdenisSK | 2017-06-30 | 1 | -0/+11 | |
| | | | | | Fixes #70 | |||||
| * | Also update examples | acdenisSK | 2017-06-29 | 6 | -50/+79 | |
| | | ||||||
| * | Whoops, and add a fail-safe to an upcomming pr to the compiler | acdenisSK | 2017-06-28 | 3 | -145/+50 | |
| | | | | | https://github.com/rust-lang/rust/pull/42894 | |||||
| * | Update readme, docs and add `EventHandler` to the prelude | acdenisSK | 2017-06-28 | 3 | -22/+34 | |
| | | ||||||
| * | Merge branch "trait-based-event-handling" | acdenisSK | 2017-06-28 | 3 | -937/+322 | |
| | | ||||||
| * | Add reaction actions (#115) | alex | 2017-06-28 | 2 | -17/+145 | |
| | | | | Fixes #87 | |||||
| * | Add an `on_cached` event (#114) | alex | 2017-06-28 | 3 | -8/+76 | |
| | | | | | Fixes #89 | |||||
| * | Fixed clippy warnings (#118) | Kaidan | 2017-06-28 | 2 | -3/+1 | |
| | | ||||||
| * | Add support for sending attachments in embeds (#95) | alex | 2017-06-28 | 1 | -0/+10 | |
| | | ||||||
| * | Make CommandOrAlias and CommandGroup.commands public (#117) | Joe K | 2017-06-28 | 2 | -3/+3 | |
| | | ||||||
| * | Update docs links | Zeyla Hellyer | 2017-06-27 | 2 | -13/+13 | |
| | | ||||||
| * | Update authors list in Cargo.toml | Zeyla Hellyer | 2017-06-27 | 1 | -1/+1 | |
| | | ||||||
| * | Docs fixes | mei | 2017-06-27 | 13 | -86/+34 | |
| | | ||||||
| * | Add missing ModelError variant in description impl | Zeyla Hellyer | 2017-06-27 | 1 | -0/+1 | |
| | | ||||||
| * | Update features list in README | Zeyla Hellyer | 2017-06-26 | 1 | -0/+10 | |
| | | ||||||
| * | Remove most badges, related projects from README | Zeyla Hellyer | 2017-06-26 | 1 | -23/+2 | |
| | | ||||||
| * | Prevent Direct Messaging other bot users | Zeyla Hellyer | 2017-06-26 | 2 | -0/+19 | |
| | | | | | | | The API no longer allows bot users to Direct Message other bot users, so pre-emptively check that the recipient is not a bot. If it is, return a `ModelError::MessagingBot`. | |||||
| * | Fix ModelError doctest | Zeyla Hellyer | 2017-06-25 | 1 | -0/+3 | |
| | | ||||||
| * | Bump to v0.3.0v0.3.0 | Zeyla Hellyer | 2017-06-24 | 4 | -4/+226 | |
| | | ||||||
| * | Fix no-framework, client compiles | Zeyla Hellyer | 2017-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix no-feature tests | Zeyla Hellyer | 2017-06-24 | 10 | -105/+135 | |
| | | ||||||
| * | Make Message::nonce a serde_json::Value | Zeyla Hellyer | 2017-06-23 | 3 | -81/+3 | |
| | | | | | | | | | | | | | | | | | | | Nonces can actually be almost anything - including booleans - so just use a Value to represent it since very few users will need it. This fixes errors like: ``` WARN:serenity::internal::ws_impl: (╯°□°)╯︵ ┻━┻ Error decoding: {"t":"MESSAGE_CREATE","s":12187872,"op":0,"d":{"type":0,"tts":false,"timestamp":"2017-06-01T01:00:00.000000+00:00","pinned":false,"nonce":"","mentions":[{"username":"redacted","id":"redacted","discriminator":"redacted","avatar":"redacted"}],"mention_roles":[],"mention_everyone":false,"id":"redacted","embeds":[],"edited_timestamp":null,"content":"redacted","channel_id":"redacted","author":{"username":"redacted","id":"redacted","discriminator":"redacted","bot":true,"avatar":"redacted"},"attachments":[]}} ERROR:serenity::client: Shard handler received err: Json(ErrorImpl { code: Message("Unknown i64 value: "), line: 0, column: 0 }) ``` and: ``` WARN:serenity::internal::ws_impl: (╯°□°)╯︵ ┻━┻ Error decoding: {"t":"MESSAGE_CREATE","s":1001192,"op":0,"d":{"type":0,"tts":false,"timestamp":"2017-06-01T01:01:01.000000+00:00","pinned":false,"nonce":true,"mentions":[],"mention_roles":[],"mention_everyone":false,"id":"redacted","embeds":[],"edited_timestamp":null,"content":"bork","channel_id":"redacted","author":{"username":"redacted","id":"redacted","discriminator":"redacted","bot":true,"avatar":"redacted"},"attachments":[]}} ERROR:serenity::client: Shard handler received err: Json(ErrorImpl { code: Message("invalid type: boolean `true`, expected identifier"), line: 0, column: 0 }) ``` | |||||
| * | Update max embed length | Zeyla Hellyer | 2017-06-22 | 1 | -1/+1 | |
| | | | | | Embeds can now have a combined textual length of 6000, up from 4000. | |||||
| * | Attempt to reconnect if heartbeating fails | Zeyla Hellyer | 2017-06-21 | 2 | -7/+7 | |
| | | ||||||
| * | Reconnect on failed heartbeats | Zeyla Hellyer | 2017-06-21 | 2 | -7/+15 | |
| | | ||||||
| * | Update dependencies | Zeyla Hellyer | 2017-06-21 | 6 | -45/+45 | |
| | | ||||||
| * | Extract Discord close codes to constants | Zeyla Hellyer | 2017-06-21 | 2 | -13/+60 | |
| | | ||||||
| * | Add 'wait' parameter to http::execute_webhook | Zeyla Hellyer | 2017-06-20 | 3 | -15/+31 | |
| | | | | | | | The 'wait' parameter allows you to specify waiting for the Message to be sent prior to receiving a response, which will have Discord include the JSON representation of the Message in the body. | |||||