aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Quote: Make subcommands case insensitivedevJokler2020-02-241-3/+4
* Quote: Filter out empty tokens on getJokler2019-12-241-2/+7
* Quote: Split methods and add a 'next' commandJokler2019-12-161-61/+177
* Quote: Add search subcommandJokler2019-12-152-14/+150
* Utils: Add Accept-Language header to requestsJokler2019-12-091-1/+2
* Factoid: Adjust lua os methodsJokler2019-12-091-1/+1
* Remove unused diesel use statementsJokler2019-12-073-11/+3
* Fix mysql feature by readding diesel macrosJokler2019-12-072-1/+8
* Tell: Filter duplicate receiversJokler2019-12-071-0/+2
* Remove 'extern crate' linesJokler2019-12-0715-62/+58
* Run cargo fmt on all filesJokler2019-12-078-13/+18
* Upgrade rust edition to 2018Jokler2019-12-0712-44/+44
* Tell: List the receivers on successful sendJokler2019-12-072-15/+22
* Unicode: Hide bytes if there is only oneJokler2019-11-031-7/+13
* Unicode: Use hex formatting for the byte listJokler2019-11-031-1/+1
* Quote: Actually fix info messageJokler2019-10-311-6/+3
* Quote: Fix info message and adjust get outputJokler2019-10-312-15/+25
* Quote: Return random quote on missing user argJokler2019-10-312-25/+82
* Unicode: Allow multiple spaces before tokenJokler2019-07-291-10/+11
* Factoid: Move sandbox hooks to rust & drop unsafeJokler2019-07-063-40/+62
* Main: Update dependencies and remove clippy pluginJokler2019-07-063-22/+22
* Revert "Remind: Fix invalid error when parsing repeat time"Jokler2019-07-051-1/+1
* Remind: Fix invalid error when parsing repeat timeJokler2019-06-221-1/+1
* Remind: Fix invalid minimum repeat durationJokler2019-05-271-1/+1
* Url: Fix useless titles getting printedJokler2019-05-121-0/+4
* Url: Send titles with a sigle useful word againJokler2019-04-051-12/+12
* Unicode: Always send a notice on errorJokler2019-02-211-22/+22
* Main: Fix doc test and warningsJokler2019-02-212-6/+5
* Unicode: Fix buffer sizeJokler2019-02-211-1/+1
* Help: Mention Unicode PluginJokler2019-02-211-1/+1
* Plugins: Replace Emoji with UnicodeJokler2019-02-204-155/+103
* Tell: Fix unsent tell on PRIVMSGJokler2019-01-011-9/+12
* Quote: Info: Add negative indexing and fix errorJokler2018-11-061-1/+12
* Factoids: Rename to FactoidJokler2018-10-228-51/+57
* Quote: Fix get command when no index was specifiedJokler2018-09-221-15/+14
* Quote: Ignore trailing space when no index was specifiedJokler2018-09-212-10/+22
* Quote: Add initial quote pluginJokler2018-09-218-2/+411
* Errors: Fix accidental double printingJokler2018-09-211-0/+1
* Main: Remove diesel_infer_schema dep & run clippyJokler2018-09-202-6/+6
* Main: Update dependenciesJokler2018-09-193-5/+3
* Sed: Remove some unwrapsJokler2018-07-082-10/+10
* Tell: Only show error if the message was not sentJokler2018-07-061-1/+1
* Help: Remove mentions of the currency pluginJokler2018-07-011-2/+2
* Plugins: Replace IrcClient with a traitJokler2018-06-3011-110/+206
* Factoids: Add max recursion level to json.decodeJokler2018-06-301-4/+8
* Factoids: Add a json.decode function to luaJokler2018-06-284-7/+48
* Tell: Fix tell accept conditionJokler2018-06-161-5/+9
* Tell: Allow messages to online usersJokler2018-06-161-2/+5
* Docs: Remove usage of Currency in an exampleJokler2018-06-161-1/+0
* Currency: Remove plugin because of API changesJokler2018-06-163-165/+0