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-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
2020-02-06
Send self.join without colon
C. McEnroe
2020-02-05
Handle ERROR
C. McEnroe
2020-02-05
Save own username for message echoing
C. McEnroe
2020-02-05
Align MOTD after -
C. McEnroe
2020-02-04
Align join messages after nick
C. McEnroe
2020-02-04
Set self.color
C. McEnroe
2020-02-04
Align word wrapping with tab character
C. McEnroe
2020-02-03
Use time_t rather than struct tm
C. McEnroe
2020-02-02
Remove services TODO
C. McEnroe
2020-02-02
Check queries against chanTypes
C. McEnroe
2020-02-02
Save NETWORK, CHANTYPES, PREFIX from ISUPPORT
C. McEnroe
2020-02-02
Handle notices and actions
C. McEnroe
2020-02-02
Add extremely basid handlePrivmsg
C. McEnroe
2020-02-02
Remove style string macros
C. McEnroe
2020-02-02
Add idColors
C. McEnroe
2020-02-02
Implement window switching and status line
C. McEnroe
2020-02-02
Handle nickname errors
C. McEnroe
2020-02-02
Parse time tag
C. McEnroe
2020-02-01
Implement the beginnings of UI
C. McEnroe
2020-02-01
Fix CapNames array indices
C. McEnroe
2020-02-01
Blindly implement login flow
C. McEnroe