-
-
Notifications
You must be signed in to change notification settings - Fork 383
Smart JID validation, Session UI controls & Local Dev Infrastructure #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ebf7142
- Integrate Adminer container for database management on port 8081.
lomeliDev 120dc56
ignore tmp directory containing build artifacts
lomeliDev ef8a9ac
implement dynamic static path resolution based on GO_ENV
lomeliDev 451b88f
chore(docker): add webhook-tester service for local debugging
lomeliDev 576f9bf
feat(handlers): implement robust international JID validation using I…
lomeliDev b754387
feat(api): add /misc/phone endpoint for JID validation and formatting
lomeliDev 8b20e12
feat(docker): add MinIO service for local S3 storage
lomeliDev 471b84f
feat(ui): implement session management controls (connect, disconnect,…
lomeliDev 2ba2c09
feat(docker): add local HTTP and SOCKS5 proxy containers
lomeliDev 31afb05
fixed for pull request
lomeliDev 4fc90e4
feat(chat): implement Interactive Buttons with Native Flow and BIZ no…
lomeliDev 435ee49
feat: implement legacy list messages compatible with WA Web
lomeliDev 8e8194c
feat: implement interactive carousel messages with video/image support
lomeliDev 75cd3e9
feat: add video support and auto-thumbnails to interactive buttons
lomeliDev 909b1ff
feat(config): add .env support for debug and logging flags
lomeliDev e22da82
feat(events): add support for WhatsApp label events
lomeliDev 2874eb5
refactor: fix static analysis warnings and clean up code
lomeliDev 61a48ab
refactor: finalize code cleanup and comment standardization
lomeliDev a2bd6db
feat(labels): implement full label management system
lomeliDev d06a171
feat(sprint1): complete multimedia overhaul and presence duration
lomeliDev 805310d
feat(sprint2): rich location cards and advanced polls
lomeliDev 73893ab
feat(sprint3): native CRM features (pin, star, archive)
lomeliDev d60c178
feat(sprint5): native e-commerce and carousel support
lomeliDev ba738bc
refactor: remove ghost call sender, enable CallOffer event
lomeliDev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ files/ | |
| wuzapi | ||
| .env | ||
| .tool-versions | ||
| tmp | ||
|
|
||
| # Added by Claude Task Master | ||
| # Logs | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| package main | ||
|
|
||
| import ( | ||
| _ "unsafe" | ||
|
|
||
| "go.mau.fi/whatsmeow" | ||
| waBinary "go.mau.fi/whatsmeow/binary" | ||
| ) | ||
|
|
||
| //go:linkname ClientSendNode go.mau.fi/whatsmeow.(*Client).sendNode | ||
| func ClientSendNode(c *whatsmeow.Client, node waBinary.Node) error |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.