Commit Graph

134 Commits

Author SHA1 Message Date
Retro_Guy f30b07b09e Remove logging for something that is not a bug in message.inc.php. 2024-10-12 09:03:07 -07:00
Retro_Guy 5ec58d7c5f Handle some warnings for . 2024-10-11 04:46:06 -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 5ebcf38626 Use From: for posting hash for internal posts not using standard authentication. 2024-10-02 08:40:45 -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 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 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 61c4b6346f Check multipart articles to try harder to find text/plain. 2024-09-17 06:07:26 -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 636bcedb2e Remove some unused code and fix thread tree above article display. 2024-08-01 07:16:23 -07:00
Retro_Guy 797aa147a6 Fix checking for missing boundary line. Still more to improve for multipart messages. 2024-07-27 06:03:17 -07:00
Retro_Guy 71e29dd57c Handle article with missing boundary line in message.inc.php. 2024-07-25 06:09:57 -07:00
Retro_Guy 09ae8d3f73 Continue standarizing log files to contain ip address. 2024-07-18 05:20:38 -07:00
Retro_Guy c21a79eb89 First step try to fix issue threading where aricles have exactly same date. Sounds simple I know. 2024-07-07 11:07:28 -07:00
Retro_Guy 352b633384 Remove some unnecessary variable assignments in thread.inc.php. 2024-07-06 02:35:32 -07:00
Retro_Guy 4e6a190c40 Save threads to file, not db. 2024-07-06 02:15:03 -07:00
Retro_Guy 06ef2552a8 Remove caching for threads while working on improving thread handling. 2024-07-06 01:24:43 -07:00
Retro_Guy e5f23dd63f Try to avoid listing threads multiple times in thread view. 2024-07-05 06:31:17 -07:00
Retro_Guy 8724e66c51 Try to standardize some logging output. Move article retrieve errors from newsportal.log to debug.log. 2024-07-03 00:16:36 -07:00
Retro_Guy 8f7692c1af Don't add articles to cache immediately when spooling or posting. 2024-07-02 14:08:17 -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 6dd5f46960 Preliminary addition of disk caching. 2024-06-07 05:43:52 -07:00
Retro_Guy 6e7b8b4057 Move memcached handling to functions in preparation for adding disk caching. 2024-06-07 04:13:23 -07:00
Retro_Guy 98db866a06 Standardize cache logging to 'cache.log'. 2024-06-06 05:50:03 -07:00
Retro_Guy 3ff76df4fe Standarize some variables and address some php warnings. 2024-06-05 04:05:17 -07:00
Retro_Guy f8ec3d9ca6 Change display of no-archive msg to match style of blocked by blocklist msg. 2024-06-04 05:34:33 -07:00
Retro_Guy 2affbfc298 Compress data for memcache. 2024-06-04 04:18:19 -07:00
Retro_Guy c2cc9657f9 Add memcache to (newsportal's) message_read. 2024-06-04 03:31:37 -07:00
Retro_Guy 0f23b44ef0 Handle X-Face: header properly when a user creates an x-face of just spaces (Don't add the header). 2024-05-22 05:33:03 -07:00
Retro_Guy 0dac917320 Some cleanup for spoolnews, and add some more logging for debug purposes. 2024-05-22 04:20:16 -07:00
Retro_Guy 97c864d4de At least remove one of the three requests for an article from cache. 2024-05-20 05:22:24 -07:00
Retro_Guy b7badacd3f Standardize wording in memcache logging. 2024-05-20 04:15:15 -07:00
Retro_Guy 95f1b1c149 Avoid retrieving articles multiple times for display_full_headers. 2024-05-20 03:59:30 -07:00
Retro_Guy 9cf227363f Add prefix to memcache key names to allow for multiple rslight instances. 2024-05-20 03:01:44 -07:00
Retro_Guy 702843d599 Add option to set maxitemsize in memcache.inc.php. 2024-05-14 06:41:07 -07:00
Retro_Guy d540ccd0ca Check thread cache size before writing to memcache. 2024-05-13 16:35:58 -07:00
Retro_Guy e993aed1f0 Compress thread array data for memcache and log size in bytes when writing. 2024-05-13 04:52:59 -07:00
Retro_Guy 6d19400b96 More work on thread_cache in memcache. 2024-05-10 08:08:41 -07:00
Retro_Guy b0b1ba8b69 More memcache cleanup and add threads to memcache. 2024-05-10 03:24:13 -07:00
Retro_Guy c97f2865eb Add override option to disable adding X-Rslight-* headers to posts. 2024-05-08 01:59:27 -07:00
Retro_Guy 6f62f72a1b Add overrides option to set User-Agent header. 2024-04-29 08:05:41 -07:00
Retro_Guy fb84bef830 Fix missing space in short headers for local posters. 2024-04-05 08:16:52 -07:00
Retro_Guy 2f448e6e00 Add user blocking in message display (article-flat.php). 2024-04-05 05:41:44 -07:00
Retro_Guy 6b99f5ca47 Check that imagecreatefromxbm() function exists before trying to display xface. 2024-04-03 07:44:58 -07:00
Retro_Guy 79e09c4f8b Allow to disable x-face in overrides.inc.php. 2024-04-02 12:28:26 -07:00
Retro_Guy 41ed0a7df9 Add copy_link to article header 2024-03-20 08:14:31 -07:00