<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I expected that. But I am already using django in&nbsp;several&nbsp;projects and heard yesterday the first time of nevow and t-web.&nbsp;<div>I thought of writing a standalone IRCServer and connect to the db of django - actually I have this part already working. and with the manager of django&nbsp;</div><div>But I don't know how to inform&nbsp;IRCServer&nbsp;about changes in the site/db. Maybe by adding another network protocol to the twisted application, where django's signals could leave a note?</div><div><br></div><div>Manuel<br><div><div>Am 14.10.2008 um 19:13 schrieb Vincent Bernat:</div><br><blockquote type="cite"><div>OoO En ce &nbsp;début d'après-midi ensoleillé du mardi &nbsp;14 octobre 2008, vers<br>15:13, Manuel Meyer &lt;<a href="mailto:manuel@vikingosegundo.de">manuel@vikingosegundo.de</a>> disait&nbsp;:<br><br><blockquote type="cite">I want to create a IRC Server that reacts a little bit different<br></blockquote><blockquote type="cite">compared to others:<br></blockquote><blockquote type="cite">* only registered users will be able to /list channels and /join them.<br></blockquote><blockquote type="cite">* /list only returns channels the user registered<br></blockquote><blockquote type="cite">* /join is only apply-able on those channels, too<br></blockquote><blockquote type="cite">* /join new-channel won't work<br></blockquote><blockquote type="cite">* Registering and channel-creation is done not in IRC but in a<br></blockquote><blockquote type="cite">website, probably driven by django.<br></blockquote><br>Using &nbsp;Twisted &nbsp;Web &nbsp;or &nbsp;Nevow &nbsp;will allow &nbsp;to &nbsp;tightly &nbsp;integrate &nbsp;your<br>application &nbsp;and the &nbsp;web &nbsp;server. The &nbsp;"event &nbsp;loop" of &nbsp;Django is &nbsp;not<br>compatible with Twisted reactor. You &nbsp;will need some extra stuff to make<br>your Django application communicate with &nbsp;your IRC server. One way would<br>be to just use the database.<br>-- <br>I WILL NOT TEACH OTHERS TO FLY<br>I WILL NOT TEACH OTHERS TO FLY<br>I WILL NOT TEACH OTHERS TO FLY<br>-+- Bart Simpson on chalkboard in episode 9F05<br><br>_______________________________________________<br>Twisted-Python mailing list<br><a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br><a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br></div></blockquote></div><br></div></body></html>