s-ol

Results 136 comments of s-ol

the only problem I have right now is that closing the connection is an asynchronous operation in twisted and so Cardinal needs to wait for that Deferred's callback before attempting...

Well, the web plugin ties into the same `twisted` event loop as cardinal itself (which is what twisted is all about, right?). The reason I moved the unloading block further...

Exactly my thoughts basically (apart from the second option, I don't think it will work well and it would be rather un-DRY). Timeouts shouldn't be hard to do I think,...

I don't really know twisted either so I guess I should read that too....

What facilities for plugin-to-plugin communication are there currently, except custom event types? How would web-plugins make themselves known to the web plugin? What about load oder (and reload oder!)?

API like in #9 looks like it would work fine, I imagine the load order thing could work if you had two loading stages, first all plugins are instantiated, then...

wouldn't a regular txt log make sense too? I know a lot of pages that use them and it wouldn't require the web UI. Parsing the nick list is actually...

I didn't mean the looking up names during logging, I meant extracting "current users online" information from a regular (text) log. As you want to store the info in a...

SubX is completely tied to x86. Since SubX is a very small subset or x86, it would probably be viable to translate SubX (possibly in one of the later stages...

I'm a bit late to the party but this might help others with an Upduino v2.0. I tested using a logic analyzer and external serial cable on pins 12/21; as...