Commit Graph

1130 Commits

Author SHA1 Message Date
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
Retro_Guy 54b27904b8 Increment version to 0.9.153. 2024-09-17 06:45:52 -07:00
Retro_Guy 61c4b6346f Check multipart articles to try harder to find text/plain. 2024-09-17 06:07:26 -07:00
Retro_Guy 7b197a2612 Remove cookie check in checking logged in to avoid cookies disabled error. 2024-09-17 04:00:42 -07:00
Retro_Guy 8f6b17e894 Make sure dot is at first char of line checking end of message in rslight-lib.php. 2024-09-17 04:00:13 -07:00
Retro_Guy 7683d40bd4 Merge branch 'devel' 2024-09-14 05:18:52 -07:00
Retro_Guy 540a6e290f Keep retrying sending to remote server for 4 hours if error. 2024-09-12 05:03:47 -07:00
Retro_Guy 8dd12c02ed Increment version to 0.9.152. 2024-09-12 04:44:19 -07:00
Retro_Guy 8052fe0674 Merge branch 'devel' 2024-09-12 04:43:27 -07:00
Retro_Guy b22afff5cb Fix (full thread) links in overboard flat view to point to first reference if exists on server. 2024-09-12 03:35:31 -07:00
Retro_Guy c97d3a9f59 Clear var in overboard threads view to not duplicate previous when top reference does not exist on server. 2024-09-12 03:08:24 -07:00
Retro_Guy af899f204d Increment version to 0.9.151. 2024-09-11 02:08:45 -07:00
Retro_Guy 7dd998fae7 Merge branch 'devel' 2024-09-11 02:07:57 -07:00
Retro_Guy dc53b109c1 Change Compose to Reply in post_headline in post.php. 2024-09-08 04:05:45 -07:00
Retro_Guy 15afd7ee63 Reduce font size for np_post_headline. 2024-09-08 04:05:08 -07:00
Retro_Guy f0766a51df Add hint for Followup-To entry when posting. 2024-09-07 07:41:19 -07:00
Retro_Guy 54a0e6fbda Add overrides option to set Newsgroups limit per post or reply. 2024-09-07 06:03:57 -07:00
Retro_Guy 7ade78e9f3 Remove some debugging lines in rslight-lib.php. 2024-09-07 05:11:05 -07:00
Retro_Guy 2f87113359 Avoid sending article to remote server multiple times if crossposts use same server. 2024-09-06 16:46:37 -07:00
Retro_Guy 3262f16238 Continue fixing auth in upload.php. 2024-09-05 08:36:29 -07:00
Retro_Guy 6e88b05f98 Fix log in issue in mail.php to match the rest of the site. 2024-09-05 05:42:28 -07:00
Retro_Guy 50322a1277 Prune failed dir to get rid of old failed messages. 2024-09-05 05:42:04 -07:00
Retro_Guy d744ef338b Remember Followup-To entry when retrying posting. 2024-08-29 07:57:45 -07:00
Retro_Guy b5b96a6ea0 Try to clean newsgroups header (spaces and commas) when inserted by user. 2024-08-28 04:25:10 -07:00
Retro_Guy 585a8cb3db Increment version to 0.9.15 2024-08-28 04:24:43 -07:00
Retro_Guy 68cdfc181e Add Followup-To to post.php. 2024-08-28 03:51:07 -07:00
Retro_Guy 0623901dd5 Merge branch 'devel' 2024-08-26 04:37:19 -07:00
Retro_Guy 75546cdb78 Add short delay when using nntp.reload to allow port to be released before trying to bind again. 2024-08-25 13:41:28 -07:00
Retro_Guy 031181c253 Remove spinning wheel while loading page. 2024-08-25 13:33:22 -07:00
Retro_Guy c82e01062a Fix bug in snippets sometimes not converting charset properly. 2024-08-25 13:33:05 -07:00
Retro_Guy 02c1733392 Remove tmp files after successful posting. 2024-08-24 12:26:29 -07:00
Retro_Guy 1f3ab5e3a6 Set displayed link for copy mid/link to reduce confusion. 2024-08-20 05:46:24 -07:00
Retro_Guy a6249e50bc Place article header checks (for display) in function in message.inc.php. 2024-08-20 05:11:12 -07:00
Retro_Guy 2c303650ad Display comment above article if references header is missing. 2024-08-20 04:48:32 -07:00
Retro_Guy 3c397371c0 Change nntp.restart to nntp.reload in nntp.php. 2024-08-20 04:47:55 -07:00
Retro_Guy 095b757bc5 Use nntp.reload instead of nntp.restart for congruentia. 2024-08-18 01:44:14 -07:00
Retro_Guy 8ebf69f766 Add nntp.restart semaphore and fix issue with nntp.disable. 2024-08-17 10:12:49 -07:00
Retro_Guy 77bd6cd640 Increment version to 0.9.142 2024-08-16 02:54:00 -07:00
Retro_Guy 69331a5c95 Merge branch 'devel' 2024-08-16 02:52:40 -07:00
Retro_Guy 23471f3825 Fix some bugs in rslight-lib.php that did not identify end of header correctly. 2024-08-15 11:02:40 -07:00
Retro_Guy 10581971a6 Add date and ip address to register.php logging. 2024-08-15 09:17:29 -07:00
Retro_Guy 5cd692d520 Add logging in register.php. 2024-08-12 08:11:41 -07:00
Retro_Guy 0cd41266be Add 'Forgot Password' link and process to register.php. 2024-08-12 06:13:50 -07:00
Retro_Guy 9ce07594ac Increment version number. 2024-08-10 09:57:57 -07:00
Retro_Guy 42528d6f26 Fix a multibyte issue with names in groups list, and also in search. 2024-08-10 09:49:51 -07:00
Retro_Guy 636bcedb2e Remove some unused code and fix thread tree above article display. 2024-08-01 07:16:23 -07:00