/home/bsmith/Dev/python/jabbercat

log

age author description
11 months Benjamin W. Smith Add results templatedefault tip
11 months Benjamin W. Smith Fix setup
11 months Benjamin W. Smith cleanup interface, new template for success.
11 months Benjamin W. Smith Clean up command line tool. Use web interface instead of hooking into JabberController.
13 months Benjamin W. Smith Support for multiple chat rooms
13 months Benjamin W. Smith Add SSL support for issue #2
13 months Benjamin W. Smith Add support for a port assignment. Remove configobj stuff in jabber_controller. Should be handled by the client and passed in.
13 months Benjamin W. Smith Show where we're posting to on webpage. Add dependency for install (configobj)
13 months Benjamin W. Smith Silly change..
13 months Benjamin W. Smith How'd that get in there?!
13 months Benjamin W. Smith Template change
13 months Benjamin W. Smith Fixed tests for web_controller. 100% covered now.
13 months Benjamin W. Smith Technically was a rename..
13 months Benjamin W. Smith Add nickname option to config.
13 months Benjamin W. Smith Config options for web port and ip.
13 months Benjamin W. Smith As of this revision, jabbercat is completely functional and 95% test covered.
13 months Benjamin W. Smith Clean up some stuff in __init__ and setup
13 months Benjamin W. Smith Some silly templates..
13 months Benjamin W. Smith Ugh, print. Move templates to a reasonable location.
13 months Benjamin W. Smith Passing tests.. Fixing it up to merge with dbuch
13 months Benjamin W. Smith Fixing a big mess.. Commit early, commit often? Naa..
15 months Benjamin W. Smith Add proper encoding.
15 months Benjamin W. Smith Tests and methods for sending messages to users.
15 months Benjamin W. Smith Get down to the meat and potatoes..
15 months Benjamin W. Smith More abstraction of jabber operations. send_message_to_user test and methods.
15 months Benjamin W. Smith Further abstract jabber operations.. send_message test and method.
15 months Benjamin W. Smith remove asstertion argument
15 months Benjamin W. Smith remove assertion argument
15 months Benjamin W. Smith Raise custom exception rather than generic for Authentication failure.
15 months Benjamin W. Smith Add initial tests and methods for getting ConfigObj going.
15 months Mike Pirnat Exceptions are a little more Pythonic than having to check a return value for error
15 months Benjamin W. Smith return more meaningful things if authentication fails (like error codes and such)
15 months Benjamin W. Smith silly spelling error I noticed while testing..
15 months Benjamin W. Smith Cleanup some silly things.
15 months Benjamin W. Smith Test and method for authorization.
15 months Benjamin W. Smith Setup callback handler tests and methods.
15 months Benjamin W. Smith Add test and method for registering and using message callback.
15 months Benjamin W. Smith New connection test and method.
15 months Benjamin W. Smith Connection test and method.
15 months Benjamin W. Smith was covering wrong package with coverage in test runner.
15 months Benjamin W. Smith Reorg. file layout a bit. Use jabber.py instead of xmppy. Must have been drunk when I wrote the initial bit of code, refactored.
15 months Benjamin W. Smith Basic tests to verify that user and pass are set.
15 months Benjamin W. Smith Setup layout. Wrote a test, and a quick method to get the ball rolling.
15 months Benjamin W. Smith Added .hgignore