index
:
pounce
this commit
master
IRC bouncer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bounce.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Request server-time from the server and filter tags for clients
June McEnroe
2020-02-25
*
Bump buffer sizes to allow for tags
June McEnroe
2020-02-25
*
Implement source address selection
multiplexd
2020-02-18
*
Add option to set local client CA
June McEnroe
2020-01-12
*
Add a vendor capability for passive clients
June McEnroe
2020-01-10
*
Update source URL
June McEnroe
2019-12-24
*
Reference openssl(1) by absolute path
edef
2019-11-27
*
Declare globals as extern in headers, and define in source file
Michael Forney
2019-11-21
*
Request NAMES on sync by default
June McEnroe
2019-11-15
*
Use struct timeval for sub-second precision
June McEnroe
2019-11-14
*
Filter multi-prefix
June McEnroe
2019-11-14
*
Filter userhost-in-names
June McEnroe
2019-11-11
*
Filter invite-notify
June McEnroe
2019-11-10
*
Filter extended-join
June McEnroe
2019-11-10
*
Rename listen to local
June McEnroe
2019-11-10
*
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-09
*
Only change AWAY status for registered clients
June McEnroe
2019-11-08
*
Use #defines for constant strings
June McEnroe
2019-11-06
*
Define one CERTBOT_PATH rather than two format strings
June McEnroe
2019-11-06
*
Change license to GPLv3
June McEnroe
2019-11-06
*
Use explicit_bzero from LibreSSL
June McEnroe
2019-11-06
*
Implement SASL EXTERNAL
June McEnroe
2019-11-05
*
Add options for TLS client certificate
June McEnroe
2019-11-04
*
Zero PASS parameter
June McEnroe
2019-11-04
*
Hash client passwords with crypt
June McEnroe
2019-11-04
*
Move base64 to bounce.h
June McEnroe
2019-11-04
*
Implement UNIX-domain binding
June McEnroe
2019-11-02
*
Re-read cert and key from the same FILEs
June McEnroe
2019-11-01
*
Use explicit_bzero to clear passwords
June McEnroe
2019-10-31
*
Allocate ring buffer at runtime
June McEnroe
2019-10-29
*
Implement getopt_long-integrated configuration parsing
June McEnroe
2019-10-29
*
Add option to save and load ring contents across restarts
June McEnroe
2019-10-28
*
Move entire login flow to state and reorganize it
June McEnroe
2019-10-28
*
Only increment consumer after successful send
June McEnroe
2019-10-27
*
Output ring info on SIGINFO
June McEnroe
2019-10-27
*
Add undocumented flag to disable verification
June McEnroe
2019-10-26
*
Track channel topics
June McEnroe
2019-10-26
*
Add flags to request TOPIC and NAMES on client connect
June McEnroe
2019-10-26
*
Add AGPLv3 notice on client registration
June McEnroe
2019-10-25
*
Send PRIVMSG and NOTICE to other clients
June McEnroe
2019-10-25
*
Clean up listen API
June McEnroe
2019-10-25
*
Use produce/consume words for ring buffer
June McEnroe
2019-10-25
*
Implement client reading from ring buffer
June McEnroe
2019-10-25
*
Implement ringDiff and ringRead
June McEnroe
2019-10-25
*
Register readers by client usernames
June McEnroe
2019-10-24
*
Implement ringWrite
June McEnroe
2019-10-24
[next]