Commit Graph

10 Commits

Author SHA1 Message Date
8542c2be86
Added admidio_python_api submodule 2019-02-02 13:22:42 +01:00
06868d67ce
Added info event feature
The bot is now able to return information about a certain event to a room.
2019-01-27 17:58:24 +01:00
9e139a0f3e Add custom Matrix Python SDK. Solves #5 and #2
This commit releases a custom Matrix Python SDK. This means that the
most important classes---MatrixClient, Room, and MatrixHttpApi---are
inherited by Custom classes. This enables us to change behaviour or add
new features in a well structured and predictable way.

The first issue that is solved with this new custom SDK is the problem
that was introduced in #2.
2019-01-20 00:41:02 +01:00
e4d325955c Event plugin was missing host entry for MySQL connection 2019-01-14 23:59:59 +01:00
eb2b887c0a Transitioned from JSON to Hjson. Closes #3
All configuration files and all messages files should now preferrable be
done in Hjson. This format supports, i.a. features, multi line strings
and commenting. This greatly improves readability.

All installation and documentation files are also updated in this
commit.
2019-01-14 23:47:38 +01:00
b6c9d025a8 Refactored the directory variables minimally 2019-01-13 12:51:57 +01:00
3f007cc83f Installation of requirements.txt before loading module 2019-01-13 12:50:15 +01:00
a6919125ae Added plugin install API
It is now specified how a plugin should be installed. Furthermore, a
"super user" is added to the install script and configuration files.
2019-01-12 18:02:34 +01:00
0d32c727fa Added installation files
This commit adds a convenient installation script for Linux and also
adds a description on how to install the bot.

Furthermore, a very simple example plugin is added. This way, new users
can easily discover the possibilities of this plugin.

Finally, the default character "Peter"---which is used within
Alcuinus---is removed, and a more generic character is added.
2019-01-12 15:13:21 +01:00
3a85bd368f Renamed directory name of admidio_events plugin
This way it is clear from which software the plugin grabs the events.
2019-01-08 23:08:57 +01:00