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

micro optimization in NetServer.SendToAll()

cef6a3adf6a9fb861aa97ecbcc174d2b909caea5 authored about 13 years ago
bool ReadXXX(out result) versions added for some read methods

123c5d6c00a9d050bd3095ab77ad57e074752015 authored about 13 years ago
SIO_UDP_CONNRESET now try-catched since not available in mono

ba7cf8f381e2e46e0ed4fc910cffb94167c4cc43 authored about 13 years ago
Edited wiki page MessageEncryption through web user interface.

11874cf2492a1e9d16028e8f4912c1618623146a authored about 13 years ago
Documentation updated

0fac53eade7e8d713dfa68c729b3245d035cefd7 authored about 13 years ago
Suppressed Connection Reset messages. Fixed Chat server sample.

95850b205a8c7bd173a15bdb216e9756747b4eeb authored about 13 years ago
Added SendUnconnectedToSelf()

a64b5f295984987118a83f3d57613171db1e948f authored about 13 years ago
Changed DestoreMessage() to ignore a missing Message object in RELEASE; added some debug messages to the DEBUG build of the same

e17b32011b67d10918a15de56bd0247fb755ced3 authored over 13 years ago
Fixed race condition bug with approval

Changed DestoreMessage call pattern; should effectively be the same tho

b474d1ac2deb627da14ed3a92270c971b0dcf489 authored over 13 years ago
Fix for ResolveAsync throwing host not found exception

b2380e895d0d656575c1656940c45d3f567bfcc4 authored over 13 years ago
NetUtility.Resolve async version added (thanks eliseegw)

5fc175677fb4b013845e75bf7f5a60d9b5bdc576 authored over 13 years ago
Improved performance (very slightly) when batch recycling incoming messages

36bf73bfbe8df8c570ae7ca1816016f912b47984 authored over 13 years ago
Added fix for delayed Approval

9e3104f5da49f1ba78154028456b8d92fcc676de authored over 13 years ago
Fix for messages very close to MTU not being fragmented properly

e37430a219b4b8cb107054736985930567662077 authored over 13 years ago
Fixed potential MTU issue; added a bunch of asserts

62d8c6826b820c6b853eb4e6f84b8b1e33d38e1c authored over 13 years ago
Documentation updated; NetSendResult fixed when using AutoFlushSendQueue false

c1d604bde4afd3e4a58e7ffa6139fa36ae2f1232 authored over 13 years ago
NetPeerConfiguration.AutoFlushSendQueue added. When set to false; application must call NetPeer.FlushSendQueue manually.

60a6b28189cd5da767689a92f4622e96f49406cd authored over 13 years ago
- ReadMessages() added to batch read messages. Image sample changed to use the new batch method.

b4fd011e5b7a4171f18ac6a9b0645fbaffac94fa authored over 13 years ago
- Fixed bug with fragmentation leading to increased memory usage

768038d5e44788ecb6b757d8a2b8085864032ac2 authored over 13 years ago
Fixed bug in WaitMessage() - when already queued message existed it would wait for next message to arrive anyway

6a1654061e51f0ed8dee2ebcd9cbdc7aa68994dd authored over 13 years ago
Upgraded xna extensions to 4.0

9a5704a5829422bbe63fa9981e0bb5ace9f8afb9 authored over 13 years ago
Invalid reference patched

ff631636326486dc1dee308a9986cd8bf5d0ca71 authored over 13 years ago
CreateIncomingMessage(tp, text) optimized to allocate less memory

aa20b0893d72a66ccf2b9e796a94635c4fce29fe authored over 13 years ago
throw explanatory exception if trying to register callback with no sycnhronizationcontext

39459f683306444fa5821de3767dd0f546706137 authored over 13 years ago
Edited wiki page Unity3D through web user interface.

0f66311460ee953d86ee02d5d5b92c1d23a075bd authored over 13 years ago
Fixed issue with very large encrypted message

b099bb8703c4cf4be60854ea5115ec53387d45b8 authored over 13 years ago
Edited wiki page Optimization through web user interface.

d72665cfae701dc07985434c25aae7e69acee498 authored over 13 years ago
Fixed faulty assert in ReadByte(numBits)

2d4924878aed28e03520b16b86cb100b133e971e authored over 13 years ago
including GetNetworkInterface in IS_FULL_NET_AVAILABLE define

e6d1338ca85e8cef961555182f167d4b46f7f029 authored over 13 years ago
Edited wiki page Unity3D through web user interface.

b613a842407922699d826307842aae92e81019d7 authored over 13 years ago
One more define to allow unity web player to run

9554d33492d1eff6d2170f731648078831327fc2 authored over 13 years ago
Fix for connecting twice or more to the same endpoint very quickly in succession

daa1d4e946e28a0e80632d2e4576f1170253e7e7 authored over 13 years ago
Suppress ping request during handshake

