Category: dutils

rss

urlencode in Pawn

When creating new REST-ful API for GTAT (based upon my pwncurl and a lua backend) I had to implement the method urlencode in pawn.

So I took a look at the specification in RFC 1738 to get information about what characters need to be encoded.

RFC 1738: Only alphanumerics, the special characters "$-_.+!*'(),", and reserved characters used for their reserved purposes may be used unencoded within a URL.

Since I really want to be sure that all is encoded properly and %xx encoding is

In pawn, dutils & pwncurl By DracoBlue @ 22:01 20.06.2009

DModule public released

Today with version dmodule 0.12, this is first public dmodule release.

Check out official page at dev.dracoblue.net.

The welcome post at samp-forums has been mode, so lets see how you guys like it.

It alredy has dini and dutils included in latest version.

In open source, pawn, dutils, dini & DModule By DracoBlue @ 14:00 10.12.2007

DUDB 2.4 and DUtils 1.10

Today I updated DUDB and DUtils with new functionality.

DUDB 2.4 has now udb_renameUser(oldnick[],newnick[]) added and DUtils 1.10 has now a new function called frenametextfile(filename[],newfilename[]). I added both of them, because fputchar is still broken in sa-mp 0.2 on linux machines, so dudb uses the secure fcopytextfile instead of the fcopy which only works on windows.

Please update both, if you are using Dini, too.

In open source, pawn, dutils, dudb & dini By DracoBlue @ 19:22 12.07.2007

Libraries ready for sa-mp 0.2 and latest pawn language compiler

Due to the 4 player script server release for samp 0.2 I updated today the widely used libraries for latest pawn compiler. Please update them all, to avoid warnings.

Other 0.2 Ready GameModes/Libraries and Filterscripts can be found at the 0.2#Ready-Page

In open source, pawn, dutils, dudb, dini, dtest & dprop By DracoBlue @ 12:46 04.06.2007

DUDB 2.2 and DUtils 1.7 finished

I got my hands on some little new features for dutils and dudb.

DUDB 2.2: Added dUserFLOAT() and dUserSetFLOAT(), this should help when int isn't enough

DUtils 1.7: Replaced the good old strreplace with a strreplace-version without memcpy, this should beware from issues, introduced by this function. It has been tested very much with dtest, so it should work as expected.

If you use dini, don't forget to update dutils.

In open source, pawn, dutils, dudb, dini & dtest By DracoBlue @ 14:40 15.02.2007