Commit Graph

102 Commits (978e33429c986063be58d05d8bd206e2817399d9)

Author SHA1 Message Date
archquise c1dff800c4 ... 2024-12-24 08:10:16 +04:00
Who? e2084b7a5b
Update test.py 2024-12-16 22:26:12 +07:00
Plovchikdeval a68391521d
Update test.py 2024-12-16 09:31:15 +05:00
Who? 38e2548233
Update test.py 2024-12-15 20:40:47 +07:00
Who? 4d35ecd98a
Update test.py 2024-12-15 02:19:45 +07:00
Who? 6f5ac9935b
Update test.py 2024-12-15 02:04:55 +07:00
Rilliat 232395de5b Add {hostname} placeholder in ping (useful for decorations like user@hostname in top of ping) 2024-12-14 20:32:15 +03:00
Who? 19d94952ea
Update test.py 2024-12-08 16:52:13 +07:00
Who? bdc7ebbe31
Update test.py 2024-12-04 10:32:42 +07:00
Who? 583b2a6155
Update test.py 2024-12-02 00:51:26 +07:00
Who? ec36b07ed9
Update test.py 2024-12-02 00:48:52 +07:00
Who? 2fb531bb79
Update test.py 2024-12-02 00:45:42 +07:00
Who? 9e47e6ca3f
Update test.py 2024-12-02 00:38:52 +07:00
Who? 8aa57de29f
Update test.py 2024-12-02 00:38:01 +07:00
Who? a0f3809c63
Update test.py 2024-11-28 14:37:45 +07:00
Who? cd46d86984
Update test.py 2024-11-27 23:21:34 +07:00
Who? 20b67f1943
Update test.py 2024-11-27 23:20:38 +07:00
Who? db52e1fa7c
Update test.py 2024-11-27 23:17:08 +07:00
Who? 4b8a7acd5a
Update test.py 2024-11-19 20:31:03 +07:00
Who? 7d5cec2aa2
Update test.py 2024-11-19 20:28:49 +07:00
Who? 38ae059cee
Update test.py 2024-11-19 20:18:48 +07:00
Who? a03f41eeb5
Update test.py 2024-11-19 20:16:42 +07:00
Who? 9ceadbfbf5
Update test.py 2024-11-19 20:15:47 +07: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? d9a89d107d
Update test.py 2024-09-29 06:04:23 +07:00
Who? 8a533d6360
Update test.py 2024-09-29 05:47:57 +07:00
Who? 93f7b9d805
Update test.py 2024-09-29 05:46:22 +07:00
Who? cb97e6a02e
Update test.py 2024-09-29 05:44:33 +07:00
Who? 5ef92ecdbc
Update test.py 2024-09-29 05:42:19 +07:00
Who? 3ce9c2a72b
Update test.py 2024-09-29 00:50:45 +07:00
Who? 797b58eeda
Update test.py 2024-09-19 17:50:33 +07:00
Who? 98a1716518
some DOLBOEB 2024-09-12 16:01:41 +07:00
Who? 9b8055dc08
Delete hikka/modules/test.py 2024-09-12 16:01:05 +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 429ee48118 1.6.3
- Cosmetical changes
2023-05-21 17:35:46 +00:00
hikariatama 21c0057bf0 1.6.3
- Add argument `item_type` to `db.pointer` to provide interface for NamedTuple objects
- Add correct exception propagation to inline units
- Add `-fs` arg to `.lm` command
- Add IDM `flush_loader_cache`
- Add ability to cancel QR login using keyboard interrupt
- Fix form invoke error message
- Fix `Backuper`
- Fix backward compatiblity with security groups `SUDO` (0x2) and `SUPPORT` (0x4)
- Fix quickstart language buttons translations
- Fix language buttons disabling on restart
- Migrate inline heta search to userbot instead of centralized service
2023-04-26 18:21:22 +00:00
hikariatama 8bc4d57b6b 1.6.2
- Add alternative translation mechanism using YAML
2023-03-19 22:21:20 +00:00
hikariatama 2dfeb5cf43 Fix werkzeug debugger pin 2023-03-19 14:15:31 +00:00
hikariatama 6fc4c58a3e 1.6.2
- Remove default presets since they are the security risk
- Update and extend Tatar translation pack
- Restrict setting `s` as command prefix, since it will break command `setprefix`
- Transfer all previously non-essential modules to core ones
2023-03-19 12:44:58 +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 5545d86c07 Formatting 2023-02-04 23:12:18 +00:00
hikariatama fac8b47db6 1.6.1
Add French translation pack
2023-02-04 22:45:28 +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 faec12364b 1.6.0
- Add local storage fallback in case remote end is not available
- Add `self.invoke` method for modules
2022-11-24 10:29:41 +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 5ee7eaf755 1.6.0
- Minor fixes
2022-11-09 21:21:26 +00:00
hikariatama c1c7cd637a 1.6.0
- Fix overall userbot runtime
- Add Kazakh translation pack
- Update emojis
- Minor translation fixes
2022-11-08 21:23:18 +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 66e5b6c63d 1.6.0
Styling
2022-11-05 17:19:31 +00:00