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
/
input.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Add optional key to /join
June McEnroe
2019-07-02
*
Add /move command
June McEnroe
2019-02-27
*
Move nick and tag coloring to color.c
June McEnroe
2019-02-25
*
Add color to tags
June McEnroe
2019-02-25
*
Use first word of params in input commands
June McEnroe
2019-02-23
*
Add C-n and C-p key bindings to switch windows
June McEnroe
2019-02-23
*
Add /znc command
June McEnroe
2019-02-22
*
Reorganize input.c
June McEnroe
2019-02-22
*
Reorganize UI code for the umpteenth time
June McEnroe
2019-02-22
*
Replace "view" with "window"
June McEnroe
2019-02-21
*
Typedef function types, not pointers
June McEnroe
2018-12-30
*
Factor out ircQuit
June McEnroe
2018-12-14
*
Add /raw command
June McEnroe
2018-12-05
*
Send input errors to the current tag
June McEnroe
2018-12-05
*
Rename verbose to raw
June McEnroe
2018-12-05
*
Show error if disconnected unintentionally
June McEnroe
2018-12-04
*
Revert half-working reconnecting stuff
June McEnroe
2018-12-04
*
Crudely handle reconnecting after suspend
June McEnroe
2018-12-01
*
Add basic log replay
June McEnroe
2018-11-29
*
Add /whois
June McEnroe
2018-11-29
*
Rename project catgirl
June McEnroe
2018-11-27
*
Use const char *argv[] signatures
June McEnroe
2018-10-28
*
Never send PRIVMSG to TagStatus or TagVerbose
June McEnroe
2018-09-13
*
Add /help equivalent to /man
June McEnroe
2018-09-11
*
Add urlOpenMatch
June McEnroe
2018-09-11
*
Add /man command
June McEnroe
2018-09-10
*
Use PascalCase for constants
June McEnroe
2018-09-02
*
Accept unique prefixes of commands
June McEnroe
2018-08-18
*
Fix /query error handling
June McEnroe
2018-08-18
*
Alias /n to /view n where n is a number
June McEnroe
2018-08-18
*
Add UI "heat" for status/messages/pings
June McEnroe
2018-08-17
*
Don't treat input as command if word contains extra slash
June McEnroe
2018-08-16
*
Add /query, /part and /close
June McEnroe
2018-08-13
*
Factor out input param and add tagFind
June McEnroe
2018-08-12
*
Fix /open ranges by passing all URLs to open(1)
June McEnroe
2018-08-12
*
Rework UI code for multi-channel
June McEnroe
2018-08-11
*
Become multi-channel
June McEnroe
2018-08-10
*
Rename chan to join
June McEnroe
2018-08-10
*
Ignore trailing space on slash commands
June McEnroe
2018-08-09
*
Add URL detection, listing and opening
June McEnroe
2018-08-09
*
Add commands to tab complete
June McEnroe
2018-08-08
*
Remove extraneous slash from unrecognized command
June McEnroe
2018-08-07
*
Match commands case-insensitively
June McEnroe
2018-08-07
*
Convert input to multibyte before handling
June McEnroe
2018-08-07
*
Hack clang into checking uiFmt format strings
June McEnroe
2018-08-07
*
Use wchar_t strings for all of UI
June McEnroe
2018-08-06
*
Handle /topic
June McEnroe
2018-08-04
*
Rename ui chat to log
June McEnroe
2018-08-04
*
Rename client to irc
June McEnroe
2018-08-04
*
Handle /names and /who
June McEnroe
2018-08-04
[next]