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
*
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
*
Use unexpected NAMES replies to populate complete
June McEnroe
2020-02-08
*
Color mentions
June McEnroe
2020-02-08
*
Scan messages for URLs
June McEnroe
2020-02-08
*
Only show expected topic/names replies
June McEnroe
2020-02-08
*
Handle KICK
June McEnroe
2020-02-08
*
Handle QUIT
June McEnroe
2020-02-08
*
Handle NAMES reply
June McEnroe
2020-02-08
*
Handle NICK
June McEnroe
2020-02-08
*
Clear completion for ID on self-part
June McEnroe
2020-02-07
*
Update completion on join, part, privmsg
June McEnroe
2020-02-07
*
Color notices LightGray by default
June McEnroe
2020-02-06
*
Render actions in italic
June McEnroe
2020-02-06
*
Never consider notices hot
June McEnroe
2020-02-06
*
Handle mentions
June McEnroe
2020-02-06
*
Route own query messages correctly
June McEnroe
2020-02-06
*
Send CAP END if CAP LS doesn't list anything good
June McEnroe
2020-02-06
*
Handle TOPIC and replies
June McEnroe
2020-02-06
*
Handle PART
June McEnroe
2020-02-06
*
Send self.join without colon
June McEnroe
2020-02-06
*
Handle ERROR
June McEnroe
2020-02-05
*
Save own username for message echoing
June McEnroe
2020-02-05
*
Align MOTD after -
June McEnroe
2020-02-05
*
Align join messages after nick
June McEnroe
2020-02-04
*
Set self.color
June McEnroe
2020-02-04
*
Align word wrapping with tab character
June McEnroe
2020-02-04
*
Use time_t rather than struct tm
June McEnroe
2020-02-03
*
Remove services TODO
June McEnroe
2020-02-02
*
Check queries against chanTypes
June McEnroe
2020-02-02
*
Save NETWORK, CHANTYPES, PREFIX from ISUPPORT
June McEnroe
2020-02-02
*
Handle notices and actions
June McEnroe
2020-02-02
*
Add extremely basid handlePrivmsg
June McEnroe
2020-02-02
*
Remove style string macros
June McEnroe
2020-02-02
*
Add idColors
June McEnroe
2020-02-02
*
Implement window switching and status line
June McEnroe
2020-02-02
*
Handle nickname errors
June McEnroe
2020-02-02
*
Parse time tag
June McEnroe
2020-02-02
*
Implement the beginnings of UI
June McEnroe
2020-02-01
*
Fix CapNames array indices
June McEnroe
2020-02-01
*
Blindly implement login flow
June McEnroe
2020-02-01