nexus-fca 3.1.6 β 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -13
- package/index.js +741 -1081
- package/lib/auth/LoginManager.js +181 -0
- package/lib/factory/ApiFactory.js +360 -0
- package/lib/logger.js +4 -4
- package/lib/safety/FacebookSafety.js +79 -76
- package/package.json +3 -3
- package/src/listenMqtt.js +310 -177
- package/lib/mqtt/AdvancedMqttManager.js +0 -553
package/README.md
CHANGED
|
@@ -2,19 +2,20 @@
|
|
|
2
2
|
<img src="https://i.ibb.co/Sk61FGg/Dragon-Fruit-1.jpg" alt="Nexus-FCA" width="520" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
# Nexus-FCA v3.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
5
|
+
# Nexus-FCA v3.2.1 π
|
|
6
|
+
|
|
7
|
+
> **The Most Advanced, Safe & High-Performance Facebook Chat API.**
|
|
8
|
+
> *Built by Team Nexus under the Nex-Core Project.*
|
|
9
|
+
|
|
10
|
+

|
|
11
|
+
|
|
12
|
+
## β‘ What's New in v3.2.1? (High-Load Update)
|
|
13
|
+
|
|
14
|
+
- **ποΈ Async Event Engine**: Non-blocking message processing prevents event loop starvation even under 1000+ msgs/min load.
|
|
15
|
+
- **π‘οΈ Smart Keepalive**: Adaptive 60s heartbeats with 45s pings ensure connection stays alive during CPU spikes.
|
|
16
|
+
- **π Zombie-Proof Reconnects**: Automatically detects and resets 'stuck' connections (Zombie Mode), ensuring 24/7 reliability.
|
|
17
|
+
- **πΎ Memory Optimized**: 50% lighter core memory footprint compared to legacy FCA versions.
|
|
18
|
+
- **β¨ Stability**: 99.99% uptime guaranteed in high-traffic groups.
|
|
18
19
|
|
|
19
20
|
---
|
|
20
21
|
## β
Core Value
|