Skip to content

Commit f8f82bf

Browse files
authored
v1.9.6
2 parents 7c33356 + 703707a commit f8f82bf

File tree

91 files changed

+2687
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+2687
-944
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ yarn add [email protected]
4242
* iMessage Database Models: `/bluebubbles-server/src/server/api/imessage/entity`
4343
- **Description**" This directory contains all of the entities within the iMessage Chat database. These are also known as database "models". They defined the columns and their types. These files determine what "properties" are associated with each entity, and what we can get from the database table
4444
* iMessage Database Transformers: `/bluebubbles-server/src/server/api/imessage/transformers`
45-
- **Description**: This directory contains what we cann "transformers". They allow us to automatically convert values that we get from the database, as well as insert into the database. These are super helpful for the iMessage database. One instance they really help is with date conversions. iMessage stores dates as seconds since 2001. This is opposed to a "normal" seconds since EPOCH. On top of that, they switched the date formats from v10.12 to v10.13. The transformers allows us to seemlessly convert those date without having to worry about it in our "fetching" code. There are also transformers for integers to booleans as well as reaction IDs to strings
45+
- **Description**: This directory contains what we call "transformers". They allow us to automatically convert values that we get from the database, as well as insert into the database. These are super helpful for the iMessage database. One instance they really help is with date conversions. iMessage stores dates as seconds since 2001. This is opposed to a "normal" seconds since EPOCH. On top of that, they switched the date formats from v10.12 to v10.13. The transformers allows us to seemlessly convert those date without having to worry about it in our "fetching" code. There are also transformers for integers to booleans as well as reaction IDs to strings
4646
* iMessage Database Listeners: `/bluebubbles-server/src/server/api/imessage/listeners`
4747
- **Description**: These classes are "listeners". They allow you to listen on certain things. For instance, the MessageListener allows you to "listen" for new messages. It does this by polling the database for new information, then "emitting" that message to whoever is listening. These classes inherit the JS EventEmitter class
4848
* Filesystem Lib: `/bluebubbles-server/src/fileSystem`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bluebubbles-server",
3-
"version": "1.9.5",
3+
"version": "1.9.6",
44
"description": "BlueBubbles Server is the app that powers the BlueBubbles app ecosystem",
55
"private": true,
66
"workspaces": [

packages/server/appResources/macos/daemons/README.md renamed to packages/server/appResources/macos/daemons/cloudflare/README.md

File renamed without changes.

packages/server/appResources/macos/daemons/cloudflare.pid renamed to packages/server/appResources/macos/daemons/cloudflare/cloudflare.pid

File renamed without changes.

packages/server/appResources/macos/daemons/cloudflared renamed to packages/server/appResources/macos/daemons/cloudflare/cloudflared

34.9 MB
Binary file not shown.

packages/server/appResources/macos/daemons/cloudflared-config.yml renamed to packages/server/appResources/macos/daemons/cloudflare/cloudflared-config.yml

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0b21f3facc4df91bc62b341c3ba2e1c0

packages/server/appResources/macos/daemons/cloudflared.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Signature Verification
2+
3+
The `.md5` files within this directory contain a single string that is correlated to the official MD5 hash for each of the daemons. You can verify the signature by executing the following command:
4+
5+
`md5 /path/to/daemon/executable`
6+
7+
## zrok
8+
9+
This is the official zrok daemon, downloaded from: https://github.com/openziti/zrok/releases
84.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)