1. c1d09c1 Use install(1) instead of cp(1) to copy files for 'install' target in Makefile; fix an missing dot in man page sshoutcfg(8) by WHR · 7 years ago
  2. 7d75e34 Add 'install' target in Makefile by WHR · 7 years ago
  3. 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 · 7 years ago
  4. 4d50f44 CLI: add users preferences support, currently only supported preference is 'alert' by WHR · 7 years ago
  5. 889dbc0 sshoutcfg: add public key fingerprint support in subcommand listuser by WHR · 7 years ago
  6. c969d93 sshoutcfg: implement key format checking in subcommand adduser by WHR · 7 years ago
  7. 92ed83b Add experimental IRC frontend by WHR · 7 years ago
  8. e8877bb Don't link libreadline for sshoutcfg(8) by WHR · 7 years ago
  9. a251836 Raise length limitation for local and API packets by WHR · 7 years ago
  10. b8580cc Fix the clean target in Makefile by WHR · 7 years ago
  11. 3e809e3 Add getmotd and setmotd subcommands in sshoutcfg(8) by WHR · 7 years ago
  12. 766ac4e Fix a possible memory leak; reading API packet will block; add a debug message in server by WHR · 7 years ago
  13. 1d1a024 Implementing API by WHR · 7 years ago
  14. 9430c6c Add sshoutcfg tool to manage users by WHR · 7 years ago
  15. f66fa81 Re-enable readline if STDIN is a terminal; fix a bug in client select(2) processing by WHR · 7 years ago
  16. f42c259 Add missing file client.h; fix text length bug when printing message; Stop using readline by WHR · 7 years ago
  17. f892a00 Move CLI client code to a separate file; bug fixes by WHR · 7 years ago
  18. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 7 years ago
  19. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 7 years ago
  20. 65b8738 Add server loop code by WHR · 7 years ago
  21. 9df48d5 Add some dummy code by WHR · 7 years ago