aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix internal enum being exportedZeyla Hellyer2017-05-131-1/+0
* Add faded_purple to colour listMei2017-05-131-1/+3
* Use constant for preset permissionsZeyla Hellyer2017-05-021-2/+2
* Add `is_nsfw` check to channelsZeyla Hellyer2017-04-261-0/+53
* Update most dependency version requirementsZeyla Hellyer2017-04-231-4/+4
* Check for embed lengths on message sendsZeyla Hellyer2017-04-191-3/+3
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-26/+62
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+18
* Switch to using serde for deserializationZeyla Hellyer2017-04-1112-224/+324
* Remove selfbot supportZeyla Hellyer2017-04-053-322/+1
* Update search paramsZeyla Hellyer2017-03-252-201/+135
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+2
* Remove sending message noncesZeyla Hellyer2017-02-271-10/+0
* Add missing send_file/send_message implsZeyla Hellyer2017-02-251-3/+10
* Update doctests for Context changesZeyla Hellyer2017-02-155-15/+14
* Add method to EditGuild to transfer ownershipZeyla Hellyer2017-02-071-1/+8
* Remove lifetime on SearchZeyla Hellyer2017-02-071-4/+4
* Fix docs linksAustin Hellyer2017-01-247-17/+21
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-19/+0
* allow quotes to be escaped in quote parserIllia2017-01-151-1/+5
* Convert Colour to be a tuple structAustin Hellyer2017-01-133-24/+17
* Stop abusing unicode for sanitisationIllia2017-01-111-6/+6
* Use zero-width space for mention preventionIllia2017-01-111-13/+13
* Use CDN for default avatarsAustin Hellyer2017-01-091-1/+4
* Add User::default_avatar_url() methodAustin Hellyer2017-01-081-0/+10
* Add Rohrkatze Blue to Colour structBrendan McCarthy2017-01-061-0/+2
* Fix rs suffixIllia2017-01-052-2/+2
* Add Meibi Pink to coloursMei2017-01-021-0/+2
* Implement context message queueingTaavi2017-01-011-6/+5
* Fix doctestAustin Hellyer2016-12-311-12/+17
* Fix typoIllia2016-12-313-6/+6
* Add guild and channel searchAustin Hellyer2016-12-292-0/+381
* Use conditional blocks over macrosAustin Hellyer2016-12-291-112/+0
* Remove image/thumbnail embed buildersAustin Hellyer2016-12-182-84/+13
* Allow time::Tm to be passed into embed timestampAustin Hellyer2016-12-181-9/+44
* No Z or +XX:XXChristopher F2016-12-181-3/+4
* Add documentation regarding ISO-8601 to embedsChristopher F2016-12-181-0/+7
* Make Id displays format u64 instead of a mentionAustin Hellyer2016-12-171-3/+3
* Implement command groups and bucketsIllia2016-12-131-1/+1
* More config for CreateCommand, add various methodsIllia2016-12-101-24/+24
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-1/+1
* Deprecate embed image/thumbnail height/widthAustin Hellyer2016-12-091-36/+10
* Abstract command fields to typesAustin Hellyer2016-12-091-15/+13
* Command builder, quoted args, and multi-prefixesIllia2016-12-091-0/+46
* Implement From<Embed> for CreateEmbedAustin Hellyer2016-12-081-1/+70
* Change all try's into ?sacdenisSK2016-12-072-9/+9
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+83
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-1/+22
* Add documentation for modelsIllia2016-12-041-3/+8
* Make Member::colour() return an optional colourAustin Hellyer2016-12-031-2/+1