Retro_Guy
f4c72f39f4
Fix bug in unsubscribe for groups with special chars in name.
2023-09-21 04:44:39 -07:00
Retro_Guy
fb33f414fc
Some theme cleanup.
2023-09-19 06:39:01 -07:00
Retro_Guy
c183519871
Get lastarticleinfo from overview instead of articles db, to support tradspool properly.
2023-09-19 03:06:57 -07:00
Retro_Guy
48826b2608
Fix proper display of attachment filename if not listed in Content-Type: header.
2023-09-17 05:39:31 -07:00
Retro_Guy
970f433e0c
Add import filtering by header data.
2023-09-16 09:36:02 -07:00
Retro_Guy
1b1c443f4e
Fix error of missing terms in newsportal.php.
2023-09-10 17:31:47 -07:00
Retro_Guy
ae47019faf
Check that a theme exists in cookie before trying to use the value.
2023-09-09 04:34:17 -07:00
Retro_Guy
1459144b8a
Set in get_client_user_agent_info.
2023-09-08 05:09:37 -07:00
Retro_Guy
161cd394b5
Some cleanup in counting users.
2023-09-06 04:33:59 -07:00
Retro_Guy
d8d2509ed2
Improve counting users by separating bots/throttled.
2023-09-06 04:07:57 -07:00
Retro_Guy
d205bfa6a4
Display number of bots separately from number of users online.
2023-09-04 07:07:06 -07:00
Retro_Guy
3550e09894
Begin adding ability to modify layout, etc. based on User-Agent.
2023-09-04 06:06:43 -07:00
Retro_Guy
1aa93edf6f
Move manual scripts to ./tools subdir of scripts.
2023-09-03 07:32:21 -07:00
Retro_Guy
e8fcfc9d6a
Fix footer link (gitlab) and add '()' to regex for url links.
2023-09-03 03:29:17 -07:00
Retro_Guy
f59f818833
Display links in body. Not as easy as it sounds.
2023-09-02 07:38:59 -07:00
Retro_Guy
993183eb84
Write threads db in a transaction to avoid losing thread data.
2023-09-01 02:46:37 -07:00
Retro_Guy
ae4136777b
Add 'overrides' for some vars and try to read/write history as necessary.
2023-08-27 07:05:53 -07:00
Retro_Guy
c64e3b1779
Fix no 'data' in link for search on user in groups list.
2023-08-26 05:48:13 -07:00
Retro_Guy
2f291dddf5
Prefer articles dbs over overview db for speed.
2023-08-26 04:41:26 -07:00
Retro_Guy
f27c5c6657
Some cleanup to handle rebuilding large groups.
2023-08-26 03:43:11 -07:00
Retro_Guy
c832ef7927
Temp change for lastarticleinfo.dat issue.
2023-08-23 12:50:56 -07:00
Retro_Guy
161015735a
Some fixes for group lists and expire.
2023-08-23 12:25:21 -07:00
Retro_Guy
17ad7a29cf
Store thread data in sqlite db instead of file.
2023-08-22 05:34:37 -07:00
Retro_Guy
17e8a5dd5e
Only changes to indentation. No other changes.
2023-08-19 15:33:05 -07:00
Retro_Guy
db2a64ef45
Change groups_show() to use -title file instead of constantly contacting local nntp server.
2023-08-18 05:05:23 -07:00
Retro_Guy
0983b18399
Overview flat file removed. Create history.db3 to track deleted articles.
2023-08-16 09:41:13 -07:00
Retro_Guy
c9d0d1449e
Handle missing lastarticleinfo files in groups_show in newsportal.php.
2023-08-14 06:37:08 -07:00
Retro_Guy
ff0e31daca
Rename rslight_db_open to overview_db_open as it makes more sense.
2023-08-13 10:00:48 -07:00
Retro_Guy
ed31b5b6a1
Remove flat file overview and use articles-overview.db3 for all overview features.
2023-08-13 05:08:04 -07:00
Retro_Guy
a7223ecbcb
Add features and more logging to InterBBS mail.
2023-08-09 10:10:35 -07:00
Retro_Guy
224e58d5ab
Sort processed Mail posts (failed/processed).
2023-08-08 05:15:24 -07:00
Retro_Guy
5e55fdc7f3
More logging cleanup in expire.php. Some Mail updates.
2023-07-30 08:59:09 -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
0ca7c4bbb9
Fix misspelling of PDOException in newsportal.php.
2023-07-13 10:20:58 -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
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
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
Retro_Guy
bf7c76f360
Multibyte is making me multimad.
2023-06-01 13:44:14 -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
9c74202a20
Fix multibyte name in groups_show.
2023-05-15 12:26:39 -07:00
Retro_Guy
705cd2307f
More minor code cleanup.
2023-05-14 19:41:08 -07:00
Retro_Guy
798eadcebb
Clean up some warnings.
2023-05-14 11:37:10 -07:00
Retro_Guy
05bce02b19
Modified newsportal cuz I'm an idiot.
2023-05-02 13:57:48 -07:00
Retro_Guy
653be9a31e
Set as array, not stdClass
2023-05-02 10:42:03 -07:00
Retro_Guy
f95828bb8c
Cleanup lastarticleinfo
2023-05-01 20:03:57 -07:00
Retro_Guy
714e78bfb4
More fixes for php8 plus improved import-db3.php
2023-04-27 20:34:51 -07:00