You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
Dmitry Neverov fb99d50fa1 Fix #2431 - handle requests waiting for reply
According to the docs [1], the Reply method must be called for all
requests where WantReply is true. This fixes a hanging java ssh
implementation (jsch) which sets WantReply flag and waits for reply from
the server.

[1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
9 years ago
..
auth typo fix 9 years ago
avatar fix #1960 9 years ago
base #2287 Truncate repository name if too long 9 years ago
bindata update locale 9 years ago
cron go vet and fix #1890 9 years ago
httplib fix insecure tls when trigger task 9 years ago
log force new INI version 9 years ago
mailer make mailer log more verbose 9 years ago
middleware #1692 APIs: Users Followers 9 years ago
process introduce git-shell 9 years ago
setting #2179 use Go sub-repo ssh to verify public key content 9 years ago
ssh Fix #2431 - handle requests waiting for reply 9 years ago
template #2185 fall back to use custom chardet lib 9 years ago
user Factor out function to get the current user 9 years ago
uuid Add uuid 10 years ago