1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib.web: Removed _docroot from Server. Instead we use self.dispatcher.docroot - This fixes the inconsistency of the different default docroot values for lib.http and lib.web More... over 15 years ago
lib.web: Set Content-Type to text/html for all FileServer requests More... over 15 years ago
lib.web: Implemented error handling for WSGI Application - re-using the same error handling for lib.http More... over 15 years ago
examples/primes.py: Added (Distributed) Prime Number finder example More... over 15 years ago
examples/helloweb.py: Greatly simplified and documented More... over 15 years ago
examples/hello.py: Added some comments to explain creating component instances, registering them, pushing and flusing events More... over 15 years ago
examples/hello.py: Greatly simplified and documented More... over 15 years ago
examples/ircbot.py: Updated doc for onMESSAGE - little clearer More... over 15 years ago
examples/ircbot.py: Updated docs for onMESSAGE and onNUMERIC to be more clear More... over 15 years ago
examples/ircbot.py: Only run the Bot if called as a script More... over 15 years ago
examples/ircbot.py: Greatly simplified. Added documentation More... over 15 years ago
lib.irc; Added nick property. Setting a new nick causes a new nick to be sent to teh connected server. More... over 15 years ago
lib.irc: Set our own record of our nick when ircNICK is called. More... over 15 years ago
lib.irc: Fixed writing to client. Push a Write Event instead of calling self.write. (ie: Don't assume we're mixed in with a TCPClient Component). More... over 15 years ago
examples/ircbot.py: Added simple IRC Bot example More... over 15 years ago
debugger: Removed left over debug/print More... over 15 years ago
examples/eventclient.py: Added simple event client example demonstrating the Bridge Component and basic request/reponse More... over 15 years ago
examples/eventserver.py: Added simple event server example demonstrating the Bridge Component and basic request/reponse More... over 15 years ago
circuits: Added tools.sniffer to entry_points More... over 15 years ago
tools.sniffer: Added sniffer tool used to debug/sniff Events of another system that has an instnace of the Bridge Component More... over 15 years ago
tools.bench: Updated description More... over 15 years ago
tools.bench: Updated description More... over 15 years ago
examples/timers.py: Added simple timers example showing the use of the Timer Component More... over 15 years ago
docs: Updated More... over 15 years ago
docs/License.rst: Fixed Copyright year More... over 15 years ago
docs: Updated More... over 15 years ago
circuits: Updated description and keywords More... over 15 years ago
examples/simpleweb.wsgi: Removed *args, **kwargs from index handler. Not needed thanks to [133:76bdadf4b96a] More... over 15 years ago
examples/simpleweb.py: Removed *args, **kwargs from index handler. Not needed thanks to [133:76bdadf4b96a] More... over 15 years ago
lib.web: Fixed expose decorator. This assumes that Controller methods do not declare a set of request, response pair of arguments on their request handlers, so we should add them to the listener's list of args so circuits calls the event handler correctly. Also added binding of cookie to self of Controller instnaces More... over 15 years ago