Commits


[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_...


different fix for the frozen buffer issue like did on telescope 73bb7969cfc48e90a10200bd6b1c8c1ed9aff4f2 unfreeze the buffer by default ("melt" it :P)


adding various debugging printfs...