| Commit message (Expand) | Author | Age | Files | Lines |
| * | Give empty array arg to WARN call in github module | jesopo | 2019-05-04 | 1 | -1/+1 |
| * | Change min duck messages to 40, change chance back to 5% | jesopo | 2019-05-03 | 1 | -2/+2 |
| * | Actually import EventManager in ducks.py | jesopo | 2019-05-03 | 1 | -1/+1 |
| * | Set received.message.channel priority to PRIORITY_MONITOR | jesopo | 2019-05-03 | 1 | -1/+2 |
| * | Add !friends and !enemies to ducks.py | jesopo | 2019-05-03 | 1 | -0/+33 |
| * | Reset duck_lines to 0 when a duck has spawned | jesopo | 2019-05-03 | 1 | -0/+1 |
| * | Change duck-spawn change to 10% per message after 20 messages | jesopo | 2019-05-03 | 1 | -1/+1 |
| * | there's no `event` in bootstrap_channel | jesopo | 2019-05-03 | 1 | -3/+3 |
| * | bootstrap old channels for ducks.py | jesopo | 2019-05-03 | 1 | -2/+9 |
| * | Refector ducks.py | jesopo | 2019-05-03 | 1 | -397/+56 |
| * | add 'print-motd' bot setting, to enable/disable printing motd to log | jesopo | 2019-05-02 | 1 | -4/+13 |
| * | Remove `import pytz` from location.py, we don't use it | jesopo | 2019-05-01 | 1 | -1/+0 |
| * | Move isgd.py to shorturl.py and switch back to using bit.ly | jesopo | 2019-05-01 | 1 | -5/+10 |
| * | No longer prefix stderr with "!", it doesn't really make sense | jesopo | 2019-04-30 | 1 | -1/+1 |
| * | Typo in commands/outs.py, 'methd' -> 'method' | jesopo | 2019-04-30 | 1 | -1/+1 |
| * | Limiit !to to 5 messages per user | jesopo | 2019-04-30 | 1 | -0/+4 |
| * | Added pronouns.py | jesopo | 2019-04-30 | 1 | -0/+22 |
| * | resume.py should be using IRCServer.send_raw | jesopo | 2019-04-28 | 1 | -1/+1 |
| * | Actually provide formatting arg for user_time.py error | jesopo | 2019-04-28 | 1 | -1/+2 |
| * | Change location.py to use lat/lon instead of continent/country/city | jesopo | 2019-04-28 | 2 | -9/+6 |
| * | Add !w as an alias of !weather | jesopo | 2019-04-28 | 1 | -0/+1 |
| * | Remove incorrect and redundant `usage` !weather | jesopo | 2019-04-28 | 1 | -1/+1 |
| * | "%", not "," | jesopo | 2019-04-28 | 1 | -2/+2 |
| * | Actually provide user nickname in !weather error message | jesopo | 2019-04-28 | 1 | -1/+2 |
| * | Add echo.py | jesopo | 2019-04-28 | 1 | -0/+6 |
| * | Add user_time.py | jesopo | 2019-04-28 | 1 | -0/+33 |
| * | Change location.py to use geocoding, change weather.py in line with it | jesopo | 2019-04-28 | 2 | -15/+41 |
| * | Remove debug print | jesopo | 2019-04-28 | 1 | -1/+0 |
| * | Add location.py, to allow users to set their location | jesopo | 2019-04-28 | 1 | -0/+17 |
| * | Show the full result of a !config change | jesopo | 2019-04-28 | 1 | -2/+3 |
| * | Add a setting to automatically shorten URLs when their title is retrieved | jesopo | 2019-04-28 | 1 | -4/+13 |
| * | Add _name to urbandictionary.py for correct capitalisation | jesopo | 2019-04-27 | 1 | -0/+2 |
| * | Use is-ignored export in title.py to ignore users for auto-title | jesopo | 2019-04-27 | 1 | -0/+5 |
| * | Use is-ignored export in karma to allow ignoring users for karma | jesopo | 2019-04-27 | 1 | -0/+5 |
| * | Use is-ignored export in sed.py to allow ignoring users from sed | jesopo | 2019-04-27 | 1 | -0/+4 |
| * | Add ability to ignore users per-command | jesopo | 2019-04-27 | 1 | -13/+39 |
| * | Delete 'ignore' setting when unignoring so it doesn't hold space in the database•••but still defaults to false
| jesopo | 2019-04-26 | 1 | -1/+1 |
| * | Change channel_op's _name from "Channel Op" to "ChanOp" | jesopo | 2019-04-26 | 1 | -1/+1 |
| * | Check that we have an AbstractURL in DDG results | jesopo | 2019-04-25 | 1 | -1/+1 |
| * | Change copypasted !google help text | jesopo | 2019-04-25 | 1 | -1/+1 |
| * | Add duckduckgo.py | jesopo | 2019-04-25 | 1 | -0/+24 |
| * | Refuse to get the title for any url that points locall | jesopo | 2019-04-25 | 1 | -1/+9 |
| * | Make masterlogin passwords one-time-use | jesopo | 2019-04-24 | 1 | -1/+2 |
| * | Move REGEX_URL out of isgd.py and title.py in to utils.http | jesopo | 2019-04-24 | 2 | -9/+6 |
| * | `link` -> `url` | jesopo | 2019-04-24 | 1 | -1/+1 |
| * | Aloow !shorten to find the last posted url and shorten it | jesopo | 2019-04-24 | 1 | -4/+13 |
| * | Store full non-hashed auto-title url in setting value | jesopo | 2019-04-24 | 1 | -3/+3 |
| * | Add ability to track (and show) who first send a specific link that was•••auto-titled
| jesopo | 2019-04-24 | 1 | -2/+29 |
| * | Record and show when a !to was created | jesopo | 2019-04-24 | 1 | -4/+7 |
| * | Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change
!connect/!disconnect to take aliases instead of IDs
| jesopo | 2019-04-24 | 5 | -21/+17 |