Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

bbuehrle/mattermost-plugin-profanity-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mattermost Profanity Filter Plugin (Beta) CircleCI branch

This plugin allows you to censor profanity on your Mattermost server.

Supported Mattermost Server Versions: 5.2+

Installation

  1. Go to the releases page of this Github repository and download the latest release for your Mattermost server.
  2. Upload this file in the Mattermost System Console under System Console > Plugins > Management to install the plugin. To learn more about how to upload a plugin, see the documentation.
  3. Activate the plugin at System Console > Plugins > Management.

Usage

Inside the /server directory, you will find the Go files that make up the server-side of the plugin. Within there, build the plugin like you would any other Go application.

To configure what words are censored on your system, edit the /server/badwords.go file.

About

A profanity filter plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 56.3%
  • Makefile 43.7%