Tags: hyphanet/plugin-Freetalk
Tags
- Major bugfix in activation which could have resulted in database corruption, thanks to zidel - Optimization of startup speed: Only check database integrity if loglevel is set to DEBUG, most users will not read their logs anyway - Optimization of startup speed: Do not check for duplicate identities unless loglevel is DEBUG, there was only a single report of duplicates and it was a long time ago
General stuff: - Major performance optimization: Use a default query activation depth of 1 instead of full activation, this is the same idea as what was changed in WoT build0006 - Performance optimization: Added guards to all DEBUG/MINOR-logging statement so their log-strings do not get constructed if you do not have debug-logging enabled. This should also reduce CPU/IO quite a bit as DEBUG/MINOR logging CAN generate hundreds of thousands of log lines per hour AND it would cause activation of objects which do not have to be activated without debug logging because they are only used for the logging. - Increase identity garbage collection delay as a workaround for the "messages are being deleted for no reason"-bug. Notice that this will not prevent the bug from happening at all, it will just make it less likely to happen The proper fix will be the event-notificaitons branch once it is finished. UI: - New feature: Statistics page on the web interface. This can be slow, its intended for testers and developers. - Remove identity count and message count from the "Welcome" page, this should speed up its generation quite a bit
General: - Fix startup breakage due to integrity test failures Web interface: - Do not word-wrap nicknames on BoardPage / NotFetchedMessagesPage NNTP fixes: - prevent bbcode quote conversion regex from choking on $ and \ thanks to TheSeeker and toad - Use US local to parse NNTP date header, fixes issues with non-US machines, thanks to ShadowW4lk3r
General: - Fix startup breakage due to integrity test failures Web interface: - Do not word-wrap nicknames on BoardPage / NotFetchedMessagesPage NNTP fixes: - prevent bbcode quote conversion regex from choking on $ and \ thanks to TheSeeker: - Use US local to parse NNTP date header, fixes issues with non-US machines, thanks to ShadowW4lk3r
PreviousNext