index
:
pounce
this commit
master
IRC bouncer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Intercept client QUIT with no parameter
1.0p3
C. McEnroe
2019-12-28
*
Don't send self-PMs to the server
1.0p2
C. McEnroe
2019-12-08
*
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
*
client: Include time.h for gmtime and strftime
Michael Forney
2019-11-20
*
Format milliseconds as int
C. McEnroe
2019-11-20
*
Add concept of passive clients
C. McEnroe
2019-11-14
*
Use struct timeval for sub-second precision
C. McEnroe
2019-11-14
*
Remove server-time filter TODO
C. McEnroe
2019-11-14
*
Tweak filter regexes
C. McEnroe
2019-11-14
*
Filter multi-prefix
C. McEnroe
2019-11-14
*
Replace filters with regex replaces
C. McEnroe
2019-11-14
*
Refactor filterUserhostInNames
C. McEnroe
2019-11-13
*
Factor out wordcpy for filters
C. McEnroe
2019-11-13
*
Skip initial NAMES parameters
C. McEnroe
2019-11-11
*
Filter userhost-in-names
C. McEnroe
2019-11-11
*
Compare words without copying in filters
C. McEnroe
2019-11-10
*
Filter invite-notify
C. McEnroe
2019-11-10
*
Filter extended-join
C. McEnroe
2019-11-10
*
Filter ACCOUNT, AWAY, CHGHOST for incapable clients
C. McEnroe
2019-11-10
*
Maintain stateCaps and offer them to clients
C. McEnroe
2019-11-09
*
Parse capabilities
C. McEnroe
2019-11-09
*
Define macro for bit flag enums
C. McEnroe
2019-11-09
*
Only change AWAY status for registered clients
C. McEnroe
2019-11-08
*
Use #defines for constant strings
C. McEnroe
2019-11-06
*
Change license to GPLv3
C. McEnroe
2019-11-06
*
Use explicit_bzero from LibreSSL
C. McEnroe
2019-11-06
*
Zero PASS parameter
C. McEnroe
2019-11-04
*
Hash client passwords with crypt
C. McEnroe
2019-11-04
*
Use explicit_bzero to clear passwords
C. McEnroe
2019-10-31
*
Shrink client buffer size
C. McEnroe
2019-10-31
*
Specify when command is allowed in Handlers list
C. McEnroe
2019-10-28
*
Disallow PRIVMSG/NOTICE before registration
C. McEnroe
2019-10-28
*
Move entire login flow to state and reorganize it
C. McEnroe
2019-10-28
*
Only increment consumer after successful send
C. McEnroe
2019-10-27
*
Improve client/server error messages
C. McEnroe
2019-10-27
*
Drop clients on zero-length reads
C. McEnroe
2019-10-27
*
Require PASS before USER
C. McEnroe
2019-10-26
*
Oops
C. McEnroe
2019-10-26
*
Disconnect client on unknown command
C. McEnroe
2019-10-26
*
Add AGPLv3 notice on client registration
C. McEnroe
2019-10-25
*
Send PRIVMSG and NOTICE to other clients
C. McEnroe
2019-10-25
*
Clean up client
C. McEnroe
2019-10-25
*
Use produce/consume words for ring buffer
C. McEnroe
2019-10-25
*
Implement client reading from ring buffer
C. McEnroe
2019-10-25
*
Zero entire Client struct
C. McEnroe
2019-10-24
*
Register readers by client usernames
C. McEnroe
2019-10-24
*
Unset non-blocking on clients
C. McEnroe
2019-10-24
*
Intercept client QUIT
C. McEnroe
2019-10-24
*
Only set NeedCapEnd if unregistered
C. McEnroe
2019-10-24
[next]