Skip to content

Tags: hyphanet/plugin-Freetalk

Tags

build0013

Toggle build0013's commit message
Build 13: Build fix required for fred LRUCache changes (now requires …

…Comparable). Also a further attempt at fixing the message deletion bug.

build0012

Toggle build0012's commit message
- Requires WOT build0012

- Fix message loss bug! YAY! :)
- Defragment databdase during startup. Should help with performance a
bit, although not a lot.
- Allow logging of NNTP commands for debugging purposes.

build0011

Toggle build0011's commit message
- 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

build0010

Toggle build0010's commit message
- New translation: Italian. Thanks to Avatāra

- New translation: Norwegian. Thanks to "Un Creative"
- Updated translation: German. Thanks to ArneBab

build0009

Toggle build0009's commit message
- Use same date format in Boards list as in thread view

- Replace linebreaks with <br /> in HTML so that copying text out of
the browser works properly (thanks to zidel)

NNTP:
- Flush output after sending date (thanks to zidel)

v9

Toggle v9's commit message
Freetalk version 9: Fix for new client layer API, fix eclipse build p…

…ath, fix newlines in posts to use <br> so they copy properly, fix NNTP date command, use date format consistently. Thanks xor, zidel, toad.

build0008

Toggle build0008's commit message
Critical web interface bugfix.

build0007

Toggle build0007's commit message
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

build0006

Toggle build0006's commit message
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

build0006-real

Toggle build0006-real's commit message
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