aboutsummaryrefslogtreecommitdiff
path: root/src/ext
Commit message (Expand)AuthorAgeFilesLines
* Restructure modulesZeyla Hellyer2017-05-2219-4191/+0
* Reasonably derive Debug on itemsZeyla Hellyer2017-05-222-0/+2
* Remove more remaining selfbot supportZeyla Hellyer2017-05-221-2/+0
* Allow unreachable_code lint in command! macroKen Swenson2017-05-181-4/+4
* Fix no-cache framework compilationZeyla Hellyer2017-05-131-7/+14
* Framework: trim content before parsing argsMaiddog2017-05-121-7/+11
* Check if message starts with dynamic_prefix resultMaiddog2017-05-081-1/+3
* Add framework dynamic_prefix exampleZeyla Hellyer2017-05-041-2/+24
* Clippy lintsZeyla Hellyer2017-04-191-15/+13
* Accept a slice of args in help commandsZeyla Hellyer2017-04-194-5/+5
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-192-11/+77
* Update the way errors are handled in dispatchIllia2017-04-192-401/+172
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+4
* Switch to using serde for deserializationZeyla Hellyer2017-04-113-47/+51
* Clippy lints + permission byte literalsZeyla Hellyer2017-04-093-11/+11
* Remove support for group calls and guild syncZeyla Hellyer2017-04-097-220/+55
* Remove selfbot supportZeyla Hellyer2017-04-055-107/+9
* Improve some framework docsZeyla Hellyer2017-03-251-5/+16
* Fix testsZeyla Hellyer2017-03-251-1/+2
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+22
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-201-0/+1
* Fix deadlock/panic on channel create event for private messagesSteffen Schröter2017-03-191-1/+1
* Fix incorrect cache exampleSteffen Schröter2017-03-171-1/+1
* Update doctests for Context changesZeyla Hellyer2017-02-153-14/+12
* Remove most Context methodsZeyla Hellyer2017-02-122-22/+24
* Fix a not-if-else lintZeyla Hellyer2017-02-121-3/+3
* Small amount of voice docsZeyla Hellyer2017-02-114-5/+24
* Allow standalone voice connectionsZeyla Hellyer2017-02-112-151/+245
* Remove improper uses of `map` in the cachealex2017-02-101-63/+23
* Optimize cachingZeyla Hellyer2017-02-092-272/+413
* Fix unreachable patterns in command macroAustin Hellyer2017-02-011-1/+1
* Fix docs linksAustin Hellyer2017-01-245-19/+16
* Properly drop on bindsAustin Hellyer2017-01-242-13/+10
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-232-12/+11
* First round of deleting useless methodsAustin Hellyer2017-01-151-6/+30
* Code style cleanupAustin Hellyer2017-01-081-1/+1
* hashmap of usagesTaavetti Sjelkov2017-01-021-1/+1
* Feature-flag a framework checkAustin Hellyer2017-01-021-5/+8
* Relisting 'Commands:' is redundant in embed helpAustin Hellyer2017-01-011-2/+0
* Implement context message queueingTaavi2017-01-016-36/+40
* Fix command macro signaturesAustin Hellyer2016-12-311-4/+4
* Fix typoIllia2016-12-312-4/+4
* Add command alias support and command.exampletaavi?2016-12-295-64/+155
* Use $crate in the command macroalex2016-12-241-4/+4
* Fix grammar in framework help the commandzeyla2016-12-211-1/+1
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-192-2/+3
* Clarify command missing argument messageAustin Hellyer2016-12-191-1/+1
* Fix framework message position boundary splitsAustin Hellyer2016-12-181-18/+21
* Default Framework command use_quotes to falseAustin Hellyer2016-12-181-1/+1
* Add framework config to ignore webhook messagesIllia2016-12-182-1/+23