Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/space-wizards/SpaceWizards.Lidgren.Network

Lidgren Network Library (Space Wizards edition)
https://github.com/space-wizards/SpaceWizards.Lidgren.Network

Added a 64-bit version of ReadRangedInteger.

`public long ReadRangedInteger(long min, long max)` is now available for reads of LONG values.

13963ec875ccd1c84214faea3849a735b2b08e3d authored about 9 years ago by AgentFire <[email protected]>
Added Int-64 version of WriteRangedInteger

`WriteRangedInteger(long min, long max, long value)` is now available for ranged writings of Int...

7664490fcf484bb77de5086e36c01cf0274c010f authored about 9 years ago by AgentFire <[email protected]>
Merge pull request #49 from AgentFire/patch-2

Update NetPeer.MessagePools.cs

b2ab9b66b8f29e44d8073471844fdf6b0a93f24a authored about 9 years ago by lidgren <[email protected]>
Update NetPeer.MessagePools.cs

Added a null check. Had been experiencing exception throws by the internal network thread due to...

dbf633157793d33c184eb4392cdf0dca8a2f9c56 authored about 9 years ago by AgentFire <[email protected]>
Merge pull request #48 from AgentFire/patch-2

Update NetPeer.cs

7e69fb2a63230fc602c975451748c8106d9bea87 authored over 9 years ago by lidgren <[email protected]>
Update NetPeer.cs

