mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #158] remember and tell last result msg #149
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Aug 28, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/158
currently, if some client/server fault happens, we call register_*_fault to increment a fault counter.
this leads to some clients getting flagged as abusers if they produce too many faults.
this could be changed to something like register_*_result to register the last result msg (success msg or failure msg) and optionally increment the fault counter (for failures which are considered abusive).
the last result msg could then be displayed on the web UI for the host (or domain).
@ThomasWaldmann commented on GitHub (Sep 3, 2014):
fixed by
556194ca3fand following changesets