Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Releases: jprjr/multistreamer

2.0.0: Merge pull request #2 from jprjr/irc-updates

11 Dec 06:03
Compare
Choose a tag to compare

Breaking change, requires you to run 'initdb'

  • initdb no longer drops tables
  • When a user tries to use a bot to relay a chat/comment message, the IRC server checks if they're authorized to use that account
  • IRC users can bring in their own accounts to comment on a stream.

For example, user A is streaming to his account on Twitch. User B can join the IRC chat room and bring in his own twitch account to leave comments on User A's stream.

User B will do this by typing:

!summon twitch-user-a user-b

This will create a bot named twitch-user-b-user-a - this is to indicate that it is a Twitch account, for User B, that targets User A's stream.

1.3.2

10 Dec 23:46
Compare
Choose a tag to compare

Bugfix: don't check IRC username against actual username

1.3.1

10 Dec 22:52
Compare
Choose a tag to compare

bugfix: IRC was still sending the stream title as the room topic

1.3.0

07 Dec 14:56
Compare
Choose a tag to compare

New feature: IRC room topics indicate if a stream is online or offline. If a stream has an associated HTTP URL, they get put into the room topic as well.

1.2.2

06 Dec 18:05
Compare
Choose a tag to compare

Bugfix: I misunderstood the purpose of ffmpeg's -re flag, I shouldn't use it for relaying streams - just for pushing local files as streams.

1.2.1

04 Dec 22:39
Compare
Choose a tag to compare

Bugfix: twitch chat would disconnect after getting a PING, because of a typo I had in socket:send. Whoops!

1.2.0

04 Dec 22:34
Compare
Choose a tag to compare

New feature: Facebook will pull in groups and events where the user is an admin.

Events are restricted by their start date - if the start date is over 15 days in the past, it isn't stored.

1.1.1

04 Dec 05:40
Compare
Choose a tag to compare

Bug fix: if a stream name changes, the IRC server will kick users out of the room, with a message letting them know about the new room name.

1.1.0

04 Dec 04:43
Compare
Choose a tag to compare

You can now delete streams - no config changes required.

Initial release

03 Dec 20:50
Compare
Choose a tag to compare

So at this point, all the major features work!

Although right after tagging, I realized I don't have a "delete stream" option, which I really should. I'll mark that as 1.1.0