Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
￴￴ committed Nov 30, 2024
1 parent 8061e51 commit ae59425
Show file tree
Hide file tree
Showing 47 changed files with 267 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github:
github:
- 'azkadev'
- 'generalfoss'
2 changes: 1 addition & 1 deletion package/mtproto/.github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github:
github:
- 'azkadev'
- 'generalfoss'
13 changes: 7 additions & 6 deletions package/mtproto/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,28 @@ homepage: 'https://github.com/azkadev/telegram_client'
repository: 'https://github.com/azkadev/telegram_client.git'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
documentation: 'https://github.com/azkadev/telegram_client/tree/main/docs'
funding:
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
platforms:
platforms:
android: null
ios: null
linux: null
macos: null
web: null
windows: null
environment:
environment:
sdk: '>=3.3.3 <4.0.0'
dev_dependencies:
dev_dependencies:
lints: '^4.0.0'
test: 'any'
topics:
topics:
- 'telegram'
- 'tdlib'
- 'mtproto'
- 'userbot'
- 'bot'
dependency_overrides:
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
dependencies: {}
2 changes: 1 addition & 1 deletion package/telegram_client/.github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github:
github:
- 'azkadev'
- 'generalfoss'
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class TelegramBotApi {
if (query["tg"] is String == false) {
query["tg"] = "";
}
Map decyprt = convert.json.decode(crypto.decrypt(data_base64: query["tg"]));
Map decyprt = convert.json.decode(crypto.decrypt(data: query["tg"]));

if (decyprt["client_tg_user_id"] == null || decyprt["client_tg_user_id"] == 0) {
decyprt["client_tg_user_id"] = TgUtils.parserBotUserIdFromToken(decyprt["client_token"]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class UpdateTelegramClient {

Map tgClientData() {
if (telegramClientData.telegramClientType == TelegramClientType.telegam_bot_api) {
final Map decyprt = json.decode(tg.telegramBotApi.crypto.decrypt(data_base64: query["tg"]));
final Map decyprt = json.decode(tg.telegramBotApi.crypto.decrypt(data: query["tg"]));

if (decyprt["client_tg_user_id"] == null || decyprt["client_tg_user_id"] == 0) {
decyprt["client_tg_user_id"] = TgUtils.parserBotUserIdFromToken(decyprt["client_token"]);
Expand Down
24 changes: 12 additions & 12 deletions package/telegram_client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ packages:
dependency: "direct main"
description:
name: general_lib
sha256: e3585e86131840a40aad7760b1288180063169139a3b28a6f6f5ae8c531fd8fc
sha256: "2f3500176fb7382fec651df0d5418a4981c244dde02139371eec6189386339ff"
url: "https://pub.dev"
source: hosted
version: "0.0.46"
version: "0.0.49"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -338,18 +338,18 @@ packages:
dependency: "direct main"
description:
name: mime
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "2.0.0"
mime_type:
dependency: transitive
description:
name: mime_type
sha256: "2ad6e67d3d2de9ac0f8ef5352d998fd103cb21351ae8c02fb0c78b079b37d275"
sha256: d652b613e84dac1af28030a9fba82c0999be05b98163f9e18a0849c6e63838bb
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.0.1"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -442,10 +442,10 @@ packages:
dependency: "direct main"
description:
name: server_universe
sha256: "2db056de83c8e257b8a5e2603241a34614655a5e8311cb03ceaea23fa5dd930a"
sha256: "6485c87d64a114c9c6c1353c07b8fe4856ba7a67e31131937f94f98484f08e43"
url: "https://pub.dev"
source: hosted
version: "0.0.22"
version: "0.0.25"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -543,18 +543,18 @@ packages:
dependency: "direct dev"
description:
name: system_information
sha256: da2c490b88f018cefc5499aba1b3f28ca8a1ab8a37abf9a11bb61ba6ad2a02e6
sha256: "3837d8c76705f8110c268bd1e61061caea6e59ad47ce61b8e4b559d1a986781e"
url: "https://pub.dev"
source: hosted
version: "0.0.0"
version: "0.0.3"
system_information_flutter:
dependency: transitive
description:
name: system_information_flutter
sha256: be96bc4d5da5bdc2b426b555c08039698c1aa44295fbce1077715c5e468c60cd
sha256: "782771efe5a5e89d0794906963e351c2965b86df1a7b7400449545ab71932c98"
url: "https://pub.dev"
source: hosted
version: "0.0.0"
version: "0.0.3"
term_glyph:
dependency: transitive
description:
Expand Down
29 changes: 15 additions & 14 deletions package/telegram_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
name: 'telegram_client'
description: 'Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.'
version: '0.8.25'
version: '0.8.27'
homepage: 'https://github.com/azkadev/telegram_client'
repository: 'https://github.com/azkadev/telegram_client.git'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
documentation: 'https://github.com/azkadev/telegram_client/tree/main/docs'
funding:
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
platforms:
platforms:
android: null
ios: null
linux: null
macos: null
web: null
windows: null
topics:
topics:
- 'telegram'
- 'tdlib'
- 'mtproto'
- 'userbot'
- 'bot'
environment:
environment:
sdk: '>=3.3.3 <4.0.0'
dev_dependencies:
dev_dependencies:
lints: '^4.0.0'
test: 'any'
system_information: '^0.0.0'
dependencies:
system_information: '^0.0.3'
dependencies:
ffi: '^2.1.3'
http: '>=1.1.2 <=2.1.2'
http: '^1.2.2'
path: '^1.9.0'
universal_io: '^2.2.2'
mason_logger: '^0.3.1'
mime: '^1.0.5'
general_lib: '^0.0.46'
mime: '^2.0.0'
general_lib: '^0.0.49'
collection: '^1.18.0'
server_universe: '^0.0.22'
server_universe: '^0.0.25'
yaml: '^3.1.2'
yaml_writer: '^2.0.0'
js: '^0.6.7'
wasm_ffi: '^1.0.2'
screenshots:
screenshots:
- description: 'Telegram Logo'
path: 'assets/telegram.png'
dependency_overrides:
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
2 changes: 1 addition & 1 deletion package/telegram_client_android/.github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github:
github:
- 'azkadev'
- 'generalfoss'
29 changes: 15 additions & 14 deletions package/telegram_client_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,43 @@ homepage: 'https://github.com/azkadev/telegram_client'
repository: 'https://github.com/azkadev/telegram_client.git'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
documentation: 'https://github.com/azkadev/telegram_client/tree/main/docs'
funding:
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
false_secrets:
false_secrets:
- 'android/jniLibs/arm64-v8a/libtdjson.so'
- 'android/jniLibs/armeabi-v7a/libtdjson.so'
- 'android/jniLibs/x86/libtdjson.so'
- 'android/jniLibs/x86_64/libtdjson.so'
- 'android/jniLibs'
platforms:
platforms:
android: null
ios: null
linux: null
macos: null
web: null
windows: null
environment:
environment:
sdk: '>=3.3.3 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
dev_dependencies:
flutter_test:
dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^4.0.0'
flutter:
plugin:
platforms:
android:
flutter:
plugin:
platforms:
android:
ffiPlugin: true
topics:
topics:
- 'telegram'
- 'tdlib'
- 'mtproto'
- 'userbot'
- 'bot'
dependency_overrides:
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
2 changes: 1 addition & 1 deletion package/telegram_client_apis/.github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github:
github:
- 'azkadev'
- 'generalfoss'
13 changes: 7 additions & 6 deletions package/telegram_client_apis/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,28 @@ homepage: 'https://github.com/azkadev/telegram_client'
repository: 'https://github.com/azkadev/telegram_client.git'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
documentation: 'https://github.com/azkadev/telegram_client/tree/main/docs'
funding:
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
platforms:
platforms:
android: null
ios: null
linux: null
macos: null
web: null
windows: null
environment:
environment:
sdk: '>=3.3.3 <4.0.0'
dev_dependencies:
dev_dependencies:
lints: '^4.0.0'
test: 'any'
topics:
topics:
- 'telegram'
- 'tdlib'
- 'mtproto'
- 'userbot'
- 'bot'
dependency_overrides:
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
dependencies: {}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github:
github:
- 'azkadev'
- 'generalfoss'
19 changes: 10 additions & 9 deletions package/telegram_client_assets_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,36 @@ name: 'telegram_client_assets_flutter'
description: 'Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.'
version: '0.8.24'
homepage: 'https://github.com/azkadev/telegram_client'
environment:
environment:
sdk: '>=3.3.3 <4.0.0'
flutter: '>=1.17.0'
dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
dev_dependencies:
flutter_test:
dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^4.0.0'
flutter: null
repository: 'https://github.com/azkadev/telegram_client.git'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
documentation: 'https://github.com/azkadev/telegram_client/tree/main/docs'
funding:
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
platforms:
platforms:
android: null
ios: null
linux: null
macos: null
web: null
windows: null
topics:
topics:
- 'telegram'
- 'tdlib'
- 'mtproto'
- 'userbot'
- 'bot'
dependency_overrides:
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
2 changes: 1 addition & 1 deletion package/telegram_client_cli/.github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github:
github:
- 'azkadev'
- 'generalfoss'
13 changes: 7 additions & 6 deletions package/telegram_client_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,28 @@ homepage: 'https://github.com/azkadev/telegram_client'
repository: 'https://github.com/azkadev/telegram_client.git'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
documentation: 'https://github.com/azkadev/telegram_client/tree/main/docs'
funding:
funding:
- 'https://github.com/sponsors/azkadev'
- 'https://github.com/sponsors/generalfoss'
platforms:
platforms:
android: null
ios: null
linux: null
macos: null
web: null
windows: null
environment:
environment:
sdk: '>=3.3.3 <4.0.0'
dev_dependencies:
dev_dependencies:
lints: '^4.0.0'
test: 'any'
topics:
topics:
- 'telegram'
- 'tdlib'
- 'mtproto'
- 'userbot'
- 'bot'
dependency_overrides:
dependency_overrides:
pointycastle: '3.8.0'
mime: '^2.0.0'
dependencies: {}
Loading

0 comments on commit ae59425

Please sign in to comment.