David Beck
536367392f
Switch to using Any instead of AnyObject
...
In Swift 3 AnyObject is rarely what you want to use. Objective-C API gets imported as Any and while types like Array and Dictionary can be coerced to AnyObject, they prefer Any, which doesn’t require a manual cast.
2016-08-23 10:10:33 -07:00
Erik
3bf7a09f98
Swift 3 beta6. Doesn't work, something in websocket.swift is segfaulting the compiler
2016-08-15 18:52:25 -04:00
Erik
b8d6c28ae4
merge development
2016-08-14 10:51:44 -04:00
Erik
c364f6a832
tweaks
2016-08-14 09:58:21 -04:00
Erik
61a20cf27e
update for beta 4
2016-08-02 19:38:08 -04:00
Erik
36aa57e89c
beta2
2016-07-06 11:47:25 -04:00
Erik
f00ed17783
refactors, rename file
2016-07-01 15:42:13 -04:00
Erik
17d3e659c1
refactor some serialization into methods
2016-07-01 15:36:06 -04:00
Erik
9a4ec5a82a
xcode 8
2016-06-14 20:41:59 -04:00
Erik
aae61f3b2e
Merge development
2016-06-01 11:17:19 -04:00
Erik
71f9058723
refactors: refactor creating packet string, various other refactors
2016-05-30 21:42:00 -04:00
Erik
f90ad8caeb
update for latest swift
2016-05-21 11:45:35 -04:00
Erik
50216647ca
refactors
2016-05-11 13:40:45 -04:00
Erik
98063c8bf7
refactoring
2016-05-06 12:48:33 -04:00
Erik
9747cc4ddc
allow reconnects after disconnecting
2016-05-06 10:17:43 -04:00
Erik
6452f6a97a
merge dev
2016-05-05 13:33:52 -04:00
Erik
437c0880e8
don't use placeholder strings for binary
2016-05-05 13:12:05 -04:00
Erik
e2db1a086d
update for latest swift 3
2016-04-16 12:00:21 -04:00
Erik
4d4362b250
work on swift3 syntax
2016-03-25 12:59:50 -04:00
Erik
e16914f7d6
remove unused param
2016-02-17 14:15:15 -05:00
Erik
c795f9fb25
refactor socketpacket
2016-02-17 14:09:05 -05:00
Erik
70d59ea9d4
fix quotes in strings
2016-02-16 14:21:10 -05:00
Erik
5cab7dbb2f
changes to swiftregex
2016-01-17 10:10:36 -05:00
Erik
0ebe56d780
remove anonymous function and use named function
2015-12-26 17:22:03 -05:00
Erik
3d8867136d
comment some socketpacket methods
2015-12-26 13:38:59 -05:00
Erik
bed5ecd23b
more pattern matching
2015-12-26 13:18:07 -05:00
Erik
4e5fcff258
use pattern matching
2015-12-26 13:09:24 -05:00
Erik
aeb52de72f
don't need to keep count manually
2015-12-25 11:28:08 -05:00
Erik
ca90938675
refactor socketpacket
2015-12-25 11:24:03 -05:00
Erik
931382deff
refactors
2015-12-25 10:02:09 -05:00
Erik
298817ce5c
refactor
2015-12-23 14:00:06 -05:00
Erik
97d4f3f527
fix encoding of postWait messages sent over websocket
2015-12-20 15:36:42 -05:00
Erik
d94a1901ca
refactor. Remove var from methods and pattern matching
2015-12-20 15:01:28 -05:00
Erik
bb26ae8637
indentation
2015-12-03 20:49:17 -05:00
Erik
e2f89d82e4
rename source directory
2015-12-03 14:25:23 -05:00