aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'HEADv0.5.0masterJokler2019-06-2237-1465/+3692
|\
| * Main: Bump version to 0.5.0 and update emailJokler2019-06-222-2/+2
| * Remind: Fix invalid error when parsing repeat timeJokler2019-06-221-1/+1
| * Doc: Update readmeJokler2019-05-271-4/+4
| * Remind: Fix invalid minimum repeat durationJokler2019-05-271-1/+1
| * Url: Fix useless titles getting printedJokler2019-05-121-0/+4
| * Main: Update Cargo.lock file for unicode 12.1.0Jokler2019-04-301-634/+820
| * 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
| * Main: Use 0.13.6 of the irc crate instead of gitJokler2018-10-032-10/+5
| * 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-2112-2/+423
| * Errors: Fix accidental double printingJokler2018-09-211-0/+1
| * Main: Remove diesel_infer_schema dep & run clippyJokler2018-09-204-93/+7
| * Main: Update dependenciesJokler2018-09-196-584/+697
| * 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-286-30/+71
| * Readme: Remove the currency pluginJokler2018-06-211-1/+0
| * Tell: Fix tell accept conditionJokler2018-06-161-5/+9
| * Emoji: Update to Unicode 11.0Jokler2018-06-161-1/+1
| * 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
| * Fix clippy warningsJokler2018-06-1621-388/+448
| * Url: Add prefix to messages to show contextJokler2018-05-241-6/+8
| * Remind: Fix target parsingJokler2018-05-181-3/+3
| * Remind: Fix help messageJokler2018-05-141-2/+2
| * Remind: Add Mysql as a possible databaseJokler2018-05-1410-126/+267
| * Remind: Change syntax and update helpJokler2018-05-131-2/+5
| * Factoids: Fix notice target on missing subcmdJokler2018-05-131-1/+1
| * Currency: Fix help messageJokler2018-05-131-1/+1
| * Remind: Remove sleep debug messagesJokler2018-05-133-7/+4
| * Remind: Add initial remind pluginJokler2018-05-128-269/+1030
| * Factoids: Add help and make some responses noticesJokler2018-05-121-9/+28
| * Help: Send a static list of available commandsJokler2018-05-121-1/+3
| * Emoji: Add default to EmojiHandleJokler2018-05-121-15/+15
| * Factoids: Improve display of runtime errors in luaJokler2018-05-123-19/+26
| * Url: Use shorter timeout for title downloadsJokler2018-05-112-3/+24