]> git.meshlink.io Git - meshlink/history - examples/channels.c
Never automatically try to bind to ports >= 32768.
[meshlink] / examples / channels.c
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-10-05 Guus SliepenAdd the /whitelist command to the chat examples.
2019-02-06 Lakshminarayana... Modified meshlink_invite to generate invites for submesh
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenFormat the examples and test suite.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-07-06 Guus SliepenRestart the mesh even after a failed join().
2014-10-31 Guus SliepenRegister channel poll callback to notify when a channel...
2014-09-14 Guus SliepenChannels can now actually be opened.
2014-09-05 Guus SliepenAdd an example chat program that uses the channels...