the calls are done with 2 params , so we need a dummy to satisfy
automatic code audit
Change-Id: I29e31e6e0d3a65745f37dde9988073597a900aba
Signed-off-by: sigoa <si@goat.si>
message = "Error occurred: could not load message from disk."
TODO: _translate( this !
it happens frequently. my suggestion:
"Error occurred: could not load message from disk. -- This is not a (received) BitMessage, but an error message due to a read storage problem."
* This type of data is called metadata
* Systemd config file
- tested on Debian 9, you may have to adjust paths/uids if your
deployment differs
* Add collectd monitoring script
* Only write PID after last fork
- should fix systemd integration
message = "Error occurred: could not load message from disk."
TODO: _translate( this !
it happens frequently. my suggestion:
"Error occurred: could not load message from disk. -- This is not a (received) BitMessage, but an error message due to a read storage problem."
- recent changes caused the "tag" (and "payload") columns in the
inventory table in messages.dat to be stored as blobs. Searches by tag
(e.g. pubkey lookups) stopped working. This fixes it.
- I thought this is done automatically through garbage collection, but I
think as the channel is still assigned in the asyncore map, it needs
to be done manually. Basically filehandle limit exceeded and it
crashed
- dandelion would always think there is a cycle and trigger fluff
- cycle fluff trigger didn't correctly re-download and re-announce the
object. Now it remembers between (d)inv and object commands that it's
in a fluff trigger phase.
- fixes and feedback from @gfanti and @amiller
- addresses #1049
- minor refactoring
- two global child stems with fixed mapping between parent and
child stem
- allow child stems which don't support dandelion
- only allow outbound connections to be stems
- adjust stems if opening/closing outbound connections (should
allow partial dandelion functionality when not enough outbound
connections are available instead of breaking)
- reduce buffer size to 128kB (was 2MB)
- IP address handling use str instead of buffer (the latter, even
though it should be faster, breaks the code on Windows)
- read up to full buffer after fully established (otherwise
downloads become too slow due to the loop time). This reverts
a change made in d28a7bfb86