2018-11-04 19:38:09 by Benny Siegert | Files touched by this commit (122) | |
Log message:
Revbump all Go packages after go111 update.
|
2018-06-12 19:50:29 by Benny Siegert | Files touched by this commit (102) | |
Log message:
Revbump all Go packages after lang/go update.
|
2018-03-30 13:56:27 by Benny Siegert | Files touched by this commit (94) | |
Log message:
Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
|
2018-03-14 09:39:12 by Benny Siegert | Files touched by this commit (2) |
Log message:
Update matterircd to 0.16.5.
0.16.5
------
New features
- Add support for private channels in slack #142
Bugfix
- Slack: fixes join/parts #143, #146
- Slack: fixes away #144
0.16.4
------
Bugfix
- Fix some messages going to &messages #140
0.16.3
------
Bugfix
- Fix crash on /nick change when not logged in #141
0.16.2
------
Bugfix
- Remove crash on channel lookup of private messages
0.16.1
------
Bugfix
- Remove debug code which could cause a crash
- Only append channel name to sender once in &messages
0.16.0
------
New features
- -conf option (for a config file). See
https://github.com/42wim/matterircd/blob/master/matterircd.toml.example for
an example. Thanks @slowbro for this PR.
New config file options
JoinExclude: an array of channels that won't be joined on IRC.
Messages that get sent to unjoined channels (but you're joined on mattermost)
will get sent to the &messages channel.
You can still /JOIN exclude channels.
JoinExclude = ["#town-square","#boringchannel"]
JoinInclude: an array of channels that only will be joined on IRC.
If it's empty, it means all channels get joined (except those defined in
JoinExclude).
Messages that get sent to unjoined channels (but you're joined on mattermost)
will get sent to the &messages channel.
JoinInclude = ["#devops"]
PartFake: a bool that defines if you do a /LEAVE or /PART on IRC it will also
actually leave the channel on mattermost.
Default false
PartFake = true
- don't log passwords used with 'mattermost' and 'slack'. Closes #73
Bugfix
- Already read messages are replayed again and again #130
- Update to latest mattermost (4.6) libs
- Deprecated flags -bindinterface and -port removed
0.15.0
------
New features
- Support mattermost 4.2 and higher (4.x) (use mattermost v4 API)
- Add -mmskiptlsverify option to skip TLS certificate checks on mattermost
Enhancements
- Display nickname, if set #120
- Replace IRC parsing function with shellwords like function to allow for
passwords with spaces. (#8)
|
2018-03-13 18:00:05 by Benny Siegert | Files touched by this commit (2) |
Log message:
Fix build with Go 1.10, bump revision.
This is meant to be used as a program, so only install the binary by
providing an explicit do-install target.
|
2018-03-04 16:52:21 by Benny Siegert | Files touched by this commit (95) | |
Log message:
Revbump all Go packages after Go 1.10 update.
|
2017-12-28 14:19:38 by David A. Holland | Files touched by this commit (1) |
Log message:
Extract with bsdtar. (Build then fails on golang issues.)
|
2017-09-08 18:16:58 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
Import matterircd-0.14.0 as chat/matterircd.
Minimal IRC server which integrates with Mattermost and Slack.
Features:
- support direct messages / private channels / edited messages
- auto-join/leave to same channels as on mattermost
- reconnects with backoff on mattermost restarts
- support multiple users
- support channel backlog (messages when you're disconnected from
IRC/mattermost)
- search messages (/msg mattermost search query)
- scrollback support (/msg mattermost scrollback #channel limit)
- restrict to specified mattermost instances
- set default team/server
- WHOIS, WHO, JOIN, LEAVE, NICK, LIST, ISON, PRIVMSG, MODE, TOPIC,
LUSERS, AWAY, KICK, INVITE support
- support TLS (ssl)
- support LDAP logins (mattermost enterprise) (use your ldap
account/pass to login)
- &users channel that contains members of all teams (if mattermost is
so configured) for easy messaging
- supports mattermost roles (shows admins with @ status for now)
- gitlab auth hack by using mmtoken cookie (see
https://github.com/42wim/matterircd/issues/29)
|