Commit Graph

1721 Commits

Author SHA1 Message Date
6efe631cc2 Update docs 2019-03-08 14:36:52 +01:00
edb811466b Improve docs 2019-03-08 14:34:53 +01:00
e7c4cfbfe6 Update translation 2019-03-08 14:16:57 +01:00
2e3d0c5361 Update to layer 95 2019-03-08 13:44:57 +01:00
d489c90268 fix deps 2019-02-06 20:23:38 +01:00
Daniil Gentili
bcebd5e0fb Fix memory leak 2018-12-31 14:12:08 +00:00
Daniil Gentili
ef4d176cbd Do not enable AMPHP multiprocessing 2018-12-31 13:11:49 +00:00
Daniil Gentili
b4cecd9fbd Bugfix 2018-12-31 13:09:46 +00:00
Daniil Gentili
06d083aae8 Merge branch 'master' of https://github.com/danog/MadelineProto 2018-12-31 13:08:41 +00:00
5ffae641d2 PFS fixes 2018-12-31 14:02:24 +01:00
Daniil Gentili
2691055b4d Do not use getcwd if disabled 2018-12-29 17:04:16 +00:00
4fa1e606a3 Comment out testing.php string 2018-12-28 18:12:26 +01:00
57970e9019 Important bugfix 2018-12-28 18:09:30 +01:00
08313ece9c close_and_reopen bugfix 2018-12-28 17:21:04 +01:00
16087b4863 Add warning 2018-12-28 16:20:03 +01:00
911f6a9d5b Use branch master if release is manually set to an empty string 2018-12-28 13:02:00 +01:00
Daniil Gentili
d9673bfab7 Use old branch 2018-12-28 11:35:53 +00:00
Daniil Gentili
0dfdf0aade Logging fixes 2018-12-28 10:52:25 +00:00
Daniil Gentili
2e428cecd0 More logs 2018-12-28 02:37:00 +00:00
Daniil Gentili
f9b6e29904 More logs 2018-12-28 02:32:10 +00:00
Daniil Gentili
87fdbda399 Ignore headers already sent errors 2018-12-27 23:17:47 +00:00
Daniil Gentili
422589ac2b Restart anyway 2018-12-27 22:52:52 +00:00
bfff131c28 Add additional caching for empty access hashes 2018-12-27 23:26:40 +01:00
2ed2bac6f0 Improve update handling 2018-12-27 23:23:10 +01:00
69505c3e8b Check if headers were sent 2018-12-27 23:10:25 +01:00
aed36aac8d Use 1ms timeout if get_updates timeout is 0 2018-12-27 22:49:32 +01:00
a85a5e0fd1 Move PHP logging 2018-12-27 22:39:31 +01:00
aea8f0c3e3 Enable shutdown function and lock manager even on unlimited webhosts 2018-12-27 22:24:45 +01:00
6e366c5c08 Disable parallel processing on phar 2018-12-27 22:05:02 +01:00
1e259ae6c8 Improve update handling logic 2018-12-27 21:57:28 +01:00
0e69468a5a Implement PHP logging 2018-12-27 21:24:33 +01:00
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