42c9bafa0cUpdate copyright notice
Dan
2020-02-01 14:04:33 +0100
ac8fad3a18Fix plugin modules not being properly reloaded from disk When using importlib.import_module, Python loads the module from disk only once and any subsequent call to this method will just re-import the already loaded module from RAM. Wrapping importlib.import_module with importlib.reload will make Python force-reload the module from disk.
Dan
2020-01-16 22:01:10 +0100
0f84f91939Fix bound method Chat.restrict_member. Closes#351
Dan
2019-12-30 11:11:02 +0100
bc7d29237dSmall style fix
Dan
2019-09-25 18:41:06 +0200
a541bb45dbMerge develop -> asyncio
Dan
2019-09-21 22:21:20 +0200
91d3508c13Rename encode/decode to encode/decode_file_id
Dan
2019-09-21 22:17:42 +0200
92c1b48132Fix FILE_REFERENCE_* errors for uploads
Dan
2019-09-21 22:13:02 +0200
1cd94520bfFix FILE_REFERENCE_* errors for downloads
Dan
2019-09-21 21:12:11 +0200
7df4b58a51Add two FILE_REFERENCE_* errors
Dan
2019-09-21 19:56:12 +0200
03927404bcMerge branch 'develop' into asyncio-dev
Dan
2019-09-14 20:59:10 +0200
26bf84e43dDon't try to parse ChatPhoto objects in case peer_access_hash is None
Dan
2019-09-14 20:58:53 +0200
826885a821Merge develop -> asyncio
Dan
2019-09-14 20:42:06 +0200
ff9407aba1Implement a storage update mechanism (for FileStorage) The idea is pretty simple: get the current database version and for each older version, do what needs to be done in order to get to the next version state. This will make schema changes transparent to the user in case they are needed.
Dan
2019-09-14 20:35:59 +0200
1a7d0b1b7eUpdate Storage API usages in client.py, auth.py and session.py
Dan
2019-09-14 19:57:20 +0200
0097df2952Rework File and Memory storage to accommodate the new abstract class
Dan
2019-09-14 19:56:07 +0200
1efce33070Tiny SQL style fixup
Dan
2019-09-14 19:40:15 +0200
e226bdbf89Create SQLiteStorage for better abstraction
Dan
2019-09-14 19:39:47 +0200
108fa08878Update Storage abstract class
Dan
2019-09-14 19:39:21 +0200
6d0e2f7312Fix minified peers being erroneously stored because of server changes
Dan
2019-09-14 19:37:28 +0200
840a9d1cc7Update ChatPhoto parser
Dan
2019-09-14 19:30:07 +0200
c5498c3b4eRename Storage .destroy to .delete
Dan
2019-09-14 19:22:08 +0200
a7c10bfb28Remove auto-auth.rst
Dan
2019-09-09 16:07:14 +0200
b10817ec29Merge develop -> asyncio
Dan
2019-09-09 16:00:38 +0200