3bb1de95b61a7c5791fbbc1eb6b44f5661ac2876 authored over 13 years ago
Added fix for discovery requests arriving when handshake in progress

Added sanity checks for handshake connections (in DEBUG)

5234fb64c66c3085d5419deb63e5f5cf3dfb1381 authored over 13 years ago
MessageReceivedEvent fired upon shutdown

e10be613d6f01e71e876c52a6379cdd07742c267 authored over 13 years ago
proj-file failed to update?

58b9b45d78f410449d6edecc676a07a4611634ee authored over 13 years ago
Added NetConstants.UnfragmentedMessageHeaderSize internal constant

9fc85dfe7609778820a303a1c334e2d386587676 authored over 13 years ago
Fix for messages near MTU size could cause exception

5fd2926cd93b8b8bde4ca10e55abbbef607aff6e authored over 13 years ago
Edited wiki page PortForwarding through web user interface.

c9404498653afc8d2803f9042871f2f2405b37a4 authored over 13 years ago
Created wiki page through web user interface.

3e42ff4b236d519a2c5c58b5d093c8d29e889ae5 authored over 13 years ago
UPnP port forwarding improved to tolerate up to 1000 ms of router response time; UPnP added to DurableSample

255628e641e873fb6699cd40ea50aa9be2fc1a18 authored over 13 years ago
Bug not detecting multiple sends of same message fixed

604ab334f51c6a1a16d53bcc13f76f7ce4dd2f12 authored over 13 years ago
Fixed maximum handshake attempts one-off error

Fixed better disconnect messages when not yet fully connected (aborting connection attempt)

bccfaa77eff71a86f8811bc502b5d6c1e1e50cca authored over 13 years ago
Deleted two more obsolete files

be9394289f1f32ed3cac91bc22fdc95d7803cce1 authored over 13 years ago
Deleting obsolete files

295020ed2be737b8f2106be61d120de7af70334e authored over 13 years ago
Edited wiki page Optimization through web user interface.

6bffd7d30e8902e6cc6bfdc602e38f0a125de3b4 authored over 13 years ago
Edited wiki page Improvements through web user interface.

e5e6a66b4c83a8782b12dcca3e2738cd55bedd34 authored over 13 years ago
Edited wiki page Basics through web user interface.

908ae5f406b0dec02b099f78f20cc9354ab23ac0 authored over 13 years ago
Edited wiki page Basics through web user interface.

1dcd15e00b0a10ed5b61996f0e1aa4d5bb0b1b81 authored over 13 years ago
Edited wiki page Improvements through web user interface.

0bbe5db8c1ae308e7467a15655cc0ae1aac040c2 authored over 13 years ago
Edited wiki page LagSimulation through web user interface.

f9ab89682a7abc9aefcf49831afb4272992b5d45 authored over 13 years ago
Edited wiki page Discovery through web user interface.

6c76742c073628d8f2a29a038ac51ed07d3ad308 authored over 13 years ago
Edited wiki page Optimization through web user interface.

f75a9232a0fbe5be13d2e9e62418a9588766a612 authored over 13 years ago
Edited wiki page SequenceChannels through web user interface.

d354121196edbfe9a9e7fde40bf3574c778f72de authored over 13 years ago
Edited wiki page IncomingMessageTypes through web user interface.

a36a0babcf20224b18fd6e3294cea91affef8ec7 authored over 13 years ago
Edited wiki page Statistics through web user interface.

a35713d578ebe98b49fc20c935f983c8df18e6b2 authored over 13 years ago
Edited wiki page MessageEncryption through web user interface.

90b6eeedd5f153268e25d7ff1ffce52b3c39089a authored over 13 years ago
Edited wiki page UnconnectedMessages through web user interface.

0d1d8ebd94228673573ef45eeb33bcf7673c41b6 authored over 13 years ago
Edited wiki page Unity3D through web user interface.

bb8c1c916ca07f87eca8af95756df090ec6239e5 authored over 13 years ago
Edited wiki page ReceivingMessages through web user interface.

fa05fdabcbbb330ee5c11f51125443779f8c9940 authored over 13 years ago
Created wiki page through web user interface.

3d9474447085f4034c20f3f6795a0f76db6f76a4 authored over 13 years ago
Created wiki page through web user interface.

da02121f941e63ed7ea9dc8e77d309363e0a7737 authored over 13 years ago
Edited wiki page ReceivingMessages through web user interface.

9ac8b3e0036d509b1b53dcd90807f384b2146045 authored over 13 years ago
Rebuilt documentation

6fe5e44e5644adaadf91c0df52e73be20bcd4bf8 authored over 13 years ago
Added XML comment

c0a7281ecfd246ebf48dcb94ffad3878533d8689 authored over 13 years ago
Edited wiki page ReceivingMessages through web user interface.

76d87dbcb4c0c9b7a93bb3a0a0f8b3b6231e3c57 authored over 13 years ago
Created wiki page through web user interface.

