Skip to content

Update Community_Resources.mdx to include the concord library #7157

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

Open
wants to merge 175 commits into
base: main
Choose a base branch
from

Conversation

mazylol
Copy link

@mazylol mazylol commented Sep 19, 2024

The concord library is implemented in asynchronous C99. It is quite feature-complete and is practically the only discord library out there for C.

@mazylol mazylol requested a review from a team as a code owner September 19, 2024 01:49
@mazylol mazylol requested review from colinloretz and removed request for a team September 19, 2024 01:49
@markmandel markmandel self-requested a review June 20, 2025 23:25
@markmandel
Copy link
Contributor

Whelp! We let this one languish way too long. Our apologies.

Would you mind fixing up the merge conflicts, and we can get this in?

We're in the process of redoing the guidelines (and content!) for this community page as we speak, but this looks like a mature enough library that it's a good addition.

Thanks! 👍🏻

birarda and others added 24 commits July 3, 2025 17:56
…iscord#7139)

* Update rich presence image examples with redesigned activity cards

* Update game sdk table

* Fix typos and better badge descriptions

* Update docs/rich_presence/Best_Practices.md

Co-authored-by: Suspense <[email protected]>

* Update assets

* More asset updates

* Updated actionable example

* Remove references to spectate

* Fix table formatting

---------

Co-authored-by: Suspense <[email protected]>
* update overview content

* Update intro page copy

* Update Activities Getting Started guide

* Update Overview of Apps page

* Add new discovery documentation

* Remove preview labels

* Add Change Log entry

* add monetization guide and update reference for activities

---------

Co-authored-by: Colin Loretz <[email protected]>
Updates to entitlement migration guide
* fix interaction callback documentation

* fix CI
* Add guild member banners

* changelog
colinloretz and others added 30 commits July 3, 2025 17:56
…lay Names guide (discord#7621)

* Added Social SDK How To categry

* Add handling special characters

* refer to character handling in UFL design guide

* Reorder and drop numbers. Not in ranked order
This updates two things:
1. To the latest link mappings file for the Social SDK
2. Implements a change in the link map generator such that the first
matching signature is selected as the link rather than the last. This
means that when methods are overloaded, the user is directed to the top
of list (the first), rather than the bottom (the last).
- [BotForge's Application Commands Builder & Previewer](https://tools.botforge.org/appbuilder) - A modern JSON payload generator and previewer for creating and testing slash commands and context menus.
- [BotForge's Permissions Calculator](https://tools.botforge.org/permissions) - An up-to-date permissions calculator to help generate accurate OAuth2 URLs for Discord bots.

<3
* document new pin endpoints

* fix errors

* fix tables

* Update links

---------

Co-authored-by: Anthony Tesija <[email protected]>
* fix interaction callback data table

* fix interaction callback data table

* fixed formatting error
* Guide: Managing Voice Chat

Guide for making and managing voice chat when utilising lobbies.

* Review updates.
---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add changelog for paginated pins

* Fix date

* Updated dates

* Wording

* Update it all
* feat: document role gradient colors

* object

* comma

* features and more clear docs

* tables

* typo on permissions.md

Co-authored-by: Suspense <[email protected]>

* add note about holographic style

* Reword info block on RoleColors

Co-authored-by: Anthony <[email protected]>

* 's

Co-authored-by: Anthony <[email protected]>

* Update based on the review

* 's

Co-authored-by: Anthony <[email protected]>

* apply suggestions and fix tables

---------

Co-authored-by: Suspense <[email protected]>
Co-authored-by: Anthony <[email protected]>
* add caveat for allowed mentions in interactions

* deeper rewrite of allowed mentions docs 🤠

* red ping -> notification

* Update message.mdx

* fix spaces

* Update docs/resources/message.mdx

Co-authored-by: Mark Mandel <[email protected]>

* Update docs/resources/message.mdx

Co-authored-by: Mark Mandel <[email protected]>

---------

Co-authored-by: Mark Mandel <[email protected]>
* Figma File - The Social SDK: Friend List Starter Pack

Added our Figma community resource for Friend's Lists to the Unified
Friends List design guidelines.

Let's see how much people like it!

* Update link checker to ignore images.
Includes updated social-sdk-mappings.json as well.
* feat(invite): Guest invites

* Apply suggestion

Co-authored-by: Ruairi O hUanachain <[email protected]>

* update flags docs

* fix link

* actually fix ci this time

---------

Co-authored-by: Ruairi O hUanachain <[email protected]>
Co-authored-by: advaith <[email protected]>
* Social SDK: Add OAuth Communications Scope warnings

Devs keep running into the issue that they aren't aware that to use
communication features, they need to enable communication OAuth scopes
(mainly because we're not explicit about it anywhere).

This aims to fix this! This PR includes:

- Reorganize core concepts page to prioritize OAuth scopes
- Add implementation details to OAuth guide
- Add warnings to guides using Communications features about scope
requirements

* Review updates.
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.5 and updates ancestor dependency [tsx](https://github.com/privatenumber/tsx). These dependencies need to be updated together.


Updates `esbuild` from 0.20.2 to 0.25.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.20.2...v0.25.5)

Updates `tsx` from 4.10.2 to 4.20.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.10.2...v4.20.3)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: indirect
- dependency-name: tsx
  dependency-version: 4.20.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [primary guild] Add documentation for user primary guild.

* Fix links

* "object"

* Update badge path and add null identity_enabled explainer.

* Clarify null case

* Update guild tag badge name

* Fix tables

---------

Co-authored-by: Kirby Cool <[email protected]>
Co-authored-by: advaith <[email protected]>
…" (discord#7656)

This reverts commit 1520a81.

Apolgies folks - I looked up the wrong attribute on the PR.
Rolling back while we work out if this should be enabled as
public or not. Totally my fault for not looking properly.

The version of the docs platform will make these issues far
less of a problem (or 🤞🏻 get rid of them entirely).
Adds a section to the Managing Lobbies documentation covering how to use
`Client::GetLobbyMessagesWithLimit` to get a lobby's chat history.
Note: Should take this live with the updates to the lobby chat history
documentation as well.
* add phone, email; add timestamp footnote

* improve timestamp style footnote

* more details in footnote

* URIs not URLs

* reword
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.