| Commit message (Expand) | Author |
2020-03-31 | Save and load buffer line heat | June McEnroe |
2020-03-31 | Store line heat in buffer | June McEnroe |
2020-03-31 | Add \bear, \cool, \hug, \unflip, \wave | June McEnroe |
2020-03-31 | Replace int opt; while with for loop in sandman | June McEnroe |
2020-03-30 | Replace some declaration; while loops with for loops | June McEnroe |
2020-03-30 | Add text macros | June McEnroe |
2020-03-30 | Tab complete from last iswspace | June McEnroe |
2020-03-30 | Add /o alias for /open | June McEnroe |
2020-03-29 | Add /op, /deop, /voice, /devoice | June McEnroe |
2020-03-28 | Rewrite mode formatting again and write to log | June McEnroe |
2020-03-25 | Log chat events | June McEnroe |
2020-03-25 | Add logging functions | June McEnroe |
2020-03-23 | Track MODE in replies | June McEnroe |
2020-03-23 | Fix non-multiline command newline handling | June McEnroe |
2020-03-23 | Add M-Enter to insert a newline | June McEnroe |
2020-03-23 | Handle bracketed paste, including newlines | June McEnroe |
2020-03-23 | Allow commands to take multiline input | June McEnroe |
2020-03-23 | Bump edit buffer cap to 1024 | June McEnroe |
2020-03-23 | Assume worst case for unknown user and host in splitMessage | June McEnroe |
2020-03-22 | 2015-08-13 | cache.c: fix header order | John Keeping |
2015-08-13 | configfile.c: don't include system headers directly | John Keeping |
2015-08-13 | Remove redundant includes | John Keeping |
2015-08-13 | Makefile: include Git's config.mak.uname | John Keeping |
2015-08-13 | tests: allow shell to be overridden | John Keeping |
2015-08-13 | redirect: cleanliness | Jason A. Donenfeld |
2015-08-13 | redirect: be more careful for different cgi setups | Jason A. Donenfeld |
2015-08-12 | ui-log: fix double counting | John Keeping |
2015-08-12 | log: allow users to follow a file | John Keeping |
2015-08-12 | shared: make cgit_diff_tree_cb public | John Keeping |
2015-08-12 | t0110: Chain together using && | Jason A. Donenfeld |
2015-08-12 | about: always ensure page has a trailing slash | Jason A. Donenfeld |
2015-08-12 | filters: apply HTML escaping | Lazaros Koromilas |
2015-08-12 | git: update to v2.5.0 | Christian Hesse |
2015-08-12 | Fix processing of repo.hide and repo.ignore | Daniel Reicheltes, paramModes and other channel modes | June McEnroe |
2020-02-25 | Fix handling EXCEPTS and INVEX without values | June McEnroe |
2020-02-25 | Add /mode, /except, /invex and handle lists replies | June McEnroe |
2020-02-23 | Accumulate mode changes into a buffer for one message | June McEnroe |
2020-02-20 | Handle ERR_CHANOPRIVSNEEDED | June McEnroe |
2020-02-20 | Handle MODE changing channel list modes | June McEnroe |
2020-02-20 | Handle MODE setting channel prefix modes | June McEnroe |
2020-02-20 | Just use "b" to query ban list | June McEnroe |
2020-02-20 | Change ban list formatting | June McEnroe |
2020-02-20 | Rearrange some handlers | June McEnroe |
2020-02-20 | Handle RPL_INVITING when no invite-notify | June McEnroe |
2020-02-20 | Handle ERR_BANLISTFULL | June McEnroe |
2020-02-20 | Add handlers for user-in-channel errors | June McEnroe |
2020-02-20 | Add generic error reply handler | June McEnroe |
2020-02-19 | Add /ban, /unban and handle ban list replies | June McEnroe |
2020-02-19 | Format WHOIS signon date with %F %T | June McEnroe |
2020-02-19 | Apply word wrapping to tabs before setting align | June McEnroe |