| 2023-09-15 12:19 | stop initializing threads, add agent name in logs, verbose logs | Remy Noulin | 1 | +11 | -7 |
| 2023-08-02 19:23 | add unknown state to show when no packet has been ever received from a machine | Remy Noulin | 1 | +2 | -2 |
| 2023-08-02 17:54 | move stray comment in a string causing a bug | Remy Noulin | 1 | +2 | -1 |
| 2023-07-23 10:26 | parse port from /proc/net/tcp correctly | Remy Noulin | 1 | +5 | -0 |
| 2023-07-23 06:31 | check used port with /proc/net/tcp instead of bind | Remy Noulin | 1 | +37 | -15 |
| 2023-07-23 05:55 | add flexible timeout and call selInit | Remy Noulin | 2 | +15 | -1 |
| 2023-07-15 07:38 | stop using clock to avoid replay attacks, use a packet counter instead | Remy Noulin | 1 | +39 | -28 |
| 2023-07-13 15:12 | add information in README | Remy Noulin | 1 | +12 | -2 |
| 2023-07-13 12:17 | add information in README | Remy Noulin | 1 | +8 | -0 |
| 2023-07-13 11:44 | add initialize drift time because some machines don't have the correct time | Remy Noulin | 1 | +11 | -4 |
| 2023-07-13 09:25 | Encrypt messages with libsodium (public key encryption), change bin define because of conflict with libsodium | Remy Noulin | 6 | +328 | -53 |
| 2023-07-11 07:02 | Limit number of packets per period, print packet content when agent id is wrong | Remy Noulin | 1 | +22 | -9 |
| 2023-07-10 13:02 | remove setTop workaround, bug is fixed in libsheepy | Remy Noulin | 1 | +0 | -6 |
| 2023-07-10 12:09 | improve monitor and the logic for detecting reboots and network issues | Remy Noulin | 1 | +155 | -31 |
| 2023-07-08 19:40 | remove infinite loop in monitor | Remy Noulin | 1 | +12 | -12 |
| 2023-07-08 19:35 | add termbox for monitor | Remy Noulin | 17 | +5621 | -0 |
| 2023-07-08 18:41 | comment out system to detect when packets arrive too fast | Remy Noulin | 1 | +10 | -8 |
| 2023-07-08 18:28 | use correct port for monitor and bridge | Remy Noulin | 1 | +7 | -7 |
| 2023-07-08 05:51 | use correct object to get monitor port | Remy Noulin | 1 | +3 | -3 |
| 2023-07-08 05:48 | set correct monitor port | Remy Noulin | 1 | +31 | -11 |
| 2023-07-08 05:30 | add basic monitor | Remy Noulin | 1 | +67 | -4 |
| 2023-07-08 05:09 | send data to monitor | Remy Noulin | 1 | +38 | -22 |
| 2023-07-08 04:53 | detect when packets are coming too fast | Remy Noulin | 1 | +9 | -0 |
| 2023-07-07 19:48 | fix compilation | Remy Noulin | 1 | +2 | -2 |
| 2023-07-07 19:47 | don't run commands on logger | Remy Noulin | 1 | +3 | -4 |
| 2023-07-07 19:43 | add command 'command' to run a command on all machines | Remy Noulin | 1 | +31 | -5 |
| 2023-07-07 19:22 | log source ip when id is wrong | Remy Noulin | 1 | +6 | -3 |
| 2023-07-07 18:58 | record events only on disk (not all messages) | Remy Noulin | 1 | +19 | -6 |
| 2023-07-07 14:16 | run service as a daemon | Remy Noulin | 1 | +1 | -1 |
| 2023-07-07 14:10 | use ssh to setup heartbeat service | Remy Noulin | 1 | +4 | -2 |
| 2023-07-07 13:56 | change home path to absolute and enable heartbeat service for all agents | Remy Noulin | 1 | +13 | -12 |
| 2023-07-07 13:43 | add start heartbeat at startup with systemd | Remy Noulin | 2 | +22 | -1 |
| 2023-07-07 12:41 | add daemon functionality | Remy Noulin | 1 | +10 | -2 |
| 2023-07-07 12:10 | initialize only existing probes | Remy Noulin | 1 | +7 | -5 |
| 2023-07-07 11:25 | heartbeat initial version | Remy Noulin | 7 | +881 | -0 |