Fixed an issue in the `WaitMessage(int)` when `MessageReceivedEvent` is signaled, yet `ReadMessa...

f9053998cdf2a985d59dec4c6f8f1b0e18c7b12d authored over 9 years ago by AgentFire <[email protected]>
Merge pull request #41 from Therzok/patch-1

Use UTF8 instead of ASCII decoding for heartbeats

af0b32e93d36e351bab5b3182eb09f91318b554b authored over 9 years ago by lidgren <[email protected]>
Remove goto statement in NetPeer.Internal.

53f4383555605988873daabda78273fe48a569e4 authored over 9 years ago by hide1202 <[email protected]>
GetSetMethod instead of SetMethod

69618284a686c9eb1badd59a566b08692fb484a5 authored over 9 years ago by Michael Lidgren <[email protected]>
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3

6570c44fa0f4579df6b126bc10b448c697c7d48b authored over 9 years ago by Michael Lidgren <[email protected]>
misc fixes

1c1fc902f3f6f21c651d888ce7b48607063ed0b2 authored over 9 years ago by Michael Lidgren <[email protected]>
Now sets NeedFlushSendQueue whenever a stored message exists in any channel

2f0477e6bfb393cdf7dbd11fc068acc4c5ab4adf authored over 9 years ago by Michael Lidgren <[email protected]>
Use UTF8 instead of ASCII decoding for heartbeats

ba35bfc624b221ffb7e5176ae29386399562b9be authored over 9 years ago by Marius Ungureanu <[email protected]>
don't take double lock unnecessarily

c42b885e1f4788c46df0841ced1e24b607fe5826 authored over 9 years ago by Michael Lidgren <[email protected]>
Merge pull request #34 from adeadrat/add-license-file

Added license for clarity

1d0ee4709a21295a0fa526130c2d921d7a37ad46 authored over 9 years ago by lidgren <[email protected]>
Merge pull request #35 from Therzok/fixes

Different fixes caught by coverity

d1390ce7efcce4c49eed95f5cbeebd922b6832e0 authored over 9 years ago by lidgren <[email protected]>
Merge pull request #36 from Therzok/fixAndroidBuild

Fix Android build by adding missing namespace.

3efc6de807c2f1537992bfd670f10404670bc860 authored over 9 years ago by lidgren <[email protected]>
Fix Android build by adding missing namespace.

a81fe225f50db13388b04cc7c393f52078743e33 authored over 9 years ago by Marius Ungureanu <[email protected]>
Refactor NetPeer.Connect code to throw on non-resolvable address.

15a9a97ffb439bce0b177f3741666e614d929789 authored over 9 years ago by Marius Ungureanu <[email protected]>
Fix data race in NetPeerStatistics.BytesInRecyclePool

2d1f9a4b914936bafb66fc610fbe88c33d9dec2e authored over 9 years ago by Marius Ungureanu <[email protected]>
Fix data race in Capacity/Count of NetQueue.

0f9ca1d106520db6ec15fbea8bf03574c5dd2ce6 authored over 9 years ago by Marius Ungureanu <[email protected]>
Fix possible leak in NetUPnP.ExtractServiceUrl.

afbe41bb6d35ec5d2e97398bbbd71cbd5ad5b76f authored over 9 years ago by Marius Ungureanu <[email protected]>
Fix possible leak in NetUPnP.SOAPRequest.

30b58c20986991a1b02503c8473378f37f2b49f6 authored over 9 years ago by Marius Ungureanu <[email protected]>
Fix possible NullArgumentException throw by using a null return.

d8ff2c9d31736c3146a1edb97383b9f4ddb4c55f authored over 9 years ago by Marius Ungureanu <[email protected]>
Fix copy-paste error in NetConnectionStatistics.

2d9a1a1afa6cc99860e458ceacbe5c04dfa1312d authored over 9 years ago by Marius Ungureanu <[email protected]>
Added license for clarity

32cdd3faeb07fbacd59dd5a2739c7e47e5f86c0d authored over 9 years ago by Jimmy Nilsson <[email protected]>
Merge pull request #31 from zsebastian/master

Fixed sublte bug in ReadUInt64(int) and PeekUInt64(int)

e9d0c08850066fc2bf1467bb74a05f07175ad8b7 authored over 9 years ago by lidgren <[email protected]>
Bug in Read/Peek for UInt64 with numberBits over 32 fixed.

f17202fdc5e511e3ba7c274f5be557c4e4bff3aa authored over 9 years ago by Sebastian Zander <[email protected]>
Added test that breaks when using PeekUInt64(int maxBits).

There's a bug in this function, as well as in ReadUInt64(int maxBits),
when trying to read more ...

754f33448e54839cbf0128f83285337c4e6df516 authored over 9 years ago by Sebastian Zander <[email protected]>
Merge pull request #28 from MichaelDePiazzi/upnp-timeout

UPnP discovery timeout

2a0027ec91f4ae55b570baac3526c644adac5ce8 authored over 9 years ago by lidgren <[email protected]>
fix: UPnP discovery response did not time out

1560ba75d863fe45b21121ee6e5aa6c57bddbc84 authored over 9 years ago by MichaelDePiazzi <[email protected]>
Merge pull request #27 from joshjje/master

Added missing readonly properties to NetConnectionStatistics for sent…

1a8da2e00cdd736ff7546d1efdeb208c5875edb9 authored over 9 years ago by lidgren <[email protected]>
Added missing readonly properties to NetConnectionStatistics for sent/received/dropped message counts.

bbd026e45970ada2141d9492ac03e845530e576e authored over 9 years ago by Joshjje <[email protected]>
Fixed number of fragments statistics, fixed dropping duplicates for early received reliable unordered messages, added dropped messages statistics

387f78695010a7152687d24b2134cce04e992baf authored over 9 years ago by Michael Lidgren <[email protected]>
Typo fixed

d111197edb51cacbef82f498ba660444e8aaf8b0 authored over 9 years ago by Michael Lidgren <[email protected]>
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3

a5122044e83deb039722c0031ce47877ea24ed90 authored over 9 years ago by Michael Lidgren <[email protected]>
Fixed intermediate status messages not being outputted using StatusChanged messages

a4240c914bf08f074a3fbf11301b8e3da40c61a4 authored over 9 years ago by Michael Lidgren <[email protected]>
Merge pull request #22 from RevenantX/fixes

Constrained platform fix.

624c344e4a6fa979d2cd2ee08e8521dabef5dda4 authored over 9 years ago by lidgren <[email protected]>
Update PlatformConstrained.cs

6754530c81383f45c6dfdd94bbfc6e7694a11f8b authored over 9 years ago by RevenantX <[email protected]>
Merge pull request #21 from RevenantX/fixes

Fix compile errors in unity3d.

7a640556b124de22337faacc0e6fc4c57877dd30 authored over 9 years ago by lidgren <[email protected]>
Fix compile errors in unity3d.

1c2a5ee1a3dad5bb7ca5463379666acbd1965765 authored over 9 years ago by RevenantX <[email protected]>
trigger heartbeat send flush for resends

9878bb3f01ba2d23793c7dd390bd1d98d7a97575 authored over 9 years ago by Michael Lidgren <[email protected]>
Receiving an ack for a reliable message sent less than two seconds ago will postpone timeout

dff2f0131f494227e1e0c3e365c897a419b41e7e authored over 9 years ago by Michael Lidgren <[email protected]>
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3

4a248c9069fd96a0e592eceb5be9446a16cbbf0a authored over 9 years ago by Michael Lidgren <[email protected]>
recycle outgoing messages even when throwing exception because of invalid recipients

b374cf7e00152e1fefd8e7bb2120e3c196b1b35d authored over 9 years ago by Michael Lidgren <[email protected]>
GetBroadcastAddress problem fixed... again.

0b4d688fc2c286422d989dc777926b6f908a00ce authored over 9 years ago by Michael Lidgren <[email protected]>
Also use GetCachedBroadcastAddress() in RELEASE

513d4d6da16c36ed964cf5bc4d7d963fe4ee126a authored over 9 years ago by Michael Lidgren <[email protected]>
Fix for overallocation

47ffa3b42888e9ffeb13105568cdb6f8fe6029c1 authored over 9 years ago by Michael Lidgren <[email protected]>
UNITY specifics for GetMyAddress incorporated

9b82d2a0c6ee60d521a634601d461914086b3311 authored over 9 years ago by Michael Lidgren <[email protected]>
Added warning for SuppressUnreliableUnorderedAcks mismatch between sender and receiver

77515da42d3b87b5e05245fa45b51f7d480d142e authored over 9 years ago by Michael Lidgren <[email protected]>
SuppressUnreliableUnorderedAcks now default to false (old behaviour)

0b8caecfce1e2d37cb9d15a3294fa0b89489b496 authored over 9 years ago by Michael Lidgren <[email protected]>
Added configuration setting to suppress acks for unreliable unordered messages

2d060cced86270e0815b363a97775468a6bbb394 authored over 9 years ago by Michael Lidgren <[email protected]>
fixed performance snafu looking up broadcast address every packet send

86a695cf2bd9bcfe1c4736b7d456bc21b61e5b20 authored over 9 years ago by Michael Lidgren <[email protected]>
using constrainedplatform.cs for UNITY_STANDALONE_LINUX

59995cc37bd8b3ced1559696f4b8b28a1b1b74bc authored almost 10 years ago by Michael Lidgren <[email protected]>
First iteration improved multiplatform support

fa8b1e986dfb32f0a609ac8b1b4f5a62c8f87a95 authored almost 10 years ago by Michael Lidgren <[email protected]>
Merge pull request #10 from forestrf/master

Fix workaround for the Unity Web Player.

8033a73e736afc394cbb239f2d5f1b8f0e82fa38 authored almost 10 years ago by lidgren <[email protected]>
Fix workaround for the Unity Web Player.

It pass the unit tests.
This fix can have the problem described here:

- http://stackoverflow.co...

f2e70ecd5d546c82f41c301fc941f51a7f712a0a authored almost 10 years ago by Andrés Leone <[email protected]>
Merge pull request #7 from JamieH/patch-1

Add Build status to the README

5df02daefd349acab76b9a6bdf2d6f7fa6a2f7c1 authored almost 10 years ago by lidgren <[email protected]>
Recycling problems hopefully fully fixed now. Library message now also recycled.

44bc4ff06ee7f7f383ea2d1282a289cd85882782 authored almost 10 years ago by Michael Lidgren <[email protected]>
Fixed issue with recycling count and resent messages

6a0abf25c3d52a90d7ba8547b84fa01b9d393b45 authored almost 10 years ago by Michael Lidgren <[email protected]>
changed remaining float representations of time to doubles

b3fffb52e5d7dc384aaad7b384d7624fad8fc383 authored almost 10 years ago by Michael Lidgren <[email protected]>
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3

6f526126193b4ab3fe06ce4c9953dd327407109b authored almost 10 years ago by Michael Lidgren <[email protected]>
Added comment to NetQueue about linux mono hang resolution

7e2b251d116540c6ce686b0ab5d6a5ee68987684 authored almost 10 years ago by Michael Lidgren <[email protected]>
Add Build status to the README

22a859dcb5f4dd2c1d5cd5872b68786fade623a5 authored almost 10 years ago by Jamie Hankins <[email protected]>
Merge pull request #5 from JamieH/master

Travis support

aa5deb552f9be52f1cd9af73aaff5a2625eb7997 authored almost 10 years ago by lidgren <[email protected]>
Masterserver sample fixed

07b69365f2443f7750c06d0f882ab18564e9aa71 authored almost 10 years ago by Michael Lidgren <[email protected]>
XNA sample zipped to enable autobuilding; many sample and unconnected sample now don't reference missing file

a246176a1ecf53e3a7d3dcd3a5e7fa08f4207564 authored almost 10 years ago by Michael Lidgren <[email protected]>
Fixed EncryptionSample referencing missing files

4723d1af66ac81881142086769fe6d3b7592e4ce authored almost 10 years ago by Michael Lidgren <[email protected]>
Merge branch 'master' of https://github.com/lidgren/lidgren-network-gen3

c72bb72b4b946f49836533f2bc081a05e114b11f authored almost 10 years ago by Michael Lidgren <[email protected]>
Removed XNA extensions as a project since it doesn't build. Kept actual code file so it can be used manually.

044c20ef60af0d058439104541d7faa0fed6e506 authored almost 10 years ago by Michael Lidgren <[email protected]>
Merge pull request #4 from joshjje/master

Changed NetPeer.SendMessage parameter from List to IList

9947aae22ac13b0032cf617a29572d39546a208f authored almost 10 years ago by lidgren <[email protected]>
Oops, Typo on .travis.yml

40e88614b53374941b8a94b4b39be765b6c407b8 authored almost 10 years ago by Jamie Hankins <[email protected]>
Remove Console.ReadKey() from the UnitTest program

This stops it from hanging on the Travis build

cc0220a9bf4c9caf98df56a2ce0114084d20362d authored almost 10 years ago by Jamie Hankins <[email protected]>
Create .travis.yml

f3c63a2984b3b410dd5b461e80284c52cf500109 authored almost 10 years ago by Jamie Hankins <[email protected]>
Changed NetPeer.SendMessage parameter from List to IList

1abb8729196031357b30022f41df726825e34c49 authored almost 10 years ago by Joshjje <[email protected]>
Rev397-400 on google code; fixes to recycling and minor tweak to heartbeat calling when a disconnection occurs

5879fb641ecc82aacfe8c1ec76fa348ac025dced authored almost 10 years ago by Michael Lidgren <[email protected]>
added mutex for access to m_handshake everywhere except count requests

4b7b53b36da1b37259bce3a734921b0d54e741a7 authored almost 10 years ago by Michael Lidgren <[email protected]>
Merge pull request #2 from ItalyToast/master

Adding a .gitignore

bc5b0a0f4516fb79f41caa636ad5bc21519ec65e authored almost 10 years ago by lidgren <[email protected]>
Adding a .gitignore

d5a253db0e00ac16694bdd3a30b09f5ce141823f authored almost 10 years ago by ItalyToast <[email protected]>
m_needFlushSendQueue added to prevent traversing sender channels each heartbeat

d57f7045fe4606ba19fb45f13fec87a0127bac70 authored almost 10 years ago by Michael Lidgren <[email protected]>
Create README.md

f95a6e02c426a91f16bbdb1a0e1f213e3dda98ae authored almost 10 years ago by lidgren <[email protected]>
Mistakenly change from float to double in NetIncomingMessageType.ConnectionLatencyUpdated reverted

a09ed9b5851cb66ebd1df878339ee09200fc1d0f authored almost 10 years ago by lidgren <[email protected]>
Changed internal representation of time in a bunch of places from float to double

999e113d659d192b63ef083f1b1a8503835630c4 authored almost 10 years ago by lidgren <[email protected]>
Message/storage recycling capped to NetConfiguration.RecycledCacheMaxCount number of arrays/messages

c15e4cb2c8102e38e0c9b236c6fdbecd7482cc96 authored almost 10 years ago by lidgren <[email protected]>
connection statistics bytes and packet counters changed from 32 to 64 bit long integers

984e70fd529caead60bc1552bc659f4b6f00aaa8 authored about 10 years ago by lidgren <[email protected]>
Removed dead code

e3d3f1ec1e1ff5fd8be340a538f3e6819b2ad217 authored about 10 years ago by lidgren <[email protected]>
Delaying local Disconnect until next heartbeat

9f6d3e79fd09e7f3def7b571d800e865a98cfc5b authored about 10 years ago by lidgren <[email protected]>
Recycle outgoing ping and mtu messages

740cc2ec1b22f6588ce77bce53156634a510bd5d authored about 10 years ago by lidgren <[email protected]>
Emit debug message for punches sent as part of Nat introduction

6533e272e3bedc54430f0c9243e9b684316104bf authored about 10 years ago by lidgren <[email protected]>
Fix for masterserver sample enabling NatIntroductionSuccess on server. Also updated framework version dependency.

543d67741111a61a3fed77afc31fa8795d648051 authored about 10 years ago by lidgren <[email protected]>
updated garbagethrowersample

fc9e72e0de921dbd6e8dd5f59093448ccbe48588 authored about 10 years ago by lidgren <[email protected]>
Fix to rebind same port as previously bound

601666d9fbb79e640f021eb36ac906948171d8bb authored over 10 years ago by lidgren <[email protected]>
Added missing file NetCryptoProviderBase.cs

869ccb7bcbc0850529077f13598b6e0772055bfe authored over 10 years ago by lidgren <[email protected]>
Don't try to parse packets identified as UPnP responses even when UPnP response parsing fails

2b9135b3125fe8bc4bd48d15ec40b68ec033f328 authored over 10 years ago by lidgren <[email protected]>
Added NetConnection.CanSendImmediately() to determine if the sliding window is full

Recycle outgoing dropped messages
Encryption using CryptoProviders refactored
Added NetUnreliabl...

0d2955637dd1f825bb7898e0af38659fdb93d6a1 authored over 10 years ago by lidgren <[email protected]>
Added LibrarySamples/EncryptionSample

7822a145261de282e40e50e1b993b8f5c345f006 authored over 10 years ago by lidgren <[email protected]>
Removed dead code (SenderChannelBase.cs)

e9b6434831ef9bdcd346d87b1ef5d850beb5fd1f authored over 10 years ago by lidgren <[email protected]>
Encryption fixed

d38143cca7cebb5bb2577298f4d1cc5c727106cf authored over 10 years ago by lidgren <[email protected]>
Added code to rebind socket after a NetConnected socket error; thanks Rhee

e206ba210e8f395fb97a25fb22af54bfc153fc87 authored over 10 years ago by lidgren <[email protected]>
Added missing app.config file to UnitTests

f476f523acc454918c12c4c72e938a0652c897b9 authored over 10 years ago by lidgren <[email protected]>