Commit Graph

69 Commits

Author SHA1 Message Date
Ville Ranki 35593de3b9 Url: support blacklisting certain urls (to work around youtube suckiness) 2021-04-08 20:47:49 +03:00
gammafn 3fcce6c611 Add !wafull to readme 2021-04-06 12:54:19 -05:00
gammafn 6ce7e36b18 Add !alias commnd to user-alias modules 2021-03-30 11:53:06 -05:00
gammafn 874b24e081 Mention aliasing modules in the README 2021-03-30 11:49:42 -05:00
Ville Ranki a84db65d93 Refactored Github asset management code, changed to use domains and color-coded labels. See README for updated info. 2021-02-07 23:43:37 +02:00
Ville Ranki 090ccc3011 Added ghproj github project managerment module. 2021-02-04 21:34:05 +02:00
Ville Ranki 06a35f5a0b
Merge branch 'master' into master 2021-01-23 22:10:49 +02:00
Dylan Hackworth a8cd7de81e
Documented changes 2021-01-23 14:07:34 -06:00
Dylan Hackworth 6722fd01a4
Added LEAVE_EMPTY_ROOMS env var 2021-01-23 13:41:24 -06:00
Ville Ranki 19aaa1a546 Disabled a few modules by default, added docs and scripts for running locally. 2020-11-25 22:09:18 +02:00
Ville Ranki b4441964ae Printing: Allow setting paper size. Documentation enhancements. 2020-11-24 23:02:39 +02:00
Ville Ranki 5876d8bc5b Added printing module 2020-11-23 00:20:09 +02:00
Andreas Kotes 0839b653f4
Yank unreliable Twitter module and related stuff 2020-11-15 21:24:17 +01:00
Andreas Kotes 0e4a55f77a
Update README about disabled modules 2020-11-15 21:22:15 +01:00
Ville Ranki 39c1b98f88 Added relay module for relaybot functionality 2020-11-04 21:53:23 +02:00
Ville Ranki 4ffdb03a24
Merge pull request #99 from Sneagan/feature/welcome
Welcome Feature
2020-09-16 14:48:14 +03:00
Jackson Egan 9c80395bff Add welcome modules ro README 2020-09-14 23:52:12 -04: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 f74f3a6df7 Added jitsi module (fixes #94). Modified dockerfile (fixes #92). 2020-07-21 00:06:17 +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
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
Dylan Hackworth e129e604a3 README: Documented modules/room 2020-04-01 00:34:53 -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
Ville Ranki 87998001f5 Added mxma module 2020-03-29 23:50:33 +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 18fea2501c Allow setting message type in \!url 2020-03-28 22:04:15 +02:00
Dylan Hackworth c3d4a75a09 Added OWNERS_ONLY env variable to the README 2020-03-18 13:35:27 -05:00
Frank Becker 1ad251d184 add apod bot owner command apikey 2020-03-15 18:49:24 +01:00
Frank Becker facec3111d add apod bot commands help, stats and clear 2020-03-15 18:11:00 +01:00
Frank Becker 967ab33528 added Astronomy Picture of the Day module
* upload astronomy picture of the day to the room
* cache latest response
* use own api key by setting environment variable
  APOD_API_KEY (default: DEMO_KEY)
2020-03-14 21:10:27 +01:00
Ville Ranki 1a74091e04 Removed support for password login (use access token). Removed logout functionality as it's also unnecessary. Fixes #56. 2020-03-10 20:11:19 +02:00
Ville Ranki 72a9595122 Added cmd command. 2020-02-27 22:20:13 +02:00
Frank Becker 892c84a974 fixed loglevel and evaluation to enable debugging 2020-02-16 16:56:34 +01:00
Frank Becker 561338fc10 document DEBUG environment variable 2020-02-16 16:56:34 +01:00
plocki 0f1bd0070a Added modules commands 2020-02-08 14:58:51 +01:00
Ville Ranki 1e97742e13 Various fixes, added bot leave command, handle left rooms in polling modules. 2020-01-26 19:20:03 +02:00
Ville Ranki 5b81671691 Added NOTAM module. Fixes #22 2020-01-26 18:17:07 +02:00
Ville Ranki d2a505257d Merge branch 'master' of github.com:vranki/hemppa 2020-01-20 23:54:15 +02:00
Ville Ranki 80c1bc3f95 Fixed slow polling service issue, some minor tuning. Fixes #16. 2020-01-20 23:54:10 +02:00
Tatu Wikman ab9265bd4d
Fix readme
fix a typo with the old module name and add information about the default setting for a room.
2020-01-20 23:31:35 +02:00
Tatu Wikman a2f4d7c999
renamed to url
Added different on off statuses
* title, spams titles
* description, spams descriptions
* both, spams both
* off, dont spam

And a bit of refactoring
2020-01-11 01:59:07 +02:00
Tatu Wikman f3d42aa1ed
New module, url titles
If activated in a room this will spit out the titles of urls mentioned in the room.
2020-01-11 00:11:35 +02:00