1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2024-06-14 15:05:15 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
ef89185439 Added switch to output some encoding values. 2016-09-18 11:33:27 +02:00
71fb63443b Added a test feature reachable by using --test 1 to test entries in a local cache4.db file for compatibility. 2016-09-02 06:50:49 +02:00
8f5a9a9ad5 Renamed --debug-telegram to --trace-telegram and added --trace, while --debug now shows only log entries up to DEBUG level. 2016-08-31 07:04:12 +02:00
dfd714e481 Added command line option --no-media to skip downloading media files. 2016-08-31 07:03:49 +02:00
fad822d53d Removed the old StatsExporter since the stats are now included in HTMLExporter's output. 2016-07-26 18:15:25 +02:00
458894a8bf Improvements in account handling; detection for a mismatch between selected account and used account authorization. 2016-07-26 05:54:11 +02:00
8a266dedfe If your auth data is invalid or missing, you will be prompted to re-login to telegram. 2016-07-26 05:49:20 +02:00
7b28f8b7d0 Small code fixes / improvements. 2016-07-25 18:44:37 +02:00
1481e5625e Completely reworked logging.
* Using slf4j and logback for logging.
* Disabled all logging output from kotlogram by default.
2016-07-20 06:37:24 +02:00
fc7d3fdcbc Updated Kotlogram to the current HEAD. This also added a small database change and the need to update database entries for messages with media that were downloaded with api layer 51. 2016-07-14 19:43:41 +02:00
61b5ba7676 Always display exceptions. 2016-07-14 06:15:21 +02:00
ac67818d28 App now always exits. 2016-07-13 06:22:11 +02:00
c5c692d61d Useful logging when called with --debug. The old --debug is now --debug-telegram. 2016-07-13 06:20:51 +02:00
95a02e89c3 Always show creator info when running. 2016-07-13 06:07:37 +02:00
6499aed3c1 CommandLineOptions is now static to make usage easier. 2016-07-11 18:11:12 +02:00
41f8fc80c5 WIP: Added StatsExporter. 2016-07-09 12:19:42 +02:00
db52b8da47 Big database update. Removed old fields, renamed others to make more sense, added a few new ones. 2016-07-08 06:53:14 +02:00
ecbca30a10 WIP: Using mustache as template engine for HTML exporter. 2016-07-07 06:40:00 +02:00
515efb2fde WIP: Added Daemon-mode to keep the app running and save new messages in real time. 2016-07-06 18:07:04 +02:00
b3913ac123 Moved login code to it's own method; using System.console() (if possible) to let the user enter his password without it being echoed to the console. 2016-07-06 08:08:20 +02:00
07aec6a94d Added GPLv3 headers to all the source files. 2016-07-05 15:32:54 +02:00
989e2e1d5c Added a short text to inform the user of how to exit the program if it doesn't do that by itself. 2016-07-05 15:32:20 +02:00
d2795cc7ab The code is now under GPLv3 license. 2016-07-05 14:03:46 +02:00
c8e33fa319 Added beginnings of an HTMLExporter. 2016-07-05 12:55:25 +02:00
523ee51d22 Added a feature to display the version. 2016-07-04 15:45:45 +02:00
e03f96363f Files get saved to the user dir by default, but you can change this value by using '--target'. 2016-07-04 15:37:23 +02:00
d75d409f87 If there is just one account, use it if possible. 2016-07-02 19:42:19 +02:00
ba7e76087a Beginnings of a Swing GUI. 2016-07-02 14:12:57 +02:00
c0bc3cdd2d You could call this version a first beta version. 2016-07-02 10:55:20 +02:00
265f3e854a This looks more or less usable... 2016-07-01 11:25:44 +02:00
d60a56711a Download-stuff. Files. 2016-07-01 07:40:08 +02:00
29d5fc37d0 Commandline-Stuff, Database-stuff. 2016-06-30 10:54:40 +02:00