Commit Graph

209 Commits

Author SHA1 Message Date
Ville Ranki a1f1a53a84 Disregard previous - PL50 should be fine. Problem is with IRC bridge. Probably. 2020-09-12 18:13:22 +03:00
Ville Ranki 34b642840a Set admin power level to be more than 50 as that's what bridged users seem to get. 2020-09-12 17:28:25 +03:00
Ville Ranki 6634e98676 Fixed bug that only room admins can use toot per-room 2020-09-12 17:09:51 +03:00
Ville Ranki e372aadd73 Mastodon: Per-room accounts 2020-09-12 16:48:47 +03:00
Ville Ranki 28db0fedfe Added Mastodon module 2020-08-06 14:23:50 +03:00
Ville Ranki 30178503ca Catch exceptions in jitsi unknown callback 2020-07-21 00:36:03 +03:00
Ville Ranki d74522ec0c More robust detection of jitsi call 2020-07-21 00:24:40 +03:00
Ville Ranki f74f3a6df7 Added jitsi module (fixes #94). Modified dockerfile (fixes #92). 2020-07-21 00:06:17 +03:00
Ville Ranki 6af66e2f4a
Merge pull request #93 from berlincount/disabled_cmd
Don't enable cmd module by default
2020-07-20 21:03:40 +03:00
Andreas 'count' Kotes e2f9daa00b Don't enable cmd module by default 2020-07-15 23:06:37 +02:00
Ville Ranki 11f2917d49 Url: Use og:title meta property if found. Fixes #90. 2020-07-13 23:06:55 +03:00
Ville Ranki 69c18070f7
Merge pull request #89 from tswfi/fix_url_none
make sure title exists before trying to use it, fixes #83
2020-06-18 14:43:24 +03:00
Tatu Wikman 76667548a9 make sure title exists before trying to use it, fixes #83 2020-06-18 14:17:58 +03:00
Ville Ranki 4abddeb194 Added a note on encryption not being supported yet. Fixes #87 2020-06-06 14:33:47 +03:00
Ville Ranki f6ab531ff1
Merge pull request #86 from Sneagan/master
Add Time Zone Environment Variable and cron time Command
2020-05-26 21:56:56 +03:00
Jackson Egan 6fe9839c66 Add time command and TZ variable explanation to README 2020-05-26 13:12:13 -04:00
Jackson Egan 6c8dd0ed96 Add time command to show datetime and timezone that the cron command will use. 2020-05-26 13:02:32 -04:00
Ville Ranki 7b44722850
Merge pull request #82 from tswfi/RelaxPipenvPythonVersion
Relax Pipfile python requirement.
2020-05-21 22:01:41 +03:00
Tatu Wikman 6795db57c4
Relax Pipfile python requirement.
Currently there is no way of defining >3.6 or similar in Pipfile (see https://github.com/pypa/pipenv/issues/1050)

But the requirement can be removed completely. The only downside is that someone with only python2.7 on their machine will get other errors if pipenv tries to use 2.7.
2020-05-20 23:04:04 +03:00
Ville Ranki d59ea52204 flog - allow checking any field's log 2020-05-03 23:39:27 +03:00
Ville Ranki e4a3022c82 Added flog module 2020-05-03 23:27:39 +03:00
Ville Ranki da0ac100e3 Added timeout to url module. Fixes #79 2020-04-25 22:51:39 +03:00
Ville Ranki a125250bef
Merge pull request #77 from dhghf/room_module
Added Room Module
2020-04-01 15:43:52 +03:00
Dylan Hackworth 7cb3723b53 modules/room: Added help 2020-04-01 00:46:34 -05:00
Dylan Hackworth e129e604a3 README: Documented modules/room 2020-04-01 00:34:53 -05:00
Dylan Hackworth a49ae6ce63 modules/room: Polished 2020-04-01 00:32:17 -05:00
Dylan Hackworth 2289aa335f modules/room: Added kicked command 2020-03-31 23:58:04 -05:00
Dylan Hackworth 98ba1bc6c0 modules/room: Added banned command 2020-03-31 23:56:48 -05:00
Dylan Hackworth 3e52dc516f modules/room: Added joined command
Signed-off-by: Dylan Hackworth <dhpf@pm.me>
2020-03-31 23:54:47 -05:00
Dylan Hackworth 664dd66dd3 modules/room: Added servers command
Signed-off-by: Dylan Hackworth <dhpf@pm.me>
2020-03-31 23:54:03 -05:00
Dylan Hackworth 5541f6b6b8 Room module init
Signed-off-by: Dylan Hackworth <dhpf@pm.me>
2020-03-31 23:53:40 -05:00
Ville Ranki 2607afcde2 Some mxma specific tuning, fixes #71. Added some debugging to slow polling services. 2020-03-30 22:04:41 +03:00
Ville Ranki 6a9a1f845c
Merge pull request #65 from dhghf/cmd-refactor
CMD module refactor
2020-03-30 21:36:38 +03:00
Dylan Hackworth cff1fdf681 Documented CMD refactor 2020-03-29 17:05:00 -05:00
Dylan Hackworth 9b00214dd3 Command names instead of numbers 2020-03-29 17:04:10 -05:00
Ville Ranki 2134048957 Merge branch 'master' of github.com:vranki/hemppa 2020-03-29 23:50:57 +03:00
Ville Ranki 87998001f5 Added mxma module 2020-03-29 23:50:33 +03:00
Ville Ranki 533bcd029a
Merge pull request #67 from ancho/feature/more-debug-apod
add more debugging output to apod module uploading a file
2020-03-29 20:57:00 +03:00
Ville Ranki 48d8298828 Add support to ignore m.text messages and fix url module to use this. Fix url not saving message type. 2020-03-29 20:34:57 +03:00
Ville Ranki e3ad073fad Added wolfram alpha module 2020-03-28 23:08:21 +02:00
Ville Ranki 3eeadb8956 A bit more tighter help 2020-03-28 22:06:39 +02:00
Ville Ranki 18fea2501c Allow setting message type in \!url 2020-03-28 22:04:15 +02:00
Frank Becker d6a37754cd handle image upload failure 2020-03-26 19:43:59 +01:00
Frank Becker 70c1a0bd66 retry upload url if hdurl fails 2020-03-26 19:35:17 +01:00
Frank Becker 5de192097a add more debugging output to apod module uploading a file 2020-03-21 11:02:24 +01:00
Dylan Hackworth 4c693205a7 CMD module refactor 2020-03-20 15:32:56 -05:00
Ville Ranki b7bda46261
Merge pull request #64 from dhghf/#63-patch
Fixes #63
2020-03-20 10:43:44 +02:00
Ville Ranki f566955239
Merge pull request #62 from dhghf/owners-only
Added whitelisting feature
2020-03-20 10:42:44 +02:00
Dylan Hackworth edf5c3d6fe #63 patch 2020-03-19 15:27:49 -05:00
Dylan Hackworth c3d4a75a09 Added OWNERS_ONLY env variable to the README 2020-03-18 13:35:27 -05:00