Commit History

fix: help formatting text and tagall cancel logic
2e85f25

Alexainc commited on

docs: manual URL updates by user
e20d07c

Alexainc commited on

feat: add animation and sexy commands with fixed Gif links, rename fun kick to fkick
ba90e72

Alexainc commited on

fix: resolve AttributeError in ChatMemberUpdated null checks
ea23173

Alexainc commited on

fix: resolve has_spoiler crash and media-only suppression in filters
4ff741e

Alexainc commited on

fix: resolve ReplyMarkupInvalid by avoiding empty keyboards in welcome
203f7cc

Alexainc commited on

fix: implement ChatMemberUpdated for large group join tracking
ae9036c

Alexainc commited on

fix: restore missing indentation and logic in welcome.py
c3098aa

Alexainc commited on

fix: resolve Welcome pagination 'Final page' error by injecting notename context
2650d0f

Alexainc commited on

fix: ensure HTML parse mode in welcome/goodbye handlers
7461c04

Alexainc commited on

fix: perfectly mirror filter logic in welcome.py with media persistence
0e48050

Alexainc commited on

fix: enforce StringSession for Telethon to ensure database persistence
b313030

Alexainc commited on

feat: persistent database-backed sessions for both Pyrogram and Telethon
681b397

Alexainc commited on

feat: standardized welcome/goodbye with robust HTML extraction and added /goodbye commands
86274de

Alexainc commited on

fix: removed has_spoiler from welcome text reply and combined status messages
f21dc0d

Alexainc commited on

fix: robust pagination matching and and welcome stability
46c4842

Alexainc commited on

fix: TypeError in welcome.py and improved pagination robustness
f180ad3

Alexainc commited on

fix: exhaustive HTML-first storage for all content types including premium emojis
953d925

Alexainc commited on

fix: correctly adjust entity offsets for non-reply commands across all types
f86c64d

Alexainc commited on

fix: removed invalid await in rules.py
6b20eca

Alexainc commited on

feat: added /remrules alias and dynamic {rules} text replacement
a0ad50b

Alexainc commited on

feat: added centralized formatting help and updated welcome flags
25c0384

Alexainc commited on

fix: comprehensive flag filtering for all media and edit methods
a5fbbae

Alexainc commited on

fix: filter out unsupported flags from media sending (Types.PHOTO, Types.VIDEO etc)
52c6822

Alexainc commited on

fix: full media support and syntax repair for cust_filters.py
74346a0

Alexainc commited on

fix: comprehensive media support using file_id and ANIMATION type for notes/filters
7a386f7

Alexainc commited on

fix: enforce media persistence across all pages of multi-page notes and filters
b2bdd60

Alexainc commited on

fix: persistent media support for multi-page notes and filters
2c14080

Alexainc commited on

fix: await get_user_id in extraction.py, fix rules link and preview flag in formatters.py
739d5c4

Alexainc commited on

fix: pass correct notename to build_keyboard in reply_filter so btn_next embeds p1/p2/p3
8604185

Alexainc commited on

fix: group-aware pagination - navigate within page family (p1,p2,p3) not global note list
91d680d

Alexainc commited on

fix: final MessageEmpty safety and robust lead_strip for multi-page notes
8d3aee6

Alexainc commited on

fix: prevent MessageEmpty crashes in filters and notes
6cd6cc5

Alexainc commited on

fix: refine extraction logic in cust_filters.py and enforce tag length
7bd3456

Alexainc commited on

fix: restrict super-tag regex and refine content extraction to prevent truncation
203a92d

Alexainc commited on

fix: animation crash and add debug logging for note truncation
91ec07b

Alexainc commited on

fix: ensure all extracted strings are surrogate-free before saving to database
6ae829b

Alexainc commited on

fix: switch to self-healing reboot for session recovery to ensure handler registry
e687a8c

Alexainc commited on

fix: implement self-healing session recovery for AUTH_KEY_DUPLICATED
f152614

Alexainc commited on

fix: prevent double-escaping of HTML tags and ensure full content preservation
84ff2ef

Alexainc commited on

fix: surrogate-safe extraction to prevent HTML tag collisions and offset drift
26fb3ca

Alexainc commited on

chore: final project synchronization
2936726

Alexainc commited on

fix: convert rules link to HTML and sync remote state
7d65900

Alexainc commited on

fix: added definitive HTML-tag immunity to Super-Note regex
d264bdd

Alexainc commited on

feat: added {nonotif}, {protect}, {preview} flag support and cleaned up parsing logic
9077e0a

Alexainc commited on

fix: eliminated double-escaping in Super-Note/Filter paths
d3f80f7

Alexainc commited on

fix: final double-escape elimination for 100% stable HTML formatting
10bce21

Alexainc commited on

fix: global HTML parse mode for full compatibility with advanced entities
593a008

Alexainc commited on

fix: surrogate-aware HTML parsing and dual-mode button extraction
df71765

Alexainc commited on

fix: global HTML-First strategy for 100% accurate formatting and fixed user identity in pagination
7172725

Alexainc commited on