09-01-2016, 09:14 PM
(This post was last modified: 09-05-2016, 10:22 PM by ihenn. Edited 2 times in total.
Edit Reason: Fixed the link after re-reading the readme
)
This allows packets that have a list inside a list to be sent through the powernet-networking component. A practical use would be sending a packet like the following:
address_1=00000000
sender=11111111
command=term_message
data=command=do_something¶m1=val1
in the following format:
address_1=00000000&sender=11111111&command=term_message&data=(command=do_something¶m1=val1)
Basically it gives more potential to the Powernet-Networking component.
Link to bug report page
Compare: https://github.com/goonstation/goonstati...ex-packets
address_1=00000000
sender=11111111
command=term_message
data=command=do_something¶m1=val1
in the following format:
address_1=00000000&sender=11111111&command=term_message&data=(command=do_something¶m1=val1)
Basically it gives more potential to the Powernet-Networking component.
Link to bug report page
Compare: https://github.com/goonstation/goonstati...ex-packets