Soni L.

Results 245 issues of Soni L.

Similar to the SMP, there should also be a PSK-based fingerprint verification method. This would be very useful if you happen to have a 32-byte (256-bit) PSK "somehow".

Uh can we have a provision for sending extra data with messages? For example IRC could use a TLV to identify if a message is a PRIVMSG or NOTICE or...

Similar to how you can prevent the bot from proxying specific channels, you should also be able to prevent the bot from proxying specific users. There should be no limit...

enhancement

The command "pk;appreciate" should have the bot reply with "Thank you" no more than once every 5 minutes. :p

Currently the docs don't really specify the defaults for stuff, which may discourage ppl from using pk.

running soupault on 1.7GiB of HTML can take a while (like 40 minutes). it'd be nice if there was a way to cache the runs, ideally in such a way...

OTR bypasses dccblock, so can we get otrblock that just blocks OTR too? just to completely block all the ways you can start a DCC. (does anyone even use OTR?!)

module request

BWInventory may throw IOOBE for cases where Inventory doesn't. https://github.com/NOVA-Team/NOVA-Core/blob/master/minecraft/1.7/src/main/java/nova/core/wrapper/mc17/wrapper/inventory/BWInventory.java#L20 Vanilla inventories (e.g. vanilla furnace) are guilty of this: They don't bounds-check.

enhancement
in progress

I noticed NOVA always uses string identifiers. IMO NOVA should use typed identifiers: 1. `Identifier` interface - ~~The `I` at the beginning is necessary to avoid conflicts with a bunch...

breaking change