Wednesday, July 11, 2018
grimoire@muc.metronome.im
July
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
<==========================================================>

[08:51:48] <zinid> anybody alive?
[08:52:12] <SouL> I am
[08:53:08] <zinid> okay
[08:53:26] <zinid> and Maranda ?
[08:54:06] <zinid> he is surprisingly silent, no morning gifs, nothing
[08:57:34] <SouL> Maranda, WE ARE WORRIED!1
[17:57:08] <Maranda> https://upload.lightwitch.org/share/pki6nnEITwMv1827/9pohfBO2SoKJB-llW_zlZQ.gif
[19:39:28] <zinid> Maranda, is metronome's flat file storage compatible with prosody?
[19:39:37] <zinid> Maranda, I'm interested in accounts and roster files
[19:41:39] <Maranda> flat files should be
[19:42:16] <Maranda> Rosters shouldn't be any different
[19:42:52] <Maranda> zinid: why?
[19:43:24] <zinid> https://github.com/processone/rtb/blob/master/README.md#database-population
[19:43:38] <zinid> I wrote a script to populate Prosody's spool
[19:43:51] <zinid> so I will add a description so Metronome is also supported
[19:47:02] <Maranda> zinid: ohh okay 🤔
[19:47:32] <zinid> # cat accounts/user123.dat
return {
["password"] = "pass123";
};
[19:47:35] <zinid> should be fine?
[19:49:47] <Maranda> Erm depends on the backend
[19:51:33] <Maranda> If using plain backend yes, hashed not, but otherwise it should auto convert the first time in that case