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