Source code checked in, #41005
Remove redundant this qualifier, and fixes general warnings.
View ArticlePatch Applied: #16873
drieseng has applied patch #16873.Comment:I applied a similar fix where any exception is signaled using an Exception event, but does not cause the client connection to close.
View ArticlePatch Declined: #16641
drieseng has declined patch #16641.Comment:The issue was recently fixed (and the fix is available in beta 2 - which was released yesterday).
View ArticlePatch Declined: #16009
drieseng has declined patch #16009.Comment:This issue was fixed in beta 2 by not letting exceptions that occur while sending channel close or disconnect messages bubble up.
View ArticleSource code checked in, #41040
Use Write(byte) overload is used internally when Write(bool) is invoked.
View ArticlePatch Uploaded: #17017
bugalexx has uploaded a patch.Description:This patch adds the ability to send terminal size changes from a Shell.
View ArticlePatch Uploaded: #17018
bugalexx has uploaded a patch.Description:This patch adds the method SendEof() to the IChannel interface, that it can be used without a cast if the channel was created with...
View ArticlePatch Applied: #17018
drieseng has applied patch #17018.Comment:For now, I just added the SendEof() method to IChannel.Lets hold off on the other changes for now.
View ArticleSource code checked in, #41258
* Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. * Removed DataTypeCode from ChannelDataEventArgs, as this is specific to extended data. * Large set of...
View ArticleSource code checked in, #41297
Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591....
View ArticlePatch Uploaded: #17183
yohannvf has uploaded a patch.Description:I had a bug with the FSTAT command generating an exception on a sftp where all ssh commands were disabled and maybe more.Had to do this patch to fix my local...
View ArticlePatch Uploaded: #17214
xl600 has uploaded a patch.Description:This is a re-upload of a previously declined pageant integration patch by mladjenovic. The original download link mentioned in discussion...
View Article