mahmudov has quit [Remote host closed the connection]
adam_free2air has joined #qaul.net
_whitelogger has joined #qaul.net
erictapen has joined #qaul.net
mahmudov has joined #qaul.net
<dvn>
o/ everyone. you may have (or not have) noticed me lurking in here the past couple of weeks. i met some of you at 36c3. over the years i've been involved with community mesh network projects, as well as p2p networking projects like GNUnet
erictapen has quit [Ping timeout: 256 seconds]
erictapen has joined #qaul.net
<spacekookie>
Oh hi! :) Yea, we talked in the dome during the workshop, right?
<jess3jane>
the description thing is kinda funny, that might actually be us, i'll check
<jess3jane>
nope, not us
<jess3jane>
welp
<spacekookie>
mathju: that's so weird
<mathju>
the chat-rooms parsing error is is strange, I can't find any typo or difference to what it is checking for. My best guess is that it some does not get built into it due to #[cfg(features = "chat")]
<spacekookie>
jess3jane: is it a failure probelm?
<spacekookie>
Yea, maybe juts remove those gates for now and test it again?
<jess3jane>
so we're lucky they didn't soft-deprecate description by having it call display or we'd stack overflow
<jess3jane>
for the moment i'm just gonna copy the doc comments into the display impl so it at least gives *some* error
erictapen has joined #qaul.net
<jess3jane>
mathju: should give you a real error now
<mathju>
jess: thanks! I got now: "error":"error: Not authorised to perform this action"
frigginglorious has quit [Ping timeout: 256 seconds]
<mathju>
spacekookie: cool! I commented the #[cfg(features = "chat")] out and the creation of a chat-room worked :-)
<mathju>
what should we do with all of them? shall we remove them all?
<jess3jane>
oh, i'll remove the dupe `error`
<jess3jane>
the error itself is right though: when you deleted the user your auth became invalid so you aren't authorized to delete it again
<mathju>
jess3jane: that's correct! Haven't looked at it this way :-)
erictapen has quit [Ping timeout: 240 seconds]
erictapen has joined #qaul.net
<jess3jane>
mathju: you wrote user_modify crashes, how so?
frigginglorious has joined #qaul.net
<mathju>
jess3jane: I got the following error: Error("unknown variant `testuser`, expected one of `ignore`, `set`, `unset`", line: 0, column: 0)', libqaul/rpc/src/json/parser.rs:39:5