1. 950d68d Append CPPFLAGS from environment into CFLAGS by WHR · 2 years, 7 months ago
  2. a3df60f Don't override optimization control options passed from environment by WHR · 3 years, 3 months ago
  3. cbe3fca Add '-fno-common' to CFLAGS by WHR · 3 years, 9 months ago
  4. 5c1a581 Remove unused commands in Makefile; revise Traditional Chinese messages by WHR · 4 years, 3 months ago
  5. d96c9c0 Add translated messages for Traditional Chinese by WHR · 4 years, 3 months ago
  6. 82b1a25 Add 2 more environment variables for make(1) by WHR · 4 years, 3 months ago
  7. 2430981 Automatically build and install translated messages; fix build issues with NO_NLS=1 by WHR · 4 years, 3 months ago
  8. 669c257 Fix gcc(1) warning 'char-subscripts' by WHR · 4 years, 11 months ago
  9. f413b65 Makefile: always rebuild build-info.h by WHR · 6 years ago
  10. 7b7f48c Makefile: disable compiler warning 'cast from pointer to integer of different size' by WHR · 6 years ago
  11. c8ac77a Makefile: make sure gcc(1) is a real one, not something fake, before using by WHR · 6 years ago
  12. 778456f Makefile: fix escape in shell commands by WHR · 6 years ago
  13. c9346a1 Makefile: add support of DESTDIR variable by WHR · 6 years ago
  14. 3451c1d Makefile: check the availability of gcc(1) before use it by default; fix building without .git directory by WHR · 6 years ago
  15. 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
  16. 0ea2212 Use temporary file build-info.h to provide build information when building by WHR · 6 years ago
  17. 9a36de7 IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION by WHR · 6 years ago
  18. 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
  19. 7d75e34 Add 'install' target in Makefile by WHR · 6 years ago
  20. 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
  21. 4d50f44 CLI: add users preferences support, currently only supported preference is 'alert' by WHR · 6 years ago
  22. 889dbc0 sshoutcfg: add public key fingerprint support in subcommand listuser by WHR · 6 years ago
  23. c969d93 sshoutcfg: implement key format checking in subcommand adduser by WHR · 6 years ago
  24. 92ed83b Add experimental IRC frontend by WHR · 6 years ago
  25. e8877bb Don't link libreadline for sshoutcfg(8) by WHR · 7 years ago
  26. a251836 Raise length limitation for local and API packets by WHR · 7 years ago
  27. b8580cc Fix the clean target in Makefile by WHR · 7 years ago
  28. 3e809e3 Add getmotd and setmotd subcommands in sshoutcfg(8) by WHR · 7 years ago
  29. 766ac4e Fix a possible memory leak; reading API packet will block; add a debug message in server by WHR · 7 years ago
  30. 1d1a024 Implementing API by WHR · 7 years ago
  31. 9430c6c Add sshoutcfg tool to manage users by WHR · 7 years ago
  32. f66fa81 Re-enable readline if STDIN is a terminal; fix a bug in client select(2) processing by WHR · 7 years ago
  33. f42c259 Add missing file client.h; fix text length bug when printing message; Stop using readline by WHR · 7 years ago
  34. f892a00 Move CLI client code to a separate file; bug fixes by WHR · 7 years ago
  35. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 7 years ago
  36. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 7 years ago
  37. 65b8738 Add server loop code by WHR · 7 years ago
  38. 9df48d5 Add some dummy code by WHR · 7 years ago