aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2012-04-20Fix the roster filtersGuillaume Horel
2012-01-30Some cleaning in gitignore.Zaran
2011-09-20Add post-receive scriptZaran
Depends on irclib (included). The misc directory should be used for files related to project maintenance or for configurations files (e.g. ejabberd.conf)
2011-04-20Add a js configuration file to avoid work conflicts.Zaran
Copy the config.js.sample to config.js and set the bosh server and server component in there. Don't commit the file config.js. Note: the file config.js will have to be merged with alias.js in production
2010-11-20Add config file feature.Thibaut Horel
New -c switch to specify a config file on the command line. See config.ini.sample for an example of a config file. The configuration options can then be shared across modules : just import config module.
2010-10-18Clean gitignoreThibaut Horel
2010-09-25Merge horel.fr.nf:aliasThibaut Horel
Conflicts: .gitignore __init__.py object.py permission.py users/thibaut/4786341468f1bb861b8ae2cd6dc0a2c582bf5da5 users/thibaut/71f57e14acfdc04b2fe6ed5e2b4dc4e04558dea9 users/thibaut/db.sql users/thibaut/ed10ca5a70af5dfbd943667ec2b9ee857ee2a148 version.py
2010-08-10First code commit, with very few things.guillaume
* Beginning of object class * Beginning of permission class
2010-07-30Project creation.Thibaut Horel