1. 7b45f86 Server: eliminate zero bytes in plain-text message by WHR · 8 months ago
  2. ae74dc4 Server: fix attempting to broadcast user off-line event to the same connection that was just ended by WHR · 2 years, 1 month ago
  3. 58ce84e Server: fix accidentally closing server socket by WHR · 2 years, 1 month ago
  4. c06d656 Server: remove a duplicated log message by WHR · 2 years, 1 month ago
  5. 872e4d5 Server: close(2) stdin and stdout to free up these 2 unused file descriptors by WHR · 2 years, 1 month ago
  6. c11ac50 Remove unused codes; update copyright year in messages by WHR · 2 years, 1 month ago
  7. 0d521d6 Server: use file descriptors of clients as indexes directly by WHR · 2 years, 1 month ago
  8. 7dbe18c Server: shrunk scope of some local variables by WHR · 2 years, 1 month ago
  9. c20b9a7 Check for malloc(3) failure by WHR · 2 years, 5 months ago
  10. b713806 Server: make sure accept(2)ed file descriptor is less than FD_SETSIZE by WHR · 2 years, 8 months ago
  11. 108fada Add optional encoding convertion support for plain-text messages by WHR · 3 years, 4 months ago
  12. c7f8160 Don't use new line for syslog(3) by WHR · 3 years, 5 months ago
  13. e453266 Change priority of some syslog messages by WHR · 6 years ago
  14. 2103c8f Server: add more details on write(2) failures by WHR · 6 years ago
  15. c9a5e10 Allow use '*' as an alternate name of 'GLOBAL' by WHR · 7 years ago
  16. 61866a9 Fix potential short write in many places by WHR · 7 years ago
  17. 44d5778 Server: fix segmentation fault after very large local packet received; API: fix format type by WHR · 7 years ago
  18. 2411366 Server: ignore SIGPIPE by WHR · 7 years ago
  19. 1bd5daa Fix compiler warning 'get_pid_from_unix_socket' defined but not used by WHR · 7 years ago
  20. d8069cb Server: fix memory corruption after getpeerucred(3C) by WHR · 7 years ago
  21. bc91db1 Merge commit '14bc8ff' by WHR · 7 years ago
  22. 14bc8ff Change log priority by WHR · 7 years ago
  23. a2c5f76 Server: log client PID into wtmpx if available by WHR · 7 years ago
  24. 72e0fa2 Clean up by WHR · 8 years ago
  25. 3e04a6a Server: add optional wtmpx logging by WHR · 8 years ago
  26. f5898a0 Server: check and write PID file; sshoutcfg: add removeuser subcommand by WHR · 8 years ago
  27. 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 · 8 years ago
  28. 35c4b53 Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done by WHR · 8 years ago
  29. 0716350 Server: fix read large packets by WHR · 8 years ago
  30. 98cf015 Server: add support of reading large packets without blocking by WHR · 8 years ago
  31. 42a5d5c Server: fix error 'dispatch_message: write: Bad file descriptor' by WHR · 8 years ago
  32. 766ac4e Fix a possible memory leak; reading API packet will block; add a debug message in server by WHR · 8 years ago
  33. b8ccf34 Also send private message back to the sender; add 'user not found' notice for private messages by WHR · 8 years ago
  34. cc7d5a9 Fix a bug in user online broadcast by WHR · 8 years ago
  35. b9d9d7d Add broadcast for user state changing by WHR · 8 years ago
  36. 031059b Implement sending and receiving broadcast messages by WHR · 8 years ago
  37. c796167 Bug fixes by WHR · 8 years ago
  38. a13dc68 Implement 'who' command in CLI client; bug fixes by WHR · 8 years ago
  39. f892a00 Move CLI client code to a separate file; bug fixes by WHR · 8 years ago
  40. 1bacc40 Add a systemd service config file; disable terminal buffer and echo of client if it has a terminal by WHR · 8 years ago
  41. d2bfef7 Client support logging in; bug fixes by WHR · 8 years ago
  42. 3bca4a8 Fix the listen fd been closed wrongly by WHR · 8 years ago
  43. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 8 years ago
  44. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 8 years ago
  45. 7ab97ed Add function send_online_users by WHR · 8 years ago
  46. 3526139 Writing local server by WHR · 8 years ago
  47. 35bd06c Add COPYING file; change the use of fprintf(3) to syslog(3) by WHR · 8 years ago
  48. 742279d Add uses of syslog(3) by WHR · 8 years ago
  49. 6767221 Move socket path code to main.c by WHR · 8 years ago
  50. 65b8738 Add server loop code by WHR · 8 years ago