Commit Graph

301 Commits

Author SHA1 Message Date
Bryan Ashby 460070e61d
Users can now accept a follow request; Deny and remove next 2023-08-26 18:49:07 -06:00
Bryan Ashby d5a7905225
Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 459-activitypub-integration 2023-05-11 08:46:10 -06:00
Bryan Ashby d5bffb1719
Fix up warning and update Buffer() to Buffer.from() 2023-04-26 21:40:37 -06:00
Bryan Ashby a5a3a63b00
Minor sys log updates 2023-04-26 19:11:38 -06:00
Bryan Ashby 0c1785c462
More log updates 2023-04-26 19:08:31 -06:00
Bryan Ashby a5a72d8270
Split out logging a bit, fix accept header parsing 2023-04-25 11:46:19 -06:00
Bryan Ashby beb28c9696
Include message ID in log, fix message 2023-04-20 20:33:19 -06:00
Bryan Ashby 32bb0c4937
Dumb fix...again 2023-04-19 19:46:59 -06:00
Bryan Ashby 71076c8e90
Dumb fix 2023-04-19 13:46:11 -06:00
Bryan Ashby faf8ccaaf8
Updated sig check 2 2023-04-19 13:19:02 -06:00
Bryan Ashby 1c27891f15
Test sig check 2023-04-19 12:37:11 -06:00
Bryan Ashby c4553a01a5
Fix callback 2023-04-14 08:44:08 -06:00
Bryan Ashby 447be3552c Better error handling 2023-04-08 21:04:40 -06:00
Stack Fault 9a4433ee03 Fixed PrivMsg delivery + added new server commands 2023-03-31 13:46:07 -04:00
Bryan Ashby 26c44b91a6
Bunch more removals of unneeded webServer instance 2023-03-18 14:58:37 -06:00
Bryan Ashby fb02fc599a
Remove need for WebServer in a lot of areas, oputil ap condition functional
* Getting domain, URLs, etc. for local web server do not need a web server instance themselves
* fix up oputil
2023-03-18 14:30:37 -06:00
Bryan Ashby e915527427
oputil ap condition USERNAME 2023-03-17 18:40:54 -06:00
Bryan Ashby 8c609b79bb
oputil updates for AP enabled/disabled, small change to 2FA info 2023-03-14 22:22:11 -06:00
Bryan Ashby 8b6d564ebf
Handling Update/Delete better 2023-03-13 12:39:36 -06:00
Bryan Ashby 3212d809df
Better validation for 'Update' 2023-03-12 14:42:34 -06:00
Bryan Ashby ea9d826a7c
Updates around Deletes 2023-03-12 14:22:41 -06:00
Bryan Ashby 6afbb29139
Cleanup 2023-03-06 17:19:20 -07:00
Bryan Ashby b0fff20a02
More updates on Deletes, ActivityPub ACS in menu 2023-02-27 13:03:27 -07:00
Bryan Ashby a968f21957
A few bugs fixed with Note storage 2023-02-26 21:29:07 -07:00
Bryan Ashby 0263d8bc5e
Various fixes:
* Fix socket hangup bug in http_util requests
* Disallow users to follow themselves
* GET's to /followers, /following, etc. are not signed; don't try to enforce it
* Fix a couple callbacks
* WIP: Start more on Delete of inbox items
2023-02-25 11:50:30 -07:00
Bryan Ashby a205445dd1
Fix up message header for public AP, Undo following, some bugs around following local Actors... 2023-02-24 22:54:19 -07:00
Bryan Ashby 62735411f6
Fix longstanding itemFormat/focusItemFormat issue 2023-02-19 19:54:46 -07:00
Bryan Ashby 560d608cd2
Better HTML stripping, fix display of summary, etc. 2023-02-17 23:18:24 -07:00
Bryan Ashby e8c42a9b2e
ActivityPub Social Manager, and many updates to Search functionality
* Manage Following/Followers (WIP, bugs, some missing functionality)
* Search for Actors (WIP, some bugs)
2023-02-17 21:46:24 -07:00
Bryan Ashby c5f0e0e6ef
Rework most of the ActivityPub routing handling 2023-02-08 12:53:56 -07:00
Bryan Ashby 39a49f00be
Cleanup 2023-02-06 22:45:01 -07:00
Bryan Ashby 926f45b917
Clean up URLs to use central area, less confusion 2023-02-06 14:34:18 -07:00
Bryan Ashby 834dfd693f
Fix a dumb typo 2023-02-05 21:17:57 -07:00
Bryan Ashby 0402de7444
Ability to send/recv public messages in the AP shared inbox areaTag
* Optional subjects
* Resolving followers
* Various cleanup and tidy
2023-02-05 21:10:51 -07:00
Bryan Ashby 99ae973396
Handle Update of Notes, store Activites as-is, better shared mailbox delivery and DRY 2023-02-04 22:55:11 -07:00
Bryan Ashby f97d1844e3
Add attachment information to messages, fix duplicate handling to respond properly 2023-02-03 15:14:27 -07:00
Bryan Ashby 8a4f90263a
Split out web logging to it's own logger/files/configuration 2023-02-01 23:02:33 -07:00
Bryan Ashby 98d37e9564
Fix various Content-Lenght's 2023-01-31 20:06:07 -07:00
Bryan Ashby 35b7c00d11
Additionl of WIP NodeInfo2 support, fix content-type for Actor images 2023-01-30 12:30:36 -07:00
Bryan Ashby 3bdce81bdb
Retro style default profile, constant cleanup, some DRY, etc. 2023-01-29 16:52:01 -07:00
Bryan Ashby 6dd9fe810f
Fix profile query 2023-01-28 12:13:11 -07:00
Bryan Ashby 9b01124b2e
Re-work of ActivityPub DBs and various account lookups
* Always look up Actors by explicit Actor IDs
* Re-work DB: style, properties we track, etc.
* Create AP properties via a event!
* Lots of cleanup
* WF may be partially broken if loooking up by 'profile' alias URL: WIP
2023-01-28 11:55:31 -07:00
Bryan Ashby d624871a83
Split message consts to their own file, fix some HTTP responses, better subjects from ActivityPub messages, fix AP reply indicators, ... 2023-01-26 15:42:11 -07:00
Bryan Ashby 0bd2c3db1c
Better handling of to/from HTML and BBS message formats, Note handling esp with inReplyTo, etc. 2023-01-25 22:22:45 -07:00
Bryan Ashby 4f632fd8c4
Many WebFinger improvements, can now round trip private messages 2023-01-25 18:41:47 -07:00
Bryan Ashby 82091c11c1
pretty 2023-01-24 21:53:39 -07:00
Bryan Ashby 1aa56fbaa7
WIP: Import messages sent to local Actor inboxes to their private mail 2023-01-24 21:40:12 -07:00
Bryan Ashby d5446cdb51
Cleanup and placeholder 2023-01-24 18:11:28 -07:00
Bryan Ashby d7df066ab0
Object and Note, load of public notes, etc. 2023-01-23 14:45:56 -07:00
Bryan Ashby 0fc8ae0e18
WIP on shared inbox functionality 2023-01-22 13:51:32 -07:00