Simon Ser

Results 573 issues of Simon Ser

This is a somewhat common operation users might want to perform. Allow clients to expose a proper UI for this. Complications: - Some servers might want clients to send the...

Some commands (like `WHO`) sometimes accept masks, but without any way for the client to discover this functionality. Add an informational `ISUPPORT` (ala `TARGMAX`) to indicate which commands support masks.

When a client reconnects to a bouncer or bouncer-like IRC server such as soju, znc, or ergo, it's not desirable to re-join all previously joined channels: the server is responsible...

The new `draft/account-registration` allows clients to programmatically register a new account and save the password. It would be nice to allow clients to programmatically add and remove authorized certificates for...

On some setups, user authentication is mandatory. It would be nice if servers could communicate this to clients, e.g. via a `sasl-required` capability. The use-case is properly asking the user...

Clients often need to fetch metadata for multiple users when connecting, e.g. to display realname or away status for opened user buffers. It would be nice to allow things like...

Some bouncers can be configured to "detach" a channel (join it on the server side, but don't make clients join it). Usually highlights (or messages matching a user-configured pattern) are...

A `DKIM-Signature` which has a `a=` parameter without a `-` makes the library crash.

bug

The salmon spec defines the `base64url` encoding as follows: >The encoding used to convert between the MIME type and the "data" string. In this specification, encoding MUST be the string...

This causes issues with big (> a few megabytes) attachments. A streaming API would be nicer. Thoughts?

enhancement
v2