eta

Results 11 issues of eta

according to Half-Shot, you can't discard keys on event content; they might be used for important non-specced extensions. probably best to chuck 'em into a `serde::Value` or something alongside the...

- [ ] relax error handling on MatrixRequestable to accept anything coerceable into failure::Error - [ ] maybe un-specialcase the hyper errors while we're at it - [ ] go...

(Most of these changes are aimed at making matrix not a pain to use) - The `defer_joins` option on prpl accounts waits for users to be added to a prpl...

(depends on #125) - The new `mark_read` option controls whether messages are marked as read upon reception by bitlbee. - Not all libpurple prpls actually support this, but the ones...

Currently, rust-jack does not catch panics at the FFI boundary, resulting in possible unsafety / undefined behaviour. (c.f. the docs for [std::panic::catch_unwind](https://doc.rust-lang.org/std/panic/fn.catch_unwind.html):) > It is currently undefined behavior to unwind...

safety

**Describe the bug** Opening some emails fails with `unknown encoding: unknown-8bit (check the log for details)`. The emails causing this problem seem to all have been sent from Microsoft Outlook....

bug

As far as I can see (although I may have missed something); there's no way to create a non-interleaved non-blocking stream with safe code (i.e. not `transmute()`ing the callback arg...

When calling `wsd:close-connection` on a connection object, the websocket read thread associated with that object starts using 100% CPU trying to call `READ-SEQUENCE`, erroring out (because the stream is closed),...

### Describe the bug with a clear and concise description of what the bug is. Due to some sort of incompatibility (perhaps #107), Pleroma instances tend to get stuck in...

bug

In certain use cases, it's desirable to not send a SYN|ACK packet immediately after receiving a SYN -- for example, a TCP proxy that doesn't want to do so until...