index
:
telegabber.git
adhoc
calls
dev
master
message-nick
muc
-описание в about-
NeonXP
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmpp
/
handlers.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reject MUC nickname change attempts
muc
Bohdan Horbeshko
2023-10-04
1
-0
/
+73
*
Handle MUC PM attempts
Bohdan Horbeshko
2023-09-30
1
-14
/
+29
*
Return outgoing message errors as message error stanzas (only in groupchats yet)
Bohdan Horbeshko
2023-09-29
1
-2
/
+3
*
Advertise muc#stable_id feature
Bohdan Horbeshko
2023-09-29
1
-1
/
+5
*
Display outgoing MUC messages
Bohdan Horbeshko
2023-09-29
1
-4
/
+19
*
Return registration-required instead of not-authorized
Bohdan Horbeshko
2023-09-28
1
-3
/
+3
*
Add MUC history limit (maxstanzas only)
Bohdan Horbeshko
2023-09-19
1
-3
/
+7
*
Send recent history on MUC join
Bohdan Horbeshko
2023-09-19
1
-2
/
+2
*
Fix returning MUC join errors
Bohdan Horbeshko
2023-09-18
1
-6
/
+8
*
Send memberlist on MUC join, suppress PM statuses for MUC JIDs
Bohdan Horbeshko
2023-09-18
1
-0
/
+86
*
Merge hotfix: remove redundant "registered" identity
Bohdan Horbeshko
2023-09-17
1
-3
/
+1
*
Merge branch 'master' into muc
Bohdan Horbeshko
2023-09-17
1
-77
/
+373
|
\
|
*
Version 1.8.0
v1.8.0
Bohdan Horbeshko
2023-08-28
1
-12
/
+12
|
*
In-Band Registration (XEP-0077)
dev
Bohdan Horbeshko
2023-08-28
1
-2
/
+202
|
*
Fix replies to messages with non-ASCII characters
v1.7.6
Bohdan Horbeshko
2023-08-08
1
-1
/
+6
|
*
Save/read unavailable presence type in cache
v1.7.5
Bohdan Horbeshko
2023-08-07
1
-3
/
+11
|
*
Support urn:xmpp:privilege:2
v1.7.4
Bohdan Horbeshko
2023-08-03
1
-5
/
+16
|
*
Revert sending carbons for outgoing messages to other resources (they duplica...
v1.7.3
Bohdan Horbeshko
2023-08-02
1
-1
/
+0
|
*
Migrate to TDLib 1.8.14 (multiple usernames support)
Bohdan Horbeshko
2023-08-01
1
-4
/
+4
|
*
Do not ack with edited message to the XEP-0308 sender resource
Bohdan Horbeshko
2023-07-16
1
-1
/
+2
|
*
Send carbons for outgoing messages to other resources
Bohdan Horbeshko
2023-07-09
1
-0
/
+3
|
*
Force update nicknames via PubSub and presences on reconnect
Bohdan Horbeshko
2023-06-30
1
-0
/
+1
|
*
Version 1.6.0
v1.6.0
Bohdan Horbeshko
2023-06-08
1
-8
/
+8
|
*
Reply own messages
Bohdan Horbeshko
2023-06-08
1
-7
/
+17
|
*
XEP-0308 message editing
Bohdan Horbeshko
2023-06-05
1
-1
/
+42
|
*
Store message ids in Badger DB
Bohdan Horbeshko
2023-06-03
1
-1
/
+1
|
*
Add /vcard command
Bohdan Horbeshko
2023-06-01
1
-58
/
+48
|
*
Warn about undelivered carbons to foreign servers
v1.5.0
Bohdan Horbeshko
2023-03-20
1
-0
/
+9
|
*
Simulate carbons
Bohdan Horbeshko
2023-03-19
1
-14
/
+20
|
*
Convert XEP-0461 replies to Telegram
Bohdan Horbeshko
2023-03-15
1
-1
/
+40
|
*
Show XEP-0461 replies from Telegram
Bohdan Horbeshko
2023-03-05
1
-1
/
+1
|
*
Assign IDs from Telegram to XMPP messages
Bohdan Horbeshko
2023-03-04
1
-1
/
+1
|
*
Fix a crash on commands to unauthorized transport
Bohdan Horbeshko
2023-01-13
1
-1
/
+1
*
|
Advertise gateway first, MUC next
Bohdan Horbeshko
2022-07-09
1
-6
/
+6
*
|
Extended room disco info
Bohdan Horbeshko
2022-07-09
1
-15
/
+38
*
|
Basic room disco info
Bohdan Horbeshko
2022-07-08
1
-8
/
+25
*
|
Refactoring: merge handleGetDiscoInfo/handleGetDiscoItems back into one function
Bohdan Horbeshko
2022-07-08
1
-55
/
+39
*
|
Respond to disco with conference identity and groups list
Bohdan Horbeshko
2022-07-08
1
-0
/
+58
|
/
*
gofmt
Bohdan Horbeshko
2022-06-30
1
-1
/
+1
*
Add IMPP to vCard4
Bohdan Horbeshko
2022-06-30
1
-0
/
+8
*
Retrieve Bio / Description for vCard desc / note
Bohdan Horbeshko
2022-06-29
1
-3
/
+16
*
Support vCard4 via PubSub
Bohdan Horbeshko
2022-06-29
1
-11
/
+128
*
Fix calculating avatar Base64
Bohdan Horbeshko
2022-06-25
1
-1
/
+2
*
Same robust file retrieval for calculating avatar SHA1 and Base64
Bohdan Horbeshko
2022-06-25
1
-12
/
+1
*
Respond correctly to disco queries about account JIDs
Bohdan Horbeshko
2022-06-20
1
-1
/
+7
*
Always send XMPP messages with a resource
Bohdan Horbeshko
2022-05-26
1
-2
/
+3
*
Support ! prefix for commands in addition to /
Bohdan Horbeshko
2022-02-14
1
-1
/
+1
*
Make incoming messages to the transport trigger a subscription
Bohdan Horbeshko
2022-02-14
1
-3
/
+10
*
Fix initializing a TDlib instance after subscribing to the transport
Bohdan Horbeshko
2022-02-13
1
-1
/
+1
*
gofmt
Bohdan Horbeshko
2022-02-08
1
-2
/
+2
[next]