1. e0e553b Update man page by WHR · 7 years ago
  2. 163e94b Add man page sshoutcfg(8) by WHR · 7 years ago
  3. aee4206 Implement adduser subcommand of sshoutcfg by WHR · 7 years ago
  4. ef6069d sshoutcfg: fix get line from user list by WHR · 7 years ago
  5. 966fcfc Implementing listuser subcommand of sshoutcfg by WHR · 7 years ago
  6. 9430c6c Add sshoutcfg tool to manage users by WHR · 7 years ago
  7. b8ccf34 Also send private message back to the sender; add 'user not found' notice for private messages by WHR · 7 years ago
  8. c92d507 CLI client: add command to send private message by WHR · 7 years ago
  9. cc7d5a9 Fix a bug in user online broadcast by WHR · 7 years ago
  10. b9d9d7d Add broadcast for user state changing by WHR · 7 years ago
  11. f6a7e47 Add some commands for CLI client by WHR · 7 years ago
  12. ead24f9 Implement command auto-completion by WHR · 7 years ago
  13. 65833e4 Add line history recording for client with a terminal; clean up non-terminal input code by WHR · 7 years ago
  14. f66fa81 Re-enable readline if STDIN is a terminal; fix a bug in client select(2) processing by WHR · 7 years ago
  15. 9fa26e3 Fix read(2)ing of STDIN_FILENO blocked 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. 031059b Implement sending and receiving broadcast messages by WHR · 7 years ago
  18. c796167 Bug fixes by WHR · 7 years ago
  19. a13dc68 Implement 'who' command in CLI client; bug fixes by WHR · 7 years ago
  20. f892a00 Move CLI client code to a separate file; bug fixes by WHR · 7 years ago
  21. 1bacc40 Add a systemd service config file; disable terminal buffer and echo of client if it has a terminal by WHR · 7 years ago
  22. d2bfef7 Client support logging in; bug fixes by WHR · 7 years ago
  23. 99d64bd Fix print_with_time output message to wrong file, and without a newline by WHR · 7 years ago
  24. 3bca4a8 Fix the listen fd been closed wrongly by WHR · 7 years ago
  25. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 7 years ago
  26. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 7 years ago
  27. 7ab97ed Add function send_online_users by WHR · 7 years ago
  28. 3526139 Writing local server by WHR · 7 years ago
  29. 35bd06c Add COPYING file; change the use of fprintf(3) to syslog(3) by WHR · 7 years ago
  30. 742279d Add uses of syslog(3) by WHR · 7 years ago
  31. 6767221 Move socket path code to main.c by WHR · 7 years ago
  32. 65b8738 Add server loop code by WHR · 7 years ago
  33. 9df48d5 Add some dummy code by WHR · 7 years ago