Monday, January 09, 2023
grimoire@muc.metronome.im
January
Mon Tue Wed Thu Fri Sat Sun
            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          
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[17:49:22] <Maranda[x]> You can't Metronome only supports TCP sockets the only way would be having caddy listening on a different port and reverse proxying without SNI or listening on loopback (127.0.0.1) if on same machine without encryption
[21:57:47] <sarvo> Managed to make it work. Here is the code so you can review it:

https://codeberg.org/Nimble/metronome-filer/src/branch/delete

Now I am off to test the autodelete. However there is something that is still bothering me, the delete_url, everytime it changes metronome "forgets it" meaning that in all the changing and uploads I sent to the same server with the same url, the delete only recognizes the delete_url.

What I mean is that I have files now that will never get deleted, even tho the upload url is the same for all of them because it doesn't match with the latest delete_url
[22:11:57] <Maranda> > <sarvo> Managed to make it work. Here is the code so you can review it:
>
> https://codeberg.org/Nimble/metronome-filer/src/branch/delete
>
> Now I am off to test the autodelete. However there is something that is still bothering me, the delete_url, everytime it changes metronome "forgets it" meaning that in all the changing and uploads I sent to the same server with the same url, the delete only recognizes the delete_url.
>
> What I mean is that I have files now that will never get deleted, even tho the upload url is the same for all of them because it doesn't match with the latest delete_url

Metronome stores the delete slots with the URLs if you change the deletion URL base that will invalidate all stored slots obviously