Block a user
SetDate message is sent too often to I2CP clients.
Add a date+time time-stamp to each snark message.
Or, we could change the data structure holding the messages in a such way that it holds the timestamp and the message separately. So the user could decide in the settings whether they want to see…
Add a date+time time-stamp to each snark message.
- move log.info() above where you add the timestamp, because the logger adds its own timestamps
- use internal time _context.clock().now() instead of System.currentTimeMillis()
Fixed.
…
Add a date+time time-stamp to each snark message.
NACK
- Use DataHelper.formatTime() which is localized and in local time zone
- Don't reorder the imports
Fixed.
Add a date+time time-stamp to each snark message.
i2psnark does not use timestamp in its logs.