Commit Graph

7 Commits

Author SHA1 Message Date
84b21dde6d Fix: moderation delay max value was not correctly handled. 2024-09-17 11:38:18 +02:00
5566f4b6cf Prosody modules: fix lua 5.3/5.4 compatibility:
Lua 5.3 comes with new integers type, and can fail if floats are used
where integers are wanted.
2024-09-10 17:58:12 +02:00
38f2b2af57 prosody-modules: preparing some modules for publication on
prosody-modules repo
2024-07-29 15:00:02 +02:00
9c200a4e46 Moderation delay (#132):
* displaying the remaining time for moderators.
2024-07-10 16:54:54 +02:00
00a0dca1f9 Moderation delay WIP (#132):
* code refactoring.
2024-07-09 15:22:27 +02:00
cf68414710 Moderation delay WIP (#132):
* handle message retractation (proof of concept)
2024-07-09 15:09:27 +02:00
f870aa6cfb Moderation delay WIP (#132):
* mod_muc_moderation_delay, first shot.
2024-07-09 11:40:37 +02:00