0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 16 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed spomsky backend to spomc More... about 15 years ago
Add phases to incoming and outgoing message handling. More... about 15 years ago
Add run() method to Backend and make start() a wrapper for it. Also set backend.running in backend.start and backend.stop. Whatever code runs in a loop in backend.run() needs to check self.running periodically to make sure it should still be running. More... about 15 years ago
read config with eval instead of simplejson More... about 15 years ago
added logging to the router class and updated default Log file More... about 15 years ago
updated backends to use backend.Backend instead of previous base.Base More... about 15 years ago
changed app.Base to app.App and updated the apps accordingly More... about 15 years ago
Add a constructor method for Backend More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
got rid of old base.py More... about 15 years ago
moved base.py/Base to backend.py/Backend More... about 15 years ago
Added backend watchdog wrapper. More... about 15 years ago
Merge branch 'master' of git://github.com/unicefinnovation/rapidsms More... about 15 years ago
messages now accessing their backend via the .backend property, rather than _backend attribute More... about 15 years ago
dropped 'backend_' prefix from filenames, and updated class names More... about 15 years ago
oops, typo More... about 15 years ago
Renamed the dispatch_* methods on the Router class. More... about 15 years ago
Add note to DEVELOPMENT about local PYTHONPATH option. More... about 15 years ago
made manage.py executable More... about 15 years ago
updated default sqlite3 db More... about 15 years ago
added logger app to the default config More... about 15 years ago
updated default settings to use sqlite3 More... about 15 years ago
removed old rapidsms dir structure More... about 15 years ago
Merge branch 'master' of [email protected]:mejymejy/rapidsms More... about 15 years ago
updated backend to use log More... about 15 years ago
added sample settings file More... about 15 years ago
added basic message log app More... about 15 years ago
added initial webui framework (django) More... about 15 years ago
changed default port for HTTP backend to 8080 (django uses 8000 by default) More... about 15 years ago
added Log to rapidsms lib More... about 15 years ago