Daniel Oaks

Results 276 comments of Daniel Oaks

I don't really expect it to be merged back (because of the extensive changes), but I've been trying to do some of this in my fork: https://github.com/DanielOaks/Craft Just some stuff...

fwiw, `r` usually indicates 'registered users' these days (as in registered with NickServ or similar)

Yo, on my fork the main commits you're interested in if you're not keen for the Lua are probably: - [f5a663...580ce7](https://github.com/DanielOaks/Craft/compare/f5a663...580ce7) - merging dynamic moving clouds, some other random changes...

Another interesting thing I was playing with was allowing the API to add blocks dynamically (i.e. you load a plugin and it makes a new type of block). I don't...

I just had this while trying to download a decently large wiki: ``` Traceback (most recent call last): File "./dumpgenerator.py", line 2054, in main() File "./dumpgenerator.py", line 2046, in main...

In terms of knowing what sort of string it is, one thing I've seen work decently is to only highlight SQL when it's fully uppercased. Just the keywords and phrases,...

I intentionally haven't included this functionality so far because of privacy issues. If we were to support this it would only ever be for channels, it would default to off...

Hm. Working for the hardware owner is good, so long as the people using the system know what they're getting into imo, since IRC has a really strong anti-logging bias...

https://modern.ircdocs.horse/#elist-parameter https://github.com/oragono/oragono/blob/c1d4c55/irc/handlers.go#L1410 https://github.com/oragono/oragono/blob/c1d4c55/irc/server.go#L945

I like the sound of most of that proposal. So, what sort of info usually differs for each server on the network, in traditional IRC nets? - server name (`blah.oragono.io`,...