Commit Graph

107 Commits (668c567db849f5b32222dd8ddaeccad56b5c49aa)

Author SHA1 Message Date
Who? 93cb6a8897
Меня держат в заложниках 2024-12-21 14:55:35 +07:00
Who? 568d9d5bd0
пинга не будэ 2024-12-21 14:46:15 +07:00
Who? a4b5301204
Update hikka_info.py 2024-12-21 14:25:32 +07:00
Who? c5183c0a5b
Update hikka_info.py 2024-12-21 14:16:18 +07:00
Who? 9ac4ca8d5d
Update hikka_info.py 2024-12-21 14:01:09 +07:00
Who? 572dbacd95
Update hikka_info.py 2024-12-21 13:59:06 +07:00
Who? 3e3f5a3788
Update hikka_info.py 2024-12-21 13:57:25 +07:00
Who? f81977045b
Update hikka_info.py 2024-12-21 13:54:23 +07:00
Plovchikdeval 0ada430751
Update hikka_info.py 2024-12-16 09:30:18 +05:00
Plovchikdeval 7486283f6c
Update hikka_info.py 2024-12-15 19:27:19 +05:00
Who? 4721a6a122
Update hikka_info.py 2024-12-11 01:19:31 +07:00
Who? 6794ffd29e
Update hikka_info.py 2024-12-07 09:35:35 +07:00
Who? 9167e60472
Update hikka_info.py 2024-11-29 22:49:53 +07:00
Who? 302f910c64
Update hikka_info.py 2024-11-29 22:35:09 +07:00
Who? bf1cff2a35
new banner in info 2024-11-29 22:21:38 +07:00
Who? ae2f925c4a
Update hikka_info.py 2024-11-25 03:06:47 +07:00
Who? 97041b8a02
premium icon for HikkaHost 2024-11-23 20:45:35 +07:00
Who? 7538f8ee7b
Update hikka_info.py 2024-11-22 23:14:57 +07:00
Who? fafea9e08d
Update hikka_info.py 2024-11-22 23:11:59 +07:00
Who? 103172aadc
Update hikka_info.py 2024-11-22 23:08:37 +07:00
Who? 42206226a2
Update hikka_info.py 2024-11-20 12:33:56 +07:00
Who? b11f5b11b4
Update hikka_info.py 2024-11-16 18:06:59 +07:00
Who? 3728cb72de
Update hikka_info.py 2024-11-13 16:13:23 +07:00
Who? 09a9e0b9e0
fix not animated "💎" in .info 2024-11-08 00:53:11 +07:00
Who? 65fff221f0
AWS, oracle and Serv00 in .info 2024-11-07 21:31:21 +07:00
Who? 781c0f8b96
Update hikka_info.py 2024-09-13 12:23:47 +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 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 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 16fcecd0bd 1.6.2
- Completely remove security groups `sudo` and `support`
2023-03-06 11:25:13 +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 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 c3c8eefe38 1.6.0 2022-12-26 13:24:30 +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 97a219b5fc 1.6.0 2022-11-05 15:38:59 +00:00
hikariatama 7f49424edb Update translation packs 2022-10-24 13:12:13 +00:00
hikariatama 91f95e412b Deepsource fixes 2022-10-17 15:50:52 +00:00
hikariatama c018c4641b Patch for rtl languages 2022-10-17 13:48:33 +00:00
hikariatama fd9268e06d Add support for rtl platform emojis
Fix translations
Add language->countrycode translation for Saudi Arabia
2022-10-17 13:23:24 +00:00
hikariatama b296385106 Replace command docs 2022-10-16 11:57:09 +00:00
hikariatama b074b3f634 Replace japanese country code with japanese language code Fix multilevel validators for cases, where the desired translation is not available 2022-10-16 11:53:06 +00:00
hikariatama 5dd29bca0c Add Japanese, Korean, Spanish and Arabic translate packs 2022-10-16 10:13:19 +00:00
hikariatama fb330cc08b Translate validators, inline, update existing translations, add new 2022-10-15 21:22:14 +00:00
hikariatama 6e6f79aa67 Update translations 2022-10-15 17:08:48 +00:00