Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-daemon
/
b95d7559dd702d5af0d367ec1e4e5ce5d5a2f587
b95d755
Add packet length check for SSHOUT_API_HELLO packet
by WHR
· 7 years ago
2c6ba68
Implement API packet SSHOUT_API_SEND_MESSAGE
by WHR
· 7 years ago
f3750ac
Implement API packet SSHOUT_API_USER_STATE_CHANGE
by WHR
· 7 years ago
39490b3
Fix a bug in implementation of API packet SSHOUT_API_ONLINE_USERS_INFO; implement API packets SSHOUT_API_RECEIVE_MESSAGE and SSHOUT_API_ERROR
by WHR
· 7 years ago
834bfdc
Change some fields length in API packet SSHOUT_API_ONLINE_USERS_INFO
by WHR
· 7 years ago
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
1002d2e
Client: add tick per minute to indicate date change in CLI backend
by WHR
· 7 years ago
b6e144b
Client: exit on select(2) fails
by WHR
· 7 years ago
1d1a024
Implementing API
by WHR
· 7 years ago
87e5103
Change internal interface of the multi-backend client
by WHR
· 7 years ago
8c48955
Fix wrong prompt after an incremental search
by WHR
· 7 years ago
6bd57d0
Add custom signals handler in CLI client; fix strncmp(3) issue in sshoutcfg.c
by WHR
· 7 years ago
e0e553b
Update man page
by WHR
· 7 years ago
163e94b
Add man page sshoutcfg(8)
by WHR
· 7 years ago
aee4206
Implement adduser subcommand of sshoutcfg
by WHR
· 7 years ago
ef6069d
sshoutcfg: fix get line from user list
by WHR
· 7 years ago
966fcfc
Implementing listuser subcommand of sshoutcfg
by WHR
· 7 years ago
9430c6c
Add sshoutcfg tool to manage users
by WHR
· 7 years ago
b8ccf34
Also send private message back to the sender; add 'user not found' notice for private messages
by WHR
· 7 years ago
c92d507
CLI client: add command to send private message
by WHR
· 7 years ago
cc7d5a9
Fix a bug in user online broadcast
by WHR
· 7 years ago
b9d9d7d
Add broadcast for user state changing
by WHR
· 7 years ago
f6a7e47
Add some commands for CLI client
by WHR
· 7 years ago
ead24f9
Implement command auto-completion
by WHR
· 7 years ago
65833e4
Add line history recording for client with a terminal; clean up non-terminal input code
by WHR
· 7 years ago
f66fa81
Re-enable readline if STDIN is a terminal; fix a bug in client select(2) processing
by WHR
· 7 years ago
9fa26e3
Fix read(2)ing of STDIN_FILENO blocked
by WHR
· 7 years ago
f42c259
Add missing file client.h; fix text length bug when printing message; Stop using readline
by WHR
· 7 years ago
031059b
Implement sending and receiving broadcast messages
by WHR
· 7 years ago
c796167
Bug fixes
by WHR
· 7 years ago
a13dc68
Implement 'who' command in CLI client; bug fixes
by WHR
· 7 years ago
f892a00
Move CLI client code to a separate file; bug fixes
by WHR
· 7 years ago
1bacc40
Add a systemd service config file; disable terminal buffer and echo of client if it has a terminal
by WHR
· 7 years ago
d2bfef7
Client support logging in; bug fixes
by WHR
· 7 years ago
99d64bd
Fix print_with_time output message to wrong file, and without a newline
by WHR
· 7 years ago
3bca4a8
Fix the listen fd been closed wrongly
by WHR
· 7 years ago
e00570a
Add function get_local_packet to read local packet for both server and client
by WHR
· 7 years ago
9540e6c
Change local socket type back to SOCK_STREAM since we need a connection-oriented socket
by WHR
· 7 years ago
7ab97ed
Add function send_online_users
by WHR
· 7 years ago
3526139
Writing local server
by WHR
· 7 years ago
35bd06c
Add COPYING file; change the use of fprintf(3) to syslog(3)
by WHR
· 7 years ago
742279d
Add uses of syslog(3)
by WHR
· 7 years ago
6767221
Move socket path code to main.c
by WHR
· 7 years ago
65b8738
Add server loop code
by WHR
· 7 years ago
9df48d5
Add some dummy code
by WHR
· 7 years ago