Ivan

Results 6 issues of Ivan

I have a request call which populated a bag for me, but if I start dragging while it's getting populated it's understandably resulting in very buggy behavior. I was thinking...

Going to put every instance that I see where this replacement needs to occur here: src/servers/smtp/datatier.c lines 199-232 src/servers/smtp/datatier.c lines 293-300 src/servers/smtp/datatier.c lines 636-647

src/servers/smtp/datatier.c lines 135-151: The comment says that if no result for the given address was found we should check for wildcards being enabled and perform a wildcard search, however this...

Re-implementing ed25519 interface to use libsodium instead of donna.

Just realized that the alternative encryption scheme for dmessage is now part of the official spec. Going to get on this, although I may need something new from openssl in...