Skip to content

Conversation

sylr
Copy link

@sylr sylr commented Nov 5, 2024

No description provided.

dependabot bot and others added 30 commits December 18, 2023 23:57
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0.
- [Commits](golang/crypto@v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
use default instead of a timer

refactor send queued

In case of Log On messages block until sent
…til sent (quickfixgo#21)

## Issue 
When log on request was queued because cannot be send due to connection
not ready,
Then it goes through the [main session
loop](https://github.com/alpacahq/quickfix/blob/5dcde41f3e6e68e93e1fd381761cd9c7843aec43/session.go#L821-L841)
which leads to
[SendAppMessages](https://github.com/alpacahq/quickfix/blob/5dcde41f3e6e68e93e1fd381761cd9c7843aec43/session_state.go#L107-L111)

But, since session is not logged on yet because the message queued is
the log on message, we drop the `toSend` queued messages so we lose the
log on message itself.


## Proposed solution
For important messages like Logon/Logout/Resend/SequenceReset we block
until sent.
partly revert change in quickfixgo#368 due to breaking the unit test added in this PR
Update and satisfy code linter
…anced-incorrectly

Group field whose elements do not have the same fields are incorrectly parsed
…en-blocked

Escape send queued when blocked on connection side
feat: change proxyproto pkg to support proxy proto v2
Bug: For Logon/Logout/Resend/SequenceReset messages we should wait until sent
…es/golang.org/x/crypto-0.17.0

Bump golang.org/x/crypto from 0.15.0 to 0.17.0
feat: AllowUnknownMessageFields & CheckUserDefinedFields
ackleymi and others added 28 commits August 14, 2024 12:56
…ls-config-for-acceptor

Allow the clients of acceptor to specify their own tls.Config
Reinit stop sync to prevent deadlock on sequential start/stops
…nauth

Check logon auth before resetting store
Adds SQL, Mongo, and Composite Log Implementations
Adds convenience getters for session log and store
Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

Signed-off-by: Sylvain Rabot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.