Commit Graph

139 Commits

Author SHA1 Message Date
Retro_Guy 2f448e6e00 Add user blocking in message display (article-flat.php). 2024-04-05 05:41:44 -07:00
Retro_Guy 5aef1c12a9 Sort article dates as int when presenting last article date in section display. 2024-03-31 11:14:43 -07:00
Retro_Guy b88b3ed437 Recognize $ in links. 2024-03-20 08:18:22 -07:00
Retro_Guy 50bd662e99 Clean up some php warnings. 2024-03-17 11:22:00 -07:00
Retro_Guy fd5285ba88 Continue with feature to hide unsubscribed groups. Add default and also option in overrides.inc.php. 2024-03-04 09:47:34 -07:00
Retro_Guy 09d69ab2de Fix bug (hopefully) where deleting all subs did not allow new subs to be added. 2024-03-03 13:55:26 -07:00
Retro_Guy 5ec9cf5501 Add modified user's display name to aliases.conf. 2024-03-02 10:54:28 -07:00
Retro_Guy fd5ce4f804 Some code cleanup, including fixing attachments display. 2024-03-01 20:03:16 -07:00
Retro_Guy d600e9376f Check article header integrity in spoolnews.php before spooling. 2024-03-01 13:08:21 -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 b0a90c953d Do not allow custom email address to match another user's email address. 2024-02-20 07:58:13 -07:00
Retro_Guy 7ed204fc03 Fix headers for posting through Synchronet. 2024-02-09 10:39:09 -07:00
Retro_Guy 025f73cd3e List proper group names and lins in overboard. 2024-02-02 10:20:37 -07:00
Retro_Guy a12dc5414d Fix incorrect display of last post info for groups with zero posts. 2024-01-29 05:33:12 -07:00
Retro_Guy 70d2ccefdb Strange happenings with encoded Polish. Fix decoding if possible. 2024-01-11 07:49:04 -07:00
Retro_Guy e3d63f6a75 Fixes and improvements to search. 2024-01-07 15:52:50 -07:00
Retro_Guy c11338cf39 Recognize comma as part of urls when creating links in display. 2024-01-05 06:59:32 -07:00
Retro_Guy 59c81f14d4 Strip tabs from From: header when logging spam/ham. 2024-01-02 05:16:53 -07:00
Retro_Guy 9013d73f2a Initial changes to format of spam.log. 2023-12-31 09:51:53 -07:00
Retro_Guy 801cff2c9d Remove refreshing threads in spoolnews.php. It is not necessary. 2023-12-27 05:07:31 -07:00
Retro_Guy 8dea5588d9 Fix maintaining last article pulled from remote log. 2023-12-27 03:18:48 -07:00
Retro_Guy 8ecdbdae6f Improved spam checking and fix error in spooling. 2023-12-26 09:05:40 -07:00
Retro_Guy dce9d81756 Include clean messages in spam logfile (as NOT Spam). 2023-12-24 13:11:52 -07:00
Retro_Guy e37b1bc826 Avoid duplicate 'Duplicate' checking in spoolnews.php. 2023-12-24 06:49:34 -07:00
Retro_Guy 8dfa22d64d Testing to clean up spamassassin integration. 2023-12-23 06:44:03 -07:00
Retro_Guy c3c0d8b683 Add checking all groups to properly write Xref for 'import' in maintenance.php. 2023-11-15 04:55:08 -07:00
Retro_Guy 8f5ea878de Create more standard Xref for incoming articles for better newsreader support. 2023-10-23 19:01:30 -07:00
Retro_Guy 34f3e621ac Log posts identified as spam to log file. 2023-10-06 18:32:05 -07:00
Retro_Guy 45fb7f9cee Highlight subscribed groups with new articles with '*'. 2023-10-02 19:16:48 -07:00
Retro_Guy f4c72f39f4 Fix bug in unsubscribe for groups with special chars in name. 2023-09-21 04:44:39 -07:00
Retro_Guy fb33f414fc Some theme cleanup. 2023-09-19 06:39:01 -07:00
Retro_Guy c183519871 Get lastarticleinfo from overview instead of articles db, to support tradspool properly. 2023-09-19 03:06:57 -07:00
Retro_Guy 48826b2608 Fix proper display of attachment filename if not listed in Content-Type: header. 2023-09-17 05:39:31 -07:00
Retro_Guy 970f433e0c Add import filtering by header data. 2023-09-16 09:36:02 -07:00
Retro_Guy 1b1c443f4e Fix error of missing terms in newsportal.php. 2023-09-10 17:31:47 -07:00
Retro_Guy ae47019faf Check that a theme exists in cookie before trying to use the value. 2023-09-09 04:34:17 -07:00
Retro_Guy 1459144b8a Set in get_client_user_agent_info. 2023-09-08 05:09:37 -07:00
Retro_Guy 161cd394b5 Some cleanup in counting users. 2023-09-06 04:33:59 -07:00
Retro_Guy d8d2509ed2 Improve counting users by separating bots/throttled. 2023-09-06 04:07:57 -07:00
Retro_Guy d205bfa6a4 Display number of bots separately from number of users online. 2023-09-04 07:07:06 -07:00
Retro_Guy 3550e09894 Begin adding ability to modify layout, etc. based on User-Agent. 2023-09-04 06:06:43 -07:00
Retro_Guy 1aa93edf6f Move manual scripts to ./tools subdir of scripts. 2023-09-03 07:32:21 -07:00
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 993183eb84 Write threads db in a transaction to avoid losing thread data. 2023-09-01 02:46:37 -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 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 c832ef7927 Temp change for lastarticleinfo.dat issue. 2023-08-23 12:50:56 -07:00