4686e8d3bafac50b5e6ba6e4f4c42d385789ecb6 authored over 13 years ago
RegisterReceivedCallback added to get a callback using SynchronizationContext when a message arrives

c56e190cbafdf72a4d621d1d5f81b21df7b10b00 authored over 13 years ago
Fixed host port switch detection

cd7ccd6bae295af9437bdf49bb15e738147ef8bc authored over 13 years ago
Documentation updated

6104df276f1c29297285acb27f19a0fce44c2fd5 authored over 13 years ago
UPnP support added: get external ip, add forwarding rule and delete forwarding rule

713d91ac585de727a1682a88fe21370df818353c authored over 13 years ago
Receiving (correctly) ConnectResponse from the correct address but wrong port will now mutate the connection to accept it; apparently some routers change outgoing port

b575f721862cb22bc63b728fb9aa351ae6ea0fb5 authored over 13 years ago
host port switch support for handshake begun

bd58c6400d1f3be66e763019b9330923051c70ec authored almost 14 years ago
Various encryption algorithms added; thanks shawn andrew rose

814cd1507df3e3185cc2bceca70ffbe722fa4fd3 authored almost 14 years ago
XML comments added to remove all warnings; Documentation.chm updated

19000f8036edeecde5e0df8cae555f29192df29c authored almost 14 years ago
Edited wiki page MessageEncryption through web user interface.

650c91fea5ba278f684eb30c03fd080faa2fe691 authored almost 14 years ago
Edited wiki page MessageEncryption through web user interface.

2435391e745b86183d8115222d3395b3cf202abf authored almost 14 years ago
Net encryption generalized to support more algorithms

a4503d22e1cc7bd7af512515dc4fabe622f9c2a0 authored almost 14 years ago
Edited wiki page Statistics through web user interface.

6976177f9406fc7d73a2332286b629884c9473c6 authored almost 14 years ago
Edited wiki page Statistics through web user interface.

a1c85fee713effada351d7197348e02a0fcf3357 authored almost 14 years ago
Created wiki page through web user interface.

a82373a9e2bc8bac182bb9d284cfc285138d7c78 authored almost 14 years ago
Statistics fixed and USE_RELEASE_STATISTICS defines added

5b4a4a7fc5bf08ebc064033fd0047fe0b38daba4 authored almost 14 years ago
Read/Write variable sized Int32/Int64 bug fixed; very large numbers were decoded incorrectly

c896b180fb8efa4ecee3bf8bcfaa7bc16fa95fe8 authored almost 14 years ago
Updated assembly version for release

eef98b2ccee536d8db4849849d362dde1b325f1f authored almost 14 years ago
Fixed issue with disconnected by server

d111b204918a1795cc42499f4d88ad17af99c3a8 authored almost 14 years ago
Fixed shutdown iteration issue

97a2b76856dc00fb46e9ff839556580b9920bde8 authored almost 14 years ago
Removed initial average rtt over-estimation since it seems to overshoot first message anyway (due to other processing I suppose)

f4831a98a7e50b10f5a94bace8410243817ca241 authored almost 14 years ago
Bug in fragmentation fixed

226bb301cef9c8a66dbe3e7fe279edc71cff0ebf authored almost 14 years ago
Send a ping as quickly as possible after connection; faster to arrive to proper RTT

86ce5941037d11bdcb502a0c9d6a36f59e9c522c authored almost 14 years ago
NetClient.ConnectionStatus added

0a53daea5ac0ceff48699b1b3a156a256c1e4031 authored almost 14 years ago
Exposed RemoteTimeOffset

a7bc44f52a4c9d0380fdcdbf3b474a6c604d7125 authored almost 14 years ago
Relaxed ReadBytes() assert to allow reading 1 byte from buffer of 1 bit etc.

e995855d2a10565d63921d972dffb344d7cb7354 authored almost 14 years ago
Updated sandcastle-generated documentation file

a515884d5d620b14fee6b9b466daa7d6a98cac60 authored almost 14 years ago
PeekString fixed not to advance read position

aa8875487d6bde55b7b9c382246f3a891876c1ef authored almost 14 years ago
Added NetOutgoingMessage.Write(NetIncomingMessage)

3a02fc25e9e446af3afd98b28ddf2454c7d7f2b2 authored almost 14 years ago
exception added for out of range sequence channel

de6d449043318ef25ea67e857223740c3796319e authored almost 14 years ago
SendToAll added to NetServer

0238b5c5e740ab01f7a9a69e09c78acafecac639 authored almost 14 years ago
Added NetIncomingMessage.PeekDataBuffer()

94b8e699b8b5f9d81b6bdf8771415b04831ea183 authored almost 14 years ago
SRP authentication base code added

8dee1d3be9beadf4854ace371d57d454ef53e142 authored almost 14 years ago
Edited wiki page IncomingMessageTypes through web user interface.

8fe8bdce64330cd792d454f3f75452df9e29382f authored almost 14 years ago