]> git.meshlink.io Git - meshlink/history - examples/chat.c
We dont check the name in the config file but the name in the handler. This is becaus...
[meshlink] / examples / chat.c
2014-06-11 Saverio ProtoMerge branch 'master' into testing/invitations
2014-06-07 Saverio ProtoStart the mesh after joining with invitation
2014-06-07 Saverio Protodo not exit the program, so we can still use /join...
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.