]> git.meshlink.io Git - meshlink/history - examples/chat.c
Never automatically try to bind to ports >= 32768.
[meshlink] / examples / chat.c
2021-04-15 Guus SliepenRemove debug messages.
2021-04-15 Guus SliepenDon't link with Catta anymore.
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 after a failed join() in the other...
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-12 Niklas Hofmannconverging auto connect algorithm
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmannintroduction of dclass and use as source for weight...
2014-08-09 Guus SliepenMerge branch 'discovery' of chicago.everbase.net:meshli...
2014-08-08 Guus SliepenFinish implementation of log callbacks.
2014-08-08 Niklas HofmannMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Saverio ProtoChat example: Trivial, fix return in void function
2014-08-08 Niklas Hofmannappname added, which is used by mdns as part of the...
2014-08-07 Saverio ProtoCall meshlink_stop before meshlink_join in the chat...
2014-07-30 Niklas HofmannMerge branch 'address_hint_api' into discovery
2014-07-30 Niklas HofmannMerge remote-tracking branch 'origin/everbase' into...
2014-07-30 Guus SliepenAdd proper error reporting to the chat examples.
2014-07-30 Guus SliepenFix the C++ wrapper and the examples.
2014-07-29 Guus SliepenMerge branch 'partition_healing' into everbase
2014-07-29 Guus SliepenRemove errno and errstr from meshlink_handle_t, add...
2014-06-01 Saverio ProtoFix compiler warning of implicit declaration of functio...
2014-05-12 Guus SliepenAdd /who command to chat example to test meshlink_get_n...
2014-05-07 Guus SliepenDon't dereference a NULL pointer.
2014-04-19 Guus SliepenStart moving the implementation of the public part...
2014-04-19 Guus SliepenNo global variables: move meshlink_errno and _errstr...
2014-04-19 Guus SliepenUpdate the chat example and the public API.
2014-04-19 Guus SliepenAdd an example chat program.