Commit Graph

6 Commits

Author SHA1 Message Date
Guangcong Luo
7c7a4597f4 .gitignore everything in /config/
(we can still add example config files manually, y'know)
2012-07-28 15:04:02 -07:00
Bill Meltsner
64d210940a Add support for lists of words to be banned from being used in usernames (NOT chat).
& and higher can change the list with /banword and /unbanword (or /bw and /ubw respectively). The words/phrases are turned into IDs (only lowercase alphanumeric characters allowed) and checked against the ID form of a given username.

Keep in mind the list has no sense of context, and so overzealous banning, particularly of short or otherwise common words, should be avoided. Or else user "Cofagrigus" will want to have a word with you.
2012-07-01 21:46:55 -05:00
Guangcong Luo
db37d5abf1 Add usergroups.csv to .gitignore 2012-05-16 21:13:15 -07:00
Bill Meltsner
f4a9f0d9fd remove the node_modules folder from the repository and use package.json to define dependencies 2012-02-11 12:59:19 -05:00
Guangcong Luo
7170ee9980 Add logs/ and node_modules/v8-profiler/ to .gitignore 2012-02-11 01:51:57 -05:00
Guangcong Luo
4ce2d95037 Everything I did before moving to Git 2011-12-22 23:53:05 -05:00