Commit graph

4174 commits

Author SHA1 Message Date
jesopo
48bab203bf comma-separated cron schedule check should be first 2019-12-12 12:02:27 +00:00
jesopo
13f2baf303 switch coins.py to use cron timers 2019-12-12 12:00:41 +00:00
jesopo
80f0a3d94c refector cron.py and support comma-separated schedule pieces 2019-12-12 12:00:27 +00:00
jesopo
89e9122128 retooted account should use username, not display name 2019-12-12 05:35:45 +00:00
jesopo
a5554663b4 add healthcheck.py to routinely call a URL for uptime pinging 2019-12-11 15:50:15 +00:00
jesopo
60db9ff389 first draft on cron module 2019-12-11 15:43:17 +00:00
jesopo
ff050b3583 send.stdout should default to thinking it is in-channel 2019-12-11 11:19:42 +00:00
jesopo
1b9a26919d switch to using the full wolfram alpha API 2019-12-11 11:18:36 +00:00
jesopo
5a2905de01 allow Request objects to specify their timeout 2019-12-11 11:18:19 +00:00
jesopo
6f8338b7b5 allow users to set command-method for PMs with them 2019-12-10 17:11:44 +00:00
jesopo
b4b998b7d4 default command responses in PM to use NOTICE 2019-12-10 16:59:00 +00:00
jesopo
3848d878a4 use fediverse display names when available 2019-12-10 11:45:29 +00:00
jesopo
cffbcad430 support bot-wide aliases with !balias
closes #212
2019-12-10 11:28:09 +00:00
jesopo
734aec179f move aliases.py to core_modules 2019-12-10 11:23:34 +00:00
jesopo
4ef460fac4 don't overwrite on_resume() in ircv3_resume 2019-12-10 11:09:03 +00:00
jesopo
a3bde5e682 fix ModuleManager.find_module() - don't set path until it's actually found 2019-12-10 11:08:44 +00:00
jesopo
671e259ada allow space between "++" and nickname 2019-12-10 10:51:37 +00:00
jesopo
69f4d43590 catch ++nickname as karma too 2019-12-10 10:49:12 +00:00
jesopo
58c09f7342 fix typos, type hinting and missed changes in ModuleManager 2019-12-10 05:32:55 +00:00
jesopo
638eee0d68 move core modules to src/core_modules, make them uneffected by white/black list 2019-12-10 05:27:35 +00:00
jesopo
9d16f7d523 move sys.exit() codes to an enum in utils.consts 2019-12-10 05:26:16 +00:00
jesopo
3028759c86 use get_list and set_list to move dynamic module en/disabling to bot.conf 2019-12-07 11:07:43 +00:00
jesopo
3bf2f86702 added get_list() and set_list() to src/Config.py 2019-12-07 11:05:32 +00:00
jesopo
e08bac9312 add src/Config.py.__delitem__ 2019-12-07 11:05:13 +00:00
jesopo
a98dc6e0a6 add src/Config.py.__setitem__ 2019-12-07 10:51:04 +00:00
jesopo
fc069d6da2 fix src/Config.py type hinting 2019-12-07 10:50:50 +00:00
jesopo
7274d1bf28 add ability to save config file 2019-12-07 10:42:43 +00:00
jesopo
374cc307b1 remove -m/-M and BaseModule.command_line - it doesn't work any more 2019-12-07 10:23:17 +00:00
jesopo
8ebde7b1c7 add dataclasses==0.6 to requirements.txt
closes #215
2019-12-06 17:13:29 +00:00
jesopo
99341fcc3b make "Setup" a whole category of README.md 2019-12-06 17:09:55 +00:00
jesopo
9664e275f4 remove database_backup.py, add note in README.md about what should be backed up 2019-12-06 17:07:25 +00:00
jesopo
2d3316185b "qoute" -> "quote" typo 2019-12-06 16:34:42 +00:00
jesopo
b212714561 Revert "add utils.parse.shortencode() and utils.parse.shortdecode - effectively base62"
This reverts commit e71f3bbc36.
2019-12-06 14:29:26 +00:00
jesopo
e71f3bbc36 add utils.parse.shortencode() and utils.parse.shortdecode - effectively base62 2019-12-06 12:10:41 +00:00
jesopo
4252a2c2ce _specific_hostmask() should take an already-parsed hostmask 2019-12-06 10:40:24 +00:00
jesopo
8a265da8bf by default, show locked/unlocked events for issues/PRs 2019-12-06 07:11:31 +00:00
jesopo
693e6a8b93 'server' -> 'event["server"]' 2019-12-05 17:28:53 +00:00
jesopo
90cbc5a36f show karma total when adding/removing karma points 2019-12-05 17:20:37 +00:00
jesopo
3ff3ec099e attempt to attach grabbed quotes to account instead of nickname 2019-12-04 10:43:53 +00:00
jesopo
269489b583 we shouldn't be setting seen-info on every channel per each channel message 2019-12-04 10:34:34 +00:00
jesopo
b889a9f841 add utils.http.Session object, to preserve cookies across requests 2019-12-03 13:00:43 +00:00
jesopo
a80c3396df show useful error message when failing to parse birthday setting 2019-12-02 18:01:31 +00:00
jesopo
e36c007a24 SettingParseException was moved to utils.settings 2019-12-02 18:01:03 +00:00
jesopo
7d57ac2fa9 v1.16.1 release 2019-12-01 11:16:56 +00:00
jesopo
dde10c11d8 better wording for karma, now that it's per-user 2019-12-01 10:46:07 +00:00
jesopo
e96173d60c _get_target needs params 2019-12-01 10:32:40 +00:00
jesopo
2ecdc05d64 v1.16.0 release 2019-12-01 09:49:06 +00:00
jesopo
4dba22d70b add "--depends-on commands" hashflag to permissions module 2019-12-01 09:48:03 +00:00
jesopo
59289b3742 normalise target names between ++/-- and !karma 2019-12-01 08:49:59 +00:00
jesopo
ed7150a8b7 break sed search when we find a match 2019-12-01 08:06:56 +00:00