Commit Graph

  • f59f818833 Display links in body. Not as easy as it sounds. Retro_Guy 2023-09-02 07:38:59 -0700
  • f8ab6c54f0 Fix nntp LIST ACTIVE newsgroup to work properly when a group is specified. Retro_Guy 2023-09-01 06:42:42 -0700
  • 993183eb84 Write threads db in a transaction to avoid losing thread data. Retro_Guy 2023-09-01 02:46:37 -0700
  • 4f95842cec Remove i2p link from tail as I don't keep the target up to date. Just access gitlab. Retro_Guy 2023-08-29 08:36:18 -0700
  • 82b6921535 Modify gitlab link in tail.inc. Retro_Guy 2023-08-29 08:25:47 -0700
  • fafda5fe3d Rebuild threads in expire.php of over x number of articles deleted. Retro_Guy 2023-08-29 06:38:55 -0700
  • 7f5fc74d0f Fix copywrite date in license.md. Retro_Guy 2023-08-27 11:35:17 -0700
  • dfcbf29d3f Convert htmlentities in Reply in mail.php. Retro_Guy 2023-08-27 11:22:36 -0700
  • 7053960211 Mod upgrade scripts to handle some new files (copy them over). Retro_Guy 2023-08-27 07:45:15 -0700
  • 039bc5d47c Remove macos-install.sh as I can not maintain it without macos. Retro_Guy 2023-08-27 07:39:32 -0700
  • 3e231f8efe Make sure overrides.inc.php doesn't get used unless admin renames it. Retro_Guy 2023-08-27 07:38:33 -0700
  • ae4136777b Add 'overrides' for some vars and try to read/write history as necessary. Retro_Guy 2023-08-27 07:05:53 -0700
  • 65b8d86e25 Reset group pointers when 'importing' group in import-db3.php. Retro_Guy 2023-08-26 07:58:27 -0700
  • d25b009776 Change link in tail.inc from github to gitlab. Retro_Guy 2023-08-26 06:31:34 -0700
  • c64e3b1779 Fix no 'data' in link for search on user in groups list. Retro_Guy 2023-08-26 05:48:13 -0700
  • 2f291dddf5 Prefer articles dbs over overview db for speed. Retro_Guy 2023-08-26 04:41:26 -0700
  • f27c5c6657 Some cleanup to handle rebuilding large groups. Retro_Guy 2023-08-26 03:43:11 -0700
  • 034ce67950 Fix Duplicate checking bug and avoid locking db too long in expire.php. Retro_Guy 2023-08-25 04:21:06 -0700
  • c832ef7927 Temp change for lastarticleinfo.dat issue. Retro_Guy 2023-08-23 12:50:56 -0700
  • 161015735a Some fixes for group lists and expire. Retro_Guy 2023-08-23 12:25:21 -0700
  • 11b612a230 Prune failed files in nocem and send. Retro_Guy 2023-08-22 13:45:01 -0700
  • 17ad7a29cf Store thread data in sqlite db instead of file. Retro_Guy 2023-08-22 05:34:37 -0700
  • ee6e0f8b24 One more minor logging change to expire.php. Retro_Guy 2023-08-20 05:01:55 -0700
  • f427947ebb Simple log entry wording change in expire.php. Retro_Guy 2023-08-20 04:58:18 -0700
  • 17e8a5dd5e Only changes to indentation. No other changes. Retro_Guy 2023-08-19 15:33:05 -0700
  • 747227931a Apply message formatting changes to mail.php also. Retro_Guy 2023-08-19 08:14:45 -0700
  • fef3c8e58a Fix incomplete mods to expire.php. Retro_Guy 2023-08-19 08:03:25 -0700
  • 500023723e Use htmlspecialchars properly. Retro_Guy 2023-08-19 07:45:07 -0700
  • b2412a8cbf Add comment to text2html() in message.inc.php as to why it does nothing. Retro_Guy 2023-08-19 07:09:41 -0700
  • 3d01e5381f Clean up message formatting using monospaced fonts. Also, move style.css and symlink from themes if not changed. Retro_Guy 2023-08-19 06:54:26 -0700
  • 6f1ab0fe38 Add upgrade script for 0.9.0. Retro_Guy 2023-08-18 06:07:52 -0700
  • 65d4e35386 Bring README a bit up to date. Retro_Guy 2023-08-18 06:02:01 -0700
  • 83877a0d3f Add upgrade information for 0.9.0. Retro_Guy 2023-08-18 05:47:33 -0700
  • f427069889 Ignore case in NNTP 'LIST' command. Retro_Guy 2023-08-18 05:33:39 -0700
  • 2810345e14 Oops, only modify group name in overboard when there is a group name. Retro_Guy 2023-08-18 05:12:17 -0700
  • ffb8d988f4 Fix overboard to handle url encoded group names. Retro_Guy 2023-08-18 05:06:08 -0700
  • db2a64ef45 Change groups_show() to use -title file instead of constantly contacting local nntp server. Retro_Guy 2023-08-18 05:05:23 -0700
  • 0983b18399 Overview flat file removed. Create history.db3 to track deleted articles. Retro_Guy 2023-08-16 09:41:13 -0700
  • c9d0d1449e Handle missing lastarticleinfo files in groups_show in newsportal.php. Retro_Guy 2023-08-14 06:37:08 -0700
  • d66f90e528 Remove articles from np during expire. Retro_Guy 2023-08-14 05:34:27 -0700
  • d156214a85 Remove flat file overview from rslight-lib.php. Retro_Guy 2023-08-13 12:42:31 -0700
  • ff0e31daca Rename rslight_db_open to overview_db_open as it makes more sense. Retro_Guy 2023-08-13 10:00:48 -0700
  • 4f34941398 Modify import-db3 to handle removal of flat file overview. Retro_Guy 2023-08-13 05:21:50 -0700
  • ed31b5b6a1 Remove flat file overview and use articles-overview.db3 for all overview features. Retro_Guy 2023-08-13 05:08:04 -0700
  • da6a4f5042 Check that mail sent with @domain is not our own domain. If it is, strip it. Retro_Guy 2023-08-11 07:46:19 -0700
  • e908f8676f Minor fixes in mail.php. Retro_Guy 2023-08-11 06:00:41 -0700
  • d09aac728a Move failed bbsmail files as necessary. Retro_Guy 2023-08-10 15:51:43 -0700
  • 82b81ea123 Fix issue with usernames in keys and key data. Retro_Guy 2023-08-10 10:09:19 -0700
  • 5e699cae94 Minor mods for interBBS Mail. Retro_Guy 2023-08-10 06:22:26 -0700
  • a7223ecbcb Add features and more logging to InterBBS mail. Retro_Guy 2023-08-09 10:10:35 -0700
  • 341b6889ee Add Cache-Control to search.php. Retro_Guy 2023-08-09 07:12:32 -0700
  • 4b6068d906 Fix typo in spoolnews.php. Retro_Guy 2023-08-08 07:22:26 -0700
  • f4ed00ec6f Remove browser caching from index.php and thread.php. Retro_Guy 2023-08-08 06:08:28 -0700
  • c1c56ed528 Avoid crash in thread.inc.php when running huge expire. Retro_Guy 2023-08-08 05:54:15 -0700
  • 224e58d5ab Sort processed Mail posts (failed/processed). Retro_Guy 2023-08-08 05:15:24 -0700
  • 000be193b9 Fix expire.php to skip non-group lines in group list. Retro_Guy 2023-08-06 09:24:29 -0700
  • 11a1ab9528 InterBBS Mail complete. Ready for heavy testing. Retro_Guy 2023-08-05 12:36:02 -0700
  • 458ed6d9c5 Import incoming mail into user mail database. Retro_Guy 2023-08-05 08:47:28 -0700
  • 27a848db3c Set Cache-Control in some headers. Retro_Guy 2023-08-04 06:49:48 -0700
  • 2676517fc6 Fix proper path for server_pubkey.txt in tail.inc. Retro_Guy 2023-07-30 20:47:28 -0700
  • 4449d48b5a Send mail to admin when new php key added. Retro_Guy 2023-07-30 18:40:54 -0700
  • 5e55fdc7f3 More logging cleanup in expire.php. Some Mail updates. Retro_Guy 2023-07-30 08:59:09 -0700
  • fdce46d15f Move gpg public key to /pubkey instead of /tmp. Retro_Guy 2023-07-29 13:29:00 -0700
  • 221004cc2e Clean up expire.php and add some console logging. Retro_Guy 2023-07-29 11:34:09 -0700
  • 9737f0e8ea Minor fixes to send and spoolnews. Continue work on Mail features. Retro_Guy 2023-07-29 10:00:27 -0700
  • 9f834f72f1 Add notes in gpg.conf about NoCeM. Retro_Guy 2023-07-26 16:30:24 -0700
  • 6e50c0d53d Merge gpg verify function into newsportal.php for use in nocem.php and interBBS_mail.php. Retro_Guy 2023-07-26 12:36:42 -0700
  • c9fafb0f97 Create gpg keys for server and make available by link. Retro_Guy 2023-07-26 12:33:13 -0700
  • 15539985b6 Modify spoolnews.php to use overview db3 instead of overview flat file to determine . Retro_Guy 2023-07-26 12:00:14 -0700
  • af642b5d29 Use gpg.conf to configure GNUPGHOME for nocem.php. Retro_Guy 2023-07-24 10:57:22 -0700
  • c355c0e59a Create gpg key for server and move some gpg settings to gpg.conf. Retro_Guy 2023-07-24 10:33:13 -0700
  • c6dba01ab1 Avoid creating remote group file for local only groups. Retro_Guy 2023-07-23 12:36:52 -0700
  • f00596a520 Update rslight-lib.php to separate tradspool and sqlite better, and return more informative response to posting. Retro_Guy 2023-07-23 09:13:42 -0700
  • 1b8f31fe34 Fix possible fatal article number error in 1839remote_groupfile. Retro_Guy 2023-07-18 09:15:24 -0700
  • f54bfb656a Fix hard-coded dir for 'banned_names.conf'. Retro_Guy 2023-07-17 11:08:14 -0700
  • 3fdae1cf95 Save attachment temp files to /tmp, not 'upload' to avoid breaking display when using files.php. Retro_Guy 2023-07-17 10:01:05 -0700
  • 2937368252 Remove debug line in post.inc.php and move User-Agent out of 'if' statement. Retro_Guy 2023-07-17 06:42:25 -0700
  • bef40acbb6 Cleanup warning in message.inc.php. Retro_Guy 2023-07-16 11:36:06 -0700
  • af2f9a65a2 Combine message_post functions in post.inc.php. Retro_Guy 2023-07-16 11:32:33 -0700
  • 6d249a1144 Add 30 character limit to usernames in register.php. Retro_Guy 2023-07-14 12:58:25 -0700
  • 0ca7c4bbb9 Fix misspelling of PDOException in newsportal.php. Retro_Guy 2023-07-13 10:20:58 -0700
  • 0dfe8d162e Standardize view for logged in features headers. Retro_Guy 2023-07-13 09:17:38 -0700
  • b745359929 include newsportal.php in cron.php. Check before closing in newsportal.php. Retro_Guy 2023-07-12 08:01:52 -0700
  • 4fc6bd5090 Remove duplicate function from rslight-lib.php. Retro_Guy 2023-07-11 12:55:34 -0700
  • 1d6042796d Cleanup undefined vars in search.php. Retro_Guy 2023-07-10 13:38:45 -0700
  • ac5d85ef2f Fix some ssl bugs for letsencrypt. Retro_Guy 2023-07-10 11:20:08 -0700
  • 3c100839eb Change version to 0.8.5. Retro_Guy 2023-07-10 07:45:38 -0700
  • eae7143228 Combine user login for mail, files and user. Retro_Guy 2023-07-09 13:10:59 -0700
  • ef0e873844 Clean up locations for ssl keys and remove unused config.inc.php from scripts dir. Retro_Guy 2023-07-09 12:01:34 -0700
  • d56a2f1564 Set in config.inc.php in scripts dir. Retro_Guy 2023-07-09 09:35:30 -0700
  • d5dd865677 Revert "* upload.php now checks for user login instead of prompting for a login" Retro_Guy 2023-07-08 12:49:44 -0700
  • 72b83b55e5 search.php: - prevent script crash when usort() is performed on an empty database result, when using full-body search vga256 2023-07-05 21:07:45 -0600
  • 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 vga256 2023-07-05 16:02:59 -0600
  • 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 vga256 2023-07-03 13:29:11 -0600
  • 4b626a3cc9 * oops. Removing debugging information I left behind! vga256 2023-07-02 22:28:53 -0600
  • 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. vga256 2023-07-02 22:14:28 -0600
  • 09a1eb340d * replaced german variable name with english equivalent vga256 2023-07-02 12:09:39 -0600
  • 8e1fe5de65 * newsportal.php: added clarification of NNTP response vga256 2023-07-02 12:03:25 -0600
  • 271ca2ead3 * upload.php now checks for user login instead of prompting for a login tomo 2023-07-01 20:58:47 -0600
  • 1f7be9db16 * Added login failure output. tomo 2023-07-01 19:09:17 -0600