2016-08-14 19:48:51 +00:00
|
|
|
package config
|
2016-07-11 19:23:33 +00:00
|
|
|
|
|
|
|
import (
|
2018-03-04 23:30:46 +00:00
|
|
|
"bytes"
|
2018-05-01 20:23:37 +00:00
|
|
|
"github.com/fsnotify/fsnotify"
|
2018-02-26 23:33:21 +00:00
|
|
|
log "github.com/sirupsen/logrus"
|
2018-03-04 22:52:14 +00:00
|
|
|
"github.com/spf13/viper"
|
2018-05-01 20:23:37 +00:00
|
|
|
prefixed "github.com/x-cray/logrus-prefixed-formatter"
|
2016-10-30 21:32:29 +00:00
|
|
|
"os"
|
|
|
|
"strings"
|
2018-03-04 22:52:14 +00:00
|
|
|
"sync"
|
2017-02-18 22:10:22 +00:00
|
|
|
"time"
|
2016-07-11 19:23:33 +00:00
|
|
|
)
|
|
|
|
|
2016-11-14 21:53:06 +00:00
|
|
|
const (
|
2018-02-03 00:11:11 +00:00
|
|
|
EVENT_JOIN_LEAVE = "join_leave"
|
|
|
|
EVENT_TOPIC_CHANGE = "topic_change"
|
|
|
|
EVENT_FAILURE = "failure"
|
|
|
|
EVENT_FILE_FAILURE_SIZE = "file_failure_size"
|
2018-02-19 23:54:35 +00:00
|
|
|
EVENT_AVATAR_DOWNLOAD = "avatar_download"
|
2018-02-03 00:11:11 +00:00
|
|
|
EVENT_REJOIN_CHANNELS = "rejoin_channels"
|
|
|
|
EVENT_USER_ACTION = "user_action"
|
|
|
|
EVENT_MSG_DELETE = "msg_delete"
|
2016-11-14 21:53:06 +00:00
|
|
|
)
|
|
|
|
|
2016-08-14 19:48:51 +00:00
|
|
|
type Message struct {
|
2017-06-05 21:18:13 +00:00
|
|
|
Text string `json:"text"`
|
|
|
|
Channel string `json:"channel"`
|
|
|
|
Username string `json:"username"`
|
2017-06-18 13:44:54 +00:00
|
|
|
UserID string `json:"userid"` // userid on the bridge
|
2017-06-05 21:18:13 +00:00
|
|
|
Avatar string `json:"avatar"`
|
|
|
|
Account string `json:"account"`
|
|
|
|
Event string `json:"event"`
|
|
|
|
Protocol string `json:"protocol"`
|
|
|
|
Gateway string `json:"gateway"`
|
|
|
|
Timestamp time.Time `json:"timestamp"`
|
2017-08-27 22:33:17 +00:00
|
|
|
ID string `json:"id"`
|
2017-09-21 20:35:21 +00:00
|
|
|
Extra map[string][]interface{}
|
|
|
|
}
|
|
|
|
|
|
|
|
type FileInfo struct {
|
2017-11-12 23:20:31 +00:00
|
|
|
Name string
|
|
|
|
Data *[]byte
|
|
|
|
Comment string
|
2017-11-24 21:36:19 +00:00
|
|
|
URL string
|
2018-02-03 00:11:11 +00:00
|
|
|
Size int64
|
2018-02-14 21:20:27 +00:00
|
|
|
Avatar bool
|
2018-02-15 22:18:58 +00:00
|
|
|
SHA string
|
2016-09-18 17:21:15 +00:00
|
|
|
}
|
|
|
|
|
2017-03-28 21:56:58 +00:00
|
|
|
type ChannelInfo struct {
|
2017-04-01 15:24:19 +00:00
|
|
|
Name string
|
|
|
|
Account string
|
|
|
|
Direction string
|
|
|
|
ID string
|
|
|
|
SameChannel map[string]bool
|
|
|
|
Options ChannelOptions
|
2017-03-28 21:56:58 +00:00
|
|
|
}
|
|
|
|
|
2016-09-18 17:21:15 +00:00
|
|
|
type Protocol struct {
|
2017-11-24 21:36:19 +00:00
|
|
|
AuthCode string // steam
|
|
|
|
BindAddress string // mattermost, slack // DEPRECATED
|
|
|
|
Buffer int // api
|
|
|
|
Charset string // irc
|
2018-01-26 20:54:09 +00:00
|
|
|
Debug bool // general
|
2018-02-22 17:56:21 +00:00
|
|
|
DebugLevel int // only for irc now
|
2017-11-24 21:36:19 +00:00
|
|
|
EditSuffix string // mattermost, slack, discord, telegram, gitter
|
|
|
|
EditDisable bool // mattermost, slack, discord, telegram, gitter
|
|
|
|
IconURL string // mattermost, slack
|
|
|
|
IgnoreNicks string // all protocols
|
|
|
|
IgnoreMessages string // all protocols
|
|
|
|
Jid string // xmpp
|
2018-02-20 17:57:46 +00:00
|
|
|
Label string // all protocols
|
2017-11-24 21:36:19 +00:00
|
|
|
Login string // mattermost, matrix
|
2017-12-19 22:15:03 +00:00
|
|
|
MediaDownloadSize int // all protocols
|
2017-11-24 21:36:19 +00:00
|
|
|
MediaServerDownload string
|
|
|
|
MediaServerUpload string
|
2017-11-20 22:27:27 +00:00
|
|
|
MessageDelay int // IRC, time in millisecond to wait between messages
|
|
|
|
MessageFormat string // telegram
|
2017-11-24 22:27:13 +00:00
|
|
|
MessageLength int // IRC, max length of a message allowed
|
|
|
|
MessageQueue int // IRC, size of message queue for flood control
|
|
|
|
MessageSplit bool // IRC, split long messages with newlines on MessageLength instead of clipping
|
2017-11-15 22:32:49 +00:00
|
|
|
Muc string // xmpp
|
|
|
|
Name string // all protocols
|
|
|
|
Nick string // all protocols
|
|
|
|
NickFormatter string // mattermost, slack
|
|
|
|
NickServNick string // IRC
|
|
|
|
NickServUsername string // IRC
|
|
|
|
NickServPassword string // IRC
|
|
|
|
NicksPerRow int // mattermost, slack
|
|
|
|
NoHomeServerSuffix bool // matrix
|
2018-03-06 20:34:55 +00:00
|
|
|
NoSendJoinPart bool // all protocols
|
2017-11-15 22:32:49 +00:00
|
|
|
NoTLS bool // mattermost
|
|
|
|
Password string // IRC,mattermost,XMPP,matrix
|
|
|
|
PrefixMessagesWithNick bool // mattemost, slack
|
2017-11-20 22:27:27 +00:00
|
|
|
Protocol string // all protocols
|
2018-04-17 21:26:41 +00:00
|
|
|
QuoteDisable bool // telegram
|
2018-05-11 18:59:15 +00:00
|
|
|
QuoteFormat string // telegram
|
2017-12-22 23:11:30 +00:00
|
|
|
RejoinDelay int // IRC
|
2017-11-20 22:27:27 +00:00
|
|
|
ReplaceMessages [][]string // all protocols
|
|
|
|
ReplaceNicks [][]string // all protocols
|
2017-11-15 22:32:49 +00:00
|
|
|
RemoteNickFormat string // all protocols
|
|
|
|
Server string // IRC,mattermost,XMPP,discord
|
|
|
|
ShowJoinPart bool // all protocols
|
2018-02-02 20:04:43 +00:00
|
|
|
ShowTopicChange bool // slack
|
2017-11-15 22:32:49 +00:00
|
|
|
ShowEmbeds bool // discord
|
|
|
|
SkipTLSVerify bool // IRC, mattermost
|
|
|
|
StripNick bool // all protocols
|
|
|
|
Team string // mattermost
|
|
|
|
Token string // gitter, slack, discord, api
|
2018-05-07 19:35:48 +00:00
|
|
|
Topic string // zulip
|
2017-11-15 22:32:49 +00:00
|
|
|
URL string // mattermost, slack // DEPRECATED
|
|
|
|
UseAPI bool // mattermost, slack
|
|
|
|
UseSASL bool // IRC
|
|
|
|
UseTLS bool // IRC
|
|
|
|
UseFirstName bool // telegram
|
|
|
|
UseUserName bool // discord
|
|
|
|
UseInsecureURL bool // telegram
|
|
|
|
WebhookBindAddress string // mattermost, slack
|
|
|
|
WebhookURL string // mattermost, slack
|
|
|
|
WebhookUse string // mattermost, slack, discord
|
2016-09-18 17:21:15 +00:00
|
|
|
}
|
|
|
|
|
2017-01-04 13:10:35 +00:00
|
|
|
type ChannelOptions struct {
|
2017-08-12 12:51:41 +00:00
|
|
|
Key string // irc
|
|
|
|
WebhookURL string // discord
|
2017-01-04 13:10:35 +00:00
|
|
|
}
|
|
|
|
|
2016-09-18 17:21:15 +00:00
|
|
|
type Bridge struct {
|
2017-04-01 15:24:19 +00:00
|
|
|
Account string
|
|
|
|
Channel string
|
|
|
|
Options ChannelOptions
|
|
|
|
SameChannel bool
|
2016-09-18 17:21:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type Gateway struct {
|
|
|
|
Name string
|
|
|
|
Enable bool
|
|
|
|
In []Bridge
|
|
|
|
Out []Bridge
|
2016-11-20 22:01:44 +00:00
|
|
|
InOut []Bridge
|
2016-08-14 19:48:51 +00:00
|
|
|
}
|
|
|
|
|
2016-09-30 21:19:47 +00:00
|
|
|
type SameChannelGateway struct {
|
|
|
|
Name string
|
|
|
|
Enable bool
|
|
|
|
Channels []string
|
|
|
|
Accounts []string
|
|
|
|
}
|
|
|
|
|
2018-03-04 22:52:14 +00:00
|
|
|
type ConfigValues struct {
|
2017-02-18 22:10:22 +00:00
|
|
|
Api map[string]Protocol
|
2018-02-26 23:33:21 +00:00
|
|
|
Irc map[string]Protocol
|
2016-09-30 21:19:47 +00:00
|
|
|
Mattermost map[string]Protocol
|
2017-02-19 23:49:27 +00:00
|
|
|
Matrix map[string]Protocol
|
2016-09-30 21:19:47 +00:00
|
|
|
Slack map[string]Protocol
|
2017-06-21 23:02:05 +00:00
|
|
|
Steam map[string]Protocol
|
2016-09-30 21:19:47 +00:00
|
|
|
Gitter map[string]Protocol
|
|
|
|
Xmpp map[string]Protocol
|
|
|
|
Discord map[string]Protocol
|
2016-11-15 22:15:57 +00:00
|
|
|
Telegram map[string]Protocol
|
2016-12-02 23:10:29 +00:00
|
|
|
Rocketchat map[string]Protocol
|
2017-12-03 00:29:25 +00:00
|
|
|
Sshchat map[string]Protocol
|
2018-05-07 19:35:48 +00:00
|
|
|
Zulip map[string]Protocol
|
2016-11-20 22:33:41 +00:00
|
|
|
General Protocol
|
2016-09-30 21:19:47 +00:00
|
|
|
Gateway []Gateway
|
|
|
|
SameChannelGateway []SameChannelGateway
|
2016-07-11 19:23:33 +00:00
|
|
|
}
|
|
|
|
|
2018-03-04 22:52:14 +00:00
|
|
|
type Config struct {
|
|
|
|
v *viper.Viper
|
|
|
|
*ConfigValues
|
|
|
|
sync.RWMutex
|
2017-12-19 22:15:03 +00:00
|
|
|
}
|
|
|
|
|
2016-07-11 19:23:33 +00:00
|
|
|
func NewConfig(cfgfile string) *Config {
|
2018-05-01 20:23:37 +00:00
|
|
|
log.SetFormatter(&prefixed.TextFormatter{PrefixPadding: 13, DisableColors: true, FullTimestamp: false})
|
|
|
|
flog := log.WithFields(log.Fields{"prefix": "config"})
|
2018-03-04 22:52:14 +00:00
|
|
|
var cfg ConfigValues
|
|
|
|
viper.SetConfigType("toml")
|
2018-05-01 20:23:37 +00:00
|
|
|
viper.SetConfigFile(cfgfile)
|
2018-03-04 22:52:14 +00:00
|
|
|
viper.SetEnvPrefix("matterbridge")
|
2018-05-01 20:23:37 +00:00
|
|
|
viper.AddConfigPath(".")
|
2018-03-04 22:52:14 +00:00
|
|
|
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
|
|
|
|
viper.AutomaticEnv()
|
|
|
|
f, err := os.Open(cfgfile)
|
|
|
|
if err != nil {
|
2016-07-11 19:23:33 +00:00
|
|
|
log.Fatal(err)
|
|
|
|
}
|
2018-03-04 22:52:14 +00:00
|
|
|
err = viper.ReadConfig(f)
|
|
|
|
if err != nil {
|
|
|
|
log.Fatal(err)
|
2017-06-24 17:36:10 +00:00
|
|
|
}
|
2018-03-04 22:52:14 +00:00
|
|
|
err = viper.Unmarshal(&cfg)
|
|
|
|
if err != nil {
|
|
|
|
log.Fatal("blah", err)
|
2017-06-24 17:36:10 +00:00
|
|
|
}
|
2018-03-04 22:52:14 +00:00
|
|
|
mycfg := new(Config)
|
|
|
|
mycfg.v = viper.GetViper()
|
2017-12-19 22:44:13 +00:00
|
|
|
if cfg.General.MediaDownloadSize == 0 {
|
|
|
|
cfg.General.MediaDownloadSize = 1000000
|
|
|
|
}
|
2018-05-01 20:23:37 +00:00
|
|
|
viper.WatchConfig()
|
|
|
|
viper.OnConfigChange(func(e fsnotify.Event) {
|
|
|
|
flog.Println("Config file changed:", e.Name)
|
|
|
|
})
|
|
|
|
|
2018-03-04 22:52:14 +00:00
|
|
|
mycfg.ConfigValues = &cfg
|
|
|
|
return mycfg
|
|
|
|
}
|
|
|
|
|
2018-03-04 23:30:46 +00:00
|
|
|
func NewConfigFromString(input []byte) *Config {
|
|
|
|
var cfg ConfigValues
|
|
|
|
viper.SetConfigType("toml")
|
|
|
|
err := viper.ReadConfig(bytes.NewBuffer(input))
|
|
|
|
if err != nil {
|
|
|
|
log.Fatal(err)
|
|
|
|
}
|
|
|
|
err = viper.Unmarshal(&cfg)
|
|
|
|
if err != nil {
|
|
|
|
log.Fatal(err)
|
|
|
|
}
|
|
|
|
mycfg := new(Config)
|
|
|
|
mycfg.v = viper.GetViper()
|
|
|
|
mycfg.ConfigValues = &cfg
|
|
|
|
return mycfg
|
|
|
|
}
|
|
|
|
|
2018-03-04 22:52:14 +00:00
|
|
|
func (c *Config) GetBool(key string) bool {
|
|
|
|
c.RLock()
|
|
|
|
defer c.RUnlock()
|
|
|
|
// log.Debugf("getting bool %s = %#v", key, c.v.GetBool(key))
|
|
|
|
return c.v.GetBool(key)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *Config) GetInt(key string) int {
|
|
|
|
c.RLock()
|
|
|
|
defer c.RUnlock()
|
|
|
|
// log.Debugf("getting int %s = %d", key, c.v.GetInt(key))
|
|
|
|
return c.v.GetInt(key)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *Config) GetString(key string) string {
|
|
|
|
c.RLock()
|
|
|
|
defer c.RUnlock()
|
|
|
|
// log.Debugf("getting String %s = %s", key, c.v.GetString(key))
|
|
|
|
return c.v.GetString(key)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *Config) GetStringSlice(key string) []string {
|
|
|
|
c.RLock()
|
|
|
|
defer c.RUnlock()
|
|
|
|
// log.Debugf("getting StringSlice %s = %#v", key, c.v.GetStringSlice(key))
|
|
|
|
return c.v.GetStringSlice(key)
|
2016-07-11 19:23:33 +00:00
|
|
|
}
|
2016-10-30 21:32:29 +00:00
|
|
|
|
2018-03-04 22:52:14 +00:00
|
|
|
func (c *Config) GetStringSlice2D(key string) [][]string {
|
|
|
|
c.RLock()
|
|
|
|
defer c.RUnlock()
|
2018-04-21 21:26:39 +00:00
|
|
|
result := [][]string{}
|
|
|
|
if res, ok := c.v.Get(key).([]interface{}); ok {
|
|
|
|
for _, entry := range res {
|
|
|
|
result2 := []string{}
|
|
|
|
for _, entry2 := range entry.([]interface{}) {
|
|
|
|
result2 = append(result2, entry2.(string))
|
|
|
|
}
|
|
|
|
result = append(result, result2)
|
|
|
|
}
|
|
|
|
return result
|
2016-10-30 21:32:29 +00:00
|
|
|
}
|
2018-04-21 21:26:39 +00:00
|
|
|
return result
|
2016-10-30 21:32:29 +00:00
|
|
|
}
|
2016-11-05 00:11:28 +00:00
|
|
|
|
2018-03-04 22:52:14 +00:00
|
|
|
func GetIconURL(msg *Message, iconURL string) string {
|
2016-11-13 22:06:37 +00:00
|
|
|
info := strings.Split(msg.Account, ".")
|
|
|
|
protocol := info[0]
|
|
|
|
name := info[1]
|
2016-11-05 00:11:28 +00:00
|
|
|
iconURL = strings.Replace(iconURL, "{NICK}", msg.Username, -1)
|
2016-11-13 22:06:37 +00:00
|
|
|
iconURL = strings.Replace(iconURL, "{BRIDGE}", name, -1)
|
|
|
|
iconURL = strings.Replace(iconURL, "{PROTOCOL}", protocol, -1)
|
2016-11-05 00:11:28 +00:00
|
|
|
return iconURL
|
|
|
|
}
|