Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 92
Search took 0.01 seconds.
Search: Posts Made By: sfPlayer
Forum: Extensions 03-06-2011, 10:27
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

It actually was back up shortly after the notification. I deleted the root.-subdomain a few month later due to redundancy which broke the link obviously.
Forum: Extensions 03-06-2011, 09:53
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

nobody told me.

A fresh 3.0.1-build with all changes in git is now attached.
Forum: Extensions 03-06-2011, 09:32
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

blame psychonic for deleting it a bit prematurely ;)

I'll upload a new build soon.
Forum: Extensions 03-06-2011, 09:08
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

i fixed the gitweb-link
Forum: Extensions 12-27-2010, 13:47
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

A socket will receive packets only from the endpoint used in SocketConnect.

If you actually need to receive data back, you'll have to use SocketConnect + SocketSend + (receive data you need..) +...
Forum: Extensions 12-03-2010, 13:23
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

Use Wireshark to see what's going on.
Forum: Extensions 08-24-2010, 13:04
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

You could try renaming the whole extension + modify the plugins using it.
Forum: Extensions 08-06-2010, 09:44
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

git-daemon and gitweb are operational again.
Forum: Extensions 08-02-2010, 11:39
Replies: 577
Views: 651,770
Posted By sfPlayer
Forum: Extensions 07-30-2010, 19:06
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

GET is easy, you have to receive until you hit the 1st \r\n, extract the path and split it at ? and & into variable=value pairs. POST is similar, but the variables are in the request body, after the...
Forum: Extensions 07-03-2010, 07:30
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

It's http://en.wikipedia.org/wiki/Chunked_transfer_encoding

You should be able to avoid it by sending a Connection: close header in combination with a HTTP/1.0 request
Forum: Extensions 07-01-2010, 00:45
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

I postet that already multiple times. Search für \r\n\r\n and consider searching those bytes in multiple consecutive packets across the borders.
Forum: Extensions 06-26-2010, 23:16
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

It doesn't depend on any mod-specific API.
Forum: Extensions 06-18-2010, 11:48
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

The server might send the response in multiple packets. Move CloseHandle(socket) to OnScoketDisconnected to handle this.
Forum: Extensions 06-18-2010, 10:51
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

Your request looks ok. You didn't post the receive-handler, I guess the problem lies there.
Forum: Extensions 06-18-2010, 09:09
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

Is there a Location-header? Please post your plugin source and the header information. You can use Wireshark for debugging network traffic.
Forum: Extensions 03-26-2010, 13:36
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

There should be a socket-extension related error message a few lines above in the logs.

sm exts list should also display the error msg.
Forum: Extensions 03-24-2010, 16:17
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

I could reproduce and (hopefully) fix the issue, please test the attached build.
Forum: Extensions 03-15-2010, 11:03
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

Do you have any mdmps?
Forum: Extensions 02-19-2010, 05:20
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1alpha)

fixed, the new build is satisfied with glibc 2.3.2

thanks for the report.
Forum: Extensions 02-19-2010, 03:56
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1alpha)

oops, I'm working on that.
Forum: Extensions 02-18-2010, 23:14
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1alpha)

It should be in the sourcemod error log files, maybe an older one.

Afaik sm exts list also displays the error message.
Forum: Extensions 02-18-2010, 22:27
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1alpha)

There is usually a more useful error message a few lines before, which states why socket.ext didn't load
Forum: Extensions 02-17-2010, 15:22
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1alpha)

The header is separated by \r\n\r\n.

You receive packets until you've found the separation sequence. If a packet doesn't contain it, you still have to check/save the last 3 bytes, because it might...
Forum: Extensions 02-16-2010, 13:46
Replies: 577
Views: 651,770
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1alpha)

look at http://root.player.to/cgi-bin/gitweb.cgi?p=sm-ext-socket.git
Showing results 1 to 25 of 92

 
Forum Jump

All times are GMT -4. The time now is 00:59.


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