comparison HACKING @ 2319:1c1501df2633

[gaim-migrate @ 2329] no rvous.c committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 08:20:32 +0000
parents dbd74f49dabb
children 9d230a7ad7fd
comparison
equal deleted inserted replaced
2318:a7bfb5dfab25 2319:1c1501df2633
31 (don't bother with two trees, or even two copies of the same file). Then 31 (don't bother with two trees, or even two copies of the same file). Then
32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch' 32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch'
33 and send it off. 33 and send it off.
34 34
35 This file was last modified by $Author: warmenhoven $ on 35 This file was last modified by $Author: warmenhoven $ on
36 $Date: 2001-08-26 15:18:39 -0400 (Sun, 26 Aug 2001) $. 36 $Date: 2001-09-20 04:20:32 -0400 (Thu, 20 Sep 2001) $.
37 37
38 38
39 CODING STYLE 39 CODING STYLE
40 ============ 40 ============
41 41
262 Adam (of libfaim glory) got bored one day and rewrote this file, so 262 Adam (of libfaim glory) got bored one day and rewrote this file, so
263 now everything actually works. The main function is proxy_connect, 263 now everything actually works. The main function is proxy_connect,
264 which figures out which proxy you want to use (if you want to use one 264 which figures out which proxy you want to use (if you want to use one
265 at all) and passes off the data to the appropriate function. This file 265 at all) and passes off the data to the appropriate function. This file
266 should be pretty straight-forward. 266 should be pretty straight-forward.
267
268 rvous.c:
269 This was originally going to be the stuff for all of the Buddy Icon
270 and Voice Chat stuff, but I got really sick of protocol hacking really
271 quick. Now it only houses the file transfer stuff, which only works
272 for TOC. ("Works" being a very subjective statement. This file needs
273 to be rewritten.)
274 267
275 server.c: 268 server.c:
276 This is where all of the differentiation between the different protocols 269 This is where all of the differentiation between the different protocols
277 is done. Nearly everything that's network related goes through here 270 is done. Nearly everything that's network related goes through here
278 at one point or another. This has good things like serv_send_im and 271 at one point or another. This has good things like serv_send_im and