about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Fix README typo 1.7June McEnroe2021-03-18
* Add C-z keys for directly inserting most color codesJune McEnroe2021-03-17
* Reset style after newline in inputJune McEnroe2021-03-17
* Show where too-long-messages will be automatically splitJune McEnroe2021-03-17
* Allow multi-line /me and split long /me messagesJune McEnroe2021-03-14
* Refer to glob(7) not sh(1)Klemens Nanni2021-03-13
* Add note about arrow and navigation keysJune McEnroe2021-03-13
* chat.tmux.conf: use config_files format for reloadKlemens Nanni2021-03-10
* Attempt to clarify trust option useJune McEnroe2021-03-08
* Disable nick and channel colors with hash bound 0June McEnroe2021-03-08
* Add bindings for C-Left and C-RightJune McEnroe2021-03-07
* Add all window names to global completionJune McEnroe2021-03-02
* Add workaround for lack of A_ITALIC in old ncursesJune McEnroe2021-02-27
* Error if hash bound is less than 2June McEnroe2021-02-25
* Use separate reply counts for automatic join topics/namesJune McEnroe2021-02-21
* Add C-z p to manually toggle paste modeJune McEnroe2021-02-15
* Refactor Focus and Paste mode stringsJune McEnroe2021-02-15
* Don't insert wchar_t if it can't be converted to mbsJune McEnroe2021-02-15
* Don't expand macro if it can't be converted to mbsJune McEnroe2021-02-15
* Add donation link to README 1.6June McEnroe2021-02-08
* Fix /help LESS setting for updated manualJune McEnroe2021-02-08
* chat.tmux.conf: Add help window for restricted mode, use neww -SKlemens Nanni2021-02-08
* Only treat a single -j join as explicitJune McEnroe2021-02-04
* Add C-z C-v for literal nextJune McEnroe2021-02-03
* chat.tmux.conf: Improve respawn, fix commentKlemens Nanni2021-02-03
* Also skip marking swap windowJune McEnroe2021-01-31
* Actually scroll to first line for "scroll to top"June McEnroe2021-01-29
* Only skip setting swap in windowShowJune McEnroe2021-01-29
* Add Repology links to READMEJune McEnroe2021-01-28
* Add key bindings to chat.tmux.conf, nitsKlemens Nanni2021-01-28
* Add 335 to WHOIS responsesJune McEnroe2021-01-28
* Move threshold and mute indicators directly after numberJune McEnroe2021-01-28
* Save window time display toggleJune McEnroe2021-01-27
* Measure timestamp width using ncursesJune McEnroe2021-01-27
* Change default timestamp format to %XJune McEnroe2021-01-27
* Add toggleable display of timestampsJune McEnroe2021-01-27
* Only list up until scroll position with M-lJune McEnroe2021-01-26
* Preserve scroll position across reflowsJune McEnroe2021-01-26
* Add numbers to buffer linesJune McEnroe2021-01-26
* Rename and move scroll functions closer to where they are usedJune McEnroe2021-01-26
* Factor out windowReflowJune McEnroe2021-01-26
* Use Warm heat for replies to user-initiated commandsJune McEnroe2021-01-26
* Clarify configuration path interpretationsJune McEnroe2021-01-26
* Tighten up XDG base directory path handlingJune McEnroe2021-01-26
* Expand the opening paragraph of the manualJune McEnroe2021-01-26
* Disable notify in restricted modeJune McEnroe2021-01-25
* Don't print timestamps for blank lines in bufferListJune McEnroe2021-01-25
* Do not copy time to wrapped linesJune McEnroe2021-01-25
* Add protocol coverage to non-features listJune McEnroe2021-01-25
* Move mention of pledge(2) and unveil(2) to READMEJune McEnroe2021-01-25
bc3b48a2014d37bb7&follow=1'>ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev