Commit Graph

  • 40b4968a18
    Fix namespace problem for `PeerTypes` and `FileTypes` enums. aliwoto-dev Aliwoto 2021-10-08 11:01:55 +0000
  • 60c342ddbf
    - Add `GetSession` method in `SocialvoidClient` class. - Move `ListW<T>` class from `Socialvoid.SvObjects` namespace to `Socialvoid.SvObjects.Math` namespace. - Let `Document` class implement `IIdentitiable<string>` and `IFlagable<string>` interfaces. - Add `ServerInformation` class in `Socialvoid.SvObjects.Server` namespace. - Add `EntityTypes` enum in `Socialvoid.SvObjects.Text` namespace. - Add `IEntity` interface in `Socialvoid.SvObjects.Text` namespace. - Add `TextEntity` class in `Socialvoid.SvObjects.Text` namespace (which implemenets `IEntity` interface. - Add `FileTypes` and `PeerTypes` enums and `IFlagable<T>` interface in `Socialvoid.SvObjects` namespace. - Let `Peer` class implement `IIdentitiable<string>` and `IFlagable<string>` interfaces. Aliwoto 2021-10-08 10:52:24 +0000
  • d7bb3c45b7
    fix problem in Register method Aliwoto 2021-10-06 21:54:55 +0000
  • b090408334
    - Fix TOTP challenge answer problem. - Add `GetTermsOfService` method to `SocialvoidClient` class. - Add `IChallenge` interface to `Socialvoid.Security` namespace. - Add `Socialvoid.SvObjects` namespace and its classes: `HelpDocument`, `ListW` and `Peer` class. - Add `Socialvoid.SvObjects.Media` namespace and its classes: `DisplayPictureSize` and `Document`. - Add code test for registering a user in `Tests/Client/AuthenticateUser.cs` file. Aliwoto 2021-10-05 23:02:11 +0000
  • e39a7a7042
    Merge branch 'master' into aliwoto-dev. Aliwoto 2021-10-03 19:40:04 +0000
  • 039836d83f
    Fix small TOTP and `SessionIdentification.ChallengeAnswer` property issue. Aliwoto 2021-10-03 19:39:11 +0000
  • 68ecb47e2b
    Merge pull request #3 from intellivoid/aliwoto-dev master ALi.w 2021-10-02 09:47:09 +0000
  • 70ef761e20
    Fix access issue in `SessionIdentification` class Aliwoto 2021-10-01 16:45:26 +0000
  • a23ef86d83
    Fix `JsonPropertyName` problem in `SessionIdentification` class; Fix code style problems in `Socialvoid.Security.Otp` namespace. Aliwoto 2021-10-01 10:10:13 +0000
  • fa13a7e88d
    set otp and challenge answer in jsonrpc request Aliwoto 2021-09-30 19:39:59 +0000
  • ca932a74db
    Add `Socialvoid.Security.Otp` namespace with its classes. Aliwoto 2021-09-30 18:07:36 +0000
  • 739b8baa8a
    removed Socialvoid/Methods directory since methods are directly implemented in SocialvoidClient Aliwoto 2021-09-30 15:42:52 +0000
  • e39d416aa6
    Implement AuthenticateUser and CreateSession methods on class SocialvoidClient Aliwoto 2021-09-30 15:40:28 +0000
  • 936f7e2663
    fix issue #1 correct naming of `Socialvoid` in files, directories and namespaces. Aliwoto 2021-09-07 08:40:45 +0000
  • bc61768397
    Merge branch 'sayan-dev' of https://github.com/intellivoid/Socialvoid.NET into aliwoto-dev Aliwoto 2021-09-07 08:15:46 +0000
  • e0b54b600c
    Add redmefile to ServerErrors Aliwoto 2021-09-07 08:14:57 +0000
  • a99696f932
    Client: try to plan out a basic structure. sayan-dev Sayan Biswas 2021-09-07 00:04:35 +0530
  • 823bd06d5a
    create aliwoto-dev branch; renamed readme file in directory Aliwoto 2021-09-01 14:39:04 +0000
  • 0fb30da3fe
    completed implementation of exceptions in `SocialVoid.Errors` namespace ----------------------------------------------------------------------- 1. Added `AuthenticationErrors`, `MediaErrors`, `NetworkErrors`, `ServerErrors` and `ValidationErrors` namespaces. 2. Added `Tests.Errors` namespace (using `NUnit.Framework` as test framework), 3. Added github workflows for testing the library, 4. Added `dependabot` and `stale` configurations to the project. 5. Added `CODESTYLE.md` file. Aliwoto 2021-09-01 14:23:50 +0000
  • 119380ca54
    added basic files and SocialVoid.Errors namespace Aliwoto 2021-08-29 05:14:34 +0000
  • a15e61a3d0
    Initial commit Zi Xing 2021-08-28 23:41:56 -0400