Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-daemon
/
490faefc8ed2fedd2818fb1f71cbb80f0d749dae
/
client-cli.c
490faef
Merge commit 'a5a30bb' from branch 1.0
by WHR
· 6 years ago
a5a30bb
CLI: fix null pointer dereferencing when a command line contains only whitespace characters
by WHR
· 6 years ago
039a03a
CLI: hide input line before print
by WHR
· 6 years ago
0d8db03
CLI: flush stdout after elinks(1) if color is enabled
by WHR
· 6 years ago
e3b9204
CLI: insert a new line at beginning of a prased HTML message
by WHR
· 6 years ago
e0a52e9
Merge commit '3dac745'
by WHR
· 6 years ago
3dac745
CLI: don't over filter useful control characters
by WHR
· 6 years ago
85ebb74
Merge commit '360a8fd'; CLI: filter control characters in plain text message
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
e58df5f
CLI: Solaris compatibility fixes
by WHR
· 6 years ago
f394ba0
CLI: redisplay user input after elinks(1) outputs
by WHR
· 6 years ago
9e5cb76
CLI: read preference 'showhtml' on start; use option '-force-html' when running elinks(1)
by WHR
· 6 years ago
8f7d6a8
CLI: add HTML parsing support via elinks(1)
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