Commit Graph

22 Commits

Author SHA1 Message Date
Fabian Schlenz 253b334fc3 More rewriting. Also lots of fun with git stash and wrong branches... 2018-04-06 06:19:49 +02:00
Fabian Schlenz ebff71b208 WIP: Even moar rewriting. 2018-03-20 06:44:36 +01:00
Fabian Schlenz eea08a5559 WIP: Lots and lots of rewriting. 2018-03-16 06:59:18 +01:00
Fabian Schlenz 2d409352bc WIP: Some more rewriting. 2018-03-14 06:09:24 +01:00
Fabian Schlenz 97cf26b46d WIP: Started rewriting the code to make it more null-safe. 2018-03-14 06:08:07 +01:00
Fabian Schlenz aec609e6c4 Merge branch 'feature-settings' 2018-03-13 06:32:06 +01:00
Fabian Schlenz dd99612bed Added command line switch `--list-channels` to list channels and supergroups with their ID to add them to black- and whitelists in config.ini 2018-03-13 06:31:38 +01:00
Fabian Schlenz 19973818f8 Moved more settings to IniSettings. 2018-03-10 23:26:03 +01:00
Fabian Schlenz b959c35bea Usind `--login --account <x>` will now directly login you to the specified account. Fixes #78. 2018-03-07 06:15:16 +01:00
Fabian Schlenz 89cca39409 IniSettings will be initialized at startup. 2018-03-07 06:12:37 +01:00
Fabian Schlenz 74dbc9d412 Commit 0e2eeab accidentally removed the line in `--help` mentioning `--daemon`. Fixed that. 2018-03-06 06:30:50 +01:00
Fabian Schlenz 7b49153c93 Now catching (and printing) ALL exceptions in CommandLineController. 2018-03-06 06:28:37 +01:00
Fabian Schlenz f5431e805e Don't start the daemon mode if an exception happened earlier. 2018-03-05 06:36:47 +01:00
Fabian Schlenz 0e2eeab5b9 Added pagination for the output. 2018-01-30 18:13:34 +01:00
Fabian Schlenz ab16c44de5 Added Any.toPrettyJson(). 2018-01-29 13:19:08 +01:00
Fabian Schlenz 28931830eb Extended --stats to also show the different source_types from the database. 2017-12-17 11:39:07 +01:00
Fabian Schlenz ab6a30c48e Rewrote Utils.anonymize(String) to String.anonymize(). 2017-12-13 19:39:27 +01:00
Fabian Schlenz bb180f95be Kotlin: Reformatted code. 2017-12-12 22:04:20 +01:00
Fabian Schlenz 9bc2ed7666 Kotlin: It now compiles without any errors and / or warnings. But running it fails because raw JDBC isn't very Kotlin compatible, it seems. 2017-12-11 18:39:30 +01:00
Fabian Schlenz f75a90936d Kotlin-Code is now compilable. Now let's go on to fix all those warning... 2017-12-11 12:14:25 +01:00
Fabian Schlenz deb5e316cb Kotlin code is now compileable. 2017-12-07 06:12:51 +01:00
Fabian Schlenz 3309ae1338 Complete conversion. 2017-12-07 08:00:18 +01:00