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
*
Factor out uiPrompt to call on nick change
June McEnroe
2018-09-14
*
Move color selection to format.c
June McEnroe
2018-09-13
*
Rewrite UI again
June McEnroe
2018-09-13
*
Don't render every PM as a ping
June McEnroe
2018-09-11
*
Use PascalCase for constants
June McEnroe
2018-09-02
*
Treat all direct messages as pings
June McEnroe
2018-09-02
*
Simplify invalid nick messages
June McEnroe
2018-09-02
*
Remove FIXME for tracking tags in WHO handling
June McEnroe
2018-08-20
*
Don't clobber tab order on /who
June McEnroe
2018-08-20
*
Fix missing stdint.h include
June McEnroe
2018-08-20
*
Add logging
June McEnroe
2018-08-17
*
Add UI "heat" for status/messages/pings
June McEnroe
2018-08-17
*
Detect pings in ACTIONs
June McEnroe
2018-08-14
*
Keep hashing '\0' until color is not black
June McEnroe
2018-08-14
*
Don't ping self
June McEnroe
2018-08-13
*
Detect pings anywhere in message
June McEnroe
2018-08-13
*
Add /query, /part and /close
June McEnroe
2018-08-13
*
Rework UI code for multi-channel
June McEnroe
2018-08-11
*
Fix isSelf user checking
June McEnroe
2018-08-11
*
Become multi-channel
June McEnroe
2018-08-10
*
Remove unnecessary va_end
June McEnroe
2018-08-10
*
Rename chan to join
June McEnroe
2018-08-10
*
Color brackets around nicks
June McEnroe
2018-08-09
*
Fix 432 handler params
June McEnroe
2018-08-09
*
Replace shift with a great variadic function
June McEnroe
2018-08-09
*
Only tabTouch nick if not self
June McEnroe
2018-08-09
*
Add URL detection, listing and opening
June McEnroe
2018-08-09
*
Distinguish self with square brackets
June McEnroe
2018-08-08
*
Color own messages 15
June McEnroe
2018-08-08
*
Highlight and beep pings
June McEnroe
2018-08-07
*
Populate tab-complete list
June McEnroe
2018-08-07
*
Fix /me formatting side-effects
June McEnroe
2018-08-07
*
Hack clang into checking uiFmt format strings
June McEnroe
2018-08-07
*
Handle PART and QUIT without messages
June McEnroe
2018-08-07
*
Make safe filling the who buffer
June McEnroe
2018-08-07
*
Use wchar_t strings for all of UI
June McEnroe
2018-08-06
*
Rename ui chat to log
June McEnroe
2018-08-04
*
Rename client to irc
June McEnroe
2018-08-04
*
Split source into several files
June McEnroe
2018-08-04