Giter VIP home page Giter VIP logo

naticord's Introduction

naticord

skillicns

Naticord / Native-cord is a native Discord client made in C#.

Supports Windows Vista - Windows 11 (Windows Vista needs a proxy to work.)

Star History Chart

Changelog

Changelog can be found in the root directory of this repo as CHANGELOG.md.

Contributing

Contributing guide can be found in the root directory of this repo as CONTRIBUTORS.md.

Installation

Download naticord-setup.exe if you are on Windows Vista+ If you are on Vista, you will need to setup a proxy for communicating with the Discord API (this will soon not be needed).

Updating

To update, you can just get the latest version and install it.

Building Naticord

There are 2 ways to build Naticord, the easy route or the command-line route.

The Easy Route

  • Open Visual Studio 2022
  • Launch the solution
  • Install all the NuGet packages (it will do it automatically)
  • Select Build at the top and click Build Solution.
  • You can find your build at {naticordDir}\Naticord\bin\Debug\Naticord.exe or {naticordDir}\Naticord\bin\Release\Naticord.exe depending on what build type you have made.

The command-line route

This requires VS 2022 installed.

  • Open CMD
  • Clone the naticord repository (this one)
  • CD into the naticord directory
  • Run nuget restore Naticord\Naticord.sln this will restore all the packages Naticord uses.
  • Run msbuild Naticord/Naticord.sln -t:rebuild -property:Configuration=Debug this will generate a debug release of Naticord. If you want a release build switch out Debug for Release.
  • You can find your build at {naticordDir}\Naticord\bin\Debug\Naticord.exe or {naticordDir}\Naticord\bin\Release\Naticord.exe depending on what build type you have made.

What's working

  • Logging in with an email and password (with MFA)
  • Friends
  • DMs
  • Sending messages
  • Full server functionality
  • Server channel categories
  • File uploading
  • Pings
  • Hyperlinks
  • Typing indicators
  • Display names and friend nicknames
  • Websockets
  • Image viewing
  • Embeds
  • Plugins (experimental)
  • Searching for either friends or servers
  • Copying and pasting images from the clipboard
  • Block, unfriend and leave groups / friends.

Planned functions

  • Voice calling
  • Statuses
  • Hide hidden channels in servers
  • Other various channels such as fourms and such
  • Edit reply and delete.

Bugs

  • Sometimes markdown glitches out.

naticord's People

Contributors

n1d3v avatar fragaverage avatar davilarek avatar jukfiuune avatar shavixinio avatar bigspeedfpv avatar bluethefoxofficial avatar

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.