about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
DateCommit message (Expand)
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
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-07-09view: add "infourl" for reply information
2016-07-09www: add configurable limiters
2016-07-02config: introduce each_inbox for iteration
2016-06-21spawn: improve error checking for fork failures
2016-06-20inbox: move field population logic to initializer
2016-06-17watch: introduce watch directive
2016-06-15drop dependency on File::Path::Expand
2016-05-28remove redundant NewsGroup class
2016-05-28config: remove try_cat
2016-05-27config: fix NewsWWW fallback for newsgroups in HTTP URLs
2016-05-23config: use popen_rd when spawning `git config'
2016-05-21localize $/ in more places to avoid potential problems
2016-05-16config: allow taking an existing reference
2016-05-16declare Inbox object for reusability
2016-05-14rename most instances of "list" to "inbox"
2016-02-29distinguish error messages intended for users vs developers
2016-02-28reduce calls to close unless error checks are needed
2015-12-22config: hoist out common functions