Commit Graph

349 Commits (0d8819ecaf2e41f91fb7fcc1db0ea60b628d50c5)

Author SHA1 Message Date
mattn eac43d845c Merge pull request #51 from 178inaba/streaming_ws_close
Fix close of streaming WebSocket
2017-05-01 09:13:29 +09:00
mattn 99692bee8a Merge pull request #50 from 178inaba/streaming
Optimize streaming
2017-05-01 09:12:15 +09:00
178inaba 9dc59ebc73 Fix order of streaming WebSocket test 2017-04-30 22:16:50 +09:00
178inaba fc574ac209 Fix WebSocket close 2017-04-30 22:14:02 +09:00
178inaba c88e2df363 Remove channel close of mstdn stream command 2017-04-30 13:48:08 +09:00
178inaba c32612c3c9 Add TestStreamingHashtag 2017-04-30 04:53:13 +09:00
178inaba e2a440b170 Add TestStreamingUser 2017-04-30 04:41:56 +09:00
178inaba 9b39dd033f Add TestDoStreaming 2017-04-30 04:30:04 +09:00
178inaba 088cb0b74d Fix TestHandleReader 2017-04-30 03:19:58 +09:00
178inaba 517247284e Optimize streaming 2017-04-30 03:12:55 +09:00
mattn 70b3dbf548 Merge pull request #49 from 178inaba/tl_media
Media Timeline
2017-04-29 23:15:45 +09:00
178inaba c66c3aaa22 Add TestHandleReader 2017-04-29 03:42:45 +09:00
178inaba 47292cbca3 Add TestGetTimelineMedia 2017-04-29 00:43:53 +09:00
178inaba 8bb0a0f85f Add GetTimelineMedia 2017-04-29 00:36:13 +09:00
mattn 28598eb3ab Merge pull request #48 from 178inaba/tl_hashtag
Fix GetTimelineHashtag
2017-04-28 15:01:04 +09:00
178inaba 12d765af3a Fix TestStreamingWSHashtag 2017-04-28 14:46:19 +09:00
178inaba c1e9c80d7d Fix streaming_ws local 2017-04-28 14:31:08 +09:00
178inaba f4cf4d4ec9 Fix streaming for mstdn 2017-04-28 14:19:40 +09:00
178inaba 9fa63b511c Fix local streaming 2017-04-28 14:09:10 +09:00
178inaba a4904109e4 Fix GetTimelineHashtag 2017-04-28 02:29:11 +09:00
mattn b8fe5a0533 Merge pull request #47 from 178inaba/readme_small_fix
Fix document
2017-04-27 15:00:57 +09:00
178inaba 983ab89d48 Fix example 2017-04-27 12:07:21 +09:00
178inaba 43b274bbd2 Add example 2017-04-27 12:03:24 +09:00
178inaba b1152a55cd Fix README 2017-04-27 12:03:11 +09:00
Yasuhiro Matsumoto 8fa4fc14e6 add LICENSE 2017-04-27 09:20:14 +09:00
mattn e2631e1815 Merge pull request #46 from suzukaze/fix-usage-code-in-readme.md
Fix usage code in README
2017-04-27 09:19:16 +09:00
Jun Hiroe 82ee148846 Fix usage code in README.md skip ci 2017-04-27 02:19:02 +09:00
Yasuhiro Matsumoto b1ec2978a2 add mikami command 2017-04-27 00:56:28 +09:00
Yasuhiro Matsumoto 3fb35ec728 add init command 2017-04-27 00:56:13 +09:00
mattn add25dd05b Merge pull request #45 from 178inaba/cmd_error_log
Fix to output error log of cmd
2017-04-26 12:51:34 +09:00
178inaba 894bab96b7 Fix to output error log of cmd 2017-04-26 12:38:11 +09:00
mattn d0fb60d3ec Merge pull request #44 from 178inaba/public_timeline
Add GetTimelinePublic
2017-04-26 09:36:19 +09:00
178inaba 315f7bbd29 Add GetTimelinePublic 2017-04-26 03:16:32 +09:00
Yasuhiro Matsumoto c45c918820 fix usage
close #43
2017-04-25 22:38:21 +09:00
Yasuhiro Matsumoto adf4fbaa20 extract text in account 2017-04-25 15:33:55 +09:00
Yasuhiro Matsumoto fe04c0b104 update client ID/Secret 2017-04-25 15:32:56 +09:00
Yasuhiro Matsumoto 041bfc1dcd add test for -ff 2017-04-24 19:47:07 +09:00
Yasuhiro Matsumoto e29b2993a6 use t.Fatal 2017-04-24 19:40:26 +09:00
Yasuhiro Matsumoto d0cd67efbc return error 2017-04-24 19:40:20 +09:00
Yasuhiro Matsumoto 055cbf0e6f Merge branch 'master' of github.com:mattn/go-mastodon 2017-04-24 19:38:36 +09:00
mattn 321e7e8edb Merge pull request #42 from 178inaba/error_messages
Fix error message
2017-04-24 19:33:50 +09:00
mattn a8d8504d8f Merge pull request #39 from 178inaba/streaming_ws
WebSocket implementation of streaming API
2017-04-24 19:33:22 +09:00
Yasuhiro Matsumoto def474a7a5 Merge branch 'master' of github.com:mattn/go-mastodon 2017-04-24 17:50:32 +09:00
Yasuhiro Matsumoto 919d6a73fe require dash 2017-04-24 17:49:56 +09:00
178inaba 992dc7da05 Fix error message 2017-04-24 17:33:45 +09:00
178inaba ed709d74a4 Fix error message 2017-04-24 17:25:56 +09:00
178inaba 34cce1bb0d Remove websocket.Dialer from Client 2017-04-24 13:57:12 +09:00
178inaba 010ec2eaf9 Add WSClient 2017-04-24 13:55:07 +09:00
mattn 8bb9182901 Merge pull request #40 from orzFly/patch/post-status-todo
Implement MediaIDs, Visibility, Sensitive and SpoilerText in PostStatus
2017-04-24 09:49:12 +09:00
mattn 2ae2a90336 Merge pull request #41 from 178inaba/cmd_follow_test
Cmd follow test
2017-04-24 09:47:59 +09:00