index
:
pounce
this commit
master
IRC bouncer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Intercept client PONG
June McEnroe
2021-10-03
*
Track client idle time
June McEnroe
2021-10-03
*
Log IRC to standard output with -v
June McEnroe
2021-10-02
*
Remove redundant clientDiff function
June McEnroe
2021-09-02
*
Use CapBits as length of Filters
June McEnroe
2021-08-28
*
Avoid overwriting manual AWAY messages
June McEnroe
2021-08-21
*
Replace verbose colors with two types of arrows
June McEnroe
2021-08-20
*
Use seprintf for snip, removing strlcpyn
June McEnroe
2021-06-09
*
Use seprintf for reserialize
June McEnroe
2021-06-09
*
Refactor hasTag to be usable in more places
June McEnroe
2021-01-24
*
Support echo-message capability
June McEnroe
2021-01-24
*
Add lazy client registration timeout
June McEnroe
2020-11-20
*
Only allow clients to AUTHENTICATE if using a cert
June McEnroe
2020-11-16
*
Set client sockets non-blocking
June McEnroe
2020-11-16
*
Make struct Client public
June McEnroe
2020-11-14
*
Wait for POLLIN to do client tls_handshake
June McEnroe
2020-11-13
*
Refactor reserialization and client self-producing
June McEnroe
2020-08-31
*
Add support for OpenBSD
June McEnroe
2020-08-27
*
Fix unintended interception of NICK after registration
June McEnroe
2020-08-13
*
Implement stub of palaverapp.com capability
June McEnroe
2020-08-11
*
Refactor intercept to use Handlers and fix QUIT w/o message
1.4p1
June McEnroe
2020-08-10
*
Refactor clientCA and clientSTS as clientCaps
June McEnroe
2020-08-10
*
Say "OpenSSL" in additional permission notices
June McEnroe
2020-08-06
*
Handle broken clients sending only \n
June McEnroe
2020-08-06
*
Use snprintf instead of strlcpy
June McEnroe
2020-07-31
*
Add additional permission for linking with LibreSSL
June McEnroe
2020-06-08
*
Add server send queueing with time interval
June McEnroe
2020-05-11
*
Advertise STS policy
June McEnroe
2020-02-27
*
Set consumer pos with CAP REQ causal.agency/consumer=n
June McEnroe
2020-02-27
*
Rename causal.agency/consumer tag causal.agency/pos
June McEnroe
2020-02-27
*
Add 1 to consumer ID tags
June McEnroe
2020-02-27
*
Add causal.agency/consumer capability
June McEnroe
2020-02-27
*
Send CAP LS 302 to the server
June McEnroe
2020-02-27
*
Properly treat CAP LS version as a number
June McEnroe
2020-02-27
*
Support CAP LS 302 from clients
June McEnroe
2020-02-27
*
Support cap-notify
June McEnroe
2020-02-27
*
Support setname
June McEnroe
2020-02-26
*
Support labeled-response
June McEnroe
2020-02-26
*
Support batch
June McEnroe
2020-02-26
*
Clean up intercept tag skip
June McEnroe
2020-02-26
*
Also skip the origin in wordcmp
June McEnroe
2020-02-26
*
Use %n for tags when formatting intercepted PRIVMSG/NOTICE
June McEnroe
2020-02-26
*
Tweak buffer sizes
June McEnroe
2020-02-26
*
Add time tag to lines missing it
June McEnroe
2020-02-25
*
Support message-tags
June McEnroe
2020-02-25
*
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
*
Remove bad assert
June McEnroe
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
[next]