about summary refs log tree commit diff
path: root/filters (follow)
Commit message (Expand)AuthorAge
* filters: apply HTML escapingLazaros Koromilas2015-08-12
* filters: Add sample gentoo scriptJason A. Donenfeld2015-03-13
* simple-authentication.lua: tie secure cookies to field namesJason A. Donenfeld2015-03-05
* match other common markdown file extensionsChris Burroughs2014-12-23
* repolist: add owner-filterChris Burroughs2014-12-23
* filter: fix libravatar email-filter https issueChristian Hesse2014-12-13
* remove trailing whitespaces from source filesChristian Hesse2014-04-17
* filter: add libravatar email-filter lua scriptChristian Hesse2014-03-13
* simple-authentication: styleJason A. Donenfeld2014-01-23
* auth: document tweakables in lua scriptJason A. Donenfeld2014-01-17
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-16
* auth: lua string comparisons are time invariantJason A. Donenfeld2014-01-16
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-16
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-16
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-15
* email-gravatar: do not scale icons upJason A. Donenfeld2014-01-14
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-14
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-14
* email-gravatar.py: fix UTF-8Christian Hesse2014-01-14
* email-gravatar.lua: fix for lua 5.2Christian Hesse2014-01-14
* filter: add page source to email filterJason A. Donenfeld2014-01-14
* filter: add gravatar scriptsJason A. Donenfeld2014-01-14
* filters: Improved syntax-highlighting.pyStefan Tatschner2014-01-13
* Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch2014-01-08
* Fix about-formatting.shPřemysl Janouch2014-01-08
* filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts2014-01-08
* filters: toggle perl utf8 situationJason A. Donenfeld2013-05-28
* filters: import more modern scriptsJason A. Donenfeld2013-05-27
* syntax-highlighting.sh: Fix command injection.Jason A. Donenfeld2012-10-27
* syntax-highlight: when the file has no extension, assume textFerry Huberts2012-10-09
* Revert "filters/syntax-highlighting.sh: work around highlight --force bug"Ferry Huberts2012-10-09
* Merge branch 'stable'Lars Hjemli2012-03-18
|\
| * filters/syntax-highlighting.sh: work around highlight --force bugFerry Huberts2012-03-18
| * filters/highlight.sh: manually support highlight version 2 and 3Ferry Huberts2012-03-18
* | commit-links.sh: improve regular expressionsFerry Huberts2011-07-19
* | filters: document environment variables in filter scriptsFerry Huberts2011-03-26
|/
* commit-links.sh: Seperate the expressions for filtering commit messages.Jeff Smith2010-07-22
* syntax highlighting for all formats supported by "highlight"Georg Lukas2009-11-19
* Add some example filter scriptsLars Hjemli2009-08-09
tr class='logheader'>2019-02-22Move IRC formatting reset to C-sJune McEnroe Opens C-n for window switching. 2019-02-22Disable terminal flow controlJune McEnroe This opens up C-o, C-q and C-s for key bindings without C-v. 2019-02-22Bind up and down arrows to scrollJune McEnroe Honestly it's kind of weird that IRC clients usually use these for input history. 2019-02-22Remove topic TODOJune McEnroe I played around with it and it doesn't look right unless there is only one channel listed in the status. 2019-02-22Add /znc commandJune McEnroe Only because ZNC tells you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe