An easy to set-up simple pupetting bridge for talking to all your IM contacts through Matrix
Go to file
Alex 669c2c1c28 Actually gorm:"type:text" was useless
With the Postgres backend, strings will use text by default.
Using varchar(255) by default (which is stupid) is done only for sqlite,
which doesn't care about the type anyways.
2020-02-28 17:00:53 +01:00
connector Rename DbCache to DbKv 2020-02-28 10:34:22 +01:00
mxlib Logging done better 2020-02-27 10:35:09 +01:00
static/css Stub web interface 2020-02-26 17:45:25 +01:00
templates Rename DbCache to DbKv 2020-02-28 10:34:22 +01:00
test Logging; fix xmpp a bit 2020-02-17 09:41:08 +01:00
.gitignore Some infrastructure 2020-02-16 19:30:49 +01:00
account.go Handle matrix left events correctly (hopefully) 2020-02-28 12:16:59 +01:00
db.go Actually gorm:"type:text" was useless 2020-02-28 17:00:53 +01:00
easybridge.jpg Refactor: move all mx* functions to mxlib/client.go 2020-02-21 14:27:42 +01:00
go.mod Add LRU cache for some DB operations 2020-02-28 11:06:43 +01:00
go.sum Implement account configuration save/load from db 2020-02-26 20:21:32 +01:00
main.go Remove accounts from config file; add log level 2020-02-27 10:44:28 +01:00
Makefile First commit with working stub of IRC bridge 2020-02-16 16:26:55 +01:00
server.go Handle matrix left events correctly (hopefully) 2020-02-28 12:16:59 +01:00
util.go Refactor connector creation logic 2020-02-28 10:18:47 +01:00
web.go Refactor connector creation logic 2020-02-28 10:18:47 +01:00