TehGM / Wolfringo

A .NET Library for WOLF (previously Palringo)

Home Page:https://wolfringo.tehgm.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolfringo

Nuget GitHub top language GitHub GitHub Workflow Status GitHub issues

This is a .NET library for WOLF (previously Palringo).

This library is designed with extensibility through Dependency Injection in mind, and is compatible with ASP.NET Core and other .NET Core Hosting scenarios through Wolfringo.Hosting package.

Library works with strongly-typed messages and responses, that are serialized when sending and deserialized when receiving. Message listeners can be invoked by message type, giving full benefit of strong typing. Additionally, Wolfringo.Utilities package provides a Sender extensions class, which abstracts common sending tasks. Utilities package is included by default with Wolfringo meta-package.

Wolfringo provides a built in Commands System. Commands System uses attributes to mark commands, which greatly reduces amount of boilerplace code needed.
The Commands System follows the design principles of entire Wolfringo library, and therefore is easily extensible and easily customizable thanks to Dependency Injection.

Documentation

A full Documentation is now available - it includes Tutorials and Guides, as well as full API Reference.

Download

Most recent versions of this package are downloadable via nuget.org!

  1. Install package in your project
    Install-Package Wolfringo
    
  2. (.NET Core Host/ASP.NET Core only) Install Wolfringo.Hosting package
    Install-Package Wolfringo.Hosting
    

Older versions

Older versions are available through GitHub Packages. See Installation guide in Documentation for steps to install version before v0.4.0.

Requirements

The library targets .NET Standard 2.0, and therefore works with .NET Core 2.0+, .NET Framework 4.6.1+ and .NET 5+.

See Introduction in documentation for more details.

Further development

Known bugs and missing features

  • Avatar setting is not supported, due to Wolf protocol not supporting it yet.
  • Spam filter settings is not supported.

Contributing

To ask questions or give ideas for Wolfringo, start a new Discussion.

In case you want to report a bug or request a new feature, open a new Issue.

If you want to contribute a patch or update, fork repository, implement the change, and open a pull request.

License

Copyright (c) 2020 TehGM

Licensed under MIT License.

About

A .NET Library for WOLF (previously Palringo)

https://wolfringo.tehgm.net

License:MIT License


Languages

Language:C# 99.9%Language:Batchfile 0.1%