1. cc1cd89 Don't enable readline(3) for 'log' frontend by WHR · 4 years, 7 months ago
  2. 4bfacdf CLI: allow forcibly enabling use of readline(3) without a terminal by WHR · 4 years, 7 months ago
  3. 7cbf0cc CLI: readline: echo input to stderr by WHR · 4 years, 7 months ago
  4. 41afaf9 IRC: fix missing nick name in IRC_RPL_LUSERCLIENT, reply JOIN command to indicate a successful join by WHR · 4 years, 10 months ago
  5. 2c0970e IRC: send an IRC_RPL_LUSERCLIENT after registering, add an empty prefix for all server replies to compat some IRC clients by WHR · 4 years, 10 months ago
  6. 669c257 Fix gcc(1) warning 'char-subscripts' by WHR · 4 years, 11 months ago
  7. e453266 Change priority of some syslog messages by WHR · 4 years, 11 months ago
  8. 6415403 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 5 years ago
  9. 2103c8f Server: add more details on write(2) failures by WHR · 5 years ago
  10. e8da1dd Simplified Chinese messages: fix missing string since commit 7ae3cb8 by WHR · 5 years ago
  11. 9c545f2 Merge translatable message by WHR · 6 years ago
  12. 72b4a60 Make version information translatable by WHR · 6 years ago
  13. 29fa4b2 Simplified Chinese messages: use '第 %u 行' by WHR · 6 years ago
  14. 7ae3cb8 Simplified Chinese messages: use Chinese quote mark if possible by WHR · 6 years ago
  15. 1761555 CLI: add translatable messages by WHR · 6 years ago
  16. c9f8a1e CLI: Fix output alignment of '/listoptions' command in Simplified Chinese messages file by WHR · 6 years ago
  17. 584c5d2 Enable LC_ALL by WHR · 6 years ago
  18. 7ef32fc Add translated messages file in Simplified Chinese by WHR · 6 years ago
  19. 16cd8e1 sshoutcfg: add a translatable message by WHR · 6 years ago
  20. 91b4747 sshoutcfg: remove extra space in output message by WHR · 6 years ago
  21. 22525e6 Fix source file names in po/template.po by WHR · 6 years ago
  22. 7361937 Add a translatable message by WHR · 6 years ago
  23. 17be7cf Update an message to translate by WHR · 6 years ago
  24. 29b6306 Change message order in po/template.po by WHR · 6 years ago
  25. d72fdb8 Add the template of translated messages file by WHR · 6 years ago
  26. dd8c000 Add gettext(3) support for client and sshoutcfg(8) by WHR · 6 years ago
  27. c9a5e10 Allow use '*' as an alternate name of 'GLOBAL' by WHR · 6 years ago
  28. ad6e1ed Client: filter out unsafe path names in TZ by WHR · 6 years ago
  29. e1e90fa Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 6 years ago
  30. e4f28fb Move openlog(3) call from client-api.c and client-irc.c to client.c by WHR · 6 years ago
  31. 61866a9 Fix potential short write in many places by WHR · 6 years ago
  32. b300781 Client: add another check against integer overflow; sshoutcfg: use stricter permissions when creating .ssh directory; mention optional dependent programs in INSTALL by WHR · 6 years ago
  33. 99a995f Merge commit '3f30147' by WHR · 6 years ago
  34. 3f30147 API: fix a possible undetected integer overflow by WHR · 6 years ago
  35. e07595d CLI: fix color for private message by WHR · 6 years ago
  36. 98679d6 CLI: set readline editing mode according environment variable RL_EDITING_MODE; update copyright year by WHR · 6 years ago
  37. 04dd4fe CLI: use bright color and/or bold font for filtered characters, if enabled; update version number by WHR · 6 years ago
  38. 6a5fd7f CLI: optionally colorize user names when printing messages by WHR · 6 years ago
  39. b34695a CLI: add a workaround for multibyte characters in 'list' command output by WHR · 6 years ago 1.1.0
  40. ce631e9 CLI: add command 'listoptions' by WHR · 6 years ago
  41. f413b65 Makefile: always rebuild build-info.h by WHR · 6 years ago
  42. 65ec6cd API: fix message string of SSHOUT_API_ERROR_USER_NOT_FOUND by WHR · 6 years ago
  43. c773ac9 Fix typo by WHR · 6 years ago
  44. 234b780 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 6 years ago
  45. 3066ef9 Disallow terminal bell character in user name by WHR · 6 years ago
  46. 1cd846e Add patch level to the version number to prepare next release by WHR · 6 years ago
  47. 4398f1d CLI: change user list format by WHR · 6 years ago
  48. acb85c8 IRC: support IRC commands ending with a space by WHR · 6 years ago
  49. 7b7f48c Makefile: disable compiler warning 'cast from pointer to integer of different size' by WHR · 6 years ago
  50. 490faef Merge commit 'a5a30bb' from branch 1.0 by WHR · 6 years ago
  51. a5a30bb CLI: fix null pointer dereferencing when a command line contains only whitespace characters by WHR · 6 years ago
  52. 7cf239e Client: exit on parent process (usually sshd) exits by WHR · 6 years ago
  53. 44d5778 Server: fix segmentation fault after very large local packet received; API: fix format type by WHR · 6 years ago
  54. 0a488ab Server: fix segmentation fault after very large local packet received; API: fix format type by WHR · 6 years ago
  55. 7cebd15 Merge commit 'afd04f8' by WHR · 6 years ago
  56. c8ac77a Makefile: make sure gcc(1) is a real one, not something fake, before using by WHR · 6 years ago
  57. afd04f8 API: fix unsigned integer underflow by WHR · 6 years ago
  58. 8e5b763 Merge commit '6c5f1b5' by WHR · 6 years ago
  59. 69af393 API: add API version comparing code for future version updates by WHR · 6 years ago
  60. 6c5f1b5 Disallow ':' in user name by WHR · 6 years ago
  61. 9bb5ec7 Disallow ESC characters in user name; sshoutcfg: fix fopen(3) doesn't place reading position at the beginning of a file when using "a+" in non-GNU systems by WHR · 6 years ago
  62. 7fd473f systemd(1) requiring full path name of executables by WHR · 6 years ago
  63. 7730a18 sshoutcfg: fix fopen(3) doesn't place reading position at the beginning of a file when using "a+" in non-GNU systems by WHR · 6 years ago
  64. 2411366 Server: ignore SIGPIPE by WHR · 6 years ago
  65. 1e3b4f7 Disallow ESC characters in user name by WHR · 6 years ago
  66. 1bd5daa Fix compiler warning 'get_pid_from_unix_socket' defined but not used by WHR · 6 years ago
  67. 205025c systemd(1) requiring full path name of executables by WHR · 6 years ago
  68. b339a91 Merge commit '9facd33' by WHR · 6 years ago
  69. 9facd33 sshoutcfg: better fixes of public key duplication detection by WHR · 6 years ago 1.0.1
  70. 8a42b57 sshoutcfg: fix public key duplication detection in subcommand adduser by WHR · 6 years ago
  71. 039a03a CLI: hide input line before print by WHR · 6 years ago
  72. d8069cb Server: fix memory corruption after getpeerucred(3C) by WHR · 6 years ago
  73. bc91db1 Merge commit '14bc8ff' by WHR · 6 years ago
  74. 14bc8ff Change log priority by WHR · 6 years ago
  75. a2c5f76 Server: log client PID into wtmpx if available by WHR · 6 years ago
  76. 0d8db03 CLI: flush stdout after elinks(1) if color is enabled by WHR · 6 years ago
  77. e3b9204 CLI: insert a new line at beginning of a prased HTML message by WHR · 6 years ago
  78. e0a52e9 Merge commit '3dac745' by WHR · 6 years ago
  79. 3dac745 CLI: don't over filter useful control characters by WHR · 6 years ago
  80. 85ebb74 Merge commit '360a8fd'; CLI: filter control characters in plain text message by WHR · 6 years ago
  81. 360a8fd Don't print control characters in message; update version number by WHR · 6 years ago
  82. 3bd135f Fix escape in shell commands; fix a possible seek error when overwriting old preference value by WHR · 6 years ago
  83. e58df5f CLI: Solaris compatibility fixes by WHR · 6 years ago
  84. 778456f Makefile: fix escape in shell commands by WHR · 6 years ago
  85. f394ba0 CLI: redisplay user input after elinks(1) outputs by WHR · 6 years ago
  86. 3c59dbc Merge commit '329fbf0' from branch 1.0 by WHR · 6 years ago
  87. 329fbf0 sshoutcfg: fix wrong line number in messages by WHR · 6 years ago
  88. d65f1db sshoutcfg: reject key string with new lines when using adduser -a ... by WHR · 6 years ago
  89. b71f5d1 Merge commit '5e851eb' from branch 1.0 by WHR · 6 years ago
  90. 5e851eb API: allow clients with higher API version to be passed by WHR · 6 years ago
  91. 9e5cb76 CLI: read preference 'showhtml' on start; use option '-force-html' when running elinks(1) by WHR · 6 years ago
  92. 8f7d6a8 CLI: add HTML parsing support via elinks(1) by WHR · 6 years ago
  93. 741324e Add service creation notes in INSTALL by WHR · 6 years ago 1.0.0
  94. 72e0fa2 Clean up by WHR · 6 years ago
  95. 97cd62c Add INSTALL documentation by WHR · 6 years ago
  96. 3e04a6a Server: add optional wtmpx logging by WHR · 6 years ago
  97. b16ff5d IRC: don't send JOIN message of current user; bug fixes by WHR · 6 years ago
  98. c9346a1 Makefile: add support of DESTDIR variable by WHR · 6 years ago
  99. 3451c1d Makefile: check the availability of gcc(1) before use it by default; fix building without .git directory by WHR · 6 years ago
  100. 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