Commit Graph

319 Commits

Author SHA1 Message Date
Retro_Guy 2197f3da85 Cache xface images based on hash of X-Face instead of mid 2021-10-30 05:00:31 +00:00
Retro_Guy eaba9ea4ec Create web accessible tmp dir in cron.php 2021-10-29 05:58:58 +00:00
Retro_Guy 4d728ed6f7 Handle checking for user config file more accurately 2021-10-26 06:26:18 +00:00
Retro_Guy 20a60fa4a3 Add X-Face and signature support for outgoing messages 2021-10-26 05:06:37 +00:00
Retro_Guy 811fa4de98 Add X-Face support (display) 2021-10-19 21:09:59 +00:00
Retro_Guy 30aaf8b340 Add Mail name to header if in cookie 2021-10-10 05:54:23 +00:00
Retro_Guy 5332bbbdb9 Handle attachments with spaces, etc. in file name 2021-09-27 05:08:41 +00:00
Retro_Guy 2d63ae75ae Avoid creating false database when querying article 2021-09-18 05:48:43 +00:00
Retro_Guy aa51e28a65 Try to improve handling of responding to cross posted messages 2021-09-17 05:51:34 +00:00
Retro_Guy ac8dbb48c9 Prevent GET requests for some vars in post.php 2021-09-16 06:25:39 +00:00
Retro_Guy fb7a7d6f4c Improve link highlight for links in messages if bbcode 2021-08-14 08:10:15 +00:00
Retro_Guy 74f3307f26 (hopefully) improve bbcode links in messages 2021-08-07 07:48:08 +00:00
Retro_Guy 000a523529 Find article by msgid from overview instead of group db 2021-08-03 06:49:16 +00:00
Retro_Guy 8bfcf9fbb3 Allow graceful fail if message does not exist when access by message-id. Improve this in the future 2021-08-01 11:40:23 +00:00
Retro_Guy 81c083596d Allow article-flat.php to find article by message-id in url 2021-08-01 11:23:35 +00:00
Retro_Guy cd2da9952a Fix hardcoded logfile path in article-flat.php 2021-07-23 09:32:52 +00:00
Retro_Guy fd8e56db5a Fix hardcoded spooldir in upload.php 2021-07-09 10:12:56 +00:00
Retro_Guy d3816cc0bc Latest cront.php to use new lock file location 2021-07-07 10:07:16 +00:00
Retro_Guy 8476af159f Avoid counting throttled sessions 2021-07-04 09:59:47 +00:00
Retro_Guy aa571ec45f Move lock files to /lock to allow multiple instances 2021-07-03 02:08:34 +00:00
Retro_Guy f6f524f2be Stay logged in while uploading/browsing files 2021-07-01 11:02:05 +00:00
Retro_Guy e1ff96926a Move session_start in overboard.php else warning in bsd 2021-06-22 06:56:13 +00:00
Retro_Guy f3a24b6c96 Clean up version id in some scripts 2021-06-22 06:10:21 +00:00
Retro_Guy 46e7e25d62 Change posting name cookie path to / 2021-06-22 06:00:40 +00:00
Retro_Guy afb72007fb Set tzo cookie only in header.php 2021-06-21 09:15:32 +00:00
Retro_Guy 4d61a4d967 Highlight MAIL link if new mail. Change cookie path to / . Move some scripts to spoolnews/ 2021-06-21 09:04:13 +00:00
Retro_Guy 4766775a64 Move rate throttling to function in newsportal.php 2021-06-18 10:10:34 +00:00
Retro_Guy 58090b0120 Trim comma from url links 2021-06-17 07:06:01 +00:00
Retro_Guy 1f31a3c809 Minor changes to article-flat.php 2021-06-17 07:00:12 +00:00
Retro_Guy 3cbdc0d875 Cleanup creating links and add protocols 2021-06-16 09:04:22 +00:00
Retro_Guy 50993b3ab7 Remove possible (.) from end of url link 2021-06-15 07:42:23 +00:00
Retro_Guy 59a21be4a0 Fix newsportal code to create clickable links 2021-06-15 07:31:41 +00:00
Retro_Guy 5288a72716 Add delete feature to mail.php 2021-06-14 07:25:44 +00:00
Retro_Guy 63b4fe6a41 Fix mistaken deletion of synchronet.conf in register.php 2021-06-13 07:11:41 +00:00
Retro_Guy 9eca611f81 Consolidate registration into one script and pass change into one script 2021-06-13 06:57:23 +00:00
Retro_Guy bba0ed7fac Highlight read/unread messages in mail 2021-06-12 07:42:44 +00:00
Retro_Guy 0531055378 Change mail auth cookie name to mail_auth 2021-06-11 08:03:24 +00:00
Retro_Guy 662046f50f Authenticate email login using changing keys 2021-06-11 07:50:54 +00:00
Retro_Guy 44c32c218c Separate mail username from posting username 2021-06-10 06:47:57 +00:00
Retro_Guy 493f548e05 Add expire setting to auth cookie 2021-06-10 06:27:15 +00:00
Retro_Guy 4beccff539 Keep mail logged in. TESTING 2021-06-10 02:41:51 +00:00
Retro_Guy 3b5d7852c8 Clean up file section interface a bit 2021-06-09 06:56:22 +00:00
Retro_Guy bbafaccb54 Cleanup uploaded file names for db 2021-06-08 05:30:09 +00:00
Retro_Guy ad98fcb1fa Change User-Agent address to www instead of news 2021-06-08 00:01:00 +00:00
Retro_Guy 164b395f53 Add optional google analytics support 2021-06-07 03:28:55 +00:00
Retro_Guy 7830e5abd0 Fix display of mb usernames in group list page 2021-06-04 23:57:09 +00:00
Retro_Guy e8286a331d Check each group in nocem message properly 2021-06-04 03:43:52 +00:00
Retro_Guy 4096ff8d18 Verify logged in user before displaying a message in mail.php 2021-06-04 03:25:31 +00:00
Retro_Guy e042c25c00 Add private messaging in mail.php. NOT COMPLETE 2021-06-03 05:25:59 +00:00
Retro_Guy c0579b1639 Minor layout change to upload.php 2021-06-01 05:26:42 +00:00