30 Commits

Author SHA1 Message Date
Kevin Jahns
dc3c6a5d42 added support to use existing user ids! Fixes #23 2015-05-28 15:44:13 +02:00
DadaMonad
77b83cae2a fixing double late join test fail 2015-02-17 19:23:27 +00:00
DadaMonad
3eb933400a fixed doSync bug, fixed connection problems, improved p2p sync method - still
there are some cases that may lead to inconsistencies. Currently, only the master-slave method is a reliable sync method
2015-02-05 10:46:40 +00:00
DadaMonad
58a479be9b included connector type 2015-02-03 18:55:02 +00:00
DadaMonad
7c81dceb23 meme issues 2015-01-19 13:45:53 +00:00
DadaMonad
592a0969d3 changing the connector adapter to serve a maximum of 30 operations 2015-01-19 10:19:00 +00:00
DadaMonad
b647b2af58 There are now "Pseudo operations" that are not sent, and get be queried by a special parameter with the HB.getOperation. This will reduce the number of operations that are sent and is necessary for the Array implementation, that I plan to implement in the near future 2015-01-16 13:36:15 +00:00
DadaMonad
3f2ab5cdfe version 0.7 2015-01-08 16:53:25 +00:00
DadaMonad
d898136f64 making sync more efficient. using new connector features. found lots of small bugs 2015-01-06 10:29:50 +00:00
DadaMonad
d2fa906b50 support for the new connector version 2015-01-04 02:20:12 +00:00
DadaMonad
e73829f73b added XMPP example, fixed bug in TextType binding to textfield 2015-01-03 01:08:28 +00:00
DadaMonad
21f7350c4d Cleaning up. No more bubbling events. All tests run fine. Following the Object.observe pattern (untested). 2014-12-17 22:50:08 +00:00
DadaMonad
584964153c Everything is working smoothly again. Execution speed increased by 10x. Cleaned up the code and unused stuff. 2014-12-16 18:01:33 +00:00
DadaMonad
2cf899418a Adding to HB is now handled by Operation.execute. engine changed. Currently fixing errors and working on memory menagement for large HB tables 2014-12-16 11:21:57 +00:00
Kevin Jahns
1e73381863 added counter for golovin 2014-09-29 15:32:09 +02:00
Kevin Jahns
607d442abc decreased sync timeout 2014-09-29 12:26:04 +02:00
Kevin Jahns
6623bd6134 increased gc timeout 2014-09-29 12:10:33 +02:00
Kevin Jahns
977e4d2a7c begin implementing xml support 2014-09-26 10:48:21 +02:00
Kevin Jahns
68c17f1876 Operations are now Garbage Collected! 2014-09-17 16:10:41 +02:00
Kevin Jahns
86849ae8b1 Documentation and cleanup 2014-08-24 01:52:28 +02:00
Kevin Jahns
77739deda3 Issue #4: Improved sync process. Only unsynced operations are sent now 2014-08-22 20:50:51 +02:00
Kevin Jahns
eb541fd473 changed import method 2014-08-14 20:33:55 +02:00
Kevin Jahns
28b48de454 switched to Gulp 2014-08-12 19:18:56 +02:00
Kevin Jahns
b340bbe806 100% documentation 2014-08-09 00:31:30 +02:00
Kevin Jahns
355cfba78e improved sync process (HB._encode) 2014-08-08 04:46:28 +02:00
Kevin Jahns
9e1d9e568f experimenting with 'reserved uids' 2014-08-07 21:52:50 +02:00
Kevin Jahns
6c34d97432 Added cool json features (JsonWrapper) 2014-08-04 23:35:50 +02:00
Kevin Jahns
5ba735701c iwc client fixes 2014-08-04 14:20:51 +02:00
Kevin Jahns
8169b17eb4 Completed JsonYatta. Added IwcConnector 2014-08-02 01:39:30 +02:00
Kevin Jahns
b91135157e Initial Commit -> Text collaboration works 2014-07-29 21:29:10 +02:00