Wizou
|
934895a81c
|
Gracefully handle a disconnection from an idle secondary DC
(don't reconnect)
|
2021-11-21 00:43:39 +01:00 |
|
Wizou
|
e8a98a5799
|
FAQ: added "How to not get banned"
|
2021-11-20 12:54:49 +01:00 |
|
Wizou
|
7fdd05a714
|
new FAQ
|
2021-11-15 17:17:11 +01:00 |
|
Wizou
|
27ab343ad0
|
Added Example for Help_GetAppConfig / sending Dice
|
2021-11-14 15:35:41 +01:00 |
|
Wizou
|
f901319ca4
|
simplified Help_GetAppConfig access to Json values
|
2021-11-13 15:09:28 +01:00 |
|
Wizou
|
7ed21d5af4
|
FloodRetryThreshold, ProgressCallback, don't call Updates_GetState on alt DCs upon reconnection
|
2021-11-12 20:50:39 +01:00 |
|
Wizou
|
c0b10e82f4
|
small update to ReadMe
|
2021-11-12 06:10:26 +01:00 |
|
Wizou
|
c157fba5e4
|
Move TL methods in Extensions class and TL.Methods namespace. Remove partial modifiers when possible
|
2021-11-10 17:26:40 +01:00 |
|
Wizou
|
30f20fad0e
|
[rollback] Use records for TL methods
It was a nice idea and it worked but it made the lib 3x larger just for sugar syntax in generated code
|
2021-11-10 02:17:08 +01:00 |
|
Wizou
|
9e4d67ed86
|
Use records for TL methods
|
2021-11-10 01:20:54 +01:00 |
|
Wizou
|
2b95b235f3
|
Added IPeerResolver
|
2021-11-09 23:23:16 +01:00 |
|
Wizou
|
d557b4fc91
|
inheritAfter => inheritBefore (improved perf)
|
2021-11-09 15:01:59 +01:00 |
|
Wizou
|
f0ae44c088
|
More helpers that simplify the handling of Updates
|
2021-11-09 03:00:03 +01:00 |
|
Wizou
|
382e78cccc
|
Added some helpers. SendMessage/Media return the transmitted Message. Fixed minor issues
|
2021-11-09 01:43:27 +01:00 |
|
Wizou
|
dbcb6814ff
|
renamed ITLObject to IObject
|
2021-11-07 16:52:58 +01:00 |
|
Wizou
|
fd9ec2eaed
|
Get rid of ITLFunction lambda writer and use declared ITLMethod<Ret> classes instead
|
2021-11-07 16:50:59 +01:00 |
|
Wizou
|
d0be053707
|
We don't need to store full User in session file anymore
|
2021-11-07 09:09:15 +01:00 |
|
Wizou
|
a06be4e096
|
fix ReadMe for nuget.org
|
2021-11-06 05:52:44 +01:00 |
|
Wizou
|
14e2437097
|
Add xmldoc for all public members
|
2021-11-06 05:22:33 +01:00 |
|
Wizou
|
cf2072e830
|
add eventual [deactivated] in Chat.ToString
|
2021-11-05 04:37:21 +01:00 |
|
Wizou
|
b872e58e28
|
use Users_GetUsers instead of Updates_GetState in login so we update our User info
|
2021-11-04 20:10:44 +01:00 |
|
Wizou
|
42348166f0
|
reorder csproj properties
|
2021-11-04 03:28:01 +01:00 |
|
Wizou
|
4418f562cb
|
Log precise version of lib
|
2021-11-04 03:10:03 +01:00 |
|
Wizou
|
ec6fb6c0c0
|
Try to use .NET 6.0 RC2 SDK and embed README.md in nuget package
|
2021-11-04 02:41:04 +01:00 |
|
Wizou
|
248b7d7f5a
|
renamed TL.Helpers.cs to match namespace
|
2021-11-04 02:21:12 +01:00 |
|
Wizou
|
3bd1f1bb22
|
Moved "Possible error codes" to <summary> as they are not displayed correctly with <exception> under VS 2019
|
2021-11-04 02:09:20 +01:00 |
|
Wizou
|
e7637011e1
|
xmldoc for RpcException possible errors and missing type descriptions
|
2021-11-03 18:20:54 +01:00 |
|
Wizou
|
a197573258
|
Complete XML documentation of the Telegram API !
|
2021-11-03 03:53:48 +01:00 |
|
Wizou
|
3ad36f3e56
|
Fix BadMsgNotification 17 for PC with not precise system clock
Add logging examples
|
2021-11-02 01:47:14 +01:00 |
|
Wizou
|
2c99e21234
|
add some debug logging
|
2021-11-01 15:44:40 +01:00 |
|
Wizou
|
ba72e67c56
|
update layer version
|
2021-10-31 18:37:17 +01:00 |
|
Wizou
|
3d561ff63e
|
added Markdown.Escape
improved MarkdownToEntities a bit
|
2021-10-31 18:28:25 +01:00 |
|
Wizou
|
7616625ac3
|
Upgrade to layer 134
|
2021-10-31 03:55:03 +01:00 |
|
Wizou
|
8d8465fa64
|
precision on tg://user?id=
|
2021-10-31 02:56:51 +01:00 |
|
Wizou
|
e615f83db6
|
added MarkdownToEntities
|
2021-10-31 02:40:10 +01:00 |
|
Wizou
|
b94ec0abca
|
clarification on Config null behavior
|
2021-10-29 23:27:23 +02:00 |
|
Wizou
|
df2fe83ad2
|
small improvements to Login methods
|
2021-10-28 22:48:43 +02:00 |
|
Wizou
|
36e7d4ddbc
|
Reenable incoming Updates after an exception in Reactor
|
2021-10-28 12:31:34 +02:00 |
|
Wizou
|
668138fd78
|
various markdown updates
|
2021-10-28 04:59:41 +02:00 |
|
Wizou
|
984c241a09
|
Support for proxy
|
2021-10-25 02:40:15 +02:00 |
|
Wizou
|
391c7f96f0
|
auto-generate properties helpers for fields shared among derived classes
|
2021-10-23 03:36:46 +02:00 |
|
Wizou
|
c9ccaf2d17
|
More helpers (reordered), notably UserOrChat
|
2021-10-23 01:37:50 +02:00 |
|
Wizou
|
08ba766e5c
|
Helpers for Contacts_ResolvedPeer. Fix some examples
|
2021-10-22 19:33:17 +02:00 |
|
Wizou
|
af79bfa873
|
IPeerInfo, IsActive and Dialogs helpers
|
2021-10-22 15:26:46 +02:00 |
|
Wizou
|
2cf3f939a8
|
corrected first 2 examples
|
2021-10-20 19:49:25 +02:00 |
|
Wizou
|
e3965addf1
|
releasing 1.4.x
|
2021-10-20 19:20:15 +02:00 |
|
Wizou
|
718e96a763
|
chats and users fields are now serialized as Dictionary for easier access
|
2021-10-20 19:12:50 +02:00 |
|
Wizou
|
5e2ddf41f6
|
A null config value for "password" will also show a console prompt
|
2021-10-20 13:08:10 +02:00 |
|
Wizou
|
a473475e11
|
Removed unused _sem in Session
|
2021-10-20 00:24:50 +02:00 |
|
Wizou
|
c3dcd2a367
|
Released 1.3.1
|
2021-10-17 23:53:57 +02:00 |
|