Commit Graph

76 Commits

Author SHA1 Message Date
Retro_Guy 037a09f376 Change INSTALL.md for 0.6.8. Note that spool must be rebuilt for upgrade 2021-01-24 04:26:47 -07:00
Retro_Guy 251f492cae Remove dot(.) before displaying articles since recent mods 2021-01-23 03:09:50 -07:00
Retro_Guy 77350f50d6 Pull articles directly from db or spool if exist, else request from server 2021-01-22 18:04:37 -07:00
Retro_Guy aef9df41a8 Clean up eols in xover output and add 'open_clients' config option 2021-01-21 20:56:24 -07:00
Retro_Guy e790a1295b Change nntp server timeout to 300 seconds 2021-01-21 18:49:17 -07:00
Retro_Guy f495caa2fb Fix registration forms to display somewhat better in chrome 2021-01-21 18:26:30 -07:00
Retro_Guy e2533d7df0 Try to make search.php look consistent between chrome and firefox 2021-01-21 16:58:52 -07:00
Retro_Guy 1cbc10bed5 Add comments for 0.6.8 in README.md 2021-01-21 02:12:30 -07:00
Retro_Guy 78bdd61106 Add config option to enable/disable database or tradspool 2021-01-21 02:05:05 -07:00
Retro_Guy 6f126108c1 Make sure overboard.php works with tradspool 2021-01-21 01:25:05 -07:00
Retro_Guy 90db596b9d Set max initial articles back to 1000 in spoolnews.php 2021-01-20 23:16:29 -07:00
Retro_Guy 8192068592 Add (name) index to articles-overview.db3 2021-01-20 22:03:28 -07:00
Retro_Guy 34ed3f90ce Add sqlite support for articles spool 2021-01-20 15:54:47 -07:00
Retro_Guy 12c7293708 Check only if np spool exists, not size 2021-01-13 15:58:19 -07:00
Retro_Guy ad4168ea7b Add thread cache file locking in thread.inc.php 2021-01-09 01:31:51 -07:00
Retro_Guy 4d3645b33c Add interval timers to thread update and expire 2021-01-08 18:41:29 -07:00
Retro_Guy b25d8a0c9f Fix incorrect checking for high watermark in spoolnews.php 2021-01-07 22:48:56 -07:00
Retro_Guy b9045fd227 Remove unused function from rslight-lib.php 2021-01-07 21:42:45 -07:00
Retro_Guy 4ba9a1f573 Trim expired articles in np instead of rebuilding group 2021-01-07 20:32:50 -07:00
Retro_Guy 0dfad99982 Minor wording change in log entry in article-flat.php 2021-01-07 18:41:43 -07:00
Retro_Guy 92c932cf75 Avoid reusing deleted article numbers when writing new articles 2021-01-05 00:04:05 -07:00
Retro_Guy 7545c5192a Add rate limiting requests in article-flat.php 2021-01-04 02:07:48 -07:00
Retro_Guy 8f30c8e585 Change links in footer to git targets for clearnet and tor 2020-12-25 21:50:49 -07:00
Retro_Guy bc9d355916 Add LAST NEXT and article pointer support to server (rslight-lib.php) 2020-12-25 21:39:50 -07:00
Retro_Guy 4ef7a51070 enable thread_load_newsserver in spoolnews.php 2020-12-25 16:24:34 -07:00
Retro_Guy ac010e699c Add expire.log to log rotation in cron.php 2020-12-25 01:46:13 -07:00
Retro_Guy c46e9a3767 Add script to build db for 0.6.7 and comments in INSTALL.md 2020-12-24 20:12:50 -07:00
Retro_Guy 3929441d33 Add 0.6.7 comments to README.md 2020-12-24 17:46:01 -07:00
Retro_Guy 48ef440ea2 Add session_cache_limiter mod to search.php to allow going back 2020-12-24 17:18:35 -07:00
Retro_Guy 682e508200 Remove section specific wording in search.php 2020-12-24 16:13:27 -07:00
Retro_Guy 136c984fa9 Combine each section db into one .db3 2020-12-24 02:36:17 -07:00
Retro_Guy 19143de4d7 Fix search.php to more properly handle multibyte strings 2020-12-23 04:11:26 -07:00
Retro_Guy f3f9923c5d Change name search links to search.php and populate text box with name 2020-12-19 02:43:25 -07:00
Retro_Guy be067f78b9 Improved article counting for group and listgroup commands 2020-12-18 23:29:46 -07:00
Retro_Guy 0ee48853a2 Use overview to provide news server article numbers info 2020-12-18 22:22:03 -07:00
Retro_Guy a865077390 Update tail.inc to reflect current version number 2020-12-18 19:50:58 -07:00
Retro_Guy ce571450e9 Remove writing to overview file, only db now 2020-12-18 18:22:42 -07:00
Retro_Guy d2d4588e13 Add per group expire settings and use db for expire 2020-12-18 18:14:39 -07:00
Retro_Guy 0e6fdb9b1c Clean up overboard.php to remove non-db code 2020-12-16 23:41:06 -07:00
Retro_Guy abd6be4db2 Limit overboard db query by age 2020-12-16 23:26:09 -07:00
Retro_Guy 45775395e1 Add db support to nocem.php and clean up var 2020-12-15 02:12:06 -07:00
Retro_Guy 364ae19e85 Add writing to overdatabase in rslight-lib.php 2020-12-13 02:48:16 -07:00
Retro_Guy eb769fec17 Introduce modified files using database support and remove result.php 2020-12-11 21:16:13 -07:00
Retro_Guy 9efa924ede Modified INSTALL.md to list php-sqlite3 as required 2020-12-11 21:13:54 -07:00
Retro_Guy 26985f33ad Remove 'no database' comment from README as a database is in the works 2020-12-11 20:48:56 -07:00
Retro_Guy df2a1967a0 echo all html in section(s) head.inc using php 2020-12-08 01:48:13 -07:00
Retro_Guy f4748cfbc2 Clean up README.md a bit 2020-12-06 03:53:34 -07:00
Retro_Guy e96df121c0 Add list of some features to README.md 2020-12-06 03:47:46 -07:00
Retro_Guy dd339edafd Sorted default groups.txt file 2020-12-05 00:52:28 -07:00
Retro_Guy 97c438bbe0 Change default tac value from tail -r to tac in dist config file 2020-12-05 00:30:47 -07:00