summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2023-11-13fix duration - minor refactorPaul Buetow
2023-11-13notifier doesn't neet to be a structPaul Buetow
2023-11-13in theory, sendEmail throttling should workPaul Buetow
2023-11-09have an error and a quorum change email throttling chPaul Buetow
2023-11-07more on email throttlingPaul Buetow
2023-11-07add notifier packagePaul Buetow
2023-11-04move Score to its own filePaul Buetow
2023-11-04remove redundant is_winner WinnerFilePaul Buetow
2023-11-04add syslog loggerPaul Buetow
2023-10-25test config works again after refactorPaul Buetow
2023-10-22refactor NodesPaul Buetow
2023-10-21make score file and winner file names configurable.Paul Buetow
2023-10-04Merge branch 'main' of codeberg.org:snonux/gorumPaul Buetow
2023-10-04wrap errorPaul Buetow
2023-08-06add is_winner winner markerPaul Buetow
2023-07-02refactor vote.New to use var argPaul Buetow
2023-07-02refactor config to use functional options patternPaul Buetow
2023-06-29add email-notification supportPaul Buetow
2023-06-29add notify.goPaul Buetow
2023-06-29refactor config initializationPaul Buetow
2023-06-20add expiry logPaul Buetow
2023-06-20refactor config agianPaul Buetow
2023-06-20refactoring ConfigPaul Buetow
2023-06-19add todoPaul Buetow
2023-06-19get node number correctPaul Buetow
2023-06-19use higher scores - update todosPaul Buetow
2023-06-19can write score filePaul Buetow
2023-06-18add relaxed modePaul Buetow
2023-06-18can specify my idPaul Buetow
2023-06-18refactorPaul Buetow
2023-06-18renamePaul Buetow
2023-06-18add universal tcp message reader and writerPaul Buetow
2023-06-18fix lint errorsPaul Buetow
2023-06-14more on client/server communicationPaul Buetow
2023-06-14make loop interval configurablePaul Buetow
2023-06-13lower vote expiry, send every expiry interval to partners my move anywayPaul Buetow
2023-06-13use race detector for the tests and also run tests in parallelPaul Buetow
2023-06-13use of vote ch in clientPaul Buetow
2023-06-13refacto quorumPaul Buetow
2023-06-13refactor of VotePaul Buetow
2023-06-12can serialize and deserialise a vote from and to jsonPaul Buetow
2023-06-10refactor loggingPaul Buetow
2023-06-10add tcpclient.goPaul Buetow
2023-06-10initial tcp clientPaul Buetow
2023-06-07move out message response handlerPaul Buetow
2023-06-07refactorPaul Buetow
2023-06-05fixPaul Buetow
2023-06-04refactorPaul Buetow
2023-06-04only notify new live nodes when changedPaul Buetow
2023-06-04first ID in message is from nodePaul Buetow