Commit Graph

32 Commits

Author SHA1 Message Date
muppeth bae19cf270
switched vagrant to debian11; fixed http related variables; fixed http-file-share 2022-09-05 23:23:43 +02:00
meaz 034ebc4ebb Merge branch 'master' into prosody_update 2022-04-02 21:23:16 +00:00
meaz 7786680e48
better match with latest change on prosody.cfg.lua.dist in trunk 2022-04-02 23:20:54 +02:00
meaz 23e3aa4f1b
deprecated option 2022-04-02 22:01:38 +02:00
meaz e657f258ce
remove obsolete options 2022-04-02 21:57:48 +02:00
antilopa f0f9851a08 fix lower case incompability (#21)
Co-authored-by: antilopa <antilopa@disroot.org>
Reviewed-on: #21
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: antilopa <antilopa@no-reply@disroot.org>
Co-committed-by: antilopa <antilopa@no-reply@disroot.org>
2022-04-02 18:56:22 +00:00
meaz 6415acfaf5 Change from mod_http_upload to mod_http_file_share (#19)
see here: Disroot/Disroot-Project#203

As soon as we agree on this, I'll work on host_vars

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #19
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2022-02-26 20:58:49 +00:00
meaz 33fbf1149b change direct_tls_ports to s2s_direct_tls_ports and c2s_direct_tls_ports (#20)
Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #20
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2022-02-24 21:10:50 +00:00
meaz 6e764cd388 add option for siskin support (#14)
Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #14
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2022-01-06 21:04:30 +00:00
meaz 908b0730c0 install lua-dbi according to the right DB used. (#16)
Fix #15

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #16
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2022-01-06 21:04:05 +00:00
meaz 6145d7dffb add script to allow invitation from muc in firewall (#13)
Fix this [Disroot/Disroot-Project#151 (comment))

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #13
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2021-11-03 10:45:54 +00:00
meaz f1bd817f33 remove daemonize as it is deprecated (#12)
Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #12
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2021-11-02 14:39:14 +00:00
meaz 79abba2826 implement XEP-0368: SRV records for XMPP over TLS (#6)
Partially implement this: [#112](Disroot/Disroot-Project#112)

We need to add *xmpps-client.tcp* SRV records to our DNS for this port

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #6
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2021-07-29 08:32:20 +00:00
meaz 024248c20a Merge pull request 'Add some stanza limits' (#5) from security into master
Reviewed-on: #5
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
2021-05-21 08:37:05 +00:00
meaz b1da8bc8fc
add mod_limits option 2021-05-13 19:28:54 +02:00
meaz ab7575baa6
add stanza size limit vars 2021-05-13 19:28:40 +02:00
meaz b2fbd643a9 Merge pull request 'Fix muc_ban_ip' (#4) from muc_ban_ip into master
Reviewed-on: #4
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
2021-05-11 20:12:43 +00:00
meaz a941ca5097
Merge branch 'master' into muc_ban_ip 2021-05-11 21:58:17 +02:00
meaz 8add066396
fix muc_ban_ip mod 2021-05-11 21:54:30 +02:00
meaz 31100d9a07 add mod muc_ban_ip (#3)
See #1 (comment)

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #3
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
2021-05-08 06:30:43 +00:00
meaz ebb98ba773
update readme 2021-05-08 08:30:02 +02:00
meaz 5a2599bf6a
Merge branch 'master' into muc_ban_ip 2021-05-08 08:29:30 +02:00
meaz a8a475d7df Merge pull request 'Prosody - push compatibility with siskin' (#2) from siskin into master
Reviewed-on: #2
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
2021-05-08 06:26:41 +00:00
muppeth 8fb6e35479
moved latest entry in changelog to the top 2021-05-07 08:16:52 +02:00
meaz 5ed6234133
complete changelog 2021-05-05 09:08:02 +02:00
meaz 81d77579f9
update changelog 2021-05-05 09:07:07 +02:00
meaz 1a7f8da071
add muc_ban_ip 2021-05-05 09:04:34 +02:00
meaz d7a8ee20d5
push compatibility with siskin 2021-05-02 08:19:22 +02:00
meaz ac32827f68
add lua-luaossl for siskin compatibility / mod_cloud_notify_encrypted 2021-05-02 08:07:41 +02:00
meaz 57d8dd472a
remove admin_blocklist defines twice 2021-05-02 08:07:09 +02:00
muppeth e432dedde4
Migration commit; fresh start 2021-03-14 11:00:16 +01:00
muppeth 54b69b6008 Initial commit 2021-03-14 09:57:59 +00:00