!KBVxcjPUwJSWfuHObq:matrix.org

Yggmail

75 Members
End-to-end encrypted email for the mesh networking age — https://github.com/neilalexander/yggmail18 Servers

Load older messages


SenderMessageTime
11 Nov 2023
@sbarlicon:matrix.orgsbarlicon joined the room.11:26:43
@gregguccio:matrix.orggregguccio joined the room.11:36:20
27 Nov 2023
@iloveyou:xmr.se@iloveyou:xmr.se joined the room.00:16:26
28 Nov 2023
@iloveyou:xmr.se@iloveyou:xmr.se left the room.04:16:08
8 Dec 2023
@nekit:puzyryov.runekit

🤔

Sending mail from 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045@yggmail to 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045
Will retry sending to 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045 later due to error: smtp.NewClient: Application error 0x0 (local): Connection replaced
06:15:16
@neilalexander:matrix.orgneilalexander Oh dear did I break something 09:04:34
@neilalexander:matrix.orgneilalexander
In reply to @nekit:puzyryov.ru

🤔

Sending mail from 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045@yggmail to 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045
Will retry sending to 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045 later due to error: smtp.NewClient: Application error 0x0 (local): Connection replaced
Did this resolve itself in the end or did the mail never send?
18:35:37
@nekit:puzyryov.runekitNot sure about this one in particular. But earlier I had 4 letters stuck this way at the same time. It did resolve at some point by itself, all messages sent in one go.18:37:36
@neilalexander:matrix.orgneilalexanderOK, there must be some race in the QUIC session manager somewhere, taking a look at the moment18:38:02
@neilalexander:matrix.orgneilalexander
In reply to @nekit:puzyryov.ru
Not sure about this one in particular. But earlier I had 4 letters stuck this way at the same time. It did resolve at some point by itself, all messages sent in one go.
There are new commits available, try mailing 852c5cbba6639f9ede048b382f257621c396a92d0d8c6a18dbf4ce7445594784@yggmail and see if it's any better
23:09:46
9 Dec 2023
@nekit:puzyryov.runekit
In reply to @neilalexander:matrix.org
There are new commits available, try mailing 852c5cbba6639f9ede048b382f257621c396a92d0d8c6a18dbf4ce7445594784@yggmail and see if it's any better
10:58:31
@nekit:puzyryov.runekit
In reply to @neilalexander:matrix.org
There are new commits available, try mailing 852c5cbba6639f9ede048b382f257621c396a92d0d8c6a18dbf4ce7445594784@yggmail and see if it's any better
*
2023/12/09 13:57:37 [  Yggmail  ] There are 1 mail(s) queued for 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045
2023/12/09 13:57:37 [  Yggmail  ] Sending mail from 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045@yggmail to 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045
2023/12/09 13:57:37 [  Yggmail  ] Will retry sending to 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045 later due to error: smtp.NewClient: Application error 0x0 (local): Timed out
10:58:58
@neilalexander:matrix.orgneilalexander Weird 10:59:19
@nekit:puzyryov.runekittimeout in less than a second 🤔10:59:25
@neilalexander:matrix.orgneilalexander Yes that doesn’t seem right  10:59:33
@neilalexander:matrix.orgneilalexander I’ll look at it again later on  10:59:40
@nekit:puzyryov.runekitconsidering this is basically localhost to localhost 😄11:00:35
@Arceliar:matrix.orgArceliar

Sending mail from 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045@yggmail to 7ceeebdaf010045edd91fdef2c8530d7a3ea37650b48c5369c00e9cc3c652045

Maybe ygg can't connect to itself? I mean, I can ping myself, but on sane platforms the packet won't make it into the tun device in the first place, so I don't know if we've tested that self-connections are possible (if not, that's probably worth considering a bug, and we should figure out where it breaks down and fix it)

14:51:49
10 Dec 2023
@neilalexander:matrix.orgneilalexander
In reply to @nekit:puzyryov.ru
considering this is basically localhost to localhost 😄
I reverted a bunch of changes so the latest commit should hopefully go back to working, but I think localhost to localhost is probably a special case that doesn't work, so will need to look at that separately
11:34:30
11 Jan 2024
@chope:nope.chatchope joined the room.12:39:22
31 Jan 2024
@me:fb.doesnm.cc@me:fb.doesnm.cc joined the room.19:09:51
@me:fb.doesnm.cc@me:fb.doesnm.cc Hello
can't compile yggmail from Linux to FreeBSD
user@matrix:~/yggmail$ GOOS=freebsd GOARCH=amd64 CGO_ENABLED=1 ~/go/bin/go build -v -o yggmail ./cmd/yggmail
runtime/cgo
# runtime/cgo
gcc_freebsd_amd64.c:7:10: fatal error: 'sys/signalvar.h' file not found
According to search this header is a part of FreeBSD/OpenBSD
19:12:18
@me:fb.doesnm.cc@me:fb.doesnm.cc Hello
can't compile yggmail from Linux (Debian) to FreeBSD
user@matrix:~/yggmail$ GOOS=freebsd GOARCH=amd64 CGO_ENABLED=1 ~/go/bin/go build -v -o yggmail ./cmd/yggmail
runtime/cgo
# runtime/cgo
gcc_freebsd_amd64.c:7:10: fatal error: 'sys/signalvar.h' file not found
According to search this header is a part of FreeBSD/OpenBSD
19:12:50
@neilalexander:matrix.orgneilalexander
In reply to @me:fb.doesnm.cc
Hello
can't compile yggmail from Linux (Debian) to FreeBSD
user@matrix:~/yggmail$ GOOS=freebsd GOARCH=amd64 CGO_ENABLED=1 ~/go/bin/go build -v -o yggmail ./cmd/yggmail
runtime/cgo
# runtime/cgo
gcc_freebsd_amd64.c:7:10: fatal error: 'sys/signalvar.h' file not found
According to search this header is a part of FreeBSD/OpenBSD
Looks like a Go toolchain problem, you may need to compile on FreeBSD itself 
20:22:11
1 Feb 2024
@me:fb.doesnm.cc@me:fb.doesnm.cc
In reply to@neilalexander:matrix.org
Looks like a Go toolchain problem, you may need to compile on FreeBSD itself 
I have only 512M RAM on FreeBSD
it is not enough
06:29:47
5 Feb 2024
@me:fb.doesnm.cc@me:fb.doesnm.cc left the room.13:06:52
6 Feb 2024
@majestrate:matrix.orgmajestrate changed their profile picture.16:35:51
@majestrate:matrix.orgmajestrate changed their profile picture.16:44:16
8 Feb 2024
@majestrate:matrix.orgmajestrate changed their profile picture.12:20:13
19 Mar 2024
@jboi:jboi.nl-> @jo:jo.wtf changed their display name from Jonathan to -> @jo:jo.wtf.13:05:35

There are no newer messages yet.


Back to Room ListRoom Version: 6