AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system natives (https://forums.alliedmods.net/showthread.php?t=146019)

Bimbo1 01-19-2013 22:41

Re: [EXTENSION] System2
 
Quote:

Originally Posted by Bimbo1 (Post 1876605)
the extension failed on loading: "Could not find interface: IThreader".

sorry, it's working. i just updated my metamod and sourcemod(1.4.7) to 1.5.0 and it's working fine.

dordnung 04-15-2013 12:52

Re: [EXTENSION] System2
 
UPDATE


1.5 - Proper usage of threading. Thanks to KyleS

dordnung 04-26-2013 10:22

Re: [EXTENSION] System2 V2.0
 
UPDATE


2.0 - Added a lot of natives
- Added prefix System2_ to natives
- Added DownloadFile
- Added DownloadFTPFile
- Added UploadFTPFile
- Added CopyFile
- Added CompressFile
- Added ExtractArchive

Powerlord 04-26-2013 13:42

Re: [EXTENSION] System2 V2.0
 
Quote:

Originally Posted by Popoklopsi (Post 1940352)
UPDATE

- Added prefix System2_ to natives

So... you broke every plugin that already used this extension?

asherkin 04-26-2013 13:48

Re: [EXTENSION] System2 V2.0
 
Quote:

Originally Posted by Powerlord (Post 1940469)
So... you broke every plugin that already used this extension?

In my opinion, I think that's considerably better than not namespacing.

dordnung 04-26-2013 13:48

Re: [EXTENSION] System2 V2.0
 
No the old natives are also available.

Just take a look at the include file.

Powerlord 04-26-2013 15:22

Re: [EXTENSION] System2 V2.0
 
Quote:

Originally Posted by asherkin (Post 1940476)
In my opinion, I think that's considerably better than not namespacing.

That's one thing I took advantage of when switching from BuiltinVotes (an extension) to NativeVotes (a plugin)... prefixing the new natives with NativeVotes_

dordnung 04-27-2013 19:47

Re: [EXTENSION] System2 - Updated 2013/04/28
 
UPDATE


2.1
- Security fixed
- Now every progress update will call the forward

dordnung 04-30-2013 05:04

Re: [EXTENSION] System2 - Updated 2013/04/28
 
UPDATE


2.2
- Added native System2_GetPage to get the content of a page
- Now you can retrieve the hole output from a threaded system command (Sry i had to change the CmdCallback for this!)
- Support for SSL on Linux (Windows already have support)




2.21
- Fixed a bug that CopyFile doesn't copied all data

dordnung 05-03-2013 08:00

Re: [EXTENSION] System2 - Updated 2013/04/30
 
UPDATE


2.3
- Added parameter any:data to all callbacks and natives with callbacks




UPDATE 2013/05/07


2.31
- Fixed wrong any parameter on callback function


All times are GMT -4. The time now is 20:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.