Giter Site home page Giter Site logo

bluecord's People

Contributors

bluemods avatar mechite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bluecord's Issues

Want any help on polishing the website?

Hi there!

I'm looking to get into contributing to open source projects and came across Bluecord. While I'm not too proficient in Java, I noticed there are some visual improvements that could be made to the Bluecord website (buttons not wide enough on home screen, I would put the warning message for downloading the mod only from the official site at the top, etc.). Is there anything I can help with in that regard?

FDroid

Will Blurcord be available on FDroid?

No license

As there is no license, no one is technically/legally allowed to use any code (or contribute, probably).

Threads/forum posts bugged

When I try to make a forum post, and I 9ress send, it will not allow me, stating I don't have permission

you cannot build this "safely"

the build instructions make no sense, you made the app "open-source" but didn't include the "smali patcher", what if the sussy stuff is in it? you're making your users do something you used to disallow and ban people for (decompilation) just to get a patcher you don't want to release. by "safely" i mean you cannot fully audit this app.

Would like the functionality from a few Aliucord plugins added to Bluecord

It would be nice to have the functionality of these Aliucord plugins in Bluecord, in like a 2.2.1 update or something. They're all open source plugins so it should be easy to add.
FixEmotes - https://github.com/Vendicated/AliucordPlugins/tree/main/FixEmotes
RemoveZoomLimit - https://github.com/Juby210/Aliucord-plugins/tree/main/RemoveZoomLimit
ValidUser - https://github.com/js6pak/ValidUser
WhichMessage - https://github.com/scrazzz/AliucordPlugins/tree/main/WhichMessage

This is all that's really stopping me from using Bluecord, I like how much faster Bluecord is, but these are just too useful for me to want to forego.

Translate Mods Tab

this is a suggestion not an issue!
you could translate for native phone language the mods tab, if you need help with translation, I can translate to Spanish and Portuguese

this could help some people who don't understand English or are not to much familiarized with English

Cant update bluecord

I've been on bluecord 2.2 the entire time I have had bluecord and didn't know there was update until a friend told me, so in the app I tried to update from bluecord menu but it says I'm on latest version, and going to website also says latest version is 2.2. idk what to do.

Request: New release

Can you make a new release of bluecord (preferably .apk versions with separated architectures/bitnesses)

Voice message generation

Request flow seems to be as follows:

POST => https://discord.com/api/v9/channels/{CHANNEL_ID}/attachments

BODY:

{
  "files": [
    {
      "filename": "voice-message.ogg",
      "file_size": 8987,
      "id": "2"
    }
  ]
}

RESPONSE <=

{
  "attachments": [
    {
      "id": 2,
      "upload_url": "https://discord-attachments-uploads-prd.storage.googleapis.com/{UUID}/voice-message.ogg?upload_id={UPLOAD_ID}",
      "upload_filename": "{UUID}/voice-message.ogg"
    }
  ]
}

The upload_url is then used in a PUT call:

PUT => {upload_url} from before

content-type: audio/ogg 
host: discord-attachments-uploads-prd.storage.googleapis.com
user-agent: Discord-Android/173023;RNA

The contents of the PUT is the ogg file from earlier

After that succeeds, it is followed up by this API call to send it out:

POST => https://discord.com/api/v9/channels/{CHANNEL_ID}/messages
BODY:

{
  "content": "",
  "channel_id": "{CHANNEL_ID}",
  "type": 0,
  "flags": 8192,
  "attachments": [
    {
      "id": "0",
      "filename": "voice-message.ogg",
      "uploaded_filename": "{URL PATH}",
      "duration_secs": 2.48,
      "waveform": "AFZJL0FIITA3MysmLjYgNz5KNiosKSA="
    }
  ],
  "nonce": "{NONCE}"
}

Not sure how waveform is generated, but the rest makes sense enough.

when will the new version be released

I am a fan of bluecord, I consider it the only normal discord client, but there have been no updates for a long time. when the new one comes out, maybe there are some problems? There is a lot to add from the new version.. (translated from Russian via translator)

New Version Bluecord ?

Will you be able to add your modifications to the modern version of discord (to use modern features, such as games / voice messages), and release this version ?

[Enhancement] Use issue templates

Providing some rudimentary issue templates can help rid a lot of the mess and annoyances with people complaining, asking for new releases, and allow to quickly get a good overview of what should be worked on, etc.

Bugs & enhancements belong in issues, everything else in the Telegram channel. Employ checkboxes, e.g.

  • This is an enhancement request, not a cry for help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.