ShadowNinja
ShadowNinja
If I connect using a client with the `restrict_` options set, and then disconnect by clicking the 'x' by the network name, I am unable to reconnect. The error message...
IPv6 idents are now the first ten characters of the base32 encoded SHA-1 hash of the user's IP. Unlike IPv4 addresses, there is a possibility that there will be collisions...
KiwiIRC doesn't currently seem to support IPv6. I managed to get it working with [this patch](http://sprunge.us/NdbL?diff) (applied to a fairly old version, I'll see about updating it). My patch has...
Summary of Changes === Persistent SQL Database --- Servers are now stored persistently in an SQL database. This offers the following advantages: * Servers can now be remembered when they...
Rationale: - Servers with registered domains are more likely to stick around for a while. - Requiring a (non-free) registered domain to rank highly on the list means that servers...
We can use the same icons as the client. From minetest/minetest.github.io#100.
This causes thinks like: ``` /help d, e, f, g, h, i, j, k, l, m. Available commands: a, b, c, ``` I also find it more difficult to read.
Depends on and includes #21 and #22.
This combines a number of my pull requests and future commits will be added to it to prevent flooding the issue list. To do: - [x] Add RPL_ISUPPORT parsing. -...