SSHOUT server-side programs

[Releases]
Clone this repo:
  1. 1826c9b CLI: fix endless loop by WHR · 11 months ago master
  2. ae74dc4 Server: fix attempting to broadcast user off-line event to the same connection that was just ended by WHR · 11 months ago
  3. 58ce84e Server: fix accidentally closing server socket by WHR · 11 months ago
  4. c06d656 Server: remove a duplicated log message by WHR · 11 months ago
  5. c60949b CLI: shrink input line buffer to 2 KiB, where the old size is mostly a typo by WHR · 11 months ago
  6. 4097330 Client: check stdout file ownership if it is a terminal by WHR · 11 months ago
  7. 872e4d5 Server: close(2) stdin and stdout to free up these 2 unused file descriptors by WHR · 11 months ago
  8. 11c3586 Client: restrict access of stdout from other users if it is a terminal by WHR · 11 months ago
  9. c11ac50 Remove unused codes; update copyright year in messages by WHR · 11 months ago
  10. 0d521d6 Server: use file descriptors of clients as indexes directly by WHR · 11 months ago
  11. 7dbe18c Server: shrunk scope of some local variables by WHR · 11 months ago
  12. b3ff81c IRC: send MOTD upon registration by WHR · 12 months ago
  13. c20b9a7 Check for malloc(3) failure by WHR · 1 year, 3 months ago
  14. b713806 Server: make sure accept(2)ed file descriptor is less than FD_SETSIZE by WHR · 1 year, 5 months ago
  15. 108fada Add optional encoding convertion support for plain-text messages by WHR · 2 years, 1 month ago
  16. bea4370 Don't compare between signed and unsigned integers by WHR · 2 years, 2 months ago
  17. f165b46 Fix a logical error in client-cli.c by WHR · 2 years, 2 months ago
  18. c7f8160 Don't use new line for syslog(3) by WHR · 2 years, 2 months ago
  19. f341727 Revise translated messages by WHR · 2 years, 2 months ago
  20. 2d875df Allow omitting build date to make binary programs reproducible by WHR · 2 years, 5 months ago