Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornever/mithgolizer
Bath and laundry plant
https://github.com/fornever/mithgolizer
xmpp
Last synced: about 1 month ago
JSON representation
Bath and laundry plant
- Host: GitHub
- URL: https://github.com/fornever/mithgolizer
- Owner: ForNeVeR
- License: mit
- Created: 2017-01-10T14:08:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T06:49:12.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T08:20:11.495Z (3 months ago)
- Topics: xmpp
- Language: Scala
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Mithgolizer
============Mithgolizer is a modern headless XMPP moderation solution.
Using
-----### Configuration
Copy `mithgolizer.properties.example` file to `mithgolizer.properties` and tune
it. All options should be self-explanatory. Mithgolizer will **ban** users who
satisfies filtering criteria.By default Mithgolizer will use the configuration file `mithgolizer.properties`
from the current directory but it will read the path to the configuration file
from the program arguments.### Building
```console
$ sbt build
```