1. c11ac50 Remove unused codes; update copyright year in messages by WHR · 11 months ago
  2. 108fada Add optional encoding convertion support for plain-text messages by WHR · 2 years, 1 month ago
  3. c7f8160 Don't use new line for syslog(3) by WHR · 2 years, 2 months ago
  4. 2d875df Allow omitting build date to make binary programs reproducible by WHR · 2 years, 5 months ago
  5. e23acc4 Adjust run time license information by WHR · 4 years, 6 months ago
  6. 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
  7. 72b4a60 Make version information translatable by WHR · 5 years ago
  8. dd8c000 Add gettext(3) support for client and sshoutcfg(8) by WHR · 5 years ago
  9. 04dd4fe CLI: use bright color and/or bold font for filtered characters, if enabled; update version number by WHR · 6 years ago
  10. 1cd846e Add patch level to the version number to prepare next release by WHR · 6 years ago
  11. 8f7d6a8 CLI: add HTML parsing support via elinks(1) by WHR · 6 years ago
  12. 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
  13. 0ea2212 Use temporary file build-info.h to provide build information when building by WHR · 6 years ago
  14. 9a36de7 IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION by WHR · 6 years ago
  15. 82a8e39 CLI: add 'version' command by WHR · 6 years ago
  16. 4d50f44 CLI: add users preferences support, currently only supported preference is 'alert' by WHR · 6 years ago
  17. a251836 Raise length limitation for local and API packets by WHR · 6 years ago
  18. 98cf015 Server: add support of reading large packets without blocking by WHR · 6 years ago
  19. 1c39cee Add MOTD in CLI by WHR · 6 years ago
  20. 766ac4e Fix a possible memory leak; reading API packet will block; add a debug message in server by WHR · 6 years ago
  21. 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
  22. 1d1a024 Implementing API by WHR · 6 years ago
  23. b8ccf34 Also send private message back to the sender; add 'user not found' notice for private messages by WHR · 7 years ago
  24. b9d9d7d Add broadcast for user state changing by WHR · 7 years ago
  25. 031059b Implement sending and receiving broadcast messages by WHR · 7 years ago
  26. d2bfef7 Client support logging in; bug fixes by WHR · 7 years ago
  27. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 7 years ago
  28. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 7 years ago
  29. 7ab97ed Add function send_online_users by WHR · 7 years ago
  30. 3526139 Writing local server by WHR · 7 years ago
  31. 742279d Add uses of syslog(3) by WHR · 7 years ago
  32. 6767221 Move socket path code to main.c by WHR · 7 years ago
  33. 65b8738 Add server loop code by WHR · 7 years ago
  34. 9df48d5 Add some dummy code by WHR · 7 years ago