Server: eliminate zero bytes in plain-text message
Server: eliminate zero bytes in plain-text message
Fix typos in examples
Reject invalid type of 'body' argument in function 'send_message'
CLI: fix endless loop
Server: fix attempting to broadcast user off-line event to the same connection that was just ended
Server: fix accidentally closing server socket
Server: remove a duplicated log message
CLI: shrink input line buffer to 2 KiB, where the old size is mostly a typo
CLI: shrink input line buffer to 2 KiB, where the old size is mostly a typo
Client: check stdout file ownership if it is a terminal
Server: close(2) stdin and stdout to free up these 2 unused file descriptors
Client: restrict access of stdout from other users if it is a terminal
Remove unused codes; update copyright year in messages
Server: use file descriptors of clients as indexes directly
Server: shrunk scope of some local variables
IRC: send MOTD upon registration
s/文件/档案/ in Simplified Chinese messages
s/文件/档案/ in Simplified Chinese messages
Allow omitting identity file when connecting
Allow omitting identity file when connecting
Fix a minor issue in warning message
Update version number
Fix a logical error in client-cli.c
sshoutcfg: free hash buffer
sshoutcfg: remove extra space in output message
Client: filter out unsafe path names in TZ
IRC Frontend
Check for malloc(3) failure
Server: make sure accept(2)ed file descriptor is less than FD_SETSIZE
IRC Frontend
Add optional encoding convertion support for plain-text messages
Don't compare between signed and unsigned integers
Fix a logical error in client-cli.c
Don't use new line for syslog(3)
Revise translated messages
CLI Frontend
CLI Frontend
image-bot: make 'fs.utimes' failures non-fatal
image-bot: update access and modification times of existing file
Allow omitting build date to make binary programs reproducible
Append CPPFLAGS from environment into CFLAGS
s/文件/档案/ in Simplified Chinese messages
IRC Frontend
Don't override optimization control options passed from environment
Fix a logical error in Windows-specific code
Fix a logical error in Windows-specific code
Add support for getting process path name via Linux procfs
Add Darwin-specific process path name implementation; add BSD KERN_PROC_PID sysctl as fallback for all BSD systems
Add BSD process name support
Compare process name for message log lock file
Add an inclusion that may be required on newer Qt versions
Clean up
Add '-fno-common' to CFLAGS
Disallow sending empty message when HTML format is enabled
Remove unused commands in Makefile; revise Traditional Chinese messages
Remove junk from po/zh_TW.po
Remove unused commands in Makefile; revise Traditional Chinese messages
Remove unused commands in Makefile; revise Traditional Chinese messages
IRC Frontend
IRC Frontend
IRC Frontend
IRC Frontend
IRC Frontend
IRC Frontend
IRC Frontend
Update INSTALL
Revise Traditional Chinese messages
Add translated messages for Traditional Chinese
Add translated messages for Traditional Chinese
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code
NO_NLS is useful during 'make install'
Fix typo and minor format issue in INSTALL
Add 2 more environment variables for make(1)
Document NLS-related environment variables for make(1)
Automatically build and install translated messages; fix build issues with NO_NLS=1
sshoutcfg: free hash buffer
Public Chatroom
Public Chatroom
Add method send_raw_message in ClientService.CallBackBinder
Public Chatroom
IRC Frontend
IRC Frontend
IRC Frontend
CLI Frontend
CLI Frontend
Adjust run time license information
Update copyright year in translated messages files
Client: fail on send_login failures; disallow empty client address
Update INSTALL
Client: change some MOTD-related error messages and logs
Client: adjust/fix some MOTD-related error messages
CLI: readline: echo user input to stderr
Don't enable readline(3) for 'log' frontend
CLI: allow forcibly enabling use of readline(3) without a terminal
CLI: readline: echo input to stderr