From: <cur...@di...> - 2021-03-03 13:33:54
|
Hi everyone! I develop and use my own IRC client https://hub.darcs.net/gay/chatik and I contribute bugfixes to picoirc and chatwidget, I've also improved picoirc by adding TLS support there. Here's the list of what I'm planning to do: * make picoirc handle MODE messages from server by sending them to callback as traffic mode, this breaks compatibility because my IRC client expects them in callback as system; * make picoirc handle NOTICE messages from server by sending them to callback as traffic notice, this breaks compatibility because someone's IRC client might expect them in callback as system; * make [spliturl] private because there is no reason to use it outside of picoirc; * remove [send] and make [post] behave like [send] when channel is {}. Let me know if you have any objections. |