Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-daemon
/
6c5f1b58eeb6d01ac20d96178ed95c6dd9e62e72
/
client-cli.c
3dac745
CLI: don't over filter useful control characters
by WHR
· 6 years ago
360a8fd
Don't print control characters in message; update version number
by WHR
· 6 years ago
3bd135f
Fix escape in shell commands; fix a possible seek error when overwriting old preference value
by WHR
· 6 years ago
72e0fa2
Clean up
by WHR
· 6 years ago
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
9a36de7
IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION
by WHR
· 6 years ago
82a8e39
CLI: add 'version' command
by WHR
· 6 years ago
4d50f44
CLI: add users preferences support, currently only supported preference is 'alert'
by WHR
· 6 years ago
174ba26
CLI: remove a debug message; sshoutcfg: fix listuser command print results into stderr instead of stdout
by WHR
· 6 years ago
589924f
CLI: add command 'pasteimage' to send image from X clipboard
by WHR
· 6 years ago
35c4b53
Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done
by WHR
· 6 years ago
e3217f9
Fix user input is wrongly redisplayed after some commands
by WHR
· 6 years ago
ba714cf
CLI: redisplay user's input after printing message
by WHR
· 6 years ago
5aef455
Fix forgot to free(3) in function print_message
by WHR
· 7 years ago
cee277d
Don't print '\r' for log frontend
by WHR
· 7 years ago
a251836
Raise length limitation for local and API packets
by WHR
· 7 years ago
bb9c056
Client: support reading large packets
by WHR
· 7 years ago
98cf015
Server: add support of reading large packets without blocking
by WHR
· 7 years ago
aad25db
Nothing, but a type name change
by WHR
· 7 years ago
1c39cee
Add MOTD in CLI
by WHR
· 7 years ago
9f2b941
Add setlocale(3) call in CLI backend to localize date format
by WHR
· 7 years ago
1002d2e
Client: add tick per minute to indicate date change in CLI backend
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
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
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
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