Skip to content

Releases: elitepvpers-community/epvpapi

Version 1.1.1

17 Mar 18:56

Choose a tag to compare

This version contains mostly bugfixes and performance improvements. See the Migration Guide for changes that may affect your project.

Version 1.1

20 Nov 18:12

Choose a tag to compare

  • Added Statistic class holding information about the forum (Threads, Posts, Members)
  • Fixed parsing bugs (Recommendations and ThanksReceived can now be parsed if the values are greater than 999, updated join date parsing since the format was modified somehow by the forum software)
  • Remastered content framework (+ added Content.Element.FontSize, updated Content.Element.Code, implemented additional pre-defined sorting properties such as Content.JustifiedTexts, Content.RightAlignedTexts, Content.LeftAlignedTexts, Content.FontSizes, Content.Codes and so on, see this wiki page for further information)
  • Implemented the Profile.SetSignature method that allows you to change your signature using the content framework
  • The friend count of users may now be retrieved using the User.Friends property after updating (parsing)
  • Minor renaming changes (that won't affect you) and other bugfixes

Version 1.0

02 Oct 22:42

Choose a tag to compare

  • Fixed several bugs and errors, enhanced the information parsing procedures
  • Code refactoring and restructuring changes
  • UnitTests usable by everyone (see the README.MD for more information on how to setup your environment)
  • Content Framework for parsing and generating messages with vBulletin (elitepvpers specific) format codes such as spoilers, centered text, bold text, quotes, ...
  • Extended proxy support for connecting when behind a proxy server
  • Subscribed threads can be queried using the Profile.GetSubscribedThreads function (thx @michaelpittino
  • User Search and lookup functions such as User.Search and User.ByName
  • Implemented new properties including User.Banned that is set to true if the user was detected being banned.

Version 1.0 - Alpha

20 Sep 13:50

Choose a tag to compare

Version 1.0 - Alpha Pre-release
Pre-release

Properties are not covered in this changelog. Please see the documentation for more information.

Session User

Linked with the session, also known as the logged-in user.

  • Login (using the MD5 password hash)
  • GetPrivateMessages
  • GetTreasures
  • RemoveAvatar
  • SetAvatar

User

  • HasRank
  • GetHighestRank
  • Update
  • Search

Shoutbox

  • Update

Channels

  • History
  • Shouts (newest 15)
  • Send (for sending messages to the channel)

Smileys

Pre-defined implementations of available smileys (Smiley.Awesome, Smiley.RedFace...)


Messages

Private Messages

  • Send
  • Update
  • Report

Visitor Messages

  • Send

Sections

Pre-defined implementations of sections (Section.Main, Section.Suggestions)

  • Threads
  • Update

Threads

  • Create
  • Delete
  • Close
  • Open
  • Rate
  • Reply
  • Update
  • Replies

Posts

  • Report

Blogs

Blog Entries

  • Publish

Social Groups

  • Create
  • Delete
  • RequestTransfer
  • AcceptTransfer
  • Edit
  • Kick
  • Invite
  • CancelInvite
  • Join
  • Leave

Threads

  • Create
  • Delete
  • Reply

Posts

  • Delete