Commit Graph

84 Commits

Author SHA1 Message Date
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 dc53b109c1 Change Compose to Reply in post_headline in post.php. 2024-09-08 04:05:45 -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 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 68cdfc181e Add Followup-To to post.php. 2024-08-28 03:51:07 -07:00
Retro_Guy db5f8dc6ee Make sure to not write anonymous username to cookies when used to post. 2024-07-30 06:31:32 -07:00
Retro_Guy d1a6b271ca Truncate usernames received by post/get to help avoid abuse. 2024-07-23 04:36:54 -07:00
Retro_Guy 075fef485c Add log entry when cookies updated. 2024-07-21 16:12:26 -07:00
Retro_Guy 20cbe6e17d Make sure to use session pass verify function in post.php. 2024-07-21 06:30:13 -07:00
Retro_Guy 59a2d9abaa Apply all logins to all features (intentionally did not previously). 2024-07-21 06:19:35 -07:00
Retro_Guy 53d646b519 Try to improve session handling. 2024-07-20 08:01:24 -07:00
Retro_Guy 8e6558e804 Add overrides option to control Newsgroup header editing. 2024-07-18 06:11:14 -07:00
Retro_Guy 09ae8d3f73 Continue standarizing log files to contain ip address. 2024-07-18 05:20:38 -07:00
Retro_Guy d59c8ea313 Move auth logging in post.php to auth.log. 2024-07-17 08:27:49 -07:00
Retro_Guy f0fab10597 Reset auth timeout timer at each post. 2024-07-17 06:34:52 -07:00
Retro_Guy 718af651da Add checking for spaces in Newsgroups header when posting. 2024-07-16 15:14:24 -07:00
Retro_Guy a5b29b148e encode group name for link (Back) after posting to avoid issues with certain chars in group names. 2024-07-16 04:51:33 -07:00
Retro_Guy b8bbd09f93 Fix bug writing username and auth status to cookies when posting. 2024-07-14 15:32:02 -07:00
Retro_Guy f48297e45a Add overrides option to disable newsgroups editing when posting. 2024-07-13 03:52:57 -07:00
Retro_Guy 932d9a14ad Add ability to crosspost new thread (max 3 groups). 2024-07-12 06:54:15 -07:00
Retro_Guy cc75b78096 Change (UTC) to -0000 in reply header. 2024-07-08 00:30:07 -07:00
Retro_Guy 7e78d614e0 Add config to set reply header. 2024-07-07 01:20:00 -07:00
Retro_Guy b99626e356 Add date to quote (On <date> <person> wrote:). 2024-07-06 06:28:21 -07:00
Retro_Guy ee0253d919 Try to fix spaces in quotes (> >>) that some newsreaders add. 2024-06-30 08:22:25 -07:00
Retro_Guy 7952b6a00b Remove extra blank line from end of quote. 2024-06-30 00:53:56 -07:00
Retro_Guy 8f4c7c9978 Remove extra blank lines at end of article when using Quote. 2024-06-25 23:26:32 -07:00
Retro_Guy cc1c41f107 Add msgid and posting-user hash to post.log if enabled. 2024-06-19 02:28:28 -07:00
Retro_Guy df094abeb3 log subject in post.log since we don't yet have msgid. 2024-06-18 04:02:05 -07:00
Retro_Guy 662dc7e0fe Clean up SESSION['pass'] to use true/false only. 2024-06-05 04:32:38 -07:00
Retro_Guy 21dea6d9a7 Notify if trying to post to non-existent followup-to group. 2024-05-27 02:04:11 -07:00
Retro_Guy 6108dcefba Line wrap article before preparing for quoting. 2024-05-22 05:09:05 -07:00
Retro_Guy 6b9eb7da18 Add function to wrap lines when posting. 2024-05-18 12:10:14 -07:00
Retro_Guy dfbee69ee8 Temporarily disable wordwrap when posting, as it causes another issue. 2024-05-05 10:21:25 -07:00
Retro_Guy 087e26ca6a Apply wordrap in post to hopefully work properly with multibyte characters. 2024-05-02 04:22:16 -07:00
Retro_Guy beae111da8 Wrap lines to 75 char in post.php. 2024-05-02 03:27:03 -07:00
Retro_Guy 9871867104 Fix bug related to missing overrides.inc.php and also fix display of stream info on post page when using ssl. 2024-04-18 03:33:36 -07:00
Retro_Guy 2508c5e56f Add handling for moderated newsgroups. 2024-04-16 07:19:03 -07:00
Retro_Guy e5ff52f299 Add ability to disable adding attachments by section in overrides.inc.php. 2024-04-15 03:47:44 -07:00
Retro_Guy 04492ff0d2 Remove checkbox to remove username cookie in post.php. 2024-03-04 16:25:42 -07:00
Retro_Guy 0803522a6d Fix return from posting one bug at a time, apparently. Fixing link to group after posting. 2024-02-29 16:34:24 -07:00
Retro_Guy 1cb7f1068f Give user option to reply to Followup-To or original groups. 2024-02-29 11:37:59 -07:00
Retro_Guy 1cc18961d9 Fix issue where a group in Newsgroups header exists in spoolnews/groups.txt. 2024-02-24 20:33:14 -07:00
Retro_Guy 6ff39dcca3 Fix post.php to know where to return after replying to a crossposted message. 2024-02-24 18:57:10 -07:00
Retro_Guy 3d9c35f01a Add overrides option to disable changing name/email display in Configure. 2024-02-19 16:33:44 -07:00
Retro_Guy 0c9674d36e Allow configuration of name/email for messages in user config. 2024-02-19 11:39:22 -07:00
Retro_Guy 7ed204fc03 Fix headers for posting through Synchronet. 2024-02-09 10:39:09 -07:00