1. a251836 Raise length limitation for local and API packets by WHR · 7 years ago
  2. 98cf015 Server: add support of reading large packets without blocking by WHR · 7 years ago
  3. 1c39cee Add MOTD in CLI by WHR · 7 years ago
  4. 766ac4e Fix a possible memory leak; reading API packet will block; add a debug message in server by WHR · 7 years ago
  5. 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 · 7 years ago
  6. 1d1a024 Implementing API by WHR · 7 years ago
  7. b8ccf34 Also send private message back to the sender; add 'user not found' notice for private messages by WHR · 7 years ago
  8. b9d9d7d Add broadcast for user state changing by WHR · 7 years ago
  9. 031059b Implement sending and receiving broadcast messages by WHR · 7 years ago
  10. d2bfef7 Client support logging in; bug fixes by WHR · 7 years ago
  11. e00570a Add function get_local_packet to read local packet for both server and client by WHR · 7 years ago
  12. 9540e6c Change local socket type back to SOCK_STREAM since we need a connection-oriented socket by WHR · 7 years ago
  13. 7ab97ed Add function send_online_users by WHR · 7 years ago
  14. 3526139 Writing local server by WHR · 7 years ago
  15. 742279d Add uses of syslog(3) by WHR · 7 years ago
  16. 6767221 Move socket path code to main.c by WHR · 7 years ago
  17. 65b8738 Add server loop code by WHR · 7 years ago
  18. 9df48d5 Add some dummy code by WHR · 7 years ago