0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
patched demo apps to work (with new phase names), and removed logger app from rapidsms.ini (to make things work without a db for now) More... about 15 years ago
Ignore core files and local.ini for local development. More... about 15 years ago
Fix syntax bugs in irc.py More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
Merge branch 'master' of git://github.com/schuyler/rapidsms More... about 15 years ago
Merge branch 'master' of [email protected]:unicefinnovation/rapidsms More... about 15 years ago
IRC backend stub. Right now all it does is log incoming messages. More... about 15 years ago
prettier log names More... about 15 years ago
Rename Backend.receive() to Backend.route(), because that's what it does. Add a convenience method to construct a message. More... about 15 years ago
Merge branch 'master' of [email protected]:unicefinnovation/rapidsms More... about 15 years ago
added logging of incoming and outgoing messages in the router More... about 15 years ago
Fix log formatting with pretty component names More... about 15 years ago
got the spomc backend working! More... about 15 years ago
got rid of thread.stop() More... about 15 years ago
Do the backends all work yet? :-D More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
patches everywhere to get things working minimally More... about 15 years ago
router should start *self*.start_backend in a new thread. More... about 15 years ago
spomc backend should call its parent initalizer. More... about 15 years ago
Bug fixes to allow server.py to get all the way through startup. More... about 15 years ago
Pass args to superclass initializer in apps.Logger.App. More... about 15 years ago
Fix keyword args in Logger.write() More... about 15 years ago
Keep Adam's version of component.py. More... about 15 years ago
fixed syntax errors in logger More... about 15 years ago
Fix up calls to superclass __init__ methods. More... about 15 years ago
Fix logging calls in router to use revised component log API.. More... about 15 years ago
Rationalize all the logging. More... about 15 years ago
Change the Http backend to use the new Receiver API. More... about 15 years ago
Make Router a subclass of Receiver and have it receive incoming messages from Backends over a queue. Outgoing messages are still dispatched by Router to various backends immediately in the main thread. More... about 15 years ago
Component prints log messages with a warning to stderr if it can't find a router object. More... about 15 years ago