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