Ben Kurtovic
f1171ed452
Committing changes made while working on feature/wikitools-core that don't apply to wikitools:
Adding .DS_Store to .gitignore (pesky OS X)
Adding a is_config_loaded() function to core/config.py
Some cleanup in core/config.py: doc clarification, misc fixes...
pirms 13 gadiem
Ben Kurtovic
7311ae4bb8
switching from XML config to JSON config - it's just much easier to parse and little easier on the eyes (not to mention shorter in length)
pirms 13 gadiem
Ben Kurtovic
c8add512f4
dropping config/ subdirectory in favor of a single config.xml file, located in the bot's root dir, with encrypted passwords instead of a secure.xml file
pirms 13 gadiem
Ben Kurtovic
13cfffb5c0
making entire config/ folder ignored by git; there's no reason to track this bot-specific information
pirms 13 gadiem
Ben Kurtovic
665ee391fb
deleted old config files and started from scratch with config/main.cfg and config/secure.cfg; the parser will be in core/config.py
pirms 13 gadiem
Ben Kurtovic
934cbba21d
ignore pydev's hidden files
pirms 13 gadiem
Ben Kurtovic
2350ba9cef
config/irc_config.py -> config/irc.py; secure_config.py -> secure.py; update in files
pirms 13 gadiem
Ben Kurtovic
fc68373495
adding secure_config back in to gitignore
pirms 13 gadiem
Ben Kurtovic
13246a1ef0
adding an empty secure config file so cloners can get the template
pirms 13 gadiem
Ben Kurtovic
cfaa68c558
adding framework and some commands for ircbot part
pirms 13 gadiem
Ben Kurtovic
d46717d96d
+readme, license file, .gitignore
pirms 13 gadiem