index
:
pounce
this commit
master
IRC bouncer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
(
unfollow
)
Commit message (
Expand
)
Author
2019-11-11
Filter userhost-in-names
June McEnroe
2019-11-10
Compare words without copying in filters
June McEnroe
2019-11-10
Separate tags from all target
June McEnroe
2019-11-10
Filter invite-notify
June McEnroe
2019-11-10
Add capsicum note to README
June McEnroe
2019-11-10
Filter extended-join
June McEnroe
2019-11-10
Expand client configuration documentation and list capabilities
June McEnroe
2019-11-10
Request all supported caps from server
June McEnroe
2019-11-10
Filter ACCOUNT, AWAY, CHGHOST for incapable clients
June McEnroe
2019-11-10
Rename listen to local
June McEnroe
2019-11-09
Remove extended-join and invite-notify
June McEnroe
2019-11-09
Maintain stateCaps and offer them to clients
June McEnroe
2019-11-09
Parse capabilities
June McEnroe
2019-11-09
Avoid the reserved _A names with BIT macro
June McEnroe
2019-11-09
Define macro for bit flag enums
June McEnroe
2019-11-08
Check that password is hashed
June McEnroe
2019-11-08
Avoid calling getopt_long again after it returns -1
June McEnroe
2019-11-08
Only change AWAY status for registered clients
June McEnroe
2019-11-07
Just write the example normally
June McEnroe
2019-11-07
Include path in readlinkat error
June McEnroe
2019-11-07
Call clientConsume before clientRecv
June McEnroe
2019-11-06
Use -l:filename in Linux.mk
June McEnroe
2019-11-06
Fix compat.h for #defined strlcpy
June McEnroe
2019-11-06
Allow unsetting LIBRESSL_PREFIX
June McEnroe
2019-11-06
Document calico service configuration
June McEnroe
2019-11-06
Document SASL EXTERNAL configuration in more detail
June McEnroe
2019-11-06
Document pounce service configuration
June McEnroe
2019-11-06
Mention Darwin and GNU/Linux in README
June McEnroe
2019-11-06
Assume LibreSSL from brew on Darwin
June McEnroe
2019-11-06
Remove -DNO_EXPLICIT_BZERO from Darwin.mk
June McEnroe
2019-11-06
Don't install rc scripts or dirs on Linux
June McEnroe