[boinc_dev] GUI RPC parsing

2009-11-11 Thread Nicolás Alvarez
This change: http://boinc.berkeley.edu/trac/changeset/19535/trunk/boinc/client/gui_rpc_server_ops.cpp not only doesn't allow new RPCs to be introduced if their initial part is equal to an existing RPC (which I think is a bad limitation), but also broke *current* RPCs. project_attach is a

Re: [boinc_dev] GUI RPC parsing

2009-11-11 Thread David Anderson
I checked in a fix; allows arbitrary request tags. -- David Nicolás Alvarez wrote: This change: http://boinc.berkeley.edu/trac/changeset/19535/trunk/boinc/client/gui_rpc_server_ops.cpp not only doesn't allow new RPCs to be introduced if their initial part is equal to an existing RPC (which