Simon Ser
Simon Ser
Closes: https://github.com/ircv3/ircv3-specifications/issues/477
This is based on the vendored [soju.im/bouncer-networks extension][1]. - [ ] Consider using irc:// URLs instead of `host`/`port` attrs - [ ] Consider adding a way for servers to advertise...
Is this valid if a server looses the ability to perform SASL EXTERNAL auth? ``` CAP NEW sasl=PLAIN,EXTERNAL […] CAP NEW sasl=PLAIN ``` Or should the server send a `CAP...
Currently, when connecting clients need to query history for all channels, from the last read msgid. This is necessary to show visual feedback (colors, notifications) in case the user has...
Hi! I'm working on a standard push notification IRC extension. Is this something you'd be interested in? https://github.com/ircv3/ircv3-specifications/pull/471 Feedback welcome!
``` [Macaron] PANIC: reflect: call of reflect.Value.Interface on zero Value /usr/local/go/src/runtime/panic.go:426 (0x8070a0d) gopanic: reflectcall(nil, unsafe.Pointer(d.fn), deferArgs(d), uint32(d.siz), uint32(d.siz)) /usr/local/go/src/reflect/value.go:913 (0x81a05fa) valueInterface: panic(&ValueError{"reflect.Value.Interface", 0}) /usr/local/go/src/reflect/value.go:908 (0x81a0572) Value.Interface: return valueInterface(v, true) /home/simon/go/src/github.com/go-macaron/binding/binding.go:333...
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3589
With https://github.com/swaywm/sway/pull/5063, users have a way to unconditionally enable VRR. However this can cause some flickering on some monitors. Flickering seems to happen on higher-end monitors which have a larger...
Required for [1]. [1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3637
Sway 1.8
Planning for the next release. Milestone: https://github.com/swaywm/sway/milestone/11 Changes for users and packagers: - New wlroots version - On Linux, `CAP_SYS_NICE` can be set to improve scheduling: #6994 - Manufacturer names...