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