|
08313ece9c
|
close_and_reopen bugfix
|
2018-12-28 17:21:04 +01:00 |
|
|
16087b4863
|
Add warning
|
2018-12-28 16:20:03 +01: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
|
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
|
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 |
|
|
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 |
|
|
badc751a0f
|
Store random_id in internal secret message database
|
2018-07-19 18:42:30 +02:00 |
|
|
6fcd5247b1
|
Secret chat abstraction improvements
|
2018-07-19 17:03:08 +02:00 |
|
|
28b53ae8cf
|
Bugfixes
|
2018-07-19 12:04:17 +02:00 |
|
|
f1b6802676
|
TL bugfixes
|
2018-07-17 16:07:46 +02:00 |
|
|
90896a46df
|
Apply fixes from StyleCI
|
2018-07-13 15:21:08 +00:00 |
|
|
94f20292c3
|
Bugfixes to combined API, perfomance improvements, additional internal processing for config/user updates
|
2018-07-13 17:20:47 +02:00 |
|
|
0820d61545
|
Apply fixes from StyleCI
|
2018-07-13 00:45:34 +00:00 |
|
Daniil Gentili
|
384039eea7
|
fix
|
2018-07-13 00:45:14 +00:00 |
|
|
5d3d899b34
|
Apply fixes from StyleCI
|
2018-07-12 19:03:54 +00:00 |
|
|
e6157986b8
|
TL schema path bugfix
|
2018-07-12 21:03:30 +02:00 |
|
|
28436dedc1
|
Bugfix
|
2018-07-12 19:24:01 +02:00 |
|
|
073ca172f6
|
Apply fixes from StyleCI
|
2018-07-11 14:39:53 +00:00 |
|
|
40857b705e
|
parse_mode fixes
|
2018-07-11 16:39:38 +02:00 |
|
|
0675fba227
|
Update localization
|
2018-07-11 15:55:22 +02:00 |
|
|
4d63ec408c
|
Apply fixes from StyleCI
|
2018-07-11 13:16:12 +00:00 |
|
|
fe8c384cab
|
Add combined API
|
2018-07-11 15:01:09 +02:00 |
|
|
a1de0903e5
|
Bugfix
|
2018-07-09 21:45:09 +02:00 |
|
|
b89e41a650
|
Apply fixes from StyleCI
|
2018-07-07 17:50:03 +00:00 |
|
|
62ea79cc06
|
Various bugfixes and abstractions
|
2018-07-07 19:48:10 +02:00 |
|
|
935ae7009a
|
Fix get_dialogs (closes #460)
|
2018-07-01 11:58:39 +02:00 |
|
Daniil Gentili
|
6947d1b034
|
Use media DCs for file operations
|
2018-06-29 18:08:33 +00:00 |
|
|
33d95dab58
|
Apply fixes from StyleCI
|
2018-06-29 16:16:12 +00:00 |
|
|
c1e2c93af7
|
Merge remote
|
2018-06-29 18:15:51 +02:00 |
|
|
855045099e
|
Update to layer 82, implement media DC key exchange, revert logger API change, fix pretty TL traces, implement message splitting for parse_mode messages, fix TOS flow
|
2018-06-29 18:15:17 +02:00 |
|
|
b4439668f1
|
Apply fixes from StyleCI
|
2018-06-29 12:01:18 +00:00 |
|
|
c07ab02c66
|
Merge branch 'master' of https://github.com/danog/MadelineProto
|
2018-06-29 14:00:21 +02:00 |
|
|
87a989d0cf
|
TOS update, update to layer 81, improve GUI/cli interface
|
2018-06-29 13:50:14 +02:00 |
|
|
4520635d27
|
Apply fixes from StyleCI
|
2018-06-22 11:35:08 +00:00 |
|
|
092cc44d75
|
HHVM fixes
|
2018-06-22 13:28:33 +02:00 |
|
|
96f943f78e
|
Bugfix
|
2018-06-14 19:46:38 +02:00 |
|
|
abe952bcc0
|
Logger bugfix
|
2018-06-14 15:04:10 +02:00 |
|
|
4bbd6c0b59
|
File download bugfix
|
2018-05-25 17:35:03 +02:00 |
|
|
495294eb12
|
Hotfix
|
2018-05-25 16:22:27 +02:00 |
|
|
4dec37395f
|
Add zerobias conversion module
|
2018-05-17 15:23:32 +02:00 |
|
Daniil Gentili
|
2fdb33d2e4
|
Update MTProto.php
|
2018-05-14 20:22:08 +02:00 |
|
Daniil Gentili
|
81d8cd0868
|
Improve self-update and add copyright notice
|
2018-05-10 10:36:09 +00:00 |
|
|
c6fdf8d10b
|
Apply fixes from StyleCI
|
2018-05-10 09:44:40 +00:00 |
|
Daniil Gentili
|
b4e6d022ed
|
Better logging
|
2018-05-10 09:26:30 +00:00 |
|
Daniil Gentili
|
dd43474e75
|
Reduce memory usage
|
2018-05-09 11:37:58 +00:00 |
|
|
0b0fe4c32f
|
Apply fixes from StyleCI
|
2018-05-08 12:52:36 +00:00 |
|
Daniil Gentili
|
36850e70d6
|
More logs
|
2018-05-08 12:49:55 +00:00 |
|
Daniil Gentili
|
95a9a0a07c
|
Another bugfix
|
2018-05-08 12:35:05 +00:00 |
|
Daniil Gentili
|
e13d28ecda
|
More bugfixes
|
2018-05-08 11:08:34 +00:00 |
|
|
c00c7c600d
|
bugfixes
|
2018-05-07 20:02:39 +02:00 |
|
|
d92c398716
|
Better logging
|
2018-05-05 11:53:25 +02:00 |
|
|
7caee27e93
|
Apply fixes from StyleCI
|
2018-05-04 10:54:11 +00:00 |
|
Daniil Gentili
|
fa1ea67f8e
|
Properly manage media server FLOOD_WAIT_ errors
|
2018-05-04 10:53:52 +00:00 |
|
Daniil Gentili
|
5b60992ecb
|
Update magnaluna
|
2018-05-04 10:21:33 +00:00 |
|
|
7e4227e3de
|
Do not drop duplicate message ID updates if they're edited messages
|
2018-04-26 12:18:43 +02:00 |
|
Daniil Gentili
|
8a04c809f8
|
Bugfixes to documentation builders
|
2018-04-19 17:56:52 +00:00 |
|
|
8aae939d7d
|
Apply fixes from StyleCI
|
2018-04-19 17:18:31 +00:00 |
|
|
dd6f8afc68
|
Fixes to stream wrapper and bytes wrapper
|
2018-04-19 19:16:25 +02:00 |
|
|
ac56bd7bdd
|
PTS bugfixes
|
2018-04-19 15:44:37 +02:00 |
|
|
0fbc6cbb13
|
Minor bugfixes
|
2018-04-19 13:16:16 +02:00 |
|
Daniil Gentili
|
d4ca6c7fa0
|
bugfix
|
2018-04-18 19:48:57 +00:00 |
|
Daniil Gentili
|
ff0f5d00f3
|
Add support for nearly all update types in get_info
|
2018-04-18 15:16:33 +00:00 |
|
|
771e34d332
|
Bugfixes to HTTP proxy
|
2018-04-18 16:40:40 +02:00 |
|
|
e0ceb0f39c
|
HTTP fixes
|
2018-04-18 16:19:58 +02:00 |
|
|
6c84ada369
|
Apply fixes from StyleCI
|
2018-04-18 14:12:32 +00:00 |
|
|
1e3ec54ce8
|
Add socks5 and HTTP proxy, implement authorization in socks5 proxy, implement authorization in http proxy, simplify socket and connection classes
|
2018-04-18 16:11:59 +02:00 |
|
Daniil Gentili
|
4f28c22a4b
|
Bugfix
|
2018-04-17 21:51:54 +00:00 |
|
|
5344f8d586
|
Started implementing logic to bypass Russian blocks
|
2018-04-17 11:29:22 +02:00 |
|
|
24dddf069e
|
Bugfix
|
2018-04-17 11:21:17 +02:00 |
|
|
17a93ac7a7
|
Apply fixes from StyleCI
|
2018-04-17 09:19:13 +00:00 |
|
|
552e1a3182
|
Cleanup
|
2018-04-17 11:18:40 +02:00 |
|
|
513a5933fe
|
Cleanup
|
2018-04-17 11:17:44 +02:00 |
|
|
0c537e133f
|
Apply fixes from StyleCI
|
2018-04-17 08:40:34 +00:00 |
|
|
e600aa0c43
|
Bugfixes to server, logging and serialization
|
2018-04-17 10:39:55 +02:00 |
|
|
1a48e8224e
|
Avoid logger problems
|
2018-04-16 14:23:13 +02:00 |
|
|
549ead2e25
|
Apply fixes from StyleCI
|
2018-04-16 11:58:52 +00:00 |
|
|
040babd24d
|
Merge branch 'master' of https://github.com/danog/MadelineProto
|
2018-04-16 13:57:48 +02:00 |
|
|
5c88cc3e2e
|
Server bugfixes
|
2018-04-16 13:56:00 +02:00 |
|
rik43
|
ccef4bc4f0
|
typo in var name (#394)
|
2018-04-15 12:00:18 +02:00 |
|
rik43
|
83f810a825
|
wrong var name (#395)
|
2018-04-15 11:59:56 +02:00 |
|
|
5948b17e88
|
Apply fixes from StyleCI
|
2018-04-14 13:01:52 +00:00 |
|
|
965feb3ba4
|
Merge branch 'master' of https://github.com/danog/MadelineProto
|
2018-04-14 15:00:58 +02:00 |
|
|
1d41c13c0e
|
Finish slapping together tdesktop conversion module
|
2018-04-14 15:00:46 +02:00 |
|
|
d8a61db7ac
|
Start writing tdesktop conversion
|
2018-04-12 21:46:19 +02:00 |
|
|
be913fac3c
|
Apply fixes from StyleCI
|
2018-04-11 18:27:29 +00:00 |
|
|
f246f5aa40
|
Add conversion class for sessions generated by other clients
|
2018-04-11 20:27:02 +02:00 |
|
Daniil Gentili
|
b51ce6cd73
|
Small bugfix for media conversion
|
2018-04-09 20:02:41 +00:00 |
|
|
1f8ec931e7
|
Apply fixes from StyleCI
|
2018-04-08 17:54:08 +00:00 |
|
Daniil Gentili
|
c97aced309
|
Use non-static logger
|
2018-04-08 17:53:30 +00:00 |
|
Daniil Gentili
|
73e97fc620
|
Use a custom logger for every instance, create Magic class for shared instance data
|
2018-04-08 17:44:01 +00:00 |
|
|
aff335c5dd
|
Apply fixes from StyleCI
|
2018-04-04 18:16:07 +00:00 |
|
|
50fa348eca
|
Cleanup
|
2018-04-04 20:15:38 +02:00 |
|
|
044f3ab63d
|
Merge branch 'master' of https://github.com/danog/MadelineProto
|
2018-04-04 20:14:59 +02:00 |
|
|
ba6aeafc4c
|
More SEO improvements
|
2018-04-04 20:11:59 +02:00 |
|
|
84f756b79d
|
Improve SEO
|
2018-04-04 19:52:41 +02:00 |
|
|
c905063a73
|
Merge branch 'master' of https://github.com/danog/MadelineProto
|
2018-04-04 17:41:13 +02:00 |
|
|
537ff239ba
|
Socket interface bugfixes
|
2018-04-04 15:51:10 +02:00 |
|
|
1bf722aa73
|
Apply fixes from StyleCI
|
2018-04-01 19:03:27 +00:00 |
|
|
d8d8da47d1
|
Bugfix
|
2018-04-01 21:03:08 +02:00 |
|
|
b8eea05f64
|
Small bugfix
|
2018-04-01 20:40:24 +02:00 |
|
|
e1a0ced257
|
Apply fixes from StyleCI
|
2018-04-01 17:31:17 +00:00 |
|
Daniil Gentili
|
e8b77cb722
|
Final improvements
|
2018-04-01 17:30:57 +00:00 |
|
|
caaffb60f1
|
Apply fixes from StyleCI
|
2018-04-01 17:23:39 +00:00 |
|
|
588aea5c8e
|
Stability fixes
|
2018-04-01 19:23:20 +02:00 |
|
|
98d624da91
|
Apply fixes from StyleCI
|
2018-03-31 16:19:11 +00:00 |
|
|
5a2e547c99
|
Improvements for update fetching on altervista
|
2018-03-31 18:18:48 +02:00 |
|
|
cbbb5069b2
|
Apply fixes from StyleCI
|
2018-03-31 00:50:58 +00:00 |
|
Daniil Gentili
|
fbc774d995
|
Implement fully passive update polling
|
2018-03-31 00:50:17 +00:00 |
|
Daniil Gentili
|
0368e2daf2
|
Merge branch 'voip' of https://github.com/danog/Madelineproto
|
2018-03-30 19:17:15 +00:00 |
|
Daniil Gentili
|
60d1485d46
|
PHP 5 fixes
|
2018-03-30 09:27:21 +00:00 |
|
Daniil Gentili
|
44d53b1c09
|
Merge
|
2018-03-30 09:24:11 +00:00 |
|
Daniil Gentili
|
88592caab1
|
Keep the VoIP class in the VoIP branch for now
|
2018-03-30 09:23:08 +00:00 |
|
|
acb73834d4
|
Apply fixes from StyleCI
|
2018-03-29 21:05:15 +00:00 |
|
Daniil Gentili
|
91fa43094d
|
Add loop callback method in event handler, add support for secret chats in sendMessage, update magnaluna
|
2018-03-29 21:04:50 +00:00 |
|
|
a5246e782d
|
Apply fixes from StyleCI
|
2018-03-29 11:25:42 +00:00 |
|
|
cf974a2d0a
|
Implement select in DataCenter class, continue writing VoIP implementatino
|
2018-03-29 13:25:15 +02:00 |
|
|
2c83a555fc
|
Avoid loading alpha VoIP class
|
2018-03-28 19:55:26 +02:00 |
|
|
327b88e092
|
Apply fixes from StyleCI
|
2018-03-28 17:48:16 +00:00 |
|
|
d2616003a1
|
Start implementing libtgvoip natively
|
2018-03-28 19:47:50 +02:00 |
|
Daniil Gentili
|
0dcd3d9c43
|
Extract chat ID from service messages
|
2018-03-27 22:46:06 +00:00 |
|
Daniil Gentili
|
3d4813eb02
|
Improve logging
|
2018-03-27 19:31:19 +00:00 |
|
|
ed68a88598
|
Avoid getmypid calls on altervista
|
2018-03-27 20:48:08 +02:00 |
|
Daniil Gentili
|
e7c595c0a2
|
Apply fixes from StyleCI
|
2018-03-27 14:49:55 +00:00 |
|
|
54fea08591
|
Bugfixes to account creation
|
2018-03-27 16:49:39 +02:00 |
|
Daniil Gentili
|
dc0dcf76c6
|
Apply fixes from StyleCI
|
2018-03-27 13:42:18 +00:00 |
|
|
622f37fb2d
|
Bugfixes
|
2018-03-27 15:41:58 +02:00 |
|
|
7c73af5aa0
|
Improve docs
|
2018-03-27 14:41:50 +02:00 |
|
|
87ebab50ce
|
Fix my.telegram.org app creation
|
2018-03-26 13:27:31 +02:00 |
|
Daniil Gentili
|
0f061174f3
|
Fixes to channel difference
|
2018-03-25 17:20:28 +00:00 |
|
Daniil Gentili
|
bed23694c4
|
Fixes to channel difference
|
2018-03-25 17:19:50 +00:00 |
|
Daniil Gentili
|
164f833f92
|
Apply fixes from StyleCI
|
2018-03-25 17:17:28 +00:00 |
|
Daniil Gentili
|
04b84741a3
|
Fixes to channel difference
|
2018-03-25 17:17:05 +00:00 |
|
|
353f8b6281
|
Hugely speed up startup
|
2018-03-24 19:06:01 +01:00 |
|
|
8d1f8c401e
|
Bugfixes and improvements to magnaluna
|
2018-03-24 16:22:13 +01:00 |
|
|
f00cd63df8
|
Fixes to docs
|
2018-03-24 13:48:27 +01:00 |
|
Daniil Gentili
|
cfe4a038f0
|
Add method to report a message in a supergrup/channel for spam
|
2018-03-24 10:23:45 +00:00 |
|
|
27d627279c
|
API docufix
|
2018-03-23 19:04:39 +01:00 |
|
|
56a4162f3a
|
Improve docs.madelineproto.xyz/API_docs/methods
|
2018-03-23 18:48:18 +01:00 |
|
|
5fcbf77b99
|
Improvements to web UI
|
2018-03-23 18:23:28 +01:00 |
|
|
1847e4071e
|
Sort method descriptions alphabetically
|
2018-03-23 18:14:25 +01:00 |
|
|
a380c1856d
|
Add method names in dot notation next to the descriptions
|
2018-03-23 18:08:39 +01:00 |
|
|
362d7f61a3
|
Cleanup docs
|
2018-03-23 17:59:56 +01:00 |
|
|
39dda6b00e
|
Small fix
|
2018-03-23 17:50:03 +01:00 |
|
|
c68403b35f
|
Create new simplified description-only documentation
|
2018-03-23 17:48:12 +01:00 |
|
|
0e76373a35
|
Finish documenting methods
|
2018-03-23 17:44:33 +01:00 |
|
Daniil Gentili
|
86d146c977
|
Apply fixes from StyleCI
|
2018-03-23 15:39:58 +00:00 |
|
|
1cb3c35ac8
|
Build documentation
|
2018-03-23 16:23:49 +01:00 |
|
|
54f6d5fb13
|
Almost finished documenting methods
|
2018-03-23 16:19:48 +01:00 |
|
Daniil Gentili
|
feefb91feb
|
Documenting methods...
|
2018-03-23 11:35:00 +00:00 |
|
Daniil Gentili
|
4c7e1bad87
|
bugfix
|
2018-03-23 10:35:50 +00:00 |
|
Daniil Gentili
|
40567ce3ec
|
Bugfixes
|
2018-03-23 10:14:29 +00:00 |
|
Daniil Gentili
|
838a1c0169
|
Add missing traits
|
2018-03-22 21:23:46 +00:00 |
|
Daniil Gentili
|
beee4159b6
|
Implemented web UI for my.telegram.org and bugfix
|
2018-03-22 19:50:57 +00:00 |
|
Daniil Gentili
|
a18cfa28ef
|
Do not resend query right away if not on altervista
|
2018-03-22 11:22:25 +00:00 |
|
Daniil Gentili
|
eae850eedb
|
Improve retry management on unstable connections, peformance improvements
|
2018-03-22 02:07:44 +00:00 |
|
|
e8a349fa7b
|
Update and rename HTTPProxy.php to CustomHTTPProxy.php
|
2018-03-21 21:44:15 +01:00 |
|
Daniil Gentili
|
8ee71afccb
|
Support altervista.org out of the box
|
2018-03-21 20:29:20 +00:00 |
|
Daniil Gentili
|
209dde1a89
|
Throw USERNAME_INVALID errors
|
2018-03-21 17:27:47 +00:00 |
|
Daniil Gentili
|
c8a19d9f89
|
Speed up deserialization
|
2018-03-21 13:12:31 +00:00 |
|
|
7aafde0d8d
|
Improve documentation
|
2018-03-21 12:09:14 +01:00 |
|
|
c6ae9a9255
|
Update PrimeModule dependency and finish writing socket interface
|
2018-03-21 11:59:56 +01:00 |
|
|
449264ed69
|
Fix bug in web UI
|
2018-03-20 22:56:57 +01:00 |
|
|
dcec2787ed
|
Update docs
|
2018-03-20 22:18:19 +01:00 |
|
|
5d57935c37
|
Clearer examples
|
2018-03-20 19:57:36 +01:00 |
|
|
c156beb00e
|
Add missing pages
|
2018-03-20 19:53:12 +01:00 |
|
|
78932e02d0
|
Docufix
|
2018-03-20 19:43:34 +01:00 |
|
|
24414ad22f
|
docufix
|
2018-03-20 19:39:53 +01:00 |
|
|
a6232fa43c
|
Bugfixes
|
2018-03-20 17:20:19 +01:00 |
|
|
af8443caf2
|
Throw flood waits in resolve_username
|
2018-03-20 16:52:26 +01:00 |
|
|
214471bc60
|
Simplified docs.madelineproto.xyz
|
2018-03-20 16:42:05 +01:00 |
|
Daniil Gentili
|
ba9b397ddf
|
Bugfix
|
2018-03-20 15:00:24 +00:00 |
|
Daniil Gentili
|
1b349d93da
|
Update docs
|
2018-03-20 14:47:34 +00:00 |
|
|
7a0153a139
|
Documentation rework (#349)
* Documentation rework
* Apply fixes from StyleCI
* Documentation fixes
* Login as bot through web/cli API, allow using invite links in joinChannel, full invite links in importChatInvite and checkChatInvite, non-invite links in importChatInvite
* Apply fixes from StyleCI
* Logging fixes
* Build docs
* Add methods to modify start template, bugfix to logging and keyboard conversion
* Add TL documentator
* Document MTProto methods
* Documenting methods...
* 7% documented
* Bugfixes
* Update docs
* Update docs
* Simplify file management
* Implement automatic object conversion for media, and more awesome stuff
* Implement automatic object conversion for media, and more awesome stuff
* Implement event update handler and file upload/download callback
* Auto-detect mime type, duration, width and height of media
* Update docs
* Document new file functions
* Fix links
* Fix links
* Update bot.php to use event loop
* Implement webhook update handler and forking in main loop
* Build docs
* Better docs
* Fixes to secret chats
* Almost finished updating docs
* Bugfixes, implemented infinite loop for loop() method, almost finished docs
* Finish writing docs
* Add automatic documentation builder script
* Finished writing docs
|
2018-03-20 12:48:05 +01:00 |
|
Daniil Gentili
|
c6a0a04731
|
Apply fixes from StyleCI
|
2018-03-16 14:10:29 +00:00 |
|
marcosramirezaranda
|
d45d2d887e
|
add HTTP Proxy Support (#335)
* Add support for HTTP Proxy
* fix small typo
* forgot git add ...
* reverts to use numeric protocol in HTTPProxy::__construct
|
2018-03-16 15:10:22 +01:00 |
|
Daniil Gentili
|
63823fc3cc
|
Apply fixes from StyleCI
|
2018-03-14 14:30:22 +00:00 |
|
Daniil Gentili
|
1f07833322
|
Improvements to serialization and peer management
|
2018-03-14 14:29:38 +00:00 |
|
Daniil Gentili
|
3c16430b06
|
Improvements to update and peer handling.
|
2018-03-14 12:36:50 +00:00 |
|
Daniil Gentili
|
fdfe18a0a6
|
Bugfix
|
2018-03-13 23:28:08 +00:00 |
|
Daniil Gentili
|
d477b24695
|
Bugfix
|
2018-03-13 19:36:50 +00:00 |
|
Daniil Gentili
|
986fa3497e
|
Apply fixes from StyleCI
|
2018-03-13 14:30:47 +00:00 |
|
|
f94d4804dd
|
Bugfixes to prime factorization
|
2018-03-13 15:30:34 +01:00 |
|
Daniil Gentili
|
f73b4645af
|
Bugfix to update handling
|
2018-03-13 12:21:28 +00:00 |
|
Daniil Gentili
|
d60fad2ea4
|
Reenable PWRTelegram getmtprotoupdates
|
2018-03-13 11:59:31 +00:00 |
|
Daniil Gentili
|
69d493e75e
|
Apply fixes from StyleCI
|
2018-03-13 11:51:53 +00:00 |
|
Daniil Gentili
|
d53469ee0e
|
Improve update management and documentation
|
2018-03-13 11:51:37 +00:00 |
|
Daniil Gentili
|
0918be3060
|
Apply fixes from StyleCI
|
2018-03-12 21:11:18 +00:00 |
|
Daniil Gentili
|
071be3bb80
|
Reorganizing documentation, rewrote peer management
|
2018-03-12 21:10:49 +00:00 |
|
Daniil Gentili
|
0d2ed128ac
|
Improvements to peer management
|
2018-03-12 00:29:51 +00:00 |
|
Daniil Gentili
|
40086f7da1
|
Apply fixes from StyleCI
|
2018-03-11 17:36:58 +00:00 |
|
Daniil Gentili
|
d833b0cff8
|
Bugfixes to peer management
|
2018-03-11 17:36:32 +00:00 |
|
Daniil Gentili
|
c26a5aaf77
|
Apply fixes from StyleCI
|
2018-03-11 15:33:56 +00:00 |
|
Daniil Gentili
|
267b3d4ed4
|
Merge branch 'master' of https://github.com/danog/MadelineProto
|
2018-03-11 15:33:37 +00:00 |
|
Daniil Gentili
|
2059070322
|
Bugfix
|
2018-03-11 15:33:25 +00:00 |
|
Daniil Gentili
|
e1963c2ade
|
Apply fixes from StyleCI
|
2018-03-11 15:16:24 +00:00 |
|