1. 3dac745 CLI: don't over filter useful control characters by WHR · 6 years ago
  2. 360a8fd Don't print control characters in message; update version number by WHR · 6 years ago
  3. 3bd135f Fix escape in shell commands; fix a possible seek error when overwriting old preference value by WHR · 6 years ago
  4. 72e0fa2 Clean up by WHR · 6 years ago
  5. 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
  6. 9a36de7 IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION by WHR · 6 years ago
  7. 82a8e39 CLI: add 'version' command by WHR · 6 years ago
  8. 4d50f44 CLI: add users preferences support, currently only supported preference is 'alert' by WHR · 6 years ago
  9. 174ba26 CLI: remove a debug message; sshoutcfg: fix listuser command print results into stderr instead of stdout by WHR · 6 years ago
  10. 589924f CLI: add command 'pasteimage' to send image from X clipboard by WHR · 6 years ago
  11. 35c4b53 Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done by WHR · 6 years ago
  12. e3217f9 Fix user input is wrongly redisplayed after some commands by WHR · 6 years ago
  13. ba714cf CLI: redisplay user's input after printing message by WHR · 6 years ago
  14. 5aef455 Fix forgot to free(3) in function print_message by WHR · 7 years ago
  15. cee277d Don't print '\r' for log frontend by WHR · 7 years ago
  16. a251836 Raise length limitation for local and API packets by WHR · 7 years ago
  17. bb9c056 Client: support reading large packets by WHR · 7 years ago
  18. 98cf015 Server: add support of reading large packets without blocking by WHR · 7 years ago
  19. aad25db Nothing, but a type name change by WHR · 7 years ago
  20. 1c39cee Add MOTD in CLI by WHR · 7 years ago
  21. 9f2b941 Add setlocale(3) call in CLI backend to localize date format by WHR · 7 years ago
  22. 1002d2e Client: add tick per minute to indicate date change in CLI backend by WHR · 7 years ago
  23. 1d1a024 Implementing API by WHR · 7 years ago
  24. 87e5103 Change internal interface of the multi-backend client by WHR · 7 years ago
  25. 8c48955 Fix wrong prompt after  an incremental search by WHR · 7 years ago
  26. 6bd57d0 Add custom signals handler in CLI client; fix strncmp(3) issue in sshoutcfg.c by WHR · 7 years ago
  27. b8ccf34 Also send private message back to the sender; add 'user not found' notice for private messages by WHR · 7 years ago
  28. c92d507 CLI client: add command to send private message by WHR · 7 years ago
  29. b9d9d7d Add broadcast for user state changing by WHR · 7 years ago
  30. f6a7e47 Add some commands for CLI client by WHR · 7 years ago
  31. ead24f9 Implement command auto-completion by WHR · 7 years ago
  32. 65833e4 Add line history recording for client with a terminal; clean up non-terminal input code by WHR · 7 years ago
  33. f66fa81 Re-enable readline if STDIN is a terminal; fix a bug in client select(2) processing by WHR · 7 years ago
  34. 9fa26e3 Fix read(2)ing of STDIN_FILENO blocked by WHR · 7 years ago
  35. f42c259 Add missing file client.h; fix text length bug when printing message; Stop using readline by WHR · 7 years ago
  36. 031059b Implement sending and receiving broadcast messages by WHR · 7 years ago
  37. a13dc68 Implement 'who' command in CLI client; bug fixes by WHR · 7 years ago
  38. f892a00 Move CLI client code to a separate file; bug fixes by WHR · 7 years ago