]> andersk Git - libfaim.git/blob - CHANGES
Fixed the bug in aim_snac.c::aim_remsnac(). It was n's fault. Removed printfs.
[libfaim.git] / CHANGES
1
2 No release numbers
3 ------------------
4  - Sun Jan  2 10:31:19 UTC 2000
5    - Cleanups in aim_info.c
6    - Can compile with -Ddebug=100 again
7    - Implemented chat: Joining/Leaving, info parsing, IM parsing/sending
8    - Implemented some chatnav: rights req/parsing, room creation
9
10  - Thu Dec 30 10:08:42 UTC 1999
11    - Fixed bug in aim_im.c when (encoding == NULL) || (lang == NULL)
12    - Added detection of voice chat requests
13    - Added AIM_CLASS_* defines, including new Away flag
14    - Added awaymsg parameter to bos_setprofile.
15      - If awaymsg is nonnull, you will be advertised as being away (your
16          class will be ORed with AIM_CLASS_AWAY), otherwise you'll show 
17          up normal.
18
19  - Wed Dec 29 10:06:35 UTC 1999
20    - Fixed small bug in IM parser
21    - Added stubs for the capability TLVs in userinfo.
22
23  - Wed Dec 29 09:14:45 UTC 1999
24    - Added a capability block to aim_bos_setprofile.  Can now get chat 
25        invites again.
26    - Extended ICBM parser to support channel 2 messages (chat invites)
27      - A channel parameter has been prepended to the varargs -- REQUIRES 
28          CLIENT CHANGES.
29      - Extended faimtest to support chat invites.
30    - Changed faimtest to get sn/password from environment
31
32  - Wed Dec 29 04:17:03 UTC 1999
33    - Added -g to CFLAGS
34    - Added aim_sendconnack() to aim_login.c (needed for newer login)
35    - Added code for the new SNAC-based login/auth procedure. (see SNACLOGIN
36        in faim/faimconfig.h for why its not enabled)
37    - Reimplemented aim_authparse(), aim_handleredirect() using TLVlists
38        - The old auth_failed callback is now integrated into the
39            success one.  If there was an error, logininfo->errorcode is nonzero
40    - Fiddled with version information.  Added aim_setversions()
41    - Added table of SNAC names for showing unknown snacs (jbm)
42    - Added a middle handler for MOTD
43    - Added new authorization SNACs to faim/aim_cbtypes.h   
44
45  - Sun Dec 26 22:59:10 UTC 1999
46    - Renamed login_phase1_struct to aim_login_struct
47    - Changed cookie and sn to be static arrays in aim_login_struct
48    - Integrated the Jabber-faim changes.  (temas)  [BIG CLIENT CHANGES]
49      - Added aim_session_t, removed all global variables
50      - Changed all functions to accept a session pointer
51      - Removed aim_global.c
52      - Updated faimtest to use an aim_session_t.
53      - Removed all cases where logininfo was passed as vararg to client
54    - Fixed small bug in aim_newconn's 'fixing' of host:port addresses
55    - Added an install rule to the makefile (installs headers+so only!)
56    - Enabled USE_SNAC_FOR_IMS by default, assuming it got fixed
57        by n's new aim_snac.c from ages ago
58    - Implemented a middle handler for 0004/0001 message errors, added
59        snacid lookup to get illfated destination SN and pass to client
60    - Implemented a short middle handler for offgoing buddy.
61
62  - Fri Dec 24 21:30:06 UTC 1999
63    - Added an error-counting Read() that has been sitting in my inbox
64    - Cleaned up header files, created aim_cbtypes.h.
65    - Added void * to aim_conn_t for private client use if they want. (Orb)
66    - Removed all stderr output.  All output is important, and goes to stdout.
67    - Renamed isautoresponse in IM parser to icbmflags.
68    - Added Orb's fix for the new login code, deleted old (see Orb, I do read
69        your mail....eventually).
70    - Added mailing lists to README.
71
72  - Fri Dec 24 11:12:34 UTC 1999
73    - Cleaned up both outgoing and incoming ICBM handling.  Anything
74        that crashes around there is no longer libfaims fault!
75        - The encoding flags are now passed up to the client.
76    - Added several TLV routines to parse large blocks of continuous
77        TLV triplets.  Not terribly effecient, but quite elegent in usage.
78    - Added icbm_setparams() back in from way-back-long-ago.  It hasn't
79        been implemented in a long time, but I think we should still send it.
80
81  - Fri Dec 24 01:23:06 UTC 1999
82    - Fixed a very minor bug in aim_newconn().
83    - Added aimutil_get{16,32}()
84    - Added aim_extractuserinfo() for extracting  user data
85        blocks and putting them into struct aim_userinfo_s's.
86          - Added a loop to print out info on extraneous TLVs.
87          - Put in lots of comments.
88    - Added parse_oncoming_middle() to parse the user data
89        block of that packet.  Now passes struct aim_userinfo_s
90        to client.
91    - Rearranged parse_userinfo_middle().  Now passes an entire
92        userinfo struct to client instead of individual variables.
93    - Convered the version of parse_im_middle() thats actually getting
94        used to pass up a userinfo struct.  
95    - Updated faimtest to accept new structs.
96
97  - Tue Dec 21 06:18:50 UTC 1999
98    - Fixed a Win32 header problem
99  - Tue Dec 21 03:44:13 UTC 1999
100    - Latency timers now update on rx as well as tx.  Gets rid of even more
101        of the rate problems that most clients are having.  
102    - Renamed lasttx and settxlatency to lastactivity and setlatency, respec.
103    - Integrated fixes needed for Win32 -- should compile cleanly now (DMP)
104    - Cleaned up some places, use aim_putsnac everywhere now.
105
106  - Sun Sep 26 20:04:20 MST 1999
107    - Reduced the IM parsing to look for 3 zeros instead of 4 -- NEEDS WORK
108        - This was needed to work with MacAIM3 and some WinAIM3s.
109    - Added aim_conn_settxlatency() for throttling outgoing frames -- NEEDS WORK
110    - Added an int to the userinfo and incoming IM user callbacks for new
111        TLV that AOL put it in -- its the number of seconds elapsed since
112        the user logged in
113    - Worked more on the callbacks (more internal rearrangements)
114    - Fixed bug in aim_select() (returning negative fds)
115    - Clear out logininfo struct before putting more data into it
116    - Other bugfixes that I can't particularly remember.
117
118  - Tue Aug 24 03:13:12 UTC 1999   --- TRANSITION RELEASE!!
119    - Added jbm's new aim_rxqueue.c, which should crash less
120    - Started the overhaul on the callback system.  No where near complete yet.
121
122  - Sun Aug  1 03:02:17 UTC 1999
123    - Added aimutil_*()s in aim_util.c for raw byte placement
124    - Cleaned up aim_im.c, aim_auth.c, and aim_login.c using aimutil_*
125    - Added AIM_IMFLAGS, flags option to aim_send_im(), removed
126        aim_send_im_away()
127    - Added client_info parameter to aim_send_login()
128    - Tweaked aim_send_im() (AOL changed a few things, there's some more
129        changes left to do)
130    - Some Chat stuff changed, still no where near functional
131    - Finally remembered to switch the license to LGPL (from GPL)
132    - Permit/Deny (blocking) list support added
133    - Released a snapshot
134
135  - Sat Jul 31 05:28:38 UTC 1999
136    - Changed aim_bos_setdeny() to aim_bos_changevisibility() and actually
137        did the implementation.  
138
139  - Fri Jul 23 17:45:22 UTC 1999
140    - Work around for the AOL change in IP syntax (thanks to Eric Peyton)
141    - Released snapshot
142
143  - Sun Apr 25 23:31:44 UTC 1999
144    - Fixed stupid off-by-one bug in aim_logoff()
145
146  - Sun Apr 25 22:43:31 UTC 1999
147    - Renamed/reclassified missed IM errors (now all callbacks -- no backend handling)
148    - Killed aim_login() -- all connections now opened in frontend
149    - aim_conn_close() will not close fd's < 3
150    - Released snapshot.
151
152  - Sat Apr 10 22:44:07 UTC 1999
153    - Changed how rx_command->handled works; now uses return value from callback
154    - Changed the if's in the dispatcher (aim_rxhandlers.c) to switch()es
155
156  - Sat Apr 10 03:51:21 UTC 1999
157    - Started CHANGES
158    - Put in n's aim_snac.c.
159    - Updated aim_{add,remove}_buddy() to use aim_conn
160    - Updated aim_usersearch_address() to use aim_conn
161    - Cleaned up aim.h a bit (removed old *phase* protos)
162    - Changed gethostbyname() to gethostbyname2() (for MacOS X)
163    - Changed aim_newconn() to pass connection errors in connstruct->status
164      - Updated faimtest.c to detect connection errors
165    - Fixed a small typo in aim_im::aim_parse_incoming_im_middle()
166    - Added free()s in that function and to userinfo counterpart (fewer leaks)
167    - Released snapshot
168
169  - Sat Apr  3 06:43:14 UTC 1999
170    - Released snapshot
171
172  - Wed Dec 30 01:20:59 MST 1998
173    - Released snapshot
174
175  - Mon Dec  7 16:57:57 MST 1998
176    - Released snapshot
177
178  - Sat Dec  5 00:01:53 MST 1998
179    - Released snapshot
180  
181  - Thu Nov 26 17:50:02 MST 1998
182    -  Released snapshot
This page took 0.050421 seconds and 5 git commands to generate.