Kyle Fuller
Kyle Fuller
To put together all the information for iOS/watchOS/macOS based on APNs from what has been discussed so far. ### Sending "Pings" The Apple terminology for these are "background notifications" or...
That's an interesting case to consider, the echo-message specification states: > If servers apply any modifications to these messages, they MUST send the final version of the message back to...
Is ZNC doesn't know the hostmask for the nick there isn't really much else it could do. What do you suggest that ZNC does instead @Alexendoo?
I think this would behave in a similar manner to znc-playback module (https://github.com/jpnurmi/znc-playback / https://wiki.znc.in/Playback). Thus if the capability is enabled, then we should prevent auto playback and allow the...
> msgid is indeed a non trivial feature, but it can be implemented > without upstream support: for example, messages ID could be the row ID > in a SQL...
Based on what @schoentoon says, perhaps we can set IRCEnableConnect to false if we see "G-Lined" in the ERROR message. Such as follows: ``` ERROR Closing link: ([email protected]) [G-Lined: Testing...
> IRC networks conforming to this specification MUST publish an SRV record with the "ircs" service label The expected behaviour for a conforming network is very clear and explicit, however...
> What would be gained by mandating a specific client behavior here? Clients can offer a consistent experience in regards to DNS SRV records. There isn't a suggestion, recommendation, or...
Do you intent to add a command to view the list of subscriptions? I could see how as a user this could be useful to debug problems and be able...
> I don’t really understand the concept of turning off fallbacks. Usually you have several code paths, and one is chosen at runtime. The other code path isn’t “turned off”...