-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
31 lines (27 loc) · 1.48 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
== Changelog
Possible ideas for future versions
- logging for each server/channel/pm
- Get imagestreams setup, or whatever the kubernetes equivalent is (if it exists yet)
- maybe look into a discord bridge between two other things, or IRC maybe
- the @roles_list is implemented badly, do a get query first before the check for existance when adding a role to a user
- Break out the code into a separate library and create an API to access etc
- Configure bot via config file or via command to set admins/curators
- Integrate with social media, Reddit/Tumblr/Twitter/Minds/Fediverse/Instagram/Pinterest maybe to find pictures or posts of interest to the various room topics.
- Eventually release the bot to allow it to be invited to multiple servers, and run simulataneously.
- figure out how to have users authenticate with their own api keys rather than using mine when posting to a gab group/other social media etc
=== 0.0.9
- Bumped Libsodium to 1.0.17
=== 0.0.8
- v0.0.8 Moved to Podman from Docker
- Added liveliness check to the deployment
- Added connection check to the deployment
=== 0.0.7
- Integreated with Mastodon API. Currently only works with Gab.
- Add persistant volume + claim configuration
- find a host to run the bot
- create a github repo
- add command for printing the url to the github repo
- add support for adding default roles to users who accept the rules
- add support for authorised users, more than one etc
- add support for commands via private messages
- maybe create a docker image