Quote:
Since the EQ patcher uses HTTP as a transport I guess that maybe a "Patch Server" is just a website on a funny port. So shutting down a website is shutting down the Patch Server. I know that just after Velious came out I grabbed it using wget, so that's what it (the EQLive Patch server) used to be.
|
I'm not sure I understand what connection you're trying to make between protocol and content. Just because its available through an open protocol, doesn't mean its yours for the taking.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|