index
:
~noa/catgirl
this commit
master
weechat-hashes
Unnamed repository; edit this file 'description' to name the repository.
noa
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
handle.c
Age
Commit message (
Expand
)
Author
2020-02-20
Add generic error reply handler
C. McEnroe
2020-02-19
Add /ban, /unban and handle ban list replies
C. McEnroe
2020-02-19
Format WHOIS signon date with %F %T
C. McEnroe
2020-02-16
Replace a lot of snprintf with a catf implementation
C. McEnroe
2020-02-16
Add 379 to WHOIS responses
C. McEnroe
2020-02-16
Track EXCEPTS and INVEX modes
C. McEnroe
2020-02-16
Apply colorMentions to actions
C. McEnroe
2020-02-15
Replace small integers in size_t with uint
C. McEnroe
2020-02-15
Still add nick without prefixes to complete
C. McEnroe
2020-02-15
Track PREFIX modes and CHANMODES
C. McEnroe
2020-02-15
Show prefixes in NAMES and WHOIS replies
C. McEnroe
2020-02-15
Separate network info from self
C. McEnroe
2020-02-14
Add /invite
C. McEnroe
2020-02-14
Add /away
C. McEnroe
2020-02-12
Only exit on errorneous nick during registration
C. McEnroe
2020-02-12
Add 378 to list of WHOIS responses
C. McEnroe
2020-02-12
Add /list
C. McEnroe
2020-02-12
Handle RPL_AWAY
C. McEnroe
2020-02-11
Rename query ID on nick change
C. McEnroe
2020-02-11
Don't insert color codes for non-mentions
C. McEnroe
2020-02-11
Take first two words in colorMentions
C. McEnroe
2020-02-11
Set self.nick to * initially
C. McEnroe
2020-02-11
Move base64 out of chat.h
C. McEnroe
2020-02-11
Fix whois idle unit calculation
C. McEnroe
2020-02-10
Split on <> in colorMentions
C. McEnroe
2020-02-10
Only automatically switch to expected joins
C. McEnroe
2020-02-10
Avoid coloring mentions if there are control codes
C. McEnroe
2020-02-10
Update prompt when own nick changes
C. McEnroe
2020-02-09
Add /whois
C. McEnroe
2020-02-09
Add self.nick to completion in Network, not None
C. McEnroe
2020-02-09
Show realname on JOIN if it is different from nick
C. McEnroe
2020-02-08
Use fmemopen to build colored mentions string
C. McEnroe
2020-02-08
Use unexpected NAMES replies to populate complete
C. McEnroe
2020-02-08
Color mentions
C. McEnroe
2020-02-08
Scan messages for URLs
C. McEnroe
2020-02-08
Only show expected topic/names replies
C. McEnroe
2020-02-08
Handle KICK
C. McEnroe
2020-02-08
Handle QUIT
C. McEnroe
2020-02-08
Handle NAMES reply
C. McEnroe
2020-02-08
Handle NICK
C. McEnroe
2020-02-07
Clear completion for ID on self-part
C. McEnroe
2020-02-07
Update completion on join, part, privmsg
C. McEnroe
2020-02-06
Color notices LightGray by default
C. McEnroe
2020-02-06
Render actions in italic
C. McEnroe
2020-02-06
Never consider notices hot
C. McEnroe
2020-02-06
Handle mentions
C. McEnroe
2020-02-06
Route own query messages correctly
C. McEnroe
2020-02-06
Send CAP END if CAP LS doesn't list anything good
C. McEnroe
2020-02-06
Handle TOPIC and replies
C. McEnroe
2020-02-06
Handle PART
C. McEnroe
[next]