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
/
command.c
Age
Commit message (
Expand
)
Author
2020-03-23
Fix non-multiline command newline handling
C. McEnroe
2020-03-23
Allow commands to take multiline input
C. McEnroe
2020-03-23
Assume worst case for unknown user and host in splitMessage
C. McEnroe
2020-03-22
Implement message splitting
C. McEnroe
2020-03-22
Handle empty input directly in command
C. McEnroe
2020-03-22
Add /say
C. McEnroe
2020-03-02
Prevent entering commands in <debug> if restricted
C. McEnroe
2020-02-25
Add /mode, /except, /invex and handle lists replies
C. McEnroe
2020-02-20
Just use "b" to query ban list
C. McEnroe
2020-02-19
Add /ban, /unban and handle ban list replies
C. McEnroe
2020-02-16
Various small cleanups
C. McEnroe
2020-02-15
Replace small integers in size_t with uint
C. McEnroe
2020-02-15
Add /ns and /cs
C. McEnroe
2020-02-14
Add /kick
C. McEnroe
2020-02-14
Add /invite
C. McEnroe
2020-02-14
Add /away
C. McEnroe
2020-02-13
Add /exec
C. McEnroe
2020-02-13
Rename procPipe to utilPipe
C. McEnroe
2020-02-13
Refactor windows into array and add /move
C. McEnroe
2020-02-12
Add /list
C. McEnroe
2020-02-11
Add -R restricted flag
C. McEnroe
2020-02-10
Only automatically switch to expected joins
C. McEnroe
2020-02-10
Delegate to commandPrivmsg from commandMsg
C. McEnroe
2020-02-09
Add /whois
C. McEnroe
2020-02-09
Add /msg
C. McEnroe
2020-02-09
Add /help
C. McEnroe
2020-02-08
Trim whitespace from both ends of command params
C. McEnroe
2020-02-08
Add /copy
C. McEnroe
2020-02-08
Scan messages for URLs
C. McEnroe
2020-02-08
Add /topic
C. McEnroe
2020-02-08
Add /names
C. McEnroe
2020-02-08
Only show expected topic/names replies
C. McEnroe
2020-02-08
Add /debug
C. McEnroe
2020-02-08
Add /close
C. McEnroe
2020-02-08
Add /query
C. McEnroe
2020-02-08
Add /part
C. McEnroe
2020-02-08
Add /nick
C. McEnroe
2020-02-07
Use complete to abbreviate commands
C. McEnroe
2020-02-07
Populate completion with commands
C. McEnroe
2020-02-06
Add /join command
C. McEnroe
2020-02-05
Add /window name variant
C. McEnroe
2020-02-05
Handle empty params in /quote
C. McEnroe
2020-02-05
Handle empty messages on privmsg, notice, action
C. McEnroe
2020-02-05
Add /window
C. McEnroe
2020-02-05
Add /quit
C. McEnroe
2020-02-05
Add /me, /notice, /quote commands
C. McEnroe
2020-02-05
Change prompt depending on command
C. McEnroe
2020-02-05
Send input as raw IRC in <debug>
C. McEnroe
2020-02-05
Save own username for message echoing
C. McEnroe
2020-02-05
Add extremely basic editing and message sending
C. McEnroe
[prev]