index
:
src
this commit
master
dontfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Mode
Name
Size
-rw-r--r--
.gitignore
31
log
plain
blame
d---------
bin
1136
log
plain
d---------
etc
527
log
plain
d---------
home
382
log
plain
-rwxr-xr-x
install.sh
1336
log
plain
blame
-rwxr-xr-x
link.sh
434
2019-11-21
Fix wordcmp return value when the words have differing lengths
Michael Forney
2019-11-21
Declare globals as extern in headers, and define in source file
Michael Forney
2019-11-21
Zero temporary SASL PLAIN buffer
June McEnroe
2019-11-21
Use a static buffer for plainBase64
June McEnroe
2019-11-21
Use a fixed buffer size for SASL PLAIN authentication
Michael Forney
2019-11-20
Avoid a couple VLAs with constant size
Michael Forney
2019-11-20
client: Include time.h for gmtime and strftime
Michael Forney
2019-11-20
Use strlcpy for sun_paths
June McEnroe
2019-11-20
Format milliseconds as int
June McEnroe
2019-11-18
Mention the name CertFP in SASL EXTERNAL guide
1.0
June McEnroe
2019-11-18
Document accept and exit behavior
June McEnroe
2019-11-18
Remove ISUPPORT draft reference
June McEnroe
2019-11-18
Document inadvertent echo bug
June McEnroe
2019-11-15
Request NAMES on sync by default
June McEnroe
2019-11-14
Add concept of passive clients
June McEnroe
2019-11-14
Save and load full struct timeval
June McEnroe
2019-11-14
Use struct timeval for sub-second precision
June McEnroe
2019-11-14
Remove server-time filter TODO
June McEnroe
2019-11-14
Tweak filter regexes
June McEnroe
2019-11-14
Filter multi-prefix
June McEnroe
2019-11-14
Replace filters with regex replaces
June McEnroe
2019-11-13
Refactor filterUserhostInNames
June McEnroe
2019-11-13
Factor out wordcpy for filters
June McEnroe
2019-11-11
Revert "Test getopt_config"
June McEnroe
2019-11-11
Test getopt_config
June McEnroe
2019-11-11
Add userhost-in-names to manual
June McEnroe
2019-11-11
Skip initial NAMES parameters
June McEnroe
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
[next]