1. e453266 Change priority of some syslog messages by WHR · 4 years, 11 months ago
  2. 584c5d2 Enable LC_ALL by WHR · 6 years ago
  3. dd8c000 Add gettext(3) support for client and sshoutcfg(8) by WHR · 6 years ago
  4. ad6e1ed Client: filter out unsafe path names in TZ by WHR · 6 years ago
  5. e1e90fa Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 6 years ago
  6. e4f28fb Move openlog(3) call from client-api.c and client-irc.c to client.c by WHR · 6 years ago
  7. 61866a9 Fix potential short write in many places by WHR · 6 years ago
  8. b300781 Client: add another check against integer overflow; sshoutcfg: use stricter permissions when creating .ssh directory; mention optional dependent programs in INSTALL by WHR · 6 years ago
  9. 7cf239e Client: exit on parent process (usually sshd) exits by WHR · 6 years ago
  10. ce077ba Add user name checking for invalid characters in client and sshoutcfg(8); Fix some sign-compare warnings; sshoutcfg: fix bus error when parsing malformed key by WHR · 6 years ago
  11. 6c78e37 Don't enable the experimental IRC frontend by default by WHR · 6 years ago
  12. 35c4b53 Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done by WHR · 6 years ago
  13. ba59f38 IRC: ignore colons that not appear at start of arguments; add command 'cli' that equals to no command by WHR · 6 years ago
  14. f57458a sshoutcfg: check .ssh directory, and create it if doesn't exist; fix a bug in send_login by WHR · 6 years ago
  15. 92ed83b Add experimental IRC frontend by WHR · 6 years ago
  16. aad25db Nothing, but a type name change by WHR · 7 years ago
  17. bf31ae3 Implement the log backend by WHR · 7 years ago
  18. 1002d2e Client: add tick per minute to indicate date change in CLI backend by WHR · 7 years ago
  19. b6e144b Client: exit on select(2) fails by WHR · 7 years ago
  20. 1d1a024 Implementing API by WHR · 7 years ago
  21. 87e5103 Change internal interface of the multi-backend client by WHR · 7 years ago
  22. 6bd57d0 Add custom signals handler in CLI client; fix strncmp(3) issue in sshoutcfg.c by WHR · 7 years ago
  23. f66fa81 Re-enable readline if STDIN is a terminal; fix a bug in client select(2) processing by WHR · 7 years ago
  24. 031059b Implement sending and receiving broadcast messages by WHR · 7 years ago
  25. a13dc68 Implement 'who' command in CLI client; bug fixes by WHR · 7 years ago
  26. f892a00 Move CLI client code to a separate file; bug fixes by WHR · 7 years ago
  27. 1bacc40 Add a systemd service config file; disable terminal buffer and echo of client if it has a terminal by WHR · 7 years ago
  28. d2bfef7 Client support logging in; bug fixes by WHR · 7 years ago
  29. 99d64bd Fix print_with_time output message to wrong file, and without a newline by WHR · 7 years ago
  30. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 7 years ago
  31. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 7 years ago
  32. 6767221 Move socket path code to main.c by WHR · 7 years ago
  33. 9df48d5 Add some dummy code by WHR · 7 years ago