Fixed Mogrus initialization to pass log level. Configuration to
follow.
OpenSAPS now fully working with Gitea's pull requests.
Fixed URL/URL names regexp for Gitlab and Gitea to include "+" in
them.
From now OpenSAPS supports template formatting. For examples see
Gitea or Gitlab parser for creating template and data and
matrixconnection.go for how to use them.
Improved Matrix formatter - now we can do links and put repeatables
(like commits) in resulting message.
Added Gitlab parser. Incomplete, but can parse commits, issues,
merge requests, tags messages.
Refactored (a little) Gitea parser. No functional changes, still
only commits parsing.
Both Gitlab and Gitea parsers will put back a message if unknown
message type was passed.