Commit Graph

60 Commits

Author SHA1 Message Date
Tulir Asokan
485040e687 Add temporary request_db_engine() implementation 2018-10-22 01:13:50 +03:00
Tulir Asokan
fd14a38546 Make command arguments map optional and fix optional command arguments 2018-10-21 21:57:34 +03:00
Tulir Asokan
a4fb18038c Update version 2018-10-21 01:01:51 +03:00
Tulir Asokan
1ffc536f0c Add SIGINT/SIGTERM handler 2018-10-20 21:16:13 +03:00
Tulir Asokan
d7bbe1498a Remove unused import 2018-10-20 19:38:55 +03:00
Tulir Asokan
b29a7d186e Add configuration for plugins 2018-10-20 18:39:16 +03:00
Tulir Asokan
ac5f059ef4 Update docker setup 2018-10-18 15:31:18 +03:00
Tulir Asokan
3337ac52ea Update readme and version to .dev2 2018-10-18 00:02:15 +03:00
Tulir Asokan
a13fa556a9 Add sync filter for bots 2018-10-17 23:43:56 +03:00
Tulir Asokan
3c565c76ec Make docker-run.sh executable 2018-10-17 23:15:09 +03:00
Tulir Asokan
457b3d444a Fix dockerfile 2018-10-17 23:02:04 +03:00
Tulir Asokan
6a95ef0007
Merge pull request #7 from maubot/python-rewrite
Rewrite in Python
2018-10-17 22:51:08 +03:00
Tulir Asokan
cc053d0cfc Move bot helper checks to command event handler 2018-10-17 22:45:59 +03:00
Tulir Asokan
06eef9d6f2 Use join_room instead of join_room_by_id 2018-10-17 22:09:25 +03:00
Tulir Asokan
2844865e3a Fix potential await bug 2018-10-17 22:09:25 +03:00
Tulir Asokan
f94638a937 Add untested dockerfile 2018-10-17 22:09:20 +03:00
Tulir Asokan
c342dc225f Move bot-oriented stuff from mautrix-python and add more logs 2018-10-17 20:17:14 +03:00
Tulir Asokan
4d2f2cd173 Set bot profile info at startup and add example maubot.ini 2018-10-17 15:00:51 +03:00
Tulir Asokan
350749a2c1 Fix setup.py classifiers 2018-10-17 01:44:10 +03:00
Tulir Asokan
2d95b54758 Remove event proxy class 2018-10-17 01:31:12 +03:00
Tulir Asokan
1d8de8b5f2 Make it work 2018-10-17 01:30:08 +03:00
Tulir Asokan
dce2771588 Make it run 2018-10-16 22:15:35 +03:00
Tulir Asokan
eef052b1e9 More changes 2018-10-16 16:41:02 +03:00
Tulir Asokan
0b246e44a8 Add command matching stuff 2018-10-16 00:25:23 +03:00
Tulir Asokan
c79ed97a47 Separate plugin loader 2018-10-14 22:57:11 +03:00
Tulir Asokan
523ec69b3b Update gitignore 2018-10-14 22:11:40 +03:00
Tulir Asokan
7924b70549 Add a bunch of stuff 2018-10-14 22:08:11 +03:00
Tulir Asokan
60c3e8a4d3 Update zipimport backport 2018-10-13 15:58:23 +03:00
Tulir Asokan
91dc5646c7 Add autojoin event handler 2018-10-13 00:30:05 +03:00
Tulir Asokan
6969b2e273 Add db and client stuff 2018-10-10 22:51:34 +03:00
Tulir Asokan
c161fd71e7 top 2018-10-08 01:21:18 +03:00
Tulir Asokan
4550fa25f7 Start Python rewrite 2018-09-23 17:56:21 +03:00
Tulir Asokan
f06c6dd767 Fix active command matching 2018-09-21 23:33:37 +03:00
Tulir Asokan
b805641ea4 Fix passive command regex compiling and send m.notices by default 2018-09-21 16:09:26 +03:00
Tulir Asokan
ba6bbead12 Fix SendMessageEvent signature 2018-09-21 00:36:45 +03:00
Tulir Asokan
6868b08fa9 More functions for clients 2018-09-21 00:35:24 +03:00
Tulir Asokan
f7fd012218 Use fallbackless body when matching passive commands 2018-09-20 23:45:58 +03:00
Tulir Asokan
66849dd40d Update dep in dockerfile 2018-09-20 01:49:39 +03:00
Tulir Asokan
a77084b12e Fix log file name format and remove old debug prints 2018-09-20 01:47:24 +03:00
Tulir Asokan
2a0106da26 Update dependencies 2018-09-20 01:47:18 +03:00
Tulir Asokan
22ef8195dd
Merge pull request #3 from maubot/command-handlers
Add command handler system
2018-09-20 01:16:36 +03:00
Tulir Asokan
ff26598910 Update gomatrix, add logging and other things 2018-09-20 01:16:13 +03:00
Tulir Asokan
36582d831b Add gcc for sqlite3 compile 2018-07-06 16:48:20 +03:00
Tulir Asokan
bd9f6d2223 Enable cgo in dockerfile 2018-07-06 16:46:38 +03:00
Tulir Asokan
7ba3c5c9aa Fix building in dockerfile 2018-07-06 16:45:06 +03:00
Tulir Asokan
eb11392125 Add config path to dockerfile cmd 2018-07-06 16:32:40 +03:00
Tulir Asokan
bb48358bec Update maulogger 2018-07-06 16:31:42 +03:00
Tulir Asokan
4e186fae48 Add dockerfile 2018-07-06 16:09:25 +03:00
Tulir Asokan
e26fc65cd0 Add dep 2018-07-06 16:08:50 +03:00
Tulir Asokan
d261997d84 Require ! at start of active commands 2018-06-21 22:08:33 +03:00