changeset 6809:754afaa07386

[gaim-migrate @ 7349] a second partial update committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 10 Sep 2003 20:10:20 +0000
parents fce1bb126900
children bc8f329c1341
files HACKING
diffstat 1 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/HACKING	Wed Sep 10 17:07:25 2003 +0000
+++ b/HACKING	Wed Sep 10 20:10:20 2003 +0000
@@ -142,6 +142,17 @@
 about.c:
   Not much to say here, just a few basic functions.
 
+account.[ch]:
+	This controls the GaimAccount struct, which stores information
+	on each account a user registers with gaim. Usernames, pass-
+	words, user info, alias, user specific options, and everything
+	else controled from within the account editor (and then some)
+	are handled via this code.
+
+accountopt.[ch]:
+	Api and implemenation for account options. I'm not precisely
+	sure how this meshes with account.[ch]
+	
 away.c:
   This takes care of most of the away stuff: setting the away message
   (do_away_message); coming back (do_im_back); drawing the away window;
@@ -154,10 +165,11 @@
   Code for opening a browser window. Most of the code is trying to deal
   with Netscape. The most important function here is open_url. Have fun.
 
-blist.c:
+blist.[ch]:
 	This takes care of the buddy list backend, the blist.xml file,
 	importing old buddy list files, and related things like
-	finding buddies and groups.
+	finding buddies and groups. buddies, contacts, and groups
+	are controled from these files. 
 	
 buddy_chat.c:
   This takes care of the buddy chat stuff. This used to be a lot bigger