aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add more shard loggingAustin Hellyer2017-01-081-6/+32
|
* Slightly modify close resume logicAustin Hellyer2017-01-081-1/+4
|
* Remove cruft from src/lib.rsAustin Hellyer2017-01-081-57/+0
| | | | This should clean up the docs homepage a bit.
* Code style cleanupAustin Hellyer2017-01-089-105/+68
|
* Wait 5s between shard bootsAustin Hellyer2017-01-071-0/+3
|
* Fix shard boot indexAustin Hellyer2017-01-071-4/+4
|
* Add Rohrkatze Blue to Colour structBrendan McCarthy2017-01-061-0/+2
|
* Make Client.shards privateAustin Hellyer2017-01-051-1/+1
|
* Fix rs suffixIllia2017-01-056-9/+9
|
* Simplify a small bit of ContextAustin Hellyer2017-01-041-21/+14
|
* Simplify Context::get_reaction_usersAustin Hellyer2017-01-041-5/+1
|
* Fix Context::get_reaction_users docsAustin Hellyer2017-01-041-6/+0
|
* Add Context::get_userAustin Hellyer2017-01-041-0/+22
|
* Return a User from rest::get_userAustin Hellyer2017-01-041-2/+2
|
* 4011 is not handableLaura2017-01-041-1/+2
|
* Add Meibi Pink to coloursMei2017-01-021-0/+2
|
* hashmap of usagesTaavetti Sjelkov2017-01-021-1/+1
|
* Fix model doc linksAustin Hellyer2017-01-021-3/+4
|
* Feature-flag a framework checkAustin Hellyer2017-01-021-5/+8
|
* Fix no-cache method buildsAustin Hellyer2017-01-021-1/+3
|
* Relisting 'Commands:' is redundant in embed helpAustin Hellyer2017-01-011-2/+0
|
* Remove user logout endpointAustin Hellyer2017-01-012-26/+0
|
* Implement context message queueingTaavi2017-01-018-43/+83
| | | Also the dreaded `ctx <<= "something"` which is actually a mistake.
* Fix command macro signaturesAustin Hellyer2016-12-311-4/+4
|
* Convert heartbeat debug to a traceAustin Hellyer2016-12-311-1/+1
|
* Fix doctestAustin Hellyer2016-12-311-12/+17
|
* Add Message::guild() helperAustin Hellyer2016-12-311-3/+15
|
* Fix typoIllia2016-12-3112-20/+20
|
* Add command alias support and command.exampletaavi?2016-12-296-66/+155
|
* Remove use of struct pattern matchAustin Hellyer2016-12-291-1/+1
|
* Slightly simplify Shard::set_presenceAustin Hellyer2016-12-291-5/+4
|
* "Fix" clippy lintsAustin Hellyer2016-12-291-0/+1
|
* Add guild and channel searchAustin Hellyer2016-12-2911-10/+949
|
* Rework some event handlesAustin Hellyer2016-12-291-3/+24
|
* Heartbeat recv: send null d valueAustin Hellyer2016-12-291-1/+1
|
* A bit more loggingAustin Hellyer2016-12-291-0/+4
|
* Round 1Austin Hellyer2016-12-295-61/+123
|
* Use conditional blocks over macrosAustin Hellyer2016-12-299-202/+138
|
* Add user static avatar url methodsAustin Hellyer2016-12-281-0/+16
|
* Simplify Role's Ord implAustin Hellyer2016-12-281-11/+3
|
* Update current user presence in cache on setAustin Hellyer2016-12-281-1/+20
| | | | | | | | Update the presence of the current user in the cache - if enabled - when the current user updates their presence through a Shard. Additionally, instead of sending an idle "since" of 0, use the current time.
* Support webp/gif avatarsAustin Hellyer2016-12-281-4/+24
| | | | | If the avatar hash begins with "a_", then the avatar is animated and is a GIF. Otherwise, use WEBP.
* Accept u64 shard countsAustin Hellyer2016-12-264-12/+15
|
* Use $crate in the command macroalex2016-12-242-6/+5
|
* Match event namesAustin Hellyer2016-12-221-107/+63
|
* Simplify event decodingAustin Hellyer2016-12-221-62/+62
|
* Abstract event decoders to associated functionsAustin Hellyer2016-12-221-260/+682
| | | | | | Abstract the logic from simply `Event::decode` and `VoiceEvent::decode` to each individual event variant struct, in the form of associated `decode` functions.
* Fix grammar in framework help the commandzeyla2016-12-211-1/+1
|
* Add `on_message` exampleindiv02016-12-211-0/+16
|
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-194-6/+14
|