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