- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
vtlib uses third party libraries to enable certain functionality.
|
|
|
|
1. For creating and unpacking zip files
|
|
-- ====================================
|
|
vtlib/thirdparty/dZip.php
|
|
vtlib/thirdparty/dUnzip2.inc.php
|
|
|
|
DOWNLOAD URL:
|
|
http://www.phpclasses.org/browse/package/2495/
|
|
|
|
BSD License: http://www.opensource.org/licenses/bsd-license.html
|
|
|
|
NOTE: Bug Fix was added to function addFile of dZip class.
|
|
|
|
2. For Feed Parsing
|
|
-- ===============
|
|
vtlib/thirdparty/parser/feed/simplepie.inc
|
|
|
|
DOWNLOAD URL: http://simplepie.org
|
|
|
|
BSD License: http://www.opensource.org/licenses/bsd-license.php
|
|
|
|
3. For HTTP Communication
|
|
-- ======================
|
|
Vtiger_Net_Client is based on the following:
|
|
|
|
http://pear.php.net/package/HTTP_Request
|
|
[License: http://www.opensource.org/licenses/bsd-license.php]
|
|
|
|
http://pear.php.net/package/Net_URL
|
|
[License: http://www.opensource.org/licenses/bsd-license.php]
|
|
|
|
http://pear.php.net/package/Net_Socket
|
|
[License: http://www.php.net/license/3_01.txt]
|
|
|
|
http://pear.php.net/package/PEAR (Only PEAR.php)
|
|
[License: http://www.php.net/license/3_01.txt] |