Commit Graph

99 Commits (d6c8d40c1f08170a2acda92eef8b5d2366b14816)

Author SHA1 Message Date
Who? cd4a255aba
облом((( 2025-03-12 23:54:00 +07:00
Who? e52467b843
test-web 2025-03-12 23:45:33 +07:00
pushraxret a7e25614f8 Merge remote-tracking branch 'remotes/origin/dev-test' 2025-03-09 10:33:24 +03:00
pushraxret 089ce43d7e uncomment serveo server 2025-03-09 09:44:30 +03:00
pushraxret da1cea5f57 fix: proxy passing with fallbacks to cloudflare servers 2025-03-09 09:41:06 +03:00
Who? 64e0ef1e1e
Update root.py 2025-03-03 13:57:11 +07:00
Who? 1f7cc6682f
Delete hikka/web/20jd 2025-03-03 10:12:21 +07:00
Who? 9d31ce0c67
Create root.py 2025-03-03 10:12:09 +07:00
Who? e0d088698d
Create proxypass.py 2025-03-03 10:11:35 +07:00
Who? 872edaf5f6
Create debugger.py 2025-03-03 10:11:04 +07:00
Who? 45d2b52a7b
Create core.py 2025-03-03 10:10:31 +07:00
Who? c5b3fd19db
Create 20jd 2025-03-03 10:09:25 +07:00
Who? 94fa288919
Delete hikka/web directory 2025-03-03 10:06:23 +07:00
Who? 1665f9e2ce
Update root.py 2025-02-23 13:43:25 +07:00
Who? 7427f440a3
Update root.py 2025-02-23 13:39:09 +07:00
Who? b984e5238e
Update root.py 2025-02-23 13:30:27 +07:00
Who? 5cf116271a
Update core.py 2025-02-23 13:27:53 +07:00
Who? 6c69cf1a99
Update debugger.py 2025-02-23 13:27:42 +07:00
Who? 6cefd8991c
Update proxypass.py 2025-02-23 13:27:34 +07:00
Who? 9f258d984d
Update root.py 2025-02-23 13:27:15 +07:00
Plovchikdeval 23457bb8ff devs 2025-02-05 19:41:17 +05:00
Who? f105fe93eb
Happy New Year! Check the .changelog command
V1.6.8
2025-01-01 04:00:37 +07:00
archquise c1dff800c4 ... 2024-12-24 08:10:16 +04:00
Who? 4d12ecde5b
Merge pull request #46 from fr0stshard/patch-2
Update proxypass.py
2024-12-24 06:03:22 +07:00
fr0stshard 4c6eaa6178
Update core.py 2024-12-23 20:26:45 +02:00
fr0stshard b32ab68ecf
Update proxypass.py 2024-12-23 20:21:16 +02:00
fr0stshard d8ddb73ae6
Update core.py 2024-12-23 20:20:27 +02:00
archquise 07bc3ceffa Additional minor improvements... 2024-12-23 20:19:29 +04:00
C0dwiz 476c4f36e1 v1.6.6
- formatting ruff\n\n- add webapp support in InlineKeyboardButton\n\n- add random version name\n\n- fix UnicodeDecodeError in windows\n\n- add a new language Ukrainian
2024-10-06 13:48:03 +03:00
Who? 244ea2d9e9
Add files via upload 2024-09-19 17:38:04 +07:00
Who? 0529a4a06d
Delete hikka/web directory 2024-09-19 17:37:28 +07:00
Who? f153ef0b9d
Add files via upload 2024-09-10 20:44:53 +07:00
Who? 4ac1d2caa6
Delete hikka directory 2024-09-10 20:42:59 +07:00
hikariatama c13cd19d12 Add scary message to the login through web 2024-04-23 16:06:21 +00:00
hikariatama 07f0c3b6c8 1.6.2
- Fix proxy-pass
2023-03-07 08:19:22 +00:00
hikariatama fb1e1c5058 1.6.2
- Minify static assets in web
- Replace snowfall with sakura flowers
- Update Termux installation design
2023-03-04 10:32:28 +00:00
hikariatama e70cc35e45 1.6.2
- Add guidelines to `--no-web` login
- Fix session not being saved after logging in using QR without 2fa
2023-03-03 20:25:46 +00:00
hikariatama 9a0e4b1b38 1.6.2
- Fix security issue with edited channel messages
- Add interface to interact with raw pointer data (`.data` attribute)
- Translation fixes
- Randomize `device_model` to bypass fraud detection
- Pass proper device information to Telegram
- Update `hikka-tl` in accordance to upstream telethon v1
- Update `hikka-pyro` in accordance to upstream pyrogram
- Rename packages so that they don't conflict with originals
- Partially migrate to `pathlib`
- Code cleanup
2023-03-01 15:36:02 +00:00
hikariatama eb0786e690 1.6.1
- Remove miyahost from official hosts
- Fix memory leak when using 1.6.0 inside Docker
- Fix userbot dying after restart on Docker
- Root out stats mechanism
2023-02-01 16:36:48 +00:00
hikariatama cbc00985c8 Deepsource fixes 2023-01-01 22:39:42 +00:00
hikariatama 16ddeee41e Add docker as platform 2023-01-01 21:26:11 +00:00
hikariatama 35ec00f840 1.6.0
- Fresh Christmas web design
- EULA warning for lavHost and MiyaHost
- Support for Python 3.10
2023-01-01 20:33:36 +00:00
hikariatama 8e59bc056f 1.6.0
- Fix `EntityLike` validator
- Fix stringifying error in logging
- Fix command escaping when using layout translated prefix
- New `utils.answer_file` method
- New `utils.get_cpu_usage` method
- New `utils.get_ram_usage` method
- New QR login flow
- New license banners
- New error-specific messages for RPCErrors, FloodWaitErrors, NetworkErrors
- Send `start` hook to `InfiniteLoop` instances with `autostart` flag only after `client_ready`
- Replace `__getattr__` in `Module` object with properties for commands and handlers
- Move from monkey-patching concept of filling modules' attributes to native one
- Partial Tatar translation pack
- Logging tweaks
- Add `caller` field to inline units
- Add ability to get module help by command alias
2022-11-19 07:52:53 +00:00
hikariatama 20edeff8aa 1.6.0
- More fixes related to topics
- Fix Kazakh validators
2022-11-09 18:35:09 +00:00
hikariatama e6503e95a6 1.6.0
- Minor translation fixes
- Fix `utils.get_topic`
- Add local and proxied url to command `.debugpin`
- Rename command `.debugpin` -> `.debugger`
2022-11-08 22:35:02 +00:00
hikariatama 42ea601a59 1.6.0
- New `utils.atexit` method
- New restart process, which correctly kills all child processes and threads
- Update to Hikka-TL==1.2.12 and Hikka-Pyro==2.0.60
2022-11-08 01:11:02 +00:00
hikariatama 97a219b5fc 1.6.0 2022-11-05 15:38:59 +00:00
hikariatama 89d9940bb1 Completely drop Okteto support 2022-10-23 14:24:56 +00:00
hikariatama e422522f3d Fix translation flaws 2022-10-23 12:19:00 +00:00
hikariatama 15c2e3465f 1.6.0
🌘🌘🌘 1.6.0 beta released

- Bring support for Dragon Userbot modules
- Make `db` attribute of `Modules` public
- Mess up with some translations
- Fix `.helphide` command
- Fix visual bug with phone input field in web
- Drop Okteto support
- Show Hikka platform and version in Telegram sessions list
- New type `DragonModule`
- New argument of `get_prefix` - `userbot`. Pass in `"dragon"` to get its prefix
- New attribute of `Modules` - `dragon_modules`
- New attribute of `CustomTelegramClient` - `pyro_proxy`. Use pyrogram methods natively
- New appearence of `help` command
- New module loading animation
- New README.md with installation steps and new web recording
2022-10-23 11:38:06 +00:00