Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Fixed selecting the common format when no telephone event.
A bug had been introduced when the default format, which was created when no match was found, was a normal looking format with an ID of 0. This was a big problem as 0 is PCMU. Added a dedicated met...sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Fixed selecting the common format when no telephone event.
A bug had been introduced when the default format, which was created when no match was found, was a normal looking format with an ID of 0. This was a big problem as 0 is PCMU. Added a dedicated met...sipsorcery created a branch on sipsorcery-org/sipsorcery
fix-sdpformat-empty - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Removed windows media project from sip examples. 6cf4b72
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Updated vuln nuget pkgs and updated target from 461 to 462 to allow removal of vuln xunit packages. (#1231) cf1a007
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Updated vuln nuget pkgs
Additionally updated target from 461 to 462 to allow removal of vuln xunit packages.sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Updated vuln nuget pkgs
Additionally updated target from 461 to 462 to allow removal of vuln xunit packages.sipsorcery created a branch on sipsorcery-org/sipsorcery
nuget-upgrade-462 - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery pushed 1 commit to moov3948-nuget-upgrade nofrixion/moneymoov-dotnet
- Reverted inadvertent code changes. 5b15ae2
sipsorcery pushed 1 commit to moov3948-nuget-upgrade nofrixion/moneymoov-dotnet
- Reverted inadvertent code changes. e5a4be7
sipsorcery pushed 8 commits to moov3948-nuget-upgrade nofrixion/moneymoov-dotnet
- Return role with user 8f2ac9d
- ✨feat: add AuthorisedAt property for rules 92f7b9d
- Wrote tests 643bdfe
- Merge branch 'develop' into MOOV-3853-Return-Roles-With-User ef1dd4a
- Merge pull request #460 from nofrixion/feature/MOOV-3929-rules-handle-multiple-authorisers Add `AuthorisedAt` to `Ru... ad36ff6
- Made user roles nullable. a8ce5bd
- Merge pull request #461 from nofrixion/MOOV-3853-Return-Roles-With-User Return roles with user 5e2f4fb
- Merge remote-tracking branch 'origin/develop' into moov3948-nuget-upgrade 221131d
sipsorcery created a branch on nofrixion/moneymoov-dotnet
moov3948-nuget-upgrade - .NET Core SDK for NoFrixion's MoneyMoov API
sipsorcery closed a pull request on bitcoin/bitcoin
Simplify constructor in fuzz test to help msvc compiler frontend parser.
Resolves #31303.sipsorcery created a review comment on a pull request on bitcoin/bitcoin
Whoops, I did inspect but yes, missed the static keyword getting dropped. Guess it will need to wait for an msvc fix then.
sipsorcery opened a pull request on bitcoin/bitcoin
Simplify constructor in fuzz test to help msvc compiler frontend parser.
Resolves #31303.sipsorcery created a branch on sipsorcery/bitcoin
fix-fuzz-msvc - Bitcoin Core integration/staging tree
sipsorcery pushed 201 commits to master sipsorcery/bitcoin
- test: improve debug log message from P2PConnection::connection_made() This is used in both cases - TCP server (accep... ba621ff
- validation: add RecalculateBestHeader() function It recalculates m_best_header by looping over the entire block inde... a51e917
- rpc: call RecalculateBestHeader as part of reconsiderblock Co-authored-by: Fabian Jahr <[email protected]> 9275e96
- validation: call RecalculateBestHeader in InvalidChainFound This means that it is being called in two situations: 1.... 783cb73
- validation: mark blocks building on an invalid block as BLOCK_FAILED_CHILD Without doing so, header-only chains buil... f5149dd
- test: cleanup rpc_getchaintips.py Remove whitespace that doesn't conform with pep8 and turn some comments into log m... ccd98ea
- test: add test for getchaintips behavior with invalid chains This test would fail to mark the chain tip as "invalid"... 0bd53d9
- Fix unsigned integer overflows in interpreter bbbbaa0
- build: have "make test" depend on "make all" 2957ca9
- init: Correct coins db cache size setting The chainstate caches are currently re-balanced on startup even in the non... 3a4a788
- netinfo: add peer services column eef2a9d
- netinfo: clarify relaytxes and addr_relay_enabled help docs e7d307c
- netinfo: rename and hoist max level constant to use in top-level help to avoid overlooking to update the top-level h... 681ebcc
- [refactor] Cleanup BlockAssembler mempool usage The `addPackageTxs` method of the `BlockAssembler` currently has acc... 192dac1
- test: extend the SOCKS5 Python proxy to actually connect to a destination If requested, make the SOCKS5 Python proxy... ebe42c0
- test: support WTX INVs from P2PDataStore and fix a comment 22cd0e8
- test: set P2PConnection.p2p_connected_to_node in peer_connect_helper() Set `P2PConnection.p2p_connected_to_node` in ... 57529ac
- Add gdb and lldb links to debugging troubleshooting cb7c5ca
- [refactor] add TxDownloadManager wrapping TxOrphanage, TxRequestTracker, and bloom filters This module is going to b... 5f9004e
- [doc] fix typo in m_lazy_recent_confirmed_transactions doc f6c860e
- and 181 more ...
sipsorcery created a comment on an issue on bitcoin/bitcoin
I'm not having any luck getting the fuzzer to run but I was able to replicate the compiler error and fix it by getting chatgpt to rejig the code slightly. ``` /* static const auto setup{ ...
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Update vuln nuget package. (#1230) 24a9dfe
sipsorcery created a branch on sipsorcery-org/sipsorcery
nuget-upgrade - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.