Erik Little
|
1faa4b925c
|
Don't use NSDictionary
|
2017-09-17 11:31:24 -04:00 |
|
Erik Little
|
c20c286864
|
small refactor
|
2017-09-17 11:23:06 -04:00 |
|
Erik Little
|
239b30f2c8
|
oops
|
2017-09-17 11:12:39 -04:00 |
|
Erik Little
|
ecf9336132
|
keep trying
|
2017-09-17 11:11:56 -04:00 |
|
Erik Little
|
bcaf7ba62d
|
still trying
|
2017-09-17 10:59:27 -04:00 |
|
Erik Little
|
53289dc092
|
try and get something to compile
|
2017-09-17 10:54:05 -04:00 |
|
Erik Little
|
d0420bc3c6
|
Even more linux fiddling
|
2017-09-17 10:45:15 -04:00 |
|
Erik Little
|
26af5a6296
|
More linux stuff
|
2017-09-17 10:42:41 -04:00 |
|
Erik Little
|
4eccf87ecc
|
some ugly for linux
|
2017-09-17 10:35:52 -04:00 |
|
Erik Little
|
b85e42bbf9
|
add dummy protocol for linux
|
2017-09-16 12:13:35 -04:00 |
|
Erik Little
|
7120d89a17
|
Guard import
|
2017-09-16 12:09:53 -04:00 |
|
Erik Little
|
e0d8f16666
|
More linux work
|
2017-09-16 12:08:38 -04:00 |
|
Erik Little
|
95b3bfc802
|
more linux work
|
2017-09-16 11:55:06 -04:00 |
|
Erik Little
|
f6fa5b79ea
|
don't lose ping precision
|
2017-09-16 10:41:15 -04:00 |
|
Erik Little
|
d8104f4bf8
|
weak in protocols do nothing
|
2017-09-16 10:04:59 -04:00 |
|
Erik Little
|
df8f87cc21
|
Extract addHeaders to enginespec
|
2017-09-16 09:21:11 -04:00 |
|
Erik Little
|
5470fb6926
|
Remove redundant as, change method name
|
2017-09-06 21:08:00 -04:00 |
|
Erik Little
|
3eb7edc37c
|
Make log types static
|
2017-09-06 20:38:51 -04:00 |
|
Erik Little
|
4237ed0d92
|
Fix queue violation. #792
|
2017-09-04 11:53:18 -04:00 |
|
Erik Little
|
56fe22cc58
|
Change starscream branch
|
2017-08-29 09:15:38 -04:00 |
|
Erik Little
|
4968e752e6
|
grammar
|
2017-08-18 11:59:16 -04:00 |
|
Erik Little
|
c8ff5bac96
|
Update comment
|
2017-08-18 11:58:50 -04:00 |
|
Erik Little
|
afbf2cfc40
|
Use errors in parsing method
|
2017-08-18 11:04:06 -04:00 |
|
Erik Little
|
079c8e4e4c
|
Rename directory to SocketIO
|
2017-08-17 23:10:30 -04:00 |
|
Erik Little
|
c1d8158ba5
|
Reorganize files
|
2017-08-17 22:53:38 -04:00 |
|
Erik Little
|
5621f0dbe1
|
Add once for client events
|
2017-08-17 10:08:51 -04:00 |
|
Erik Little
|
18efea4bad
|
Update starscream repo
|
2017-08-17 09:52:16 -04:00 |
|
Erik Little
|
6d7ca472a3
|
Add off for client events. Fixes #773
|
2017-08-17 09:20:03 -04:00 |
|
Erik Little
|
38a1187cb7
|
Add test for SSLSecurity; bump starscream
|
2017-08-06 09:49:15 -04:00 |
|
Erik
|
72cd9d663e
|
Update starscream
|
2017-07-16 10:37:24 -04:00 |
|
Erik
|
b3ea49f7fd
|
Make Starscream a dependency
|
2017-07-16 10:34:45 -04:00 |
|
Erik
|
781a9e32ca
|
Update starscream for new dep; add spm build
|
2017-07-08 09:40:50 -04:00 |
|
Erik
|
49961eb6cf
|
Make timeOut(after:) Take a double for finer control of timeouts
|
2017-07-04 11:08:04 -04:00 |
|
Erik
|
beaa4b695c
|
document connect data item
|
2017-07-04 08:46:07 -04:00 |
|
Erik
|
206e1eed4f
|
Tell users what namespace was connected to
|
2017-07-04 08:29:02 -04:00 |
|
Erik
|
1a42580826
|
Clean up SocketPacket methods a bit
|
2017-07-04 08:09:20 -04:00 |
|
Erik
|
6b4dfd578f
|
Use guard
|
2017-07-02 14:14:15 -04:00 |
|
Erik
|
a2ea2df83a
|
Add compress to NSDictionary to option method
|
2017-07-02 13:43:01 -04:00 |
|
Erik
|
d37c7123d9
|
add note about voip
|
2017-07-02 13:35:52 -04:00 |
|
Erik
|
7ff10d141f
|
Add compress option
|
2017-07-02 13:28:16 -04:00 |
|
Erik
|
c6dd1fb19b
|
add missing updates
|
2017-07-02 11:32:56 -04:00 |
|
Erik
|
d1cbbc0213
|
Update websocket
|
2017-07-02 11:31:30 -04:00 |
|
mathieurobidoux
|
38dea9bb3e
|
Changed 'timeoutAfter' from Int to Double to allow more precise value
|
2017-06-25 13:13:32 -04:00 |
|
Erik
|
db9671e2df
|
update websocket
|
2017-05-28 15:41:20 -04:00 |
|
Erik
|
2e7183b8de
|
Change Void to ()
|
2017-05-28 15:30:39 -04:00 |
|
Erik
|
30e4f59a16
|
Allow changing the socketURL post init Fixes #470
|
2017-05-28 15:24:43 -04:00 |
|
Erik
|
17bec21ad1
|
code style
|
2017-05-28 12:06:24 -04:00 |
|
Erik
|
d9559e7c59
|
Add note about queue safety
|
2017-05-27 12:18:10 -04:00 |
|
Erik
|
36cce4f969
|
Remove more doubleEncode stuff
|
2017-05-27 11:46:10 -04:00 |
|
Erik
|
4666c24d59
|
Remove doubleEncodeUTF8 from NSDictionary translation
|
2017-05-27 11:44:11 -04:00 |
|