Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artex master #7

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open

Artex master #7

wants to merge 95 commits into from

Conversation

sylr
Copy link
Member

@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.

10 participants