0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pass config options to Component.configure() so that __init__() doesn't have to be overridden. More... about 15 years ago
Implement short-circuiting on the incoming 'handle' phase. If an App.handle() method returns literal True (not just any true value), then the rest of the 'handle' phase is short-circuited. More... about 15 years ago
Merge branch 'master' of git://github.com/schuyler/rapidsms More... about 15 years ago
Make channel chatter log msgs DEBUG level, not INFO. More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
Router now checks for responses sent in phases other than 'handle', and then flushes the message responses afterwards. More... about 15 years ago
Message object now queues responses internally. Use message.flush() to send them. More... about 15 years ago
fixed Router#add_app; apps now working More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
Merge branch 'master' of [email protected]:unicefinnovation/rapidsms More... about 15 years ago
The spomc backend now calls start() and stop() on its superclass. More... about 15 years ago
The router doesn't actually need to join the worker threads. More... about 15 years ago
Merge branch 'master' of [email protected]:unicefinnovation/rapidsms More... about 15 years ago
Merge branch 'master' of git://github.com/schuyler/rapidsms More... about 15 years ago
Take out unnecessary self.type assignment in IRC backend. More... about 15 years ago
spomc.Backend.start() now calls start() on its parent. More... about 15 years ago
Provide a default Backend.run() that polls self.running once a second. More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
Fix ezsms constructor syntax. More... about 15 years ago
Add better error handling to build_component. More... about 15 years ago
Remove the foolhardy introspection code from component. More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
Refactor add_* methods on router, and add constructor introspection to component. More... about 15 years ago
added backend to Respondant model and updated calls More... about 15 years ago
Merge branch 'master' of git://github.com/adammck/rapidsms More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
removed start method More... about 15 years ago
removed stale __init__ More... about 15 years ago
removed start and moved incoming call More... about 15 years ago
Merge git://github.com/unicefinnovation/rapidsms More... about 15 years ago