Commits


adding missing Rerror (and Terror while there) Terror is illegal in the protocol, but may be handy to cover that too?


read better with sizeof


[kamirepl] fixed packet sending


pretty print replies too


...another debugging log dropped


log the user and the directory


drop another useless debug message


drop useless debug log


improved logging


introduce an evbuffer to accumulate a packet before sending


send the peerid during IMSG_AUTH


define a handy HEADERSIZE sizeof(struct np_msg_header) includes unwanted padding...


don't write the struct, the compiler adds some padding!


wrap


rename client_imsg_compose_listener-> client_send_...