Commit Graph

531 Commits

Author SHA1 Message Date
Retro_Guy e8fcfc9d6a Fix footer link (gitlab) and add '()' to regex for url links. 2023-09-03 03:29:17 -07:00
Retro_Guy f59f818833 Display links in body. Not as easy as it sounds. 2023-09-02 07:38:59 -07:00
Retro_Guy f8ab6c54f0 Fix nntp LIST ACTIVE newsgroup to work properly when a group is specified. 2023-09-01 06:42:42 -07:00
Retro_Guy 993183eb84 Write threads db in a transaction to avoid losing thread data. 2023-09-01 02:46:37 -07:00
Retro_Guy 4f95842cec Remove i2p link from tail as I don't keep the target up to date. Just access gitlab. 2023-08-29 08:36:18 -07:00
Retro_Guy 82b6921535 Modify gitlab link in tail.inc. 2023-08-29 08:25:47 -07:00
Retro_Guy fafda5fe3d Rebuild threads in expire.php of over x number of articles deleted. 2023-08-29 06:38:55 -07:00
Retro_Guy 7f5fc74d0f Fix copywrite date in license.md. 2023-08-27 11:35:17 -07:00
Retro_Guy dfcbf29d3f Convert htmlentities in Reply in mail.php. 2023-08-27 11:22:36 -07:00
Retro_Guy 7053960211 Mod upgrade scripts to handle some new files (copy them over). 2023-08-27 07:45:15 -07:00
Retro_Guy 039bc5d47c Remove macos-install.sh as I can not maintain it without macos. 2023-08-27 07:39:32 -07:00
Retro_Guy 3e231f8efe Make sure overrides.inc.php doesn't get used unless admin renames it. 2023-08-27 07:38:33 -07:00
Retro_Guy ae4136777b Add 'overrides' for some vars and try to read/write history as necessary. 2023-08-27 07:05:53 -07:00
Retro_Guy 65b8d86e25 Reset group pointers when 'importing' group in import-db3.php. 2023-08-26 07:58:27 -07:00
Retro_Guy d25b009776 Change link in tail.inc from github to gitlab. 2023-08-26 06:31:34 -07:00
Retro_Guy c64e3b1779 Fix no 'data' in link for search on user in groups list. 2023-08-26 05:48:13 -07:00
Retro_Guy 2f291dddf5 Prefer articles dbs over overview db for speed. 2023-08-26 04:41:26 -07:00
Retro_Guy f27c5c6657 Some cleanup to handle rebuilding large groups. 2023-08-26 03:43:11 -07:00
Retro_Guy 034ce67950 Fix Duplicate checking bug and avoid locking db too long in expire.php. 2023-08-25 04:21:06 -07:00
Retro_Guy c832ef7927 Temp change for lastarticleinfo.dat issue. 2023-08-23 12:50:56 -07:00
Retro_Guy 161015735a Some fixes for group lists and expire. 2023-08-23 12:25:21 -07:00
Retro_Guy 11b612a230 Prune failed files in nocem and send. 2023-08-22 13:45:01 -07:00
Retro_Guy 17ad7a29cf Store thread data in sqlite db instead of file. 2023-08-22 05:34:37 -07:00
Retro_Guy ee6e0f8b24 One more minor logging change to expire.php. 2023-08-20 05:01:55 -07:00
Retro_Guy f427947ebb Simple log entry wording change in expire.php. 2023-08-20 04:58:18 -07:00
Retro_Guy 17e8a5dd5e Only changes to indentation. No other changes. 2023-08-19 15:33:05 -07:00
Retro_Guy 747227931a Apply message formatting changes to mail.php also. 2023-08-19 08:14:45 -07:00
Retro_Guy fef3c8e58a Fix incomplete mods to expire.php. 2023-08-19 08:03:25 -07:00
Retro_Guy 500023723e Use htmlspecialchars properly. 2023-08-19 07:45:07 -07:00
Retro_Guy b2412a8cbf Add comment to text2html() in message.inc.php as to why it does nothing. 2023-08-19 07:09:41 -07:00
Retro_Guy 3d01e5381f Clean up message formatting using monospaced fonts. Also, move style.css and symlink from themes if not changed. 2023-08-19 06:54:26 -07:00
Retro_Guy 6f1ab0fe38 Add upgrade script for 0.9.0. 2023-08-18 06:07:52 -07:00
Retro_Guy 65d4e35386 Bring README a bit up to date. 2023-08-18 06:02:01 -07:00
Retro_Guy 83877a0d3f Add upgrade information for 0.9.0. 2023-08-18 05:47:33 -07:00
Retro_Guy f427069889 Ignore case in NNTP 'LIST' command. 2023-08-18 05:33:39 -07:00
Retro_Guy 2810345e14 Oops, only modify group name in overboard when there is a group name. 2023-08-18 05:12:17 -07:00
Retro_Guy ffb8d988f4 Fix overboard to handle url encoded group names. 2023-08-18 05:06:08 -07:00
Retro_Guy db2a64ef45 Change groups_show() to use -title file instead of constantly contacting local nntp server. 2023-08-18 05:05:23 -07:00
Retro_Guy 0983b18399 Overview flat file removed. Create history.db3 to track deleted articles. 2023-08-16 09:41:13 -07:00
Retro_Guy c9d0d1449e Handle missing lastarticleinfo files in groups_show in newsportal.php. 2023-08-14 06:37:08 -07:00
Retro_Guy d66f90e528 Remove articles from np during expire. 2023-08-14 05:34:27 -07:00
Retro_Guy d156214a85 Remove flat file overview from rslight-lib.php. 2023-08-13 12:42:31 -07:00
Retro_Guy ff0e31daca Rename rslight_db_open to overview_db_open as it makes more sense. 2023-08-13 10:00:48 -07:00
Retro_Guy 4f34941398 Modify import-db3 to handle removal of flat file overview. 2023-08-13 05:21:50 -07:00
Retro_Guy ed31b5b6a1 Remove flat file overview and use articles-overview.db3 for all overview features. 2023-08-13 05:08:04 -07:00
Retro_Guy da6a4f5042 Check that mail sent with @domain is not our own domain. If it is, strip it. 2023-08-11 07:46:19 -07:00
Retro_Guy e908f8676f Minor fixes in mail.php. 2023-08-11 06:00:41 -07:00
Retro_Guy d09aac728a Move failed bbsmail files as necessary. 2023-08-10 15:51:43 -07:00
Retro_Guy 82b81ea123 Fix issue with usernames in keys and key data. 2023-08-10 10:09:19 -07:00
Retro_Guy 5e699cae94 Minor mods for interBBS Mail. 2023-08-10 06:22:26 -07:00