Commit Graph

1940 Commits

Author SHA1 Message Date
79b0e647f5 Enable PHP logging 2018-12-27 21:22:47 +01:00
812dc89bc2 Implement locking for event handler 2018-12-27 21:15:43 +01:00
a0bc08b33e Protocol padding fixes 2018-12-27 18:22:05 +01:00
79f7d92767 Async file upload with sendMedia & callback fixes 2018-12-27 18:17:18 +01:00
e5582beb87 Logging bugfix 2018-12-27 17:16:49 +01:00
Daniil Gentili
73f5bec68f Fix reset_update_state 2018-12-27 12:24:55 +00:00
Daniil Gentili
f31af1d645 Terminate generators when YieldReturnValue is yielded 2018-12-27 11:59:48 +00:00
Daniil Gentili
5b83cd9322 Add reset_update_state method 2018-12-27 11:27:05 +00:00
Daniil Gentili
0b7c8678b4 Convert multiple catches 2018-12-27 03:04:44 +00:00
Daniil Gentili
69a2131206 Support yield return polyfill 2018-12-27 02:47:21 +00:00
Daniil Gentili
fadf967e6a Convert edit updates in file info fetching function (closes #518) 2018-12-27 00:39:31 +00:00
Daniil Gentili
a2fc5e9c94 get_updates fix 2018-12-26 22:46:10 +00:00
Daniil Gentili
495e543238 Do not even try using parallel processing if not running in CLI 2018-12-26 21:53:10 +00:00
Daniil Gentili
d0829a6f96 Parallel bugfix 2018-12-26 20:57:46 +00:00
df24fa4611
Merge alpha into master (async, huge bugfixes and more) (#546)
* Implement async and lots of bugfixes

* Implement more async

* Implement async, implement bugfixes for the connection module, for the datacenter module, huge bugfixes, huge perfomance improvements, media DCs for https, advanced selecting, custom var_dump, totally rewritten IOLoop and response mechanism, promises, improvements to the TL parser, custom mb_substr

* Apply fixes from StyleCI

* Bugfixes

* Apply fixes from StyleCI

* Bugfixes, implement combined promises

* Apply fixes from StyleCI

* Support passing method arguments as callable

* Starting to write async upload logic

* Apply fixes from StyleCI

* Start implementing async file upload

* Apply fixes from StyleCI

* bugfix

* Apply fixes from StyleCI

* Start rewriting connection module

* Add PHP file docblocks for all classes

* Start working on new async stream API

* Finish writing stream API

* More stream API fixes

* Apply fixes from StyleCI

* Rewrite DataCenter and Connection modules

* Clean up stream API documentation

* Fixes

* Apply fixes from StyleCI

* Add referenced parameter to get length of buffer to read in getReadBuffer API

* Moved all MessageHandler code in the Connection module, added a PHP version warning in the phar

* Start fixing reads

* Fix all protocol stream wrappers

* Apply fixes from StyleCI

* Implement disconnection, and remove end function

* Working async RPC

* Implement async file upload

* Bugfix

* Method recall bugfixes

* Bugfixes

* Trait bugfixes

* Fix FIFO buffer

* Bugfixes and speedtests

* Async logging

* Implement websocket streams

* Implement loop API, signal API, clean closing and start changing layer

* Small magna, websocket and HTTP fixes

* Clean up loop API

* Improved stack traces, 2FA and async

* Login fixes

* Added instructions for manual verification

* Small fixes

* More app info improvements

* More app info improvements

* TL and 2FA fixes

* Update to layer 89

* More bugfixes

* Implement broken media reporting

* Remove debug comments

* PHP 7.2 backwards compatibility

* Bugfixes

* Async key generation

* Some simplifications

* Transport fixes

* Cleanup

* async API

* Performance fixes

* Fixes to async API

* Bugfixes

* Implement one-time async loop

* Authorization and logging fixes

* Update to layer 91

* 7to5 fix

* Null coalesce conversion

* Implement socks5 proxy

* Implement HTTP proxy

* Fixes to HTTP proxy

* MTProxy and socks5 fixes

* Disable PHP 5 conversion

* Proxies have higher priority

* Avoid error handling in vendor

* Override composer dependencies

* Fix travis build

* Final composer fixes

* Proxy logic fixes

* Fix get_updates update handling

* Do not use parallel file driver if not supported

* Refactor loader and implement HTTP fixes

* Suppress errors in loader

* HTTP and authorization fixes

* HTTP fixes

* Improved peer management

* Use HTTP protocol on altervista

* Small bugfixes

* Minor fixes

* Docufix

* Docufix

* Legacy fixes

* Fix message queue

* Avoid updating if using MTProxy

* Improve logs and examples

* Trim final newlines while converting parse mode

* Reimplement noResponse flag

* Async combined event handler and APIFactory fixes

* Actually return config

* Case-insensitive methods

* Bugfix

* Apply fixes from StyleCI (#545)

* MTProxy fixes

* PHP 5 warning

* Improved PHP 5 warning

* Use <br> along with newlines in web logs

* Update docs
2018-12-26 20:51:14 +01:00
367b0536b9 Apply fixes from StyleCI 2018-11-10 19:57:02 +00:00
91a3b029b1
Update Events.php 2018-11-10 20:56:38 +01:00
Sean
4c1096a49a Add Syntax Highlight for Document Generator (#519)
Add PHP, Lua language tag to Code area
2018-10-21 12:12:26 +02:00
Daniil Gentili
2786aa7bfa Removed unused sanitizations 2018-10-13 16:39:55 +00:00
ca59f86b0f Apply fixes from StyleCI 2018-10-13 16:26:46 +00:00
Daniil Gentili
3cb24dc413 Log sanitization 2018-10-13 16:26:31 +00:00
ec42f14bf9 Apply fixes from StyleCI 2018-10-13 16:07:07 +00:00
Daniil Gentili
52e670d7a5 Tweakable part size 2018-10-13 16:06:51 +00:00
Daniil Gentili
b4835f595f More bugfixes 2018-10-13 15:55:44 +00:00
Daniil Gentili
deee5a4dfd Add PrettyException to ConversionException 2018-10-13 15:26:59 +00:00
Daniil Gentili
e694df4a48 Update docs submodule 2018-10-13 15:22:30 +00:00
Daniil Gentili
37a71b86a2 Adapt examples to madeline.php 2018-10-13 15:16:10 +00:00
e026afe089 Apply fixes from StyleCI 2018-10-13 15:13:30 +00:00
Daniil Gentili
c2c3d2544a Bugfixes 2018-10-13 15:12:57 +00:00
980d0b1fb1 Support php-libtgvoip alpha 2018-09-03 17:32:43 +02:00
aa561316d6 Apply fixes from StyleCI 2018-08-31 12:25:45 +00:00
c74b97035e Make more objects optional 2018-08-31 14:25:28 +02:00
Daniil Gentili
c25da356a6 Peer bugfix 2018-08-30 20:49:58 +00:00
3eca1368b2 Apply fixes from StyleCI 2018-08-30 18:02:40 +00:00
080bb0e9f0 Update docs 2018-08-30 20:02:23 +02:00
c86488a244 Implement lots of additional peer casting 2018-08-30 19:58:58 +02:00
5de602a1fd Fixes to the update loop 2018-08-29 17:55:56 +02:00
0a91935cc1 Docufixes 2018-08-29 17:27:28 +02:00
32e45b83f6 Implement hash abstracion 2018-08-29 17:16:38 +02:00
b304e6b923 Docufix 2018-08-29 11:25:49 +02:00
837c541ea7 Apply fixes from StyleCI 2018-08-28 18:58:20 +00:00
41c682a12d Fix recursive alphabetical search and implement nothing in the socket fix 2018-08-28 20:55:49 +02:00
9eeabaa81b Small bugfix 2018-08-19 19:33:08 +02:00
f3a21fa754 Serialization bugfixes 2018-08-19 11:38:18 +02:00
9993af864c Serialization bugfix 2018-08-19 11:26:55 +02:00
Daniil Gentili
54b505328b webhook bugfixes 2018-08-09 08:15:09 +00:00
d5758e1855 Apply fixes from StyleCI 2018-08-02 12:12:44 +00:00
Daniil Gentili
4121a3f017 Bugfixes and performance improvements 2018-08-02 12:12:07 +00:00
c04a05f0ac Apply fixes from StyleCI 2018-07-19 16:58:17 +00:00
Daniil Gentili
75456bfad4 Send TTL service messages to update handler 2018-07-19 16:57:15 +00:00