Fix non-strict warning from AutoBahn
[contrib/qtwebsockets.git] / examples / simplechat /
2014-02-15 Kurt PattynAdapt copyright header
2014-02-13 Kurt PattynRemove checks on return value of sendXXX methods
2014-02-11 Jędrzej NowackiSimplify simple chat example
2014-02-05 Kurt PattynReplace delete loop with qDeleteAll
2014-02-02 Kurt PattynAdd cleanup to examples
2014-01-20 Kurt PattynRename SecureMode to SslMode
2014-01-20 Kurt PattynRename write methods
2014-01-20 Kurt PattynUse QStringLiteral where appropriate
2014-01-20 Kurt PattynConsume return value of write function
2014-01-20 Kurt PattynUse new connect syntax
2014-01-20 Kurt PattynLimit line length to 100 chars per line
2014-01-18 Kurt PattynRename enumerations to comply with Qt style
2013-11-07 Kurt PattynAdd NON_SECURE_MODE parameter to QWebSocketServer const...
2013-11-06 Kurt PattynAdd chat server example