This is a complete rewrite of the twisted.words server code. Botbot and Tendril features are dropped for the time being. Provided is a generic chat server accessible via IRC and PB, and with a plugin mechanism for adding new protocols. Authentication is done via newcred; unlike the previous revision, there is no support for registering new users through the server. This should be dealt with using a generic checker manipulation system (so that any checker configuration can be manipulated, rather than one or two I choose to support in words).
Webwords is also gone, as there are no exciting web technologies in Twisted. The plugin mechanism is, however, used to provide a Nevow LivePage interface to the chat service which could be extended to perform all the same tasks previously covered by Webwords.
t-im may or may not still work.
Major Twisted Words update
-
This Blog is Moving
Please visit http://as.ynchrono.us/ for all future posts. I will not be posting to LiveJournal anymore.
-
Upgrading from buildbot 0.7.12 to 0.8.2
Some notes from my experience upgrading Twisted's buildmaster installation: Jinja2 is at http://jinja.pocoo.org/, not the URL in the BuildBot…
-
tricks for good 2d rendering performance with pygame
pygame's API for initializing a display has a couple attractive sounding flags. Or at least, they sound attractive once you notice that updating…
Comments for this post were disabled by the author