Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / TokTok/c-toxcore issues and pull requests

#2585 - test: Add circle-lang compiler test for toxcore.

Pull Request - State: open - Opened by iphydf 5 months ago - 1 comment

#2583 - test: Fix comment I broke in the events test PR.

Pull Request - State: closed - Opened by iphydf 5 months ago - 1 comment

#2582 - cleanup: Rename group to conference in groupav documentation.

Pull Request - State: closed - Opened by iphydf 5 months ago - 1 comment

#2581 - cleanup: Ensure handler params are named after callback params.

Pull Request - State: closed - Opened by iphydf 6 months ago - 3 comments

#2580 - cleanup: Minor cleanup of event unpack code.

Pull Request - State: open - Opened by iphydf 6 months ago - 1 comment

#2579 - refactor: Use more generated pack functions for NGC savedata.

Pull Request - State: open - Opened by iphydf 6 months ago

#2578 - refactor: Allow NULL pointers for byte arrays in events.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2577 - refactor: Add common msgpack array packer with callback.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2576 - cleanup: make some improvements to group moderation test

Pull Request - State: closed - Opened by JFreegman 6 months ago - 1 comment
Labels: cleanup

#2575 - refactor: Pass `this` pointer as first param to s11n callbacks.

Pull Request - State: closed - Opened by iphydf 6 months ago - 2 comments

#2574 - Restyle cleanup: Remove `bin_pack_{new,free}`.

Pull Request - State: closed - Opened by restyled-io[bot] 6 months ago - 1 comment

#2573 - cleanup: skip a do_gc iteration before removing peers marked for deletion

Pull Request - State: closed - Opened by JFreegman 6 months ago - 1 comment
Labels: cleanup

#2572 - cleanup: Remove `bin_pack_{new,free}`.

Pull Request - State: closed - Opened by iphydf 6 months ago - 2 comments

#2571 - chore: Add a profiling flag to cmake.

Pull Request - State: open - Opened by iphydf 6 months ago

#2569 - refactor: Factor out the byte array copying from events.

Pull Request - State: open - Opened by iphydf 6 months ago - 1 comment

#2568 - feat: Add dht_get_nodes_response event to the events system.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2567 - refactor: Use enum-specific pack functions for enum values.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2566 - cleanup: Remove empty test doing nothing.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2565 - refactor: Factor out union pack switch from event packer.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2564 - cleanup: Move the 2-element array pack out of individual events.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2563 - test: Add printf log statement to group_moderation_test.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2562 - chore: add clangd files to .gitignore

Pull Request - State: closed - Opened by Green-Sky 6 months ago - 1 comment

#2561 - refactor: Move file streaming test to its own file.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2560 - fix(ci): window builds now build in parallel

Pull Request - State: closed - Opened by Green-Sky 6 months ago - 2 comments

#2559 - refactor: Migrate auto_tests to new events API.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2557 - test: Add C++ classes wrapping system interfaces.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2555 - fix: Remove fatal error for non-erroneous case

Pull Request - State: closed - Opened by JFreegman 6 months ago - 1 comment
Labels: bug

#2554 - fix: Make all the fuzzers work again, and add a test for protodump.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2553 - chore: rename `friend_read_receipt`

Issue - State: open - Opened by Green-Sky 6 months ago
Labels: api break

#2552 - fix: Make sure there's enough space for CONSUME1 in fuzzers.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2551 - chore: Move from gcov to llvm source-based coverage.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2550 - Restyle test: Add fuzz tests to the coverage run.

Pull Request - State: closed - Opened by restyled-io[bot] 6 months ago - 1 comment

#2549 - fix: issues with packet broadcast error reporting

Pull Request - State: closed - Opened by JFreegman 6 months ago - 1 comment
Labels: bug

#2548 - feat: build c-toxcore with the zig build system

Pull Request - State: closed - Opened by freylax 6 months ago - 8 comments

#2547 - test: Add fuzz tests to the coverage run.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2545 - refactor: Use `operator==` for equality tests of `Node_format`.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2544 - RFC: Custom Packet differenciation (aka packet ids) for NGC

Issue - State: open - Opened by Green-Sky 6 months ago - 3 comments

#2543 - refactor(test): Slightly nicer C++ interface to tox Random.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2542 - refactor: packet broadcast functions now return errors

Pull Request - State: closed - Opened by JFreegman 6 months ago - 3 comments
Labels: api break, refactor

#2541 - fix: don't pass garbage data buffer to packet send functions

Pull Request - State: closed - Opened by JFreegman 6 months ago - 1 comment
Labels: cleanup

#2540 - cleanup: Make group packet entry creation less error-prone

Pull Request - State: closed - Opened by JFreegman 6 months ago - 4 comments
Labels: cleanup

#2539 - refactor: Minor refactoring of get_close_nodes functions.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2538 - refactor: Factor out malloc+memcpy into memdup.

Pull Request - State: closed - Opened by iphydf 6 months ago - 3 comments

#2536 - cleanup: Some more test cleanups, removing overly smart code.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2535 - feat: allow the large custom NGC packets to be handled also by the client

Pull Request - State: open - Opened by zoff99 6 months ago - 4 comments

#2534 - Restyle test: Add more unit tests for `add_to_list`.

Pull Request - State: closed - Opened by restyled-io[bot] 6 months ago

#2533 - Restyle test: Add more unit tests for `add_to_list`.

Pull Request - State: closed - Opened by restyled-io[bot] 6 months ago

#2532 - Restyle test: Add more unit tests for `add_to_list`.

Pull Request - State: closed - Opened by restyled-io[bot] 6 months ago

#2531 - test: Add more unit tests for `add_to_list`.

Pull Request - State: closed - Opened by iphydf 6 months ago - 3 comments

#2530 - refactor: Assign malloc return to a local variable first.

Pull Request - State: closed - Opened by iphydf 6 months ago - 2 comments

#2529 - test: Add "infer" CI check to github, remove from circle.

Pull Request - State: closed - Opened by iphydf 6 months ago - 4 comments

#2528 - test: Add a toxic build to CI.

Pull Request - State: closed - Opened by iphydf 6 months ago - 2 comments

#2527 - cleanup: Add Toxav alias for ToxAV.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2526 - cleanup: Make Tox_Options a typedef.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2525 - cleanup: Add dynamically derived array sizes to the API.

Pull Request - State: closed - Opened by iphydf 6 months ago - 3 comments

#2524 - cleanup: Add explicit array sizes to toxencryptsave.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2523 - cleanup: Move `tox_get_system` out of the public API.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2522 - cleanup: Make setters take non-const `Tox *`.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2519 - refactor: Align group message sending with other send functions.

Pull Request - State: closed - Opened by iphydf 6 months ago - 5 comments

#2498 - chore: Simplify msvc build using vcpkg.

Pull Request - State: closed - Opened by iphydf 6 months ago - 1 comment

#2492 - refactor: remove base_time from mono_clock

Pull Request - State: open - Opened by Green-Sky 6 months ago - 3 comments

#2468 - fix(test): tests use ipv6 by default, even with USE_IPV6 set to 0

Pull Request - State: closed - Opened by Green-Sky 7 months ago - 14 comments

#2450 - feat: WIP NoiseIK handshake based on libsodium

Pull Request - State: open - Opened by goldroom 7 months ago - 4 comments

#2445 - cleanup: Use a struct for public keys.

Pull Request - State: closed - Opened by iphydf 7 months ago - 1 comment

#2441 - fix: actually give the larger incoming NGC custom packets via API to the client

Pull Request - State: closed - Opened by zoff99 7 months ago - 1 comment

#2399 - test: Add control flow integrity sanitizer.

Pull Request - State: open - Opened by iphydf 10 months ago - 2 comments

#2397 - refactor: Move some OS-specifics into tox_system.

Pull Request - State: open - Opened by iphydf 10 months ago - 1 comment

#2392 - refactor: Make event dispatch ordered by receive time.

Pull Request - State: closed - Opened by iphydf 10 months ago - 2 comments

#2387 - Update TCP_common.c

Pull Request - State: open - Opened by xzhdream 11 months ago - 4 comments

#2381 - fix: incorrect documentation

Pull Request - State: open - Opened by JFreegman about 1 year ago - 1 comment
Labels: documentation

#2380 - allow for larger incoming NGC packets

Pull Request - State: open - Opened by zoff99 about 1 year ago - 2 comments

#2379 - cleanup: const a few tox pointers for groupchat API

Pull Request - State: closed - Opened by JFreegman about 1 year ago - 5 comments
Labels: api break, cleanup

#2378 - feat: add ngc Events

Pull Request - State: closed - Opened by Green-Sky over 1 year ago - 5 comments
Labels: enhancement

#2377 - chore: Windows build improvements

Pull Request - State: closed - Opened by hakim0101 over 1 year ago - 3 comments

#2375 - [Snyk] Security upgrade debian from bullseye-slim to 11.6-slim

Pull Request - State: open - Opened by iphydf over 1 year ago - 1 comment

#2374 - [Snyk] Security upgrade debian from bullseye-slim to 11.6-slim

Pull Request - State: open - Opened by iphydf over 1 year ago - 1 comment

#2373 - Tox callbacks

Issue - State: closed - Opened by frostmorn over 1 year ago - 2 comments

#2372 - Bad signature for 0.2.18 tarball

Issue - State: closed - Opened by antonio-rojas over 1 year ago - 2 comments

#2371 - docs: fix group_peer_exit_cb

Pull Request - State: closed - Opened by Green-Sky over 1 year ago - 1 comment

#2370 - fix: behaviour of group api function

Pull Request - State: closed - Opened by JFreegman over 1 year ago - 1 comment
Labels: api break

#2369 - wip: trying to fix tcp auto test

Pull Request - State: open - Opened by Green-Sky over 1 year ago - 1 comment

#2368 - Restyle Fix fuzz support for TCP server

Pull Request - State: closed - Opened by restyled-io[bot] over 1 year ago

#2367 - fix: fuzz support for TCP server

Pull Request - State: closed - Opened by sudden6 over 1 year ago

#2365 - Restyle chore: Migrate from Appveyor to Azure Pipelines

Pull Request - State: open - Opened by restyled-io[bot] over 1 year ago - 1 comment

#2364 - fix: potential endless loop under extremely high load

Pull Request - State: closed - Opened by sudden6 over 1 year ago - 1 comment

#2363 - Restyle test: enable tcp relay for bootstrap fuzzing

Pull Request - State: closed - Opened by restyled-io[bot] over 1 year ago

#2362 - test: enable tcp relay for bootstrap fuzzing

Pull Request - State: closed - Opened by sudden6 over 1 year ago - 1 comment

#2361 - fix: resolve_bootstrap_node() not checking net_getipport() returned count correctly

Pull Request - State: closed - Opened by Green-Sky over 1 year ago - 3 comments

#2359 - A basic question: How do you prevent man in the middle?

Issue - State: closed - Opened by badihi over 1 year ago - 7 comments

#2358 - resolve_bootstrap_node assert hit

Issue - State: closed - Opened by zoff99 over 1 year ago - 2 comments

#2357 - diagnostic: get the ratio of close dht nodes with announce/store support

Pull Request - State: open - Opened by Green-Sky over 1 year ago
Labels: diagnostic

#2356 - Why media traffic is being relayed?

Issue - State: open - Opened by akamaus over 1 year ago - 11 comments