1. 205025c systemd(1) requiring full path name of executables by WHR · 6 years ago
  2. b339a91 Merge commit '9facd33' by WHR · 6 years ago
  3. 9facd33 sshoutcfg: better fixes of public key duplication detection by WHR · 6 years ago 1.0.1
  4. 8a42b57 sshoutcfg: fix public key duplication detection in subcommand adduser by WHR · 6 years ago
  5. 039a03a CLI: hide input line before print by WHR · 6 years ago
  6. d8069cb Server: fix memory corruption after getpeerucred(3C) by WHR · 6 years ago
  7. bc91db1 Merge commit '14bc8ff' by WHR · 6 years ago
  8. 14bc8ff Change log priority by WHR · 6 years ago
  9. a2c5f76 Server: log client PID into wtmpx if available by WHR · 6 years ago
  10. 0d8db03 CLI: flush stdout after elinks(1) if color is enabled by WHR · 6 years ago
  11. e3b9204 CLI: insert a new line at beginning of a prased HTML message by WHR · 6 years ago
  12. e0a52e9 Merge commit '3dac745' by WHR · 6 years ago
  13. 3dac745 CLI: don't over filter useful control characters by WHR · 6 years ago
  14. 85ebb74 Merge commit '360a8fd'; CLI: filter control characters in plain text message by WHR · 6 years ago
  15. 360a8fd Don't print control characters in message; update version number by WHR · 6 years ago
  16. 3bd135f Fix escape in shell commands; fix a possible seek error when overwriting old preference value by WHR · 6 years ago
  17. e58df5f CLI: Solaris compatibility fixes by WHR · 6 years ago
  18. 778456f Makefile: fix escape in shell commands by WHR · 6 years ago
  19. f394ba0 CLI: redisplay user input after elinks(1) outputs by WHR · 6 years ago
  20. 3c59dbc Merge commit '329fbf0' from branch 1.0 by WHR · 6 years ago
  21. 329fbf0 sshoutcfg: fix wrong line number in messages by WHR · 6 years ago
  22. d65f1db sshoutcfg: reject key string with new lines when using adduser -a ... by WHR · 6 years ago
  23. b71f5d1 Merge commit '5e851eb' from branch 1.0 by WHR · 6 years ago
  24. 5e851eb API: allow clients with higher API version to be passed by WHR · 6 years ago
  25. 9e5cb76 CLI: read preference 'showhtml' on start; use option '-force-html' when running elinks(1) by WHR · 6 years ago
  26. 8f7d6a8 CLI: add HTML parsing support via elinks(1) by WHR · 6 years ago
  27. 741324e Add service creation notes in INSTALL by WHR · 6 years ago 1.0.0
  28. 72e0fa2 Clean up by WHR · 6 years ago
  29. 97cd62c Add INSTALL documentation by WHR · 6 years ago
  30. 3e04a6a Server: add optional wtmpx logging by WHR · 6 years ago
  31. b16ff5d IRC: don't send JOIN message of current user; bug fixes by WHR · 6 years ago
  32. c9346a1 Makefile: add support of DESTDIR variable by WHR · 6 years ago
  33. 3451c1d Makefile: check the availability of gcc(1) before use it by default; fix building without .git directory by WHR · 6 years ago
  34. 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
  35. be0104e API: add user name in API packet SSHOUT_API_PASS by WHR · 6 years ago
  36. 0ea2212 Use temporary file build-info.h to provide build information when building by WHR · 6 years ago
  37. 9a36de7 IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION by WHR · 6 years ago
  38. 82a8e39 CLI: add 'version' command by WHR · 6 years ago
  39. f5898a0 Server: check and write PID file; sshoutcfg: add removeuser subcommand by WHR · 6 years ago
  40. 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
  41. 86935df sshoutcfg: print public key type with fingerprint in subcommand listuser by WHR · 6 years ago
  42. 7d75e34 Add 'install' target in Makefile by WHR · 6 years ago
  43. 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
  44. 4d50f44 CLI: add users preferences support, currently only supported preference is 'alert' by WHR · 6 years ago
  45. 6c78e37 Don't enable the experimental IRC frontend by default by WHR · 6 years ago
  46. 889dbc0 sshoutcfg: add public key fingerprint support in subcommand listuser by WHR · 6 years ago
  47. 339878c sshoutcfg: also check key format in listuser by WHR · 6 years ago
  48. 3b59cac Fix base64_decode returning bigger size than buffer size when overflow by WHR · 6 years ago
  49. d813e33 sshoutcfg: some unintelligible changes in key type checking by WHR · 6 years ago
  50. c969d93 sshoutcfg: implement key format checking in subcommand adduser by WHR · 6 years ago
  51. 174ba26 CLI: remove a debug message; sshoutcfg: fix listuser command print results into stderr instead of stdout by WHR · 6 years ago
  52. 589924f CLI: add command 'pasteimage' to send image from X clipboard by WHR · 6 years ago
  53. 35c4b53 Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done by WHR · 6 years ago
  54. b158b64 sshoutcfg: trying to remove .ssh/rc if exists by WHR · 6 years ago
  55. 04444a0 Fix many regression bugs in sshoutcfg(8) by WHR · 6 years ago
  56. e3217f9 Fix user input is wrongly redisplayed after some commands by WHR · 6 years ago
  57. ba59f38 IRC: ignore colons that not appear at start of arguments; add command 'cli' that equals to no command by WHR · 6 years ago
  58. f57458a sshoutcfg: check .ssh directory, and create it if doesn't exist; fix a bug in send_login by WHR · 6 years ago
  59. 2ab16da Add IRC_RPL_ENDOFNAMES by WHR · 6 years ago
  60. 92ed83b Add experimental IRC frontend by WHR · 6 years ago
  61. ba714cf CLI: redisplay user's input after printing message by WHR · 6 years ago
  62. 87eb155 private_buffer buffer should be static, in client_api_do_local_packet by WHR · 6 years ago
  63. 5aef455 Fix forgot to free(3) in function print_message by WHR · 6 years ago
  64. e8877bb Don't link libreadline for sshoutcfg(8) by WHR · 6 years ago
  65. cee277d Don't print '\r' for log frontend by WHR · 6 years ago
  66. a251836 Raise length limitation for local and API packets by WHR · 6 years ago
  67. 175e8ac Fix byte order in implementation of API packet SSHOUT_API_MOTD by WHR · 6 years ago
  68. bb9c056 Client: support reading large packets by WHR · 6 years ago
  69. 0716350 Server: fix read large packets by WHR · 6 years ago
  70. 98cf015 Server: add support of reading large packets without blocking by WHR · 6 years ago
  71. a4797de Fix incorrect byte order in API packet SSHOUT_API_RECEIVE_MESSAGE by WHR · 6 years ago
  72. dd04dd7 API implementation bug fix by WHR · 6 years ago
  73. 42a5d5c Server: fix error 'dispatch_message: write: Bad file descriptor' by WHR · 6 years ago
  74. b8580cc Fix the clean target in Makefile by WHR · 6 years ago
  75. aad25db Nothing, but a type name change by WHR · 6 years ago
  76. 3e809e3 Add getmotd and setmotd subcommands in sshoutcfg(8) by WHR · 6 years ago
  77. 8cab6bd Implement API packets SSHOUT_API_GET_MOTD and SSHOUT_API_MOTD by WHR · 6 years ago
  78. 1c39cee Add MOTD in CLI by WHR · 6 years ago
  79. 766ac4e Fix a possible memory leak; reading API packet will block; add a debug message in server by WHR · 6 years ago
  80. 9f2b941 Add setlocale(3) call in CLI backend to localize date format by WHR · 6 years ago
  81. bf31ae3 Implement the log backend by WHR · 6 years ago
  82. b95d755 Add packet length check for SSHOUT_API_HELLO packet by WHR · 6 years ago
  83. 2c6ba68 Implement API packet SSHOUT_API_SEND_MESSAGE by WHR · 6 years ago
  84. f3750ac Implement API packet SSHOUT_API_USER_STATE_CHANGE by WHR · 6 years ago
  85. 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 · 6 years ago
  86. 834bfdc Change some fields length in API packet SSHOUT_API_ONLINE_USERS_INFO by WHR · 6 years ago
  87. 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 · 6 years ago
  88. 1002d2e Client: add tick per minute to indicate date change in CLI backend by WHR · 6 years ago
  89. b6e144b Client: exit on select(2) fails by WHR · 6 years ago
  90. 1d1a024 Implementing API by WHR · 6 years ago
  91. 87e5103 Change internal interface of the multi-backend client by WHR · 6 years ago
  92. 8c48955 Fix wrong prompt after  an incremental search by WHR · 6 years ago
  93. 6bd57d0 Add custom signals handler in CLI client; fix strncmp(3) issue in sshoutcfg.c by WHR · 6 years ago
  94. e0e553b Update man page by WHR · 6 years ago
  95. 163e94b Add man page sshoutcfg(8) by WHR · 6 years ago
  96. aee4206 Implement adduser subcommand of sshoutcfg by WHR · 6 years ago
  97. ef6069d sshoutcfg: fix get line from user list by WHR · 6 years ago
  98. 966fcfc Implementing listuser subcommand of sshoutcfg by WHR · 6 years ago
  99. 9430c6c Add sshoutcfg tool to manage users by WHR · 6 years ago
  100. b8ccf34 Also send private message back to the sender; add 'user not found' notice for private messages by WHR · 7 years ago