Simon Ser

Results 571 issues of Simon Ser

- [ ] Tests - [ ] Docs - [ ] Consider introducing `LMTPDataCommand` as well - [ ] Consider splitting `Close` and waiting for server reply? Not sure it's...

The usefulness of this package is questionable: it should be pretty trivial for a library user to wrap a backend instead of using this.

Not yet clear to me which endianness they use.

On many messaging platforms, the server provider is also responsible for providing a way for clients to upload attachments. This removes the need for clients to maintain/pick their own upload...

Many IRC servers have a rate limiting mechanism, where clients are only allowed to send a given amount of messages for a given time window. Sometimes there are different restrictions...

Sharing the current fixed location without live updates can be done with a PRIVMSG with a `geo://` URI. However, sharing live position updates will require a more sophisticated solution. The...

The `sasl` extension defines the `AUTHENTICATE` command to log in (or re-authenticate), but doesn't provide any way to log out.

Some (corporate or public) network operators choose to block most ports. This makes it complicated to connect to IRC servers on the default port. Add a way for servers to...

It would be nice to have a standard way to register/unregister a channel. This is typically done through ChanServ at the moment.

Right now there is no mechanism for servers to advertise support for WHOX fields. This means clients assume all fields are supported, and forces servers to reply with dummy values...