index
:
catgirl
this commit
enroll
master
somasis/tokipona
twitch
vimode
IRC client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
handle.c
(
follow
)
Commit message (
Expand
)
Author
Age
...
*
Rewrite handleMode
June McEnroe
2020-03-22
*
Handle RPL_UMODEIS
June McEnroe
2020-03-18
*
Ignore 422 ERR_NOMOTD
June McEnroe
2020-03-09
*
Set self.pos before handling the message
June McEnroe
2020-03-08
*
Implement the causal.agency/consumer capability
June McEnroe
2020-02-29
*
Add raw modes to mode message
June McEnroe
2020-02-25
*
Handle changing setParamModes, paramModes and other channel modes
June McEnroe
2020-02-25
*
Fix handling EXCEPTS and INVEX without values
June McEnroe
2020-02-25
*
Add /mode, /except, /invex and handle lists replies
June McEnroe
2020-02-25
*
Accumulate mode changes into a buffer for one message
June McEnroe
2020-02-23
*
Handle ERR_CHANOPRIVSNEEDED
June McEnroe
2020-02-20
*
Handle MODE changing channel list modes
June McEnroe
2020-02-20
*
Handle MODE setting channel prefix modes
June McEnroe
2020-02-20
*
Change ban list formatting
June McEnroe
2020-02-20
*
Rearrange some handlers
June McEnroe
2020-02-20
*
Handle RPL_INVITING when no invite-notify
June McEnroe
2020-02-20
*
Handle ERR_BANLISTFULL
June McEnroe
2020-02-20
*
Add handlers for user-in-channel errors
June McEnroe
2020-02-20
*
Add generic error reply handler
June McEnroe
2020-02-20
*
Add /ban, /unban and handle ban list replies
June McEnroe
2020-02-19
*
Format WHOIS signon date with %F %T
June McEnroe
2020-02-19
*
Replace a lot of snprintf with a catf implementation
June McEnroe
2020-02-16
*
Add 379 to WHOIS responses
June McEnroe
2020-02-16
*
Track EXCEPTS and INVEX modes
June McEnroe
2020-02-16
*
Apply colorMentions to actions
June McEnroe
2020-02-16
*
Replace small integers in size_t with uint
June McEnroe
2020-02-15
*
Still add nick without prefixes to complete
June McEnroe
2020-02-15
*
Track PREFIX modes and CHANMODES
June McEnroe
2020-02-15
*
Show prefixes in NAMES and WHOIS replies
June McEnroe
2020-02-15
*
Separate network info from self
June McEnroe
2020-02-15
*
Add /invite
June McEnroe
2020-02-14
*
Add /away
June McEnroe
2020-02-14
*
Only exit on errorneous nick during registration
June McEnroe
2020-02-12
*
Add 378 to list of WHOIS responses
June McEnroe
2020-02-12
*
Add /list
June McEnroe
2020-02-12
*
Handle RPL_AWAY
June McEnroe
2020-02-12
*
Rename query ID on nick change
June McEnroe
2020-02-11
*
Don't insert color codes for non-mentions
June McEnroe
2020-02-11
*
Take first two words in colorMentions
June McEnroe
2020-02-11
*
Set self.nick to * initially
June McEnroe
2020-02-11
*
Move base64 out of chat.h
June McEnroe
2020-02-11
*
Fix whois idle unit calculation
June McEnroe
2020-02-11
*
Split on <> in colorMentions
June McEnroe
2020-02-10
*
Only automatically switch to expected joins
June McEnroe
2020-02-10
*
Avoid coloring mentions if there are control codes
June McEnroe
2020-02-10
*
Update prompt when own nick changes
June McEnroe
2020-02-10
*
Add /whois
June McEnroe
2020-02-09
*
Add self.nick to completion in Network, not None
June McEnroe
2020-02-09
*
Show realname on JOIN if it is different from nick
June McEnroe
2020-02-09
*
Use fmemopen to build colored mentions string
June McEnroe
2020-02-08
[prev]
[next]