Commit Graph

694 Commits

Author SHA1 Message Date
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
tomo 532d22a495 * fixed bracket use for variable $ssltime 2023-07-07 12:44:10 -07:00
tomo 213fe4fec4 * Used freeBSD install script as base, and modified it to use macOS-style directories. Tested and working with macOS 10.14.x 2023-07-07 12:42:41 -07:00
Retro_Guy a2dfffbd7c Restrict XOVER to in spoolnews.php. 2023-07-01 10:44:32 -07:00
Retro_Guy 2f842a5dc9 Immediately delete articles in expire.php. 2023-06-30 09:50:51 -07:00
Retro_Guy 13c5bb1551 Trim whitespace from username to avoid bypassing rate limits. 2023-06-25 09:15:56 -07:00
Retro_Guy 2dc4245b54 Fix duplicate data in snippets in rslight-lib.php. 2023-06-25 09:07:36 -07:00
Retro_Guy 27114f5b90 Mod spoolnews.php to accept reply from FMS when xover command is not correct. 2023-06-23 15:21:40 -07:00
Retro_Guy b0bac6f428 Some warnings cleanup in overboard.php. 2023-06-03 11:42:49 -07:00
Retro_Guy 75d000d89b Enable thread view to display last user for tradspool installs. 2023-06-03 09:51:11 -07:00
Retro_Guy bf7c76f360 Multibyte is making me multimad. 2023-06-01 13:44:14 -07:00
Retro_Guy f8953949d3 Fix some typos. 2023-06-01 09:17:10 -07:00
Retro_Guy b0f67ee17d Add logo to footer. 2023-05-29 10:08:32 -07:00
Retro_Guy 95d61c0321 Verify group in overboard.php. 2023-05-29 08:38:27 -07:00
Retro_Guy c50d2d5bb6 Remove painful JT theme. 2023-05-29 01:28:17 -07:00
Retro_Guy f2087b8c55 Minor mods to Blue and Metal theme row border colours. 2023-05-29 00:27:12 -07:00
Retro_Guy 4f2920a747 Minor change to wording in import-db3.php help. 2023-05-28 21:53:20 -07:00
Retro_Guy 0035debe45 List version to 0.8.3. 2023-05-28 09:35:18 -07:00
Retro_Guy 4e90577cfa Speed up duplicate checking in spoolnews.php. More accurate dates in main groups list. 2023-05-28 06:39:52 -07:00
Retro_Guy 73fd167566 Fix tzo cookie issue and loosen throttle to start at 50. 2023-05-26 16:57:15 -07:00
Retro_Guy 182aabfc42 Add new theme and change default. 2023-05-21 06:10:53 -07:00
Retro_Guy 56214f2bd7 Remove outgoing spool files for local groups. 2023-05-16 15:40:04 -07:00
Retro_Guy ba92f8dd2f Make new mail notification more obvious and cleanup rslight-lib.php 2023-05-16 15:28:04 -07:00
Retro_Guy 49a15058f3 Delete zip archive. 2023-05-15 12:38:50 -07:00
Retro_Guy 9c74202a20 Fix multibyte name in groups_show. 2023-05-15 12:26:39 -07:00
Retro_Guy 31047dfbf1 Fix bug in Show Headers. 2023-05-15 03:54:49 -07:00
Retro_Guy 1f2d6fa949 Fix title in 'common' scripts. 2023-05-14 20:07:01 -07:00
Retro_Guy 705cd2307f More minor code cleanup. 2023-05-14 19:41:08 -07:00
Retro_Guy a8c373ba12 Use 'null' instead of blank for some not set 'POST' variables. 2023-05-14 19:14:55 -07:00
Retro_Guy 5b7d025126 Continue after finding duplicate msgid in spoolnews.php. 2023-05-14 17:56:44 -07:00
Retro_Guy cc73c642b2 Fix some warnings and fix title for some internal links pages. 2023-05-14 17:38:30 -07:00
Retro_Guy 798eadcebb Clean up some warnings. 2023-05-14 11:37:10 -07:00
Retro_Guy 09deebae1a Verify overview exists before reading for XOVER in rslight-lib.php. 2023-05-13 12:33:55 -07:00
Retro_Guy 8cb989a440 Improve spoolnews.php to handle local groups in non-local section. 2023-05-13 10:10:09 -07:00
Retro_Guy 7f3bf1b416 Fix creation of overview for local group. 2023-05-13 00:05:29 -07:00
Retro_Guy fcde930e54 Some fixes for local only groups and one for mail check. 2023-05-12 14:02:39 -07:00