You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hugo Thunnissen 697f13668f Catch SIGTERM as well as SIGINT 4 years ago
botcommands Very spammy and buggy prototype. 4 years ago
.gitignore Initial commit: working echo command + config boilerplate 4 years ago
bridge_context.go Implement ImageMessage handler 4 years ago
chat_worker.go Stop creating a new chat for each incoming message. Still spammy on restart though... 4 years ago
config.go Initial commit: working echo command + config boilerplate 4 years ago
database.go Implement ImageMessage handler 4 years ago
deltachat.go Prevent sending duplicate messages and improve username determination 4 years ago
go.mod Remove use of local go-deltachat version 4 years ago
go.sum Remove use of local go-deltachat version 4 years ago
main.go Catch SIGTERM as well as SIGINT 4 years ago
message_handlers.go Unref contact 4 years ago
message_tracker.go Prevent sending duplicate messages and improve username determination 4 years ago
message_worker.go Stop creating a new chat for each incoming message. Still spammy on restart though... 4 years ago
whapp-handler.go Support file and media message types from whapp -> DC 4 years ago
whapp.go Unref DC messages after sending 4 years ago