aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the display stuff a bitacdenisSK2017-08-041-53/+16
* Make so content and language can be of different typesacdenisSK2017-08-041-2/+2
* Also make the message builder use DisplayacdenisSK2017-08-041-53/+119
* Make colour implement `From<(u8, u8, u8)>`acdenisSK2017-08-011-0/+5
* Fix failing tests (#133)Andrej2017-07-311-2/+3
* Remove a few clonesacdenisSK2017-07-291-8/+6
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-6/+4
* rustfmtacdenisSK2017-07-273-69/+41
* Remove the deprecated functionsacdenisSK2017-07-111-36/+0
* Add Content for MessageBuilderSkye2017-05-302-11/+195
* Add _line + _line_safe methods to MessageBuilderMaiddog2017-05-281-0/+250
* Add more examples and improve some othersZeyla Hellyer2017-05-233-28/+353
* Restructure modulesZeyla Hellyer2017-05-2213-1507/+4
* Reasonably derive Debug on itemsZeyla Hellyer2017-05-2211-20/+15
* 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