1. 741324e Add service creation notes in INSTALL by WHR · 6 years ago 1.0.0
  2. 72e0fa2 Clean up by WHR · 6 years ago
  3. 97cd62c Add INSTALL documentation by WHR · 6 years ago
  4. 3e04a6a Server: add optional wtmpx logging by WHR · 6 years ago
  5. b16ff5d IRC: don't send JOIN message of current user; bug fixes by WHR · 6 years ago
  6. c9346a1 Makefile: add support of DESTDIR variable by WHR · 6 years ago
  7. 3451c1d Makefile: check the availability of gcc(1) before use it by default; fix building without .git directory by WHR · 6 years ago
  8. bb9c0be Fix build with Readline 7; fix LDFLAGS isn't used in Makefile; rename macros VERSION and VERSION_STRING to avoid conflict by WHR · 6 years ago
  9. be0104e API: add user name in API packet SSHOUT_API_PASS by WHR · 6 years ago
  10. 0ea2212 Use temporary file build-info.h to provide build information when building by WHR · 6 years ago
  11. 9a36de7 IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION by WHR · 6 years ago
  12. 82a8e39 CLI: add 'version' command by WHR · 6 years ago
  13. f5898a0 Server: check and write PID file; sshoutcfg: add removeuser subcommand by WHR · 6 years ago
  14. 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 · 6 years ago
  15. 86935df sshoutcfg: print public key type with fingerprint in subcommand listuser by WHR · 6 years ago
  16. 7d75e34 Add 'install' target in Makefile by WHR · 6 years ago
  17. 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
  18. 4d50f44 CLI: add users preferences support, currently only supported preference is 'alert' by WHR · 6 years ago
  19. 6c78e37 Don't enable the experimental IRC frontend by default by WHR · 6 years ago
  20. 889dbc0 sshoutcfg: add public key fingerprint support in subcommand listuser by WHR · 6 years ago
  21. 339878c sshoutcfg: also check key format in listuser by WHR · 6 years ago
  22. 3b59cac Fix base64_decode returning bigger size than buffer size when overflow by WHR · 6 years ago
  23. d813e33 sshoutcfg: some unintelligible changes in key type checking by WHR · 6 years ago
  24. c969d93 sshoutcfg: implement key format checking in subcommand adduser by WHR · 6 years ago
  25. 174ba26 CLI: remove a debug message; sshoutcfg: fix listuser command print results into stderr instead of stdout by WHR · 6 years ago
  26. 589924f CLI: add command 'pasteimage' to send image from X clipboard by WHR · 6 years ago
  27. 35c4b53 Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done by WHR · 6 years ago
  28. b158b64 sshoutcfg: trying to remove .ssh/rc if exists by WHR · 6 years ago
  29. 04444a0 Fix many regression bugs in sshoutcfg(8) by WHR · 6 years ago
  30. e3217f9 Fix user input is wrongly redisplayed after some commands by WHR · 6 years ago
  31. ba59f38 IRC: ignore colons that not appear at start of arguments; add command 'cli' that equals to no command by WHR · 6 years ago
  32. f57458a sshoutcfg: check .ssh directory, and create it if doesn't exist; fix a bug in send_login by WHR · 6 years ago
  33. 2ab16da Add IRC_RPL_ENDOFNAMES by WHR · 6 years ago
  34. 92ed83b Add experimental IRC frontend by WHR · 6 years ago
  35. ba714cf CLI: redisplay user's input after printing message by WHR · 6 years ago
  36. 87eb155 private_buffer buffer should be static, in client_api_do_local_packet by WHR · 7 years ago
  37. 5aef455 Fix forgot to free(3) in function print_message by WHR · 7 years ago
  38. e8877bb Don't link libreadline for sshoutcfg(8) by WHR · 7 years ago
  39. cee277d Don't print '\r' for log frontend by WHR · 7 years ago
  40. a251836 Raise length limitation for local and API packets by WHR · 7 years ago
  41. 175e8ac Fix byte order in implementation of API packet SSHOUT_API_MOTD by WHR · 7 years ago
  42. bb9c056 Client: support reading large packets by WHR · 7 years ago
  43. 0716350 Server: fix read large packets by WHR · 7 years ago
  44. 98cf015 Server: add support of reading large packets without blocking by WHR · 7 years ago
  45. a4797de Fix incorrect byte order in API packet SSHOUT_API_RECEIVE_MESSAGE by WHR · 7 years ago
  46. dd04dd7 API implementation bug fix by WHR · 7 years ago
  47. 42a5d5c Server: fix error 'dispatch_message: write: Bad file descriptor' by WHR · 7 years ago
  48. b8580cc Fix the clean target in Makefile by WHR · 7 years ago
  49. aad25db Nothing, but a type name change by WHR · 7 years ago
  50. 3e809e3 Add getmotd and setmotd subcommands in sshoutcfg(8) by WHR · 7 years ago
  51. 8cab6bd Implement API packets SSHOUT_API_GET_MOTD and SSHOUT_API_MOTD by WHR · 7 years ago
  52. 1c39cee Add MOTD in CLI by WHR · 7 years ago
  53. 766ac4e Fix a possible memory leak; reading API packet will block; add a debug message in server by WHR · 7 years ago
  54. 9f2b941 Add setlocale(3) call in CLI backend to localize date format by WHR · 7 years ago
  55. bf31ae3 Implement the log backend by WHR · 7 years ago
  56. b95d755 Add packet length check for SSHOUT_API_HELLO packet by WHR · 7 years ago
  57. 2c6ba68 Implement API packet SSHOUT_API_SEND_MESSAGE by WHR · 7 years ago
  58. f3750ac Implement API packet SSHOUT_API_USER_STATE_CHANGE by WHR · 7 years ago
  59. 39490b3 Fix a bug in implementation of API packet SSHOUT_API_ONLINE_USERS_INFO; implement API packets SSHOUT_API_RECEIVE_MESSAGE and SSHOUT_API_ERROR by WHR · 7 years ago
  60. 834bfdc Change some fields length in API packet SSHOUT_API_ONLINE_USERS_INFO by WHR · 7 years ago
  61. 6f01290 Implement request API packets SSHOUT_API_HELLO and SSHOUT_API_GET_ONLINE_USER, as well as correponding response API packets SSHOUT_API_PASS and SSHOUT_API_GET_ONLINE_USER by WHR · 7 years ago
  62. 1002d2e Client: add tick per minute to indicate date change in CLI backend by WHR · 7 years ago
  63. b6e144b Client: exit on select(2) fails by WHR · 7 years ago
  64. 1d1a024 Implementing API by WHR · 7 years ago
  65. 87e5103 Change internal interface of the multi-backend client by WHR · 7 years ago
  66. 8c48955 Fix wrong prompt after  an incremental search by WHR · 7 years ago
  67. 6bd57d0 Add custom signals handler in CLI client; fix strncmp(3) issue in sshoutcfg.c by WHR · 7 years ago
  68. e0e553b Update man page by WHR · 7 years ago
  69. 163e94b Add man page sshoutcfg(8) by WHR · 7 years ago
  70. aee4206 Implement adduser subcommand of sshoutcfg by WHR · 7 years ago
  71. ef6069d sshoutcfg: fix get line from user list by WHR · 7 years ago
  72. 966fcfc Implementing listuser subcommand of sshoutcfg by WHR · 7 years ago
  73. 9430c6c Add sshoutcfg tool to manage users by WHR · 7 years ago
  74. b8ccf34 Also send private message back to the sender; add 'user not found' notice for private messages by WHR · 7 years ago
  75. c92d507 CLI client: add command to send private message by WHR · 7 years ago
  76. cc7d5a9 Fix a bug in user online broadcast by WHR · 7 years ago
  77. b9d9d7d Add broadcast for user state changing by WHR · 7 years ago
  78. f6a7e47 Add some commands for CLI client by WHR · 7 years ago
  79. ead24f9 Implement command auto-completion by WHR · 7 years ago
  80. 65833e4 Add line history recording for client with a terminal; clean up non-terminal input code by WHR · 7 years ago
  81. f66fa81 Re-enable readline if STDIN is a terminal; fix a bug in client select(2) processing by WHR · 7 years ago
  82. 9fa26e3 Fix read(2)ing of STDIN_FILENO blocked by WHR · 7 years ago
  83. f42c259 Add missing file client.h; fix text length bug when printing message; Stop using readline by WHR · 7 years ago
  84. 031059b Implement sending and receiving broadcast messages by WHR · 7 years ago
  85. c796167 Bug fixes by WHR · 7 years ago
  86. a13dc68 Implement 'who' command in CLI client; bug fixes by WHR · 7 years ago
  87. f892a00 Move CLI client code to a separate file; bug fixes by WHR · 7 years ago
  88. 1bacc40 Add a systemd service config file; disable terminal buffer and echo of client if it has a terminal by WHR · 7 years ago
  89. d2bfef7 Client support logging in; bug fixes by WHR · 7 years ago
  90. 99d64bd Fix print_with_time output message to wrong file, and without a newline by WHR · 7 years ago
  91. 3bca4a8 Fix the listen fd been closed wrongly by WHR · 7 years ago
  92. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 7 years ago
  93. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 7 years ago
  94. 7ab97ed Add function send_online_users by WHR · 7 years ago
  95. 3526139 Writing local server by WHR · 7 years ago
  96. 35bd06c Add COPYING file; change the use of fprintf(3) to syslog(3) by WHR · 7 years ago
  97. 742279d Add uses of syslog(3) by WHR · 7 years ago
  98. 6767221 Move socket path code to main.c by WHR · 7 years ago
  99. 65b8738 Add server loop code by WHR · 7 years ago
  100. 9df48d5 Add some dummy code by WHR · 7 years ago