Skip to content

Growing and curated ejabberd contributions repository - PR or ask to join !

Notifications You must be signed in to change notification settings

ytkang/ejabberd-contrib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a forked repository of ejabberd-contrib.

  • The only thing added into this repository is

    mod_pottymouth/src/banword_gen_server.erl
    which is for checking ban words more flexable.
    for example,
    bloom_gen_server.erl check excatly same word
    ban word: "kkk"
    bloom check only "kkk"
    banword_gen_server check "kkkk", "kkkkkk", "kkk..." all words including "kkk"
    
  • not use "etbloom" anymore. so you don't need to install bitarray. It is a rescue from install hell.

About

Growing and curated ejabberd contributions repository - PR or ask to join !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.1%
  • Other 0.9%