index
:
gorum
main
Quorum daemon written in Go.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-03-07
README: Add pre-alpha warning
main
Paul Buetow
2023-11-19
pring out signal received
Paul Buetow
2023-11-13
fix duration - minor refactor
Paul Buetow
2023-11-13
notifier doesn't neet to be a struct
Paul Buetow
2023-11-13
in theory, sendEmail throttling should work
Paul Buetow
2023-11-09
have an error and a quorum change email throttling ch
Paul Buetow
2023-11-07
more on email throttling
Paul Buetow
2023-11-07
add notifier package
Paul Buetow
2023-11-04
move Score to its own file
Paul Buetow
2023-11-04
remove redundant is_winner WinnerFile
Paul Buetow
2023-11-04
add syslog logger
Paul Buetow
2023-10-25
test config works again after refactor
Paul Buetow
2023-10-22
refactor Nodes
Paul Buetow
2023-10-21
make score file and winner file names configurable.
Paul Buetow
2023-10-04
Merge branch 'main' of codeberg.org:snonux/gorum
Paul Buetow
2023-10-04
wrap error
Paul Buetow
2023-08-06
add is_winner winner marker
Paul Buetow
2023-07-02
refactor vote.New to use var arg
Paul Buetow
2023-07-02
refactor config to use functional options pattern
Paul Buetow
2023-06-29
add email-notification support
Paul Buetow
2023-06-29
belongs to test
Paul Buetow
2023-06-29
add notify.go
Paul Buetow
2023-06-29
refactor config initialization
Paul Buetow
2023-06-20
add expiry log
Paul Buetow
2023-06-20
refactor config agian
Paul Buetow
2023-06-20
refactoring Config
Paul Buetow
2023-06-19
add todo
Paul Buetow
2023-06-19
get node number correct
Paul Buetow
2023-06-19
use higher scores - update todos
Paul Buetow
2023-06-19
can write score file
Paul Buetow
2023-06-18
initial ingegrationtests
Paul Buetow
2023-06-18
add relaxed mode
Paul Buetow
2023-06-18
can specify my id
Paul Buetow
2023-06-18
refactor
Paul Buetow
2023-06-18
rename
Paul Buetow
2023-06-18
add universal tcp message reader and writer
Paul Buetow
2023-06-18
fix lint errors
Paul Buetow
2023-06-14
more on client/server communication
Paul Buetow
2023-06-14
make loop interval configurable
Paul Buetow
2023-06-13
lower vote expiry, send every expiry interval to partners my move anyway
Paul Buetow
2023-06-13
use race detector for the tests and also run tests in parallel
Paul Buetow
2023-06-13
use of vote ch in client
Paul Buetow
2023-06-13
refacto quorum
Paul Buetow
2023-06-13
refactor of Vote
Paul Buetow
2023-06-12
can serialize and deserialise a vote from and to json
Paul Buetow
2023-06-10
refactor logging
Paul Buetow
2023-06-10
add tcpclient.go
Paul Buetow
2023-06-10
initial tcp client
Paul Buetow
2023-06-07
move out message response handler
Paul Buetow
2023-06-07
refactor
Paul Buetow
[next]