Commit: fa32e6d9b7c4b35e22e498fd97865bf37c997c48
https://github.com/ubiety/xmpp/commit/fa32e6d9b7c4b35e22e498fd97865bf37c997c48
Author: Dieter Lunn <code...@gmail.com>
Date: 2011-12-11 (Sun, 11 Dec 2011)
Changed paths:
M ubiety/XMPP.cs
M ubiety/net/AsyncSocket.cs
Log Message:
-----------
Minor code reformatting.
Commit: ef31e6384efcd08ffd3bb2c70f593f8134777baf
https://github.com/ubiety/xmpp/commit/ef31e6384efcd08ffd3bb2c70f593f8134777baf
Author: Dieter Lunn <code...@gmail.com>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
A ubiety.common/Properties/AssemblyInfo.cs
A ubiety.common/extensions/ByteExtensions.cs
A ubiety.common/ubiety.common.csproj
M ubiety.compression.sharpziplib/Properties/AssemblyInfo.cs
M ubiety.sln
M ubiety/Properties/AssemblyInfo.cs
M ubiety/ProtocolParser.cs
M ubiety/common/JID.cs
M ubiety/common/Namespaces.cs
M ubiety/common/SASL/SASLProcessor.cs
M ubiety/common/SASL/SCRAMProcessor.cs
M ubiety/core/Stream.cs
M ubiety/net/AsyncSocket.cs
M ubiety/registries/Allocator.cs
M ubiety/registries/CompressionRegistry.cs
M ubiety/registries/TagRegistry.cs
M ubiety/states/BindingState.cs
M ubiety/states/ClosedState.cs
M ubiety/states/CompressedState.cs
M ubiety/states/ConnectedState.cs
M ubiety/states/ConnectingState.cs
M ubiety/states/DisconnectState.cs
M ubiety/states/ProtocolState.cs
M ubiety/states/RunningState.cs
M ubiety/states/SASLState.cs
M ubiety/states/ServerFeaturesState.cs
M ubiety/states/SessionState.cs
M ubiety/states/StartTLSState.cs
M ubiety/states/State.cs
M ubiety/ubiety.csproj
Log Message:
-----------
Added default parameter to the states and refactored the byte trim null method into an extension.
Commit: 110c1d6c537619268d78e1921b31b6c9c299d1ac
https://github.com/ubiety/xmpp/commit/110c1d6c537619268d78e1921b31b6c9c299d1ac
Author: Dieter Lunn <code...@gmail.com>
Date: 2011-12-13 (Tue, 13 Dec 2011)
Changed paths:
M TestXMPP/Main.cs
M ubiety.common/extensions/ByteExtensions.cs
M ubiety/Properties/AssemblyInfo.cs
M ubiety/ProtocolParser.cs
M ubiety/XMPP.cs
M ubiety/net/Address.cs
M ubiety/net/AsyncSocket.cs
M ubiety/states/ConnectedState.cs
Log Message:
-----------
Refined the parser end tag method. Because we catch the stream close tag at the beginning it is irrelevant to make sure it doesn't pass through the parser. All error tags will now be consumed as messages instead of simply throwing an error.
Compare: https://github.com/ubiety/xmpp/compare/43c8e70...110c1d6
Commit: 4d39b380d621a830fad8f1fdbf4e21b91c223d84
https://github.com/ubiety/xmpp/commit/4d39b380d621a830fad8f1fdbf4e21b91c223d84
Author: Dieter Lunn <code...@gmail.com>
Date: 2011-12-13 (Tue, 13 Dec 2011)
Changed paths:
M TestXMPP/Main.cs
A ubiety.common/Properties/AssemblyInfo.cs
A ubiety.common/extensions/ByteExtensions.cs
A ubiety.common/ubiety.common.csproj
M ubiety.compression.sharpziplib/Properties/AssemblyInfo.cs
M ubiety.sln
M ubiety/Properties/AssemblyInfo.cs
M ubiety/ProtocolParser.cs
M ubiety/XMPP.cs
M ubiety/common/JID.cs
M ubiety/common/Namespaces.cs
M ubiety/common/SASL/SASLProcessor.cs
M ubiety/common/SASL/SCRAMProcessor.cs
M ubiety/core/Stream.cs
M ubiety/net/Address.cs
M ubiety/net/AsyncSocket.cs
M ubiety/registries/Allocator.cs
M ubiety/registries/CompressionRegistry.cs
M ubiety/registries/TagRegistry.cs
M ubiety/states/BindingState.cs
M ubiety/states/CompressedState.cs
M ubiety/states/ConnectedState.cs
M ubiety/states/ConnectingState.cs
M ubiety/states/DisconnectState.cs
M ubiety/states/DisconnectedState.cs
M ubiety/states/ProtocolState.cs
M ubiety/states/RunningState.cs
M ubiety/states/SASLState.cs
M ubiety/states/ServerFeaturesState.cs
M ubiety/states/SessionState.cs
M ubiety/states/StartTLSState.cs
M ubiety/states/State.cs
M ubiety/ubiety.csproj
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into dns
Conflicts:
ubiety/ProtocolParser.cs
ubiety/ubiety.csproj
Compare: https://github.com/ubiety/xmpp/compare/7ba532d...4d39b38