Search the web
Sign In
New User? Sign Up
gaymplugin · GaymPlugin.. gay.com plugin for Pidgin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 993   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
... From: Evan Langlois Date: Wed, 22 Sep 2004 02:03:47 -0700 (PDT) Subject: Re: gayboi chat client and gAIM To: Jason Shakota Basically, gay.com uses IRC as...
Jason Shakota
bluwakado
Online Now Send Email
Sep 28, 2004
5:43 pm
2
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...
Jason Shakota
bluwakado
Online Now Send Email
Oct 9, 2004
6:45 pm
3
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...
Evan Langlois
crcthought
Offline Send Email
Oct 9, 2004
6:52 pm
4
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 ...
Jason Shakota
bluwakado
Online Now Send Email
Oct 9, 2004
8:44 pm
5
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...
Jason Shakota
bluwakado
Online Now Send Email
Oct 11, 2004
6:13 pm
6
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...
Send Email
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...
J
djarum_02
Offline Send Email
Oct 12, 2004
6:34 am
8
I have new code based on the original posting but since this is just IRC extensions I have not renamed the functions because of duplication....
shawnx22
Online Now Send Email
Oct 13, 2004
10:38 pm
9
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...
Send Email
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....
shawnx22
Online Now Send Email
Oct 13, 2004
11:13 pm
11
... libircgaycom.so, ... for ... you need to change the makefile and add -DGAYCOM to compile properly.....
shawnx22
Online Now Send Email
Oct 14, 2004
12:46 am
12
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 ...
J
djarum_02
Offline Send Email
Oct 14, 2004
5:00 am
13
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...
Jason Shakota
bluwakado
Online Now Send Email
Oct 14, 2004
2:45 pm
14
I've registered a project for us on sourceforge. Hopefully it won't take them long to process and set it up....
Jason Shakota
bluwakado
Online Now Send Email
Oct 14, 2004
4:42 pm
15
... 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...
Evan Langlois
crcthought
Offline Send Email
Oct 14, 2004
7:08 pm
16
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...
Jason Shakota
bluwakado
Online Now Send Email
Oct 14, 2004
8:01 pm
17
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...
Jason Shakota
bluwakado
Online Now Send Email
Oct 14, 2004
8:31 pm
18
... 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...
Evan Langlois
crcthought
Offline Send Email
Oct 14, 2004
8:41 pm
19
... 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,...
Evan Langlois
crcthought
Offline Send Email
Oct 14, 2004
8:50 pm
20
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...
J
djarum_02
Offline Send Email
Oct 15, 2004
2:15 am
21
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...
Evan Langlois
crcthought
Offline Send Email
Oct 15, 2004
2:29 am
22
Ok, so if you modify the python app to do a GET instead of a POST in the second step, it still works. So really, the only modification we need for...
J
djarum_02
Offline Send Email
Oct 15, 2004
2:38 am
23
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...
Evan Langlois
crcthought
Offline Send Email
Oct 15, 2004
7:27 am
24
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...
Evan Langlois
crcthought
Offline Send Email
Oct 15, 2004
8:40 am
25
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...
J
djarum_02
Offline Send Email
Oct 15, 2004
5:04 pm
26
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...
crcthought
Offline Send Email
Oct 15, 2004
8:41 pm
27
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...
crcthought
Offline Send Email
Oct 15, 2004
8:49 pm
28
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...
J
djarum_02
Offline Send Email
Oct 16, 2004
6:45 am
29
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....
crcthought
Offline Send Email
Oct 16, 2004
6:54 am
30
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...
Send Email
Oct 16, 2004
9:43 am
Messages 1 - 30 of 993   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help