I've been searching the code in src/protocols/irc for a hint as to why gaim doesn't register the fact that a successfull log in has been made. anyone gotten...
Ethereal is your friend. Just log in with something that works, like Xchat, and you'll see the numeric return codes. Gay.com doesn't give all the ones that...
Yeah, you're right.... After traversing every square inch of gaim's irc code, and upon your pointer, i discovered that gaim's irc code doesn't register a ...
Hello all, I've managed to hack up gaim's irc code to marginally work with gay.com. I must suggest not trying to use this code unless you sufficiently know...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gaymplugin group. File :...
gaymplugin@yahoogroup...
Oct 11, 2004 6:17 pm
7
If you really want to get this project going, it'd be a good idea to set up a project page on sourceforge.net, if anything, so we have a CVS repository! If...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gaymplugin group. File :...
gaymplugin@yahoogroup...
Oct 13, 2004 11:11 pm
10
... just ... To compile you need to rename the .libs/libirc.so to libircgaycom.so, dont run make install, just copy the so into the gaim plugin dir for now....
Here's the sequence for connecting to gay.com 1. Initiate a GET of http://www.gay.com/index.html. From this get, record the cookie information: GCOMscc domain ...
just for the sake of keeping note... gaim has a function for GETing http urls, gaim_fetch_url()... if i remember correctly, it's in utils.c POSTing, is another...
... I was just about to mention that! But you beat me to it by a couple of minutes. I was looking at the source to check everything. A good reference (only...
well, in order to keep this code as a nice happy single patch file, how about we simply add an irc_fetch_post() to irc.c or an irc_post_cb to pass to...
Looking at this url_fetch code some more makes me wonder if it isn't a better, more elegant idea to patch util.c to generally support POSTs, then convince...
... That was my thought as well. Its just that none of the current stuff requires heavy web site integration. I'm thinking we may be paving the road for more...
... url_fetched_cb is hardcoded into gaim_fetch_url, but some flag (maybe overload "http11" as a bitmask since its 0 or 1 now, make it METHOD_GET=0,...
Hi all, Looks like everyone has the same idea as far as supporting POST fetches. Here are my thoughts: 1. The gaim_url_fetch is a nicely implemented sequence...
Hi, Just out of curiosity, has anyone tested to see if GET works as well as POST? Should be a quick modification with the python code. ... We'd basically have...
OK - quick recap from IRC before I get to bed ... Let me know if anyone disagrees on these. I'm not dictating, just The general consensus is that we use...
Ok another choice. Some stuff recently brought up on "IRC". ... Instead of modifying the source, we keep the old function for compatibility, and make a new...
Here's a first attempt at a general "TODO" list, and who's working on what: 1. Parsing the channels from /messenger/config.txt and maintaining a structure to...
Just doing some cleanup of my tree, and looking at what that diff is doing. Is there any documentation? I'll likely repackage all this when I'm done...
Ok, I see stuff in here about name translation, channel hammering, and all sorts of extra cruft. Channel hammering isn't part of the protocol - thats a...
Ok, I've been playing around with automake/autoconf to try and get a development environment set up for our upcoming fork. I can succesfully run a ./configure...
I've been doing the same thing, but somehow I messed something up. All of the libs are missing the .so extension! I've been racking my head for hours....