Commit Graph

1175 Commits

Author SHA1 Message Date
Retro_Guy 8e9f947069 Remove use of flat file for local art numbers, just use get_last function. 2024-10-09 05:29:04 -07:00
Retro_Guy fac6dddab9 Use config_dir groups files for search instead of spooldir groups files. 2024-10-08 11:08:17 -07:00
Retro_Guy dac8126900 Minor fixes for recent mail to email feature. 2024-10-08 09:51:34 -07:00
Retro_Guy 59a5eb7f4d Add note in mail.php that message is not Email. 2024-10-08 09:29:25 -07:00
Retro_Guy f59fb70ace Do not offer mail to email feature for unverified email address users. 2024-10-08 08:44:48 -07:00
Retro_Guy 83ee1efee1 Add feature to forward interBBS Mail to Email. 2024-10-08 08:33:27 -07:00
Retro_Guy ebef63f6f2 Remove some debugging from newsportal.php. 2024-10-08 08:08:04 -07:00
Retro_Guy 7ce9c4023c Fix formatting issue with textarea in mail.php. 2024-10-08 06:02:26 -07:00
Retro_Guy 5523524624 Remove debugging line from newsportal.php. 2024-10-08 05:15:18 -07:00
Retro_Guy 12b4660b19 Upgrade maintenance.php to handle remote server pointer arrays instead of flat files. 2024-10-08 04:57:01 -07:00
Retro_Guy bb7aae6656 Save remote server statistics to a serialized file instead of flat file. 2024-10-06 15:38:41 -07:00
Retro_Guy 6899a71935 Add email notifications to admin for low disk space and nearing low disk space (which will pause spooling). 2024-10-06 06:07:43 -07:00
Retro_Guy 6209a23a43 Add default Admin user details in phpmail.inc.php. 2024-10-06 06:07:12 -07:00
Retro_Guy 15992ad652 Add some logging in register.php for debugging. 2024-10-06 06:06:42 -07:00
Retro_Guy 63dc8a4e60 Create specific function in newsportal.php for sending internet email. 2024-10-06 06:06:01 -07:00
Retro_Guy 626d810527 Add feature to account_manager to look up posters by posting-hash when necessary. 2024-10-04 05:10:05 -07:00
Retro_Guy bb14360d1e Add config toggle for mailing admin debug messages. 2024-10-04 04:54:08 -07:00
Retro_Guy de23c619e4 Finding a reasonable number of variance for 'fixing' group numbers. Chose 10. 2024-10-04 04:14:34 -07:00
Retro_Guy 250c66f44c Add function to create sections in maintenance.php. 2024-10-03 05:13:03 -07:00
Retro_Guy b3b492592c Revert 251de8bf38 2024-10-02 15:43:06 -07:00
Retro_Guy 251de8bf38 Use absolute value of diff between rslight/newsportal highest artnum when checking count integrity. 2024-10-02 14:34:38 -07:00
Retro_Guy 272c386794 Fix 'more' checking for group count mismatch between newsportal and rslight. 2024-10-02 09:59:47 -07:00
Retro_Guy 247eb5e8a7 Increment version to 0.9.157. 2024-10-02 08:42:41 -07:00
Retro_Guy 3b9d2f05de Merge branch 'devel' 2024-10-02 08:41:24 -07:00
Retro_Guy 5ebcf38626 Use From: for posting hash for internal posts not using standard authentication. 2024-10-02 08:40:45 -07:00
Retro_Guy c80acfc67b Increment version to 0.9.156. 2024-10-02 08:15:55 -07:00
Retro_Guy cf76690486 Merge branch 'devel' 2 Oct 2024 2024-10-02 06:42:46 -07:00
Retro_Guy f6b80489fd Only write posting-user to config if auth used. 2024-10-01 08:00:09 -07:00
Retro_Guy 62c75e8b4f Log 'posting-user' hash to user config file for ease in tracking down a user if necessary. 2024-10-01 06:11:29 -07:00
Retro_Guy 57bbebaf19 Prefer Injection-Date to Date header in spoolnews.php. 2024-09-29 10:17:51 -07:00
Retro_Guy a2da48bb86 Try to catch unreadable or incorrect dates (1 Jan 1970) in spoolnews.php. 2024-09-29 10:17:13 -07:00
Retro_Guy 8a3e57db2c Check exact article start number when determining broken group, not a variance. 2024-09-29 05:12:55 -07:00
Retro_Guy 4e23a4127a Monitor newsportal article count mismatches and rebuild thread cache when necessary. 2024-09-28 14:56:42 -07:00
Retro_Guy df79eb256e Respond to missing articles using thread_cache_removearticle in message.inc.php. 2024-09-28 14:31:38 -07:00
Retro_Guy 78d4003133 Only log failed message retrieval after all steps to retry. 2024-09-28 12:46:42 -07:00
Retro_Guy b0f6e182f4 Add function to wipe newsportal data per group. 2024-09-28 09:15:51 -07:00
Retro_Guy 211044cdc5 Removing misplaced file. 2024-09-28 09:13:02 -07:00
Retro_Guy 1d81007f33 Reverting an uncommitted change to thread.php. 2024-09-28 09:11:50 -07:00
Retro_Guy 4e102310be Try to handle articles with no 'text/plain' and arts with no text at all. Also don't display current 'part' as attachement if in current view. 2024-09-27 03:26:40 -07:00
Retro_Guy 35f8e95896 Increment version to 0.9.155. 2024-09-25 03:37:10 -07:00
Retro_Guy 161bc9974f Merge branch 'devel' 0.9.154 2024-09-25 03:35:43 -07:00
Retro_Guy d35bd73cdb Fix bug introduced recently breaking user filtering in overboard. 2024-09-21 14:38:25 -07:00
Retro_Guy 9798a4b0d0 Check outgoing message for age before trying to re-send. This may avoid an issue if an article is causing a bug and keeping other articles from sending. 2024-09-20 08:30:52 -07:00
Retro_Guy bfa6457930 Check if article is rejected specifically by remote server and if so, move to 'failed' dir immediately (don't wait 4 hours). 2024-09-20 05:55:30 -07:00
Retro_Guy 005fcaea0c Increment version to 0.9.154. 2024-09-20 04:53:54 -07:00
Retro_Guy f810eadfb9 Merge branch 'devel' 2024-09-20 04:04:54 -07:00
Retro_Guy 8b9f385e72 Move sanitize_header for name in post.php to below checking cookies for name. 2024-09-19 15:49:27 -07:00
Retro_Guy 9e79a4af25 Add function to sanitize headers when posting. Currently changing backticks as they cause problems. 2024-09-19 15:43:59 -07:00
Retro_Guy c2659424c8 Standardise line wrap width in config.inc.php, notify post of width. 2024-09-19 05:19:26 -07:00
Retro_Guy 43a61d7acd More carefully check for end of message in spoolnews.php, avoiding lines that are not just a dot.lf 2024-09-19 03:35:43 -07:00