View Single Post
  #21  
Old 07-17-2007, 04:28 PM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

One thing I'd like to point out is that SimpleClient uses entirely its own LS protocol. Doodman's LS supports it, but SimpleClient connects to it using a separate port and it goes through a totally different code path. One possibility for open-sourcing the client might be to implement our own encryption on the SimpleClient LS protocol and use a closed-source code module for it. Then we might be able to release every part of the client except that part, which would let people compile their own clients for use with their own servers. We would have to also release an open-source version of a LS that only SimpleClient could talk to (minus encryption), but that shouldn't be a problem (I've already written a simple one that's sort of like Minilogin). I'd really like to hear the devs' take on this idea.

Last edited by Windcatcher; 07-18-2007 at 12:36 AM..
Reply With Quote