summary refs log tree commit diff
path: root/bin/1sh/libedit/readline (follow)
Commit message (Collapse)AuthorAge
* Rename catsh to 1shJune McEnroe2019-06-28
Yes it's another rename because I felt like catsh was too long. 1sh is short and unique.
1?h=1.3p1&id=73b11916edc8caba66c9cc6e8e04279ad4b2e2d2&follow=1'>Document the causal.agency/consumer vendor capabilityJune McEnroe 2020-02-27Set consumer pos with CAP REQ causal.agency/consumer=nJune McEnroe So the spec doesn't say I can use cap values in CAP REQ. But it also doesn't explicitly say I can't. 2020-02-27Rename causal.agency/consumer tag causal.agency/posJune McEnroe 2020-02-27Add 1 to consumer ID tagsJune McEnroe It should indicate the position after having seen the tagged message. 2020-02-27Add causal.agency/consumer capabilityJune McEnroe 2020-02-27Re-sort STANDARDS sectionJune McEnroe Authors in order listed on IRCv3. 2020-02-27Send CAP LS 302 to the serverJune McEnroe 2020-02-27Properly treat CAP LS version as a numberJune McEnroe 2020-02-27Support CAP LS 302 from clientsJune McEnroe 2020-02-27Support cap-notifyJune McEnroe 2020-02-26Support setnameJune McEnroe 2020-02-26Support labeled-responseJune McEnroe 2020-02-26Support batchJune McEnroe 2020-02-26Support account-tagJune McEnroe 2020-02-26Clean up intercept tag skipJune McEnroe "Tag skip" like it's a speedrun :3 2020-02-26Also skip the origin in wordcmpJune McEnroe I think for some caps we need to filter messages without origins. 2020-02-26Use %n for tags when formatting intercepted PRIVMSG/NOTICEJune McEnroe 2020-02-26Tweak buffer sizesJune McEnroe Filter functions are dealing with lines not including CRLF, so they already have extra space. serverFormat is using snprintf which wants to always write a NUL at the end of the string. 2020-02-25Add time tag to lines missing itJune McEnroe If a line was produced by another client, it won't have one from the server. 2020-02-25Support message-tagsJune McEnroe 2020-02-25Respond to tagged PINGs correctlyJune McEnroe Yikes. 2020-02-25Request server-time from the server and filter tags for clients