Commit Graph

113 Commits

Author SHA1 Message Date
zhaoYangguang 47f21eac53 Merge branch 'develop' 2021-07-05 13:15:20 +08:00
zhaoYangguang 98e3f1669c logout when session expired 2021-06-25 19:13:27 +08:00
zhaoYangguang 8104db9562 fix bug 2021-06-09 19:31:53 +08:00
zhaoYangguang 090dd9394a update goskyapi 2021-06-04 12:59:13 +08:00
zhaoYangguang 7609b9d8ae fix can't auto exit skype room even if user relogin skype and logout.
fix cannot sync room to matrix(isn't recently room but synced before)
2021-06-03 19:37:52 +08:00
zhaoYangguang 18da6d1e70 update 2021-05-27 18:54:17 +08:00
zhaoYangguang 619d8c1142 update go skypeapi 2021-05-27 18:53:03 +08:00
zhaoYangguang 9d7d8224c4 automatic refresh of access token 2021-05-27 18:31:20 +08:00
zhaoYangguang 9a39b69dce in progress 2021-05-26 20:39:02 +08:00
zhaoYangguang 459b54955a add return orgid 2021-05-14 18:34:39 +08:00
zhaoYangguang 55f909a47f fix sync media message delete 2021-05-12 18:49:00 +08:00
zhaoYangguang 7b6370532e optimize forward message and details 2021-05-08 16:42:07 +08:00
zhaoYangguang eb8e1cb660 update lib mautrix-go 2021-05-08 16:41:12 +08:00
zhaoYangguang 6d18d6bb32 forward message(still need to optimize if have a good idea) 2021-02-24 15:44:20 +08:00
zhaoYangguang e91fa5506c fix detect the type of media message 2021-02-22 18:59:11 +08:00
zhaoYangguang 9bb85282de fix the username response(old skype account) 2021-02-22 17:49:22 +08:00
zhaoYangguang 067228b700 update go-skypeapi 2021-02-20 22:39:29 +08:00
zhaoYangguang c2a347096b better for leave room with command 'logout' 2021-02-20 14:54:00 +08:00
zhaoYangguang 403e28baa1 better 2021-02-18 17:55:15 +08:00
zhaoYangguang edb0eb1d08 Merge branch 'develop' 2021-02-06 17:37:42 +08:00
zhaoYangguang 87bac2ca76 update go-skypeapi 2021-02-06 17:37:01 +08:00
zhaoYangguang 6fd52056fb fix bug
# when a user is not logged in to skype and sends a message in a synchronized matrix room, the program will crash
2021-02-02 19:19:02 +08:00
zhaoYangguang c07674ad63 delete useless code 2021-01-28 20:08:04 +08:00
zhaoYangguang 5211e5a615 add "server_name" to config.yaml 2021-01-25 20:19:34 +08:00
zhaoYangguang 7ea55b8e70 Merge branch 'develop' 2021-01-21 10:37:32 +08:00
zhaoYangguang f73a475132 delete unused pkg 2021-01-21 10:37:01 +08:00
zhaoYangguang 6b37ca0e8d fix the bug that in the 1-1 room show that message delete by someone, but actually is other one do 2021-01-20 19:31:25 +08:00
zhaoYangguang 96c71900a7 fix nil bug 2021-01-20 19:14:30 +08:00
zhaoYangguang e1c5d2db21 fix edit message 2021-01-20 18:07:04 +08:00
zhaoYangguang 949fbc7ba8 optimize the process that logout with double puppeting enabled 2021-01-19 18:22:19 +08:00
zhaoYangguang 61d21a8850 Merge branch 'develop' 2021-01-18 15:38:33 +08:00
zhaoYangguang 2e904aa753 optimize mention users(skype->matrix) 2021-01-18 15:35:43 +08:00
zhaoYangguang 9ca4638475 muliti mention 2021-01-18 15:08:10 +08:00
zhaoYangguang 43b937d645 fix mention user bug 2021-01-15 20:29:17 +08:00
zhaoYangguang 977b8996c7 fix send media message bug 2021-01-15 19:55:49 +08:00
zhaoYangguang 71b2319989 optimize reply message 2021-01-15 18:57:11 +08:00
zhaoYangguang 944878eb48 optimize reply message 2021-01-15 15:07:12 +08:00
zhaoYangguang ac88478189 fixed the issue caused by the commit last time 2021-01-15 11:41:50 +08:00
zhaoYangguang 4d176a532f the matrix event should be ignored when not logged in skype 2021-01-15 11:19:13 +08:00
zhaoYangguang b494176a26 optimize skype->matrix message parse 2021-01-14 20:21:57 +08:00
zhaoYangguang 613d45ed68 Filter starred(bookmarks) room 2021-01-13 18:18:52 +08:00
zhaoYangguang 989cb80899 fix mention user 2021-01-12 20:17:11 +08:00
pidong 449e7865d4
Update README.md 2021-01-12 17:27:16 +08:00
zhaoYangguang 93d7ad0501 Merge branch 'master' into develop 2021-01-12 17:18:51 +08:00
zhaoYangguang 2b5abc74d2 optimize double puppeting logic 2021-01-12 17:14:29 +08:00
zhaoYangguang 443d8ca9d1 add double puppeting and community 2021-01-12 16:56:31 +08:00
pidong 4eebaf9231
Merge pull request #4 from tomtom5152/html-escape
Unescape HTML in a skype message to prevent element issues.
2020-12-24 12:06:52 +08:00
pidong 91a76c7e20
Merge pull request #3 from PastuDan/master
Fix for postgres schemas
2020-12-24 11:59:12 +08:00
Tom Price 3c28de4155 Unescape HTML in a skype message to prevent element issues.
This remains secure as matrix clients SHOULD only render specific HTML tags, so there is no expectation that server side messages are secure by default.

Add basic tests for formatter.parseSkype for the new escaping bug. This could be expanded in the future to include all the other functions.

Closes #1
2020-12-23 01:32:46 +00:00
Dan Pastusek f892087014 fix for postgres schemas 2020-12-21 16:15:33 -07:00