about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
DateCommit message (Expand)
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-01config: assume multiple cgit URLs, too
2020-01-13config: do not slurp entire cgitrc at once
2020-01-11spawn (and thus popen_rd) die on failure
2020-01-06admin: do not lazy-load Inbox or Config packages
2020-01-02config: support multi-value inbox.*.*url
2019-12-27config: each_inbox: pass user arg to callback
2019-10-16config: remove redundant inboxdir check
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-15config: allow "0" as a valid mainrepo path
2019-10-15config: avoid unnecessary '||' use
2019-10-15config: simplify lookup* methods
2019-10-15config: we always have {-section_order}
2019-10-15Config.pm: Add support for mailing list information
2019-09-30config: use NUL-delimited git-config(1) output
2019-09-18config: boolean handling matches git-config(1)
2019-09-09run update-copyrights from gnulib for 2019
2019-06-04config: do not accept non-ASCII digits in cgitrc params
2019-04-19www: support listing of inboxes
2019-04-18config: use '$ibx' instead of '$rv' to denote Inbox objects
2019-04-16cleanup: use '$ibx' consistently when referring to Inbox refs
2019-04-15config: fix regression in repo.path => coderepo.dir mapping
2019-04-15config: support more cgit directives for project lists
2019-04-15cgit: serve static css, logo, favicon directly
2019-04-15config: support cgit scan-path and scan-hidden-path
2019-04-04cgit: use a dedicated named limiter
2019-04-04qspawn: wire up RLIMIT_* handling to limiters
2019-04-04www: wire up cgit as a 404 handler if cgitrc is configured
2019-04-04support publicinbox.cgitrc directive
2019-03-12config: ignore missing config files
2019-01-31config: tiny cleanup to use _array() sub
2019-01-20config: each_inbox iteration preserves config order
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-19view: wire up diff and vcs viewers with solver
2019-01-15config: inbox name checking matches git.git more closely
2019-01-02config: relax name inbox name restrictions
2018-07-19SearchIdx: Allow the amount of indexing be configured
2018-02-07update copyrights for 2018
2017-06-23allow admins to configure non-obfuscated addresses/domains
2017-06-23config: assume lists have multiple addresses
2017-06-16view: implement optional address obfuscation
2017-06-15replyto parameter support
2017-02-09config: do not slurp lines into memory
2017-01-07config: allow per-inbox nntpserver
2017-01-07config: remove unused get() method
2017-01-07config: always use namespaced "publicinboxlimiter"
2016-12-17feed: support publicinbox.<name>.feedmax
2016-09-02config: use "publicinboxlimiter" prefix
2016-08-12www: allow including links to NNTP sites in HTML footer
2016-08-12config: do not nest multi-value altid arrays