aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | This reverts commit 6ecb061831b251476e55906ad7f42bb8f730e2f7. The previous code was fine, this introduced a bug instead of fixing one.
* 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
| | | | | The new plugin adds a command which allows checking the name and some info of a character.
* 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
| | | | | This should fix travis-ci since diesel_infer_schema is deprecated.
* Main: Update dependenciesJokler2018-09-193-5/+3
| | | | This fixes builds for OpenSSL 1.1.1.
* 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
| | | | | This is to make it simpler to replace the client in the future.
* 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
| | | | | This fixes a mistake from the previous commit to the tell plugin.
* Tell: Allow messages to online usersJokler2018-06-161-2/+5
| | | | | | Since the userlists desync after a while it is not guaranteed that users are actually online when they appear to be.
* Docs: Remove usage of Currency in an exampleJokler2018-06-161-1/+0
|
* Currency: Remove plugin because of API changesJokler2018-06-163-165/+0
| | | | | The plugin was rarely used so fixing it would not be a priority.
* Fix clippy warningsJokler2018-06-1619-136/+142
|
* 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
|