Commit Graph

429 Commits

Author SHA1 Message Date
Retro_Guy 4b6068d906 Fix typo in spoolnews.php. 2023-08-08 07:22:26 -07:00
Retro_Guy f4ed00ec6f Remove browser caching from index.php and thread.php. 2023-08-08 06:08:28 -07:00
Retro_Guy c1c56ed528 Avoid crash in thread.inc.php when running huge expire. 2023-08-08 05:54:15 -07:00
Retro_Guy 224e58d5ab Sort processed Mail posts (failed/processed). 2023-08-08 05:15:24 -07:00
Retro_Guy 000be193b9 Fix expire.php to skip non-group lines in group list. 2023-08-06 09:24:29 -07:00
Retro_Guy 11a1ab9528 InterBBS Mail complete. Ready for heavy testing. 2023-08-05 12:36:02 -07:00
Retro_Guy 458ed6d9c5 Import incoming mail into user mail database. 2023-08-05 08:47:28 -07:00
Retro_Guy 27a848db3c Set Cache-Control in some headers. 2023-08-04 06:49:48 -07:00
Retro_Guy 2676517fc6 Fix proper path for server_pubkey.txt in tail.inc. 2023-07-30 20:47:28 -07:00
Retro_Guy 4449d48b5a Send mail to admin when new php key added. 2023-07-30 18:40:54 -07:00
Retro_Guy 5e55fdc7f3 More logging cleanup in expire.php. Some Mail updates. 2023-07-30 08:59:09 -07:00
Retro_Guy fdce46d15f Move gpg public key to /pubkey instead of /tmp. 2023-07-29 13:29:00 -07:00
Retro_Guy 221004cc2e Clean up expire.php and add some console logging. 2023-07-29 11:34:09 -07:00
Retro_Guy 9737f0e8ea Minor fixes to send and spoolnews. Continue work on Mail features. 2023-07-29 10:00:27 -07:00
Retro_Guy 9f834f72f1 Add notes in gpg.conf about NoCeM. 2023-07-26 16:30:24 -07:00
Retro_Guy 6e50c0d53d Merge gpg verify function into newsportal.php for use in nocem.php and interBBS_mail.php. 2023-07-26 12:36:42 -07:00
Retro_Guy c9fafb0f97 Create gpg keys for server and make available by link. 2023-07-26 12:33:13 -07:00
Retro_Guy 15539985b6 Modify spoolnews.php to use overview db3 instead of overview flat file to determine . 2023-07-26 12:00:14 -07:00
Retro_Guy af642b5d29 Use gpg.conf to configure GNUPGHOME for nocem.php. 2023-07-24 10:57:22 -07:00
Retro_Guy c355c0e59a Create gpg key for server and move some gpg settings to gpg.conf. 2023-07-24 10:33:13 -07:00
Retro_Guy c6dba01ab1 Avoid creating remote group file for local only groups. 2023-07-23 12:36:52 -07:00
Retro_Guy f00596a520 Update rslight-lib.php to separate tradspool and sqlite better, and return more informative response to posting. 2023-07-23 09:13:42 -07:00
Retro_Guy 1b8f31fe34 Fix possible fatal article number error in 1839remote_groupfile. 2023-07-18 09:15:24 -07:00
Retro_Guy f54bfb656a Fix hard-coded dir for 'banned_names.conf'. 2023-07-17 11:08:14 -07:00
Retro_Guy 3fdae1cf95 Save attachment temp files to /tmp, not 'upload' to avoid breaking display when using files.php. 2023-07-17 10:01:05 -07:00
Retro_Guy 2937368252 Remove debug line in post.inc.php and move User-Agent out of 'if' statement. 2023-07-17 06:42:25 -07:00
Retro_Guy bef40acbb6 Cleanup warning in message.inc.php. 2023-07-16 11:36:06 -07:00
Retro_Guy af2f9a65a2 Combine message_post functions in post.inc.php. 2023-07-16 11:32:33 -07:00
Retro_Guy 6d249a1144 Add 30 character limit to usernames in register.php. 2023-07-14 12:58:25 -07:00
Retro_Guy 0ca7c4bbb9 Fix misspelling of PDOException in newsportal.php. 2023-07-13 10:20:58 -07:00
Retro_Guy 0dfe8d162e Standardize view for logged in features headers. 2023-07-13 09:17:38 -07:00
Retro_Guy b745359929 include newsportal.php in cron.php. Check before closing in newsportal.php. 2023-07-12 08:01:52 -07:00
Retro_Guy 4fc6bd5090 Remove duplicate function from rslight-lib.php. 2023-07-11 12:55:34 -07:00
Retro_Guy 1d6042796d Cleanup undefined vars in search.php. 2023-07-10 13:38:45 -07:00
Retro_Guy ac5d85ef2f Fix some ssl bugs for letsencrypt. 2023-07-10 11:20:08 -07:00
Retro_Guy 3c100839eb Change version to 0.8.5. 2023-07-10 07:45:38 -07:00
Retro_Guy eae7143228 Combine user login for mail, files and user. 2023-07-09 13:10:59 -07:00
Retro_Guy ef0e873844 Clean up locations for ssl keys and remove unused config.inc.php from scripts dir. 2023-07-09 12:01:34 -07:00
Retro_Guy d56a2f1564 Set in config.inc.php in scripts dir. 2023-07-09 09:35:30 -07:00
Retro_Guy d5dd865677 Revert "* upload.php now checks for user login instead of prompting for a login"
This reverts commit 271ca2ead3.
2023-07-08 12:49:44 -07:00
vga256 72b83b55e5 search.php: - prevent script crash when usort() is performed on an empty database result, when using full-body search 2023-07-07 13:09:12 -07:00
vga256 18559b6299 * newsportal.php: nntp_open() now checks if the NNTP server is offline before trying to send commands. It bails out with an error if it cannot connection
* english.lang: cleaned up error messages and added more
2023-07-07 13:08:32 -07:00
vga256 e9a33a1418 * Renamed auth.inc to auth.inc.php. It is a general purpose authentication module that can be used anywhere. Successful authorization sets $logged_in = true 2023-07-07 13:06:37 -07:00
vga256 4b626a3cc9 * oops. Removing debugging information I left behind! 2023-07-07 13:02:06 -07:00
vga256 1d229d5ad1 * newsportal.php now allows a force reload of groups.txt, by suppling (force_reload=true) as the third parameter to groups_read();
* spoolnews.php now forces a reload of groups.txt whenever it runs (regardless of caching) and also checks to see if a remote server has been defined before it tries to contact one.
2023-07-07 13:00:16 -07:00
vga256 09a1eb340d * replaced german variable name with english equivalent 2023-07-07 12:56:51 -07:00
vga256 8e1fe5de65 * newsportal.php: added clarification of NNTP response 2023-07-07 12:52:37 -07:00
tomo 271ca2ead3 * upload.php now checks for user login instead of prompting for a login 2023-07-07 12:48:29 -07:00
tomo 1f7be9db16 * Added login failure output. 2023-07-07 12:47:42 -07:00
tomo 2646e652a7 * bug fix: if the no_verify field was blank, e-mail verifications would not go out.
* added option to turn on PHPMailer debug mode
2023-07-07 12:46:55 -07:00