1. 11c3586 Client: restrict access of stdout from other users if it is a terminal by WHR · 11 months ago
  2. c11ac50 Remove unused codes; update copyright year in messages by WHR · 11 months ago
  3. 0d521d6 Server: use file descriptors of clients as indexes directly by WHR · 11 months ago
  4. 7dbe18c Server: shrunk scope of some local variables by WHR · 11 months ago
  5. b3ff81c IRC: send MOTD upon registration by WHR · 12 months ago
  6. c20b9a7 Check for malloc(3) failure by WHR · 1 year, 3 months ago
  7. b713806 Server: make sure accept(2)ed file descriptor is less than FD_SETSIZE by WHR · 1 year, 5 months ago
  8. 108fada Add optional encoding convertion support for plain-text messages by WHR · 2 years, 1 month ago
  9. bea4370 Don't compare between signed and unsigned integers by WHR · 2 years, 2 months ago
  10. f165b46 Fix a logical error in client-cli.c by WHR · 2 years, 2 months ago
  11. c7f8160 Don't use new line for syslog(3) by WHR · 2 years, 2 months ago
  12. f341727 Revise translated messages by WHR · 2 years, 2 months ago
  13. 2d875df Allow omitting build date to make binary programs reproducible by WHR · 2 years, 5 months ago
  14. 950d68d Append CPPFLAGS from environment into CFLAGS by WHR · 2 years, 6 months ago
  15. e03af4b s/文件/档案/ in Simplified Chinese messages by WHR · 2 years, 6 months ago
  16. a3df60f Don't override optimization control options passed from environment by WHR · 3 years, 2 months ago
  17. cbe3fca Add '-fno-common' to CFLAGS by WHR · 3 years, 8 months ago
  18. 5c1a581 Remove unused commands in Makefile; revise Traditional Chinese messages by WHR · 4 years, 1 month ago
  19. 3c2ee51 Update INSTALL by WHR · 4 years, 2 months ago 1.2.0
  20. 6c984a2 Revise Traditional Chinese messages by WHR · 4 years, 2 months ago
  21. d96c9c0 Add translated messages for Traditional Chinese by WHR · 4 years, 2 months ago
  22. 4dc624f NO_NLS is useful during 'make install' by WHR · 4 years, 2 months ago
  23. ea7072b Fix typo and minor format issue in INSTALL by WHR · 4 years, 2 months ago
  24. 82b1a25 Add 2 more environment variables for make(1) by WHR · 4 years, 2 months ago
  25. b977107 Document NLS-related environment variables for make(1) by WHR · 4 years, 2 months ago
  26. 2430981 Automatically build and install translated messages; fix build issues with NO_NLS=1 by WHR · 4 years, 2 months ago
  27. 6eacc5e sshoutcfg: free hash buffer by WHR · 4 years, 5 months ago
  28. e23acc4 Adjust run time license information by WHR · 4 years, 6 months ago
  29. 0170993 Update copyright year in translated messages files by WHR · 4 years, 6 months ago
  30. 414ec20 Client: fail on send_login failures; disallow empty client address by WHR · 4 years, 6 months ago
  31. 64ac4e6 Client: adjust/fix some MOTD-related error messages by WHR · 4 years, 6 months ago
  32. cc1cd89 Don't enable readline(3) for 'log' frontend by WHR · 4 years, 6 months ago
  33. 4bfacdf CLI: allow forcibly enabling use of readline(3) without a terminal by WHR · 4 years, 6 months ago
  34. 7cbf0cc CLI: readline: echo input to stderr by WHR · 4 years, 6 months ago
  35. 41afaf9 IRC: fix missing nick name in IRC_RPL_LUSERCLIENT, reply JOIN command to indicate a successful join by WHR · 4 years, 9 months ago
  36. 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, 9 months ago
  37. 669c257 Fix gcc(1) warning 'char-subscripts' by WHR · 4 years, 10 months ago
  38. e453266 Change priority of some syslog messages by WHR · 4 years, 10 months ago
  39. 6415403 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 4 years, 12 months ago
  40. 2103c8f Server: add more details on write(2) failures by WHR · 4 years, 12 months ago
  41. e8da1dd Simplified Chinese messages: fix missing string since commit 7ae3cb8 by WHR · 5 years ago
  42. 9c545f2 Merge translatable message by WHR · 5 years ago
  43. 72b4a60 Make version information translatable by WHR · 5 years ago
  44. 29fa4b2 Simplified Chinese messages: use '第 %u 行' by WHR · 5 years ago
  45. 7ae3cb8 Simplified Chinese messages: use Chinese quote mark if possible by WHR · 5 years ago
  46. 1761555 CLI: add translatable messages by WHR · 5 years ago
  47. c9f8a1e CLI: Fix output alignment of '/listoptions' command in Simplified Chinese messages file by WHR · 5 years ago
  48. 584c5d2 Enable LC_ALL by WHR · 5 years ago
  49. 7ef32fc Add translated messages file in Simplified Chinese by WHR · 5 years ago
  50. 16cd8e1 sshoutcfg: add a translatable message by WHR · 5 years ago
  51. 91b4747 sshoutcfg: remove extra space in output message by WHR · 5 years ago
  52. 22525e6 Fix source file names in po/template.po by WHR · 5 years ago
  53. 7361937 Add a translatable message by WHR · 5 years ago
  54. 17be7cf Update an message to translate by WHR · 5 years ago
  55. 29b6306 Change message order in po/template.po by WHR · 5 years ago
  56. d72fdb8 Add the template of translated messages file by WHR · 5 years ago
  57. dd8c000 Add gettext(3) support for client and sshoutcfg(8) by WHR · 5 years ago
  58. c9a5e10 Allow use '*' as an alternate name of 'GLOBAL' by WHR · 6 years ago
  59. ad6e1ed Client: filter out unsafe path names in TZ by WHR · 6 years ago
  60. e1e90fa Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 6 years ago
  61. e4f28fb Move openlog(3) call from client-api.c and client-irc.c to client.c by WHR · 6 years ago
  62. 61866a9 Fix potential short write in many places by WHR · 6 years ago
  63. 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
  64. 99a995f Merge commit '3f30147' by WHR · 6 years ago
  65. 3f30147 API: fix a possible undetected integer overflow by WHR · 6 years ago
  66. e07595d CLI: fix color for private message by WHR · 6 years ago
  67. 98679d6 CLI: set readline editing mode according environment variable RL_EDITING_MODE; update copyright year by WHR · 6 years ago
  68. 04dd4fe CLI: use bright color and/or bold font for filtered characters, if enabled; update version number by WHR · 6 years ago
  69. 6a5fd7f CLI: optionally colorize user names when printing messages by WHR · 6 years ago
  70. b34695a CLI: add a workaround for multibyte characters in 'list' command output by WHR · 6 years ago 1.1.0
  71. ce631e9 CLI: add command 'listoptions' by WHR · 6 years ago
  72. f413b65 Makefile: always rebuild build-info.h by WHR · 6 years ago
  73. 65ec6cd API: fix message string of SSHOUT_API_ERROR_USER_NOT_FOUND by WHR · 6 years ago
  74. c773ac9 Fix typo by WHR · 6 years ago
  75. 234b780 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 6 years ago
  76. 3066ef9 Disallow terminal bell character in user name by WHR · 6 years ago
  77. 1cd846e Add patch level to the version number to prepare next release by WHR · 6 years ago
  78. 4398f1d CLI: change user list format by WHR · 6 years ago
  79. acb85c8 IRC: support IRC commands ending with a space by WHR · 6 years ago
  80. 7b7f48c Makefile: disable compiler warning 'cast from pointer to integer of different size' by WHR · 6 years ago
  81. 490faef Merge commit 'a5a30bb' from branch 1.0 by WHR · 6 years ago
  82. a5a30bb CLI: fix null pointer dereferencing when a command line contains only whitespace characters by WHR · 6 years ago
  83. 7cf239e Client: exit on parent process (usually sshd) exits by WHR · 6 years ago
  84. 44d5778 Server: fix segmentation fault after very large local packet received; API: fix format type by WHR · 6 years ago
  85. 0a488ab Server: fix segmentation fault after very large local packet received; API: fix format type by WHR · 6 years ago
  86. 7cebd15 Merge commit 'afd04f8' by WHR · 6 years ago
  87. c8ac77a Makefile: make sure gcc(1) is a real one, not something fake, before using by WHR · 6 years ago
  88. afd04f8 API: fix unsigned integer underflow by WHR · 6 years ago
  89. 8e5b763 Merge commit '6c5f1b5' by WHR · 6 years ago
  90. 69af393 API: add API version comparing code for future version updates by WHR · 6 years ago
  91. 6c5f1b5 Disallow ':' in user name by WHR · 6 years ago
  92. 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
  93. 7fd473f systemd(1) requiring full path name of executables by WHR · 6 years ago
  94. 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
  95. 2411366 Server: ignore SIGPIPE by WHR · 6 years ago
  96. 1e3b4f7 Disallow ESC characters in user name by WHR · 6 years ago
  97. 1bd5daa Fix compiler warning 'get_pid_from_unix_socket' defined but not used by WHR · 6 years ago
  98. 205025c systemd(1) requiring full path name of executables by WHR · 6 years ago
  99. b339a91 Merge commit '9facd33' by WHR · 6 years ago
  100. 9facd33 sshoutcfg: better fixes of public key duplication detection by WHR · 6 years ago 1.0.1