Removed the old NLS output from the configure.in summary,
[citadel.git] / webcit / ChangeLog
1 ------------------------------------------------------------------------
2 r4476 | dothebart | 2006-04-16 11:36:11 -0400 (Sun, 16 Apr 2006) | 2 lines
3
4 these ones where missing.
5
6 ------------------------------------------------------------------------
7 r4475 | dothebart | 2006-04-16 11:28:29 -0400 (Sun, 16 Apr 2006) | 2 lines
8
9 * don't call autogen in buildpackages script.
10
11 ------------------------------------------------------------------------
12 r4474 | dothebart | 2006-04-16 11:21:12 -0400 (Sun, 16 Apr 2006) | 2 lines
13
14 * added various files generated by autogen.sh, because of problems with autogen on several systems.
15
16 ------------------------------------------------------------------------
17 r4472 | dothebart | 2006-04-15 08:28:12 -0400 (Sat, 15 Apr 2006) | 3 lines
18
19 * though POTFILES is automatically generated on newer 
20   systems from POTFILES.in, we add it for the older ones.
21
22 ------------------------------------------------------------------------
23 r4471 | ajc | 2006-04-13 23:20:26 -0400 (Thu, 13 Apr 2006) | 1 line
24
25 Version 6.81
26 ------------------------------------------------------------------------
27 r4469 | ajc | 2006-04-13 22:57:16 -0400 (Thu, 13 Apr 2006) | 1 line
28
29 webserver.c: bind to LOCALEDIR for message catalog.
30 ------------------------------------------------------------------------
31 r4465 | dothebart | 2006-04-09 17:30:25 -0400 (Sun, 09 Apr 2006) | 2 lines
32
33 * fix freebsd build. 
34
35 ------------------------------------------------------------------------
36 r4463 | ajc | 2006-04-07 13:19:13 -0400 (Fri, 07 Apr 2006) | 1 line
37
38 Updated version number to 6.80
39 ------------------------------------------------------------------------
40 r4457 | dothebart | 2006-04-06 19:43:18 -0400 (Thu, 06 Apr 2006) | 2 lines
41
42 we need to call another shellscript now.
43
44 ------------------------------------------------------------------------
45 r4456 | dothebart | 2006-04-06 18:05:35 -0400 (Thu, 06 Apr 2006) | 2 lines
46
47 more modern version.
48
49 ------------------------------------------------------------------------
50 r4455 | ajc | 2006-04-06 17:18:24 -0400 (Thu, 06 Apr 2006) | 2 lines
51
52 Fixed the 'add new note' button not woring
53 when there were already no notes on the page.
54 ------------------------------------------------------------------------
55 r4451 | dothebart | 2006-04-05 18:19:35 -0400 (Wed, 05 Apr 2006) | 2 lines
56
57 * missing flag for libiconv added to the linker flags.
58
59 ------------------------------------------------------------------------
60 r4445 | ajc | 2006-04-04 11:40:47 -0400 (Tue, 04 Apr 2006) | 1 line
61
62 After sending an initial page, return to the wholist
63 ------------------------------------------------------------------------
64 r4439 | ajc | 2006-03-29 23:02:33 -0500 (Wed, 29 Mar 2006) | 2 lines
65
66 Zero out the 'Display name' field when displaying the
67 screen to create or edit a vCard.
68 ------------------------------------------------------------------------
69 r4436 | ajc | 2006-03-27 12:49:36 -0500 (Mon, 27 Mar 2006) | 3 lines
70
71 Non-AJAX move or delete of a message now reloads the
72 read messages loop instead of simply displaying the result of the
73 operation on a grey screen.
74 ------------------------------------------------------------------------
75 r4434 | ajc | 2006-03-26 23:21:50 -0500 (Sun, 26 Mar 2006) | 2 lines
76
77 Remove height constraint on site logo in
78 iconbar, and set width constraint to 120px (like all the others).
79 ------------------------------------------------------------------------
80 r4432 | ajc | 2006-03-24 23:23:08 -0500 (Fri, 24 Mar 2006) | 2 lines
81
82 Updated the README with credits for the new
83 bubble tooltip, and cleaned up the spelling and grammar in the new sections.
84 ------------------------------------------------------------------------
85 r4431 | ajc | 2006-03-24 23:03:40 -0500 (Fri, 24 Mar 2006) | 5 lines
86
87 Calendar: selecting 'Add new event' from the banner bar
88 now defaults the new event's date to the first day of the
89 displayed month, if the displayed month is not the current
90 month, *OR* the exact day being displayed, if the day view
91 is currently being displayed.  Resolves bug #165.
92 ------------------------------------------------------------------------
93 r4430 | ajc | 2006-03-24 18:01:15 -0500 (Fri, 24 Mar 2006) | 3 lines
94
95 Worked around a DOM bug in Internet Explorer that caused it
96 to crash if we manipulate the innerHTML of a DOM node while the page is still being
97 rendered.
98 ------------------------------------------------------------------------
99 r4429 | ajc | 2006-03-24 15:59:57 -0500 (Fri, 24 Mar 2006) | 3 lines
100
101 Resized and repositioned the tooltip bubble so that
102 it doesn't scroll the screen at the edges, and also it no longer breaks up into multiple
103 pieces when filled with a large amount of text.
104 ------------------------------------------------------------------------
105 r4427 | ajc | 2006-03-23 23:32:57 -0500 (Thu, 23 Mar 2006) | 1 line
106
107 Added date/time to calendar bubbles.
108 ------------------------------------------------------------------------
109 r4424 | dothebart | 2006-03-22 18:44:44 -0500 (Wed, 22 Mar 2006) | 4 lines
110
111 * added central location for tiny_mce
112 * added directory calculation routines
113 * added Documentation for packaging staff.
114
115 ------------------------------------------------------------------------
116 r4423 | ajc | 2006-03-21 12:58:10 -0500 (Tue, 21 Mar 2006) | 2 lines
117
118 Summary/location/notes are now in the bubbles.
119 Still need to add date/time and fix a rendering bug.
120 ------------------------------------------------------------------------
121 r4421 | ajc | 2006-03-20 23:11:19 -0500 (Mon, 20 Mar 2006) | 3 lines
122
123 Added bubble tooltip support.  Connected to calendar month
124 view.  Bubbles are appearing -- now we just need to populate them
125 with information from the calendar items.
126 ------------------------------------------------------------------------
127 r4420 | ajc | 2006-03-20 23:10:30 -0500 (Mon, 20 Mar 2006) | 3 lines
128
129 Added bubble tooltip support.  Connected to calendar month
130 view.  Bubbles are appearing -- now we just need to populate them
131 with information from the calendar items.
132 ------------------------------------------------------------------------
133 r4418 | dothebart | 2006-03-20 09:54:45 -0500 (Mon, 20 Mar 2006) | 4 lines
134
135 * add documentation
136 * made directories configurable from start.
137 * make debian package build work again.
138
139 ------------------------------------------------------------------------
140 r4414 | ajc | 2006-03-16 23:42:16 -0500 (Thu, 16 Mar 2006) | 2 lines
141
142 When saving vCards back to the server,
143 declare charset=UTF-8 on fields containing it.
144 ------------------------------------------------------------------------
145 r4411 | dothebart | 2006-03-16 16:52:21 -0500 (Thu, 16 Mar 2006) | 2 lines
146
147 fixed default installation target of tiny mce and the templates.
148
149 ------------------------------------------------------------------------
150 r4410 | dothebart | 2006-03-16 16:36:47 -0500 (Thu, 16 Mar 2006) | 5 lines
151
152 * define prefix in a smart way.
153 * include execinfo if we have backtrace
154 * mute errors of stupid system provided m4 macros.
155
156
157 ------------------------------------------------------------------------
158 r4409 | dothebart | 2006-03-16 16:22:08 -0500 (Thu, 16 Mar 2006) | 2 lines
159
160 substitute our compile prefix.
161
162 ------------------------------------------------------------------------
163 r4406 | ajc | 2006-03-14 22:17:41 -0500 (Tue, 14 Mar 2006) | 1 line
164
165 create-pot.sh (does this still get used?) now looks in ../src/*.c
166 ------------------------------------------------------------------------
167 r4405 | dothebart | 2006-03-14 12:55:14 -0500 (Tue, 14 Mar 2006) | 2 lines
168
169 we need to know that to translate.
170
171 ------------------------------------------------------------------------
172 r4404 | dothebart | 2006-03-14 12:49:30 -0500 (Tue, 14 Mar 2006) | 3 lines
173
174 ignore stamp-po
175
176
177 ------------------------------------------------------------------------
178 r4403 | dothebart | 2006-03-14 11:33:51 -0500 (Tue, 14 Mar 2006) | 2 lines
179
180 get ChangeLog from svn.
181
182 ------------------------------------------------------------------------
183 r4402 | dothebart | 2006-03-14 11:32:53 -0500 (Tue, 14 Mar 2006) | 2 lines
184
185 ignore ChangeLog, as it's taken from SVN
186
187 ------------------------------------------------------------------------
188 r4401 | dothebart | 2006-03-14 11:26:57 -0500 (Tue, 14 Mar 2006) | 2 lines
189
190 well. autopoint doesn't know anything about .14.0
191
192 ------------------------------------------------------------------------
193 r4400 | dothebart | 2006-03-14 11:19:08 -0500 (Tue, 14 Mar 2006) | 2 lines
194
195 require older gettext version.
196
197 ------------------------------------------------------------------------
198 r4399 | dothebart | 2006-03-14 05:15:59 -0500 (Tue, 14 Mar 2006) | 3 lines
199
200 * fixed debian build
201 * added autogen.sh, forgot that.
202
203 ------------------------------------------------------------------------
204 r4395 | dothebart | 2006-03-12 08:33:46 -0500 (Sun, 12 Mar 2006) | 3 lines
205
206 * use config.h
207 * add the libs
208
209 ------------------------------------------------------------------------
210 r4394 | dothebart | 2006-03-12 07:57:16 -0500 (Sun, 12 Mar 2006) | 2 lines
211
212 ok, the template comes for us to have a start manually creating Makevars. abandon it
213
214 ------------------------------------------------------------------------
215 r4393 | dothebart | 2006-03-12 07:53:23 -0500 (Sun, 12 Mar 2006) | 2 lines
216
217 don't look at .o's etc.
218
219 ------------------------------------------------------------------------
220 r4392 | dothebart | 2006-03-12 07:51:48 -0500 (Sun, 12 Mar 2006) | 2 lines
221
222 more cleanup. no autogenerated files in svn.
223
224 ------------------------------------------------------------------------
225 r4391 | dothebart | 2006-03-12 07:48:02 -0500 (Sun, 12 Mar 2006) | 2 lines
226
227 automagic script stuff. don't have stuff in svn that can be automaticaly built.
228
229 ------------------------------------------------------------------------
230 r4390 | dothebart | 2006-03-12 07:27:52 -0500 (Sun, 12 Mar 2006) | 2 lines
231
232 provided by autoreconf -i
233
234 ------------------------------------------------------------------------
235 r4389 | dothebart | 2006-03-12 07:26:07 -0500 (Sun, 12 Mar 2006) | 2 lines
236
237 created by autoreconf
238
239 ------------------------------------------------------------------------
240 r4388 | dothebart | 2006-03-12 07:25:01 -0500 (Sun, 12 Mar 2006) | 2 lines
241
242 Various files automake wants to have. some of them are just called different, so i renamed them. 
243
244 ------------------------------------------------------------------------
245 r4387 | dothebart | 2006-03-12 07:12:13 -0500 (Sun, 12 Mar 2006) | 2 lines
246
247 we don't want autoconf/make stuff in svn. this should be added on distributing the tgz.
248
249 ------------------------------------------------------------------------
250 r4386 | dothebart | 2006-03-12 07:09:44 -0500 (Sun, 12 Mar 2006) | 3 lines
251
252 remove these files, as they're automagicaly generated by configure.
253 they should not be in svn, so i'll add them to .svnignore too.
254
255 ------------------------------------------------------------------------
256 r4385 | dothebart | 2006-03-12 07:03:13 -0500 (Sun, 12 Mar 2006) | 2 lines
257
258 added Automaked makefiles.
259
260 ------------------------------------------------------------------------
261 r4384 | dothebart | 2006-03-12 07:00:48 -0500 (Sun, 12 Mar 2006) | 2 lines
262
263 move all source files to src/
264
265 ------------------------------------------------------------------------
266 r4382 | ajc | 2006-03-10 18:04:31 -0500 (Fri, 10 Mar 2006) | 1 line
267
268 Began making changes to do better handling of character sets.
269 ------------------------------------------------------------------------
270 r4374 | ajc | 2006-03-06 09:56:48 -0500 (Mon, 06 Mar 2006) | 1 line
271
272 Advertise DAV as Class 1 only; we don't support locking.
273 ------------------------------------------------------------------------
274 r4369 | ajc | 2006-03-05 23:39:27 -0500 (Sun, 05 Mar 2006) | 1 line
275
276 New it.po submitted by Gabriele Tassoni
277 ------------------------------------------------------------------------
278 r4367 | ajc | 2006-03-04 22:38:03 -0500 (Sat, 04 Mar 2006) | 6 lines
279
280 WebDAV GET/PUT of an entire calendar as one item
281 now uses OGo-compatible URL's.  Any of three formats are possible:
282 * http://foo.example.com/groupdav/Calendar
283 * http://foo.example.com/groupdav/ics
284 * http://foo.example.com/groupdav/calendar.ics
285
286 ------------------------------------------------------------------------
287 r4365 | ajc | 2006-03-04 18:00:39 -0500 (Sat, 04 Mar 2006) | 1 line
288
289 Altered the URL format for PUT an entire calendar.
290 ------------------------------------------------------------------------
291 r4364 | ajc | 2006-03-04 16:36:11 -0500 (Sat, 04 Mar 2006) | 1 line
292
293 Altered the URL format for GET an entire calendar.
294 ------------------------------------------------------------------------
295 r4361 | ajc | 2006-03-03 23:54:44 -0500 (Fri, 03 Mar 2006) | 1 line
296
297 Small fix to previous commit
298 ------------------------------------------------------------------------
299 r4360 | ajc | 2006-03-03 23:43:51 -0500 (Fri, 03 Mar 2006) | 3 lines
300
301 Added in preliminary support for 'webcal://' URL's.  Subscribe
302 is working perfectly.  Publish is awaiting support on the back end Citadel server
303 but our side is done.  URL FORMAT IS SUBJECT TO CHANGE.
304 ------------------------------------------------------------------------
305 r4356 | ajc | 2006-03-02 23:20:44 -0500 (Thu, 02 Mar 2006) | 2 lines
306
307 Altered the way UID's are encoded into URL's in DAV.
308 Some clients were choking on the old encoding.
309 ------------------------------------------------------------------------
310 r4355 | ajc | 2006-03-02 17:18:27 -0500 (Thu, 02 Mar 2006) | 2 lines
311
312 Added the HTTP response 'DAV: 1, 2' to all OPTIONS requests.
313 This got several WebDAV clients working.
314 ------------------------------------------------------------------------
315 r4354 | ajc | 2006-03-02 12:43:04 -0500 (Thu, 02 Mar 2006) | 1 line
316
317 RFC2047-encode subjects with non ascii characters.
318 ------------------------------------------------------------------------
319 r4353 | ajc | 2006-03-02 11:20:07 -0500 (Thu, 02 Mar 2006) | 1 line
320
321 404 all broken Microsoft /_vti_* crap
322 ------------------------------------------------------------------------
323 r4352 | ajc | 2006-03-01 23:05:02 -0500 (Wed, 01 Mar 2006) | 1 line
324
325 Made the 'New User' button disappear when it is not allowed.
326 ------------------------------------------------------------------------
327 r4348 | ajc | 2006-02-28 23:40:39 -0500 (Tue, 28 Feb 2006) | 4 lines
328
329 groupdav_propfind.c: continued fleshing out the DAV features
330 of this interface so that it can do more than just GroupDAV.  It
331 now has basic read-only WebDAV browse/fetch support (tested with
332 cadaver and with konqueror).
333 ------------------------------------------------------------------------
334 r4346 | ajc | 2006-02-28 16:44:00 -0500 (Tue, 28 Feb 2006) | 1 line
335
336 locate_message_by_uid() once again uses the server index.
337 ------------------------------------------------------------------------
338 r4342 | ajc | 2006-02-21 13:20:58 -0500 (Tue, 21 Feb 2006) | 2 lines
339
340 GroupDAV PROPFIND on the folder list collection now
341 looks at each room's default view instead of the user's current view.
342 ------------------------------------------------------------------------
343 r4340 | ajc | 2006-02-21 00:04:37 -0500 (Tue, 21 Feb 2006) | 5 lines
344
345 * groupdav_propfind.c: PROPFIND on a collection now utilizes
346 the 'DAV:' namespace as the default namespace instead of defining a prefix.
347 * groupdav_get.c: GET operations on a single object now make use of the
348   begin_burst() and end_burst() wrappers, which will cause a proper Content-length:
349   header to be output, and also allows compression to take place.
350 ------------------------------------------------------------------------
351 r4339 | ajc | 2006-02-20 16:06:00 -0500 (Mon, 20 Feb 2006) | 2 lines
352
353 API change: pass the 'Depth:' header and content along
354 to groupdav_propfind() in preparation for more parsing.
355 ------------------------------------------------------------------------
356 r4322 | dothebart | 2006-02-18 06:14:41 -0500 (Sat, 18 Feb 2006) | 2 lines
357
358 added backtrace function
359
360 ------------------------------------------------------------------------
361 r4321 | ajc | 2006-02-18 00:17:30 -0500 (Sat, 18 Feb 2006) | 1 line
362
363 THIS IS 6.72
364 ------------------------------------------------------------------------
365 r4319 | ajc | 2006-02-16 15:17:51 -0500 (Thu, 16 Feb 2006) | 1 line
366
367 Fixed some stray HTML output prior to the HTTP headers.
368 ------------------------------------------------------------------------
369 r4318 | dothebart | 2006-02-16 11:55:54 -0500 (Thu, 16 Feb 2006) | 2 lines
370
371 print day number after name.
372
373 ------------------------------------------------------------------------
374 r4317 | dothebart | 2006-02-16 11:50:01 -0500 (Thu, 16 Feb 2006) | 2 lines
375
376 install locales into /usr/share/locale, as everybody else.
377
378 ------------------------------------------------------------------------
379 r4316 | ajc | 2006-02-15 22:45:05 -0500 (Wed, 15 Feb 2006) | 7 lines
380
381 Localization hacks.
382 wc_strftime() now falls back to strftime() instead of strftime_l() if the
383 selected locale is NULL.  This causes the time to be output in the 'C'
384 locale, but at least it doesn't crash.
385 Locales are now initialized slightly differently.  The 'C' locale is now
386 initialized without the '.UTF8' suffix.  And if it is successfully
387 initialized, all of the other locales are initialized using it as a base.
388 ------------------------------------------------------------------------
389 r4314 | ajc | 2006-02-14 23:30:39 -0500 (Tue, 14 Feb 2006) | 2 lines
390
391 Add an extra <br> at the end when pullquoting a message.
392 This gives TinyMCE somewhere to put the cursor that's not inside the quote.
393 ------------------------------------------------------------------------
394 r4313 | ajc | 2006-02-13 23:30:27 -0500 (Mon, 13 Feb 2006) | 1 line
395
396 Cleaned up some of the comments in webcit.h
397 ------------------------------------------------------------------------
398 r4312 | dothebart | 2006-02-13 15:51:49 -0500 (Mon, 13 Feb 2006) | 2 lines
399
400 split up to remove html code from the localization.
401
402 ------------------------------------------------------------------------
403 r4311 | dothebart | 2006-02-13 13:44:30 -0500 (Mon, 13 Feb 2006) | 2 lines
404
405 added comments to make the start and the end of the template visible in the browser.
406
407 ------------------------------------------------------------------------
408 r4310 | dothebart | 2006-02-13 13:42:55 -0500 (Mon, 13 Feb 2006) | 2 lines
409
410 tolowered the embedded html.
411
412 ------------------------------------------------------------------------
413 r4309 | ajc | 2006-02-13 12:49:01 -0500 (Mon, 13 Feb 2006) | 3 lines
414
415 webserver.c: don't call realloc() on every single call
416 to client_write().  Instead, start with a 32K buffer and increase its size
417 any time we find we've run out of space.
418 ------------------------------------------------------------------------
419 r4308 | ajc | 2006-02-12 23:01:36 -0500 (Sun, 12 Feb 2006) | 2 lines
420
421 Removed monthname() and replaced with proper strftime() calls.
422 All date/time output should be fully localized now.
423 ------------------------------------------------------------------------
424 r4306 | ajc | 2006-02-12 01:34:37 -0500 (Sun, 12 Feb 2006) | 2 lines
425
426 More conversion of date/time strings to strftime-based functions.
427 Still need to tweak a few things here and there.
428 ------------------------------------------------------------------------
429 r4305 | ajc | 2006-02-12 00:10:31 -0500 (Sun, 12 Feb 2006) | 1 line
430
431 Began moving date outputs to strftime_l()
432 ------------------------------------------------------------------------
433 r4303 | ajc | 2006-02-10 23:33:18 -0500 (Fri, 10 Feb 2006) | 1 line
434
435 Moved _GNU_SOURCE declaration to webcit.h so all source modules have it defined.
436 ------------------------------------------------------------------------
437 r4300 | ajc | 2006-02-09 16:51:05 -0500 (Thu, 09 Feb 2006) | 2 lines
438
439 messages.c: fixed some memory allocation issues
440 (forwarding attachments)
441 ------------------------------------------------------------------------
442 r4298 | ajc | 2006-02-09 13:02:07 -0500 (Thu, 09 Feb 2006) | 1 line
443
444 fix iconv calling syntax
445 ------------------------------------------------------------------------
446 r4297 | ajc | 2006-02-09 12:53:12 -0500 (Thu, 09 Feb 2006) | 1 line
447
448 Fixed a problem with free_march_list()
449 ------------------------------------------------------------------------
450 r4296 | ajc | 2006-02-08 23:40:34 -0500 (Wed, 08 Feb 2006) | 2 lines
451
452 html2html.c: when converting links, don't add quotes to URL's
453 that were incorrectly specified without quotes.  That just breaks them.
454 ------------------------------------------------------------------------
455 r4295 | ajc | 2006-02-08 23:00:10 -0500 (Wed, 08 Feb 2006) | 1 line
456
457 Allow the user to specify a default character set for email headers.
458 ------------------------------------------------------------------------
459 r4294 | ajc | 2006-02-08 21:44:27 -0500 (Wed, 08 Feb 2006) | 1 line
460
461 it.po: updated Italian translation sent in by Gabriele Tassoni
462 ------------------------------------------------------------------------
463 r4293 | ajc | 2006-02-08 16:53:29 -0500 (Wed, 08 Feb 2006) | 1 line
464
465 Fixed a couple of memory leaks detected by Valgrind.
466 ------------------------------------------------------------------------
467 r4292 | ajc | 2006-02-08 11:45:52 -0500 (Wed, 08 Feb 2006) | 1 line
468
469 Memory allocation fix
470 ------------------------------------------------------------------------
471 r4290 | ajc | 2006-02-07 12:03:41 -0500 (Tue, 07 Feb 2006) | 3 lines
472
473 Some changes to view vs. default view behavior.
474 This is to support the new Calendar List view without destroying the server behavior
475 for Calendar rooms.
476 ------------------------------------------------------------------------
477 r4288 | ajc | 2006-02-05 23:50:39 -0500 (Sun, 05 Feb 2006) | 4 lines
478
479 Created ctdl_iconv_open() wrapper around iconv_open()
480 in order to add extra charset aliases.  Nonstandard, broken Microsoft charsets such as
481 'MS950' are now aliased to names such as 'CP950'.  This will allow WebCit to display
482 broken messages created by broken Microsoft products.
483 ------------------------------------------------------------------------
484 r4286 | ajc | 2006-02-05 18:17:45 -0500 (Sun, 05 Feb 2006) | 2 lines
485
486 messages.c: corrected a call to utf8ify_rfc822_string() that
487 had not been properly surrounded by the requisite ifdef's.
488 ------------------------------------------------------------------------
489 r4285 | dothebart | 2006-02-05 14:10:15 -0500 (Sun, 05 Feb 2006) | 2 lines
490
491 removed fuzzy lines, as the translation was correct.
492
493 ------------------------------------------------------------------------
494 r4284 | dothebart | 2006-02-05 12:04:22 -0500 (Sun, 05 Feb 2006) | 2 lines
495
496 added brief view calendar, and renamed the original view to 'pretty view' in the comments.
497
498 ------------------------------------------------------------------------
499 r4283 | dothebart | 2006-02-05 11:57:41 -0500 (Sun, 05 Feb 2006) | 2 lines
500
501 added more translations for wiki etc.
502
503 ------------------------------------------------------------------------
504 r4282 | ajc | 2006-02-04 13:16:09 -0500 (Sat, 04 Feb 2006) | 1 line
505
506 Perform RFC2047 charset decoding in recipient names
507 ------------------------------------------------------------------------
508 r4281 | ajc | 2006-02-04 13:11:06 -0500 (Sat, 04 Feb 2006) | 3 lines
509
510 Fixed the handling of HTML messages when the character set is
511 declared in an HTML meta tag instead of in the MIME headers.
512 Nearly all of these messages should parse now.
513 ------------------------------------------------------------------------
514 r4280 | ajc | 2006-02-04 12:50:05 -0500 (Sat, 04 Feb 2006) | 1 line
515
516 Reorganized portions of html2html.c
517 ------------------------------------------------------------------------
518 r4279 | ajc | 2006-02-04 00:33:17 -0500 (Sat, 04 Feb 2006) | 4 lines
519
520 When outputting HTML messages, check to see if there is a META tag in the HTML 
521 that overrides the MIME content-type.  This is *not* legal MIME, but it seems to 
522 be common practice in Asian messages so we have to deal with it.
523
524 ------------------------------------------------------------------------
525 r4278 | ajc | 2006-02-03 22:42:10 -0500 (Fri, 03 Feb 2006) | 1 line
526
527 Changed the copyright date in the startup banner
528 ------------------------------------------------------------------------
529 r4277 | ajc | 2006-02-03 14:42:57 -0500 (Fri, 03 Feb 2006) | 1 line
530
531 Removed ChangeLog, we'll go with the svn log from now on.
532 ------------------------------------------------------------------------
533 r4275 | dothebart | 2006-02-03 04:51:49 -0500 (Fri, 03 Feb 2006) | 2 lines
534
535 added new translations for download / save
536
537 ------------------------------------------------------------------------
538 r4274 | ajc | 2006-02-02 23:52:09 -0500 (Thu, 02 Feb 2006) | 1 line
539
540 Offer "View" and "Download" options for all attachments.
541 ------------------------------------------------------------------------
542 r4270 | ajc | 2006-01-31 12:01:55 -0500 (Tue, 31 Jan 2006) | 5 lines
543
544
545 * Generated MIME boundaries now begin with "=_" because that is a character
546   sequence guaranteed never to appear in either base64 or quoted-printable
547   encodings.
548
549 ------------------------------------------------------------------------
550 r4268 | ajc | 2006-01-31 00:04:02 -0500 (Tue, 31 Jan 2006) | 1 line
551
552 oops
553 ------------------------------------------------------------------------
554 r4267 | ajc | 2006-01-31 00:01:18 -0500 (Tue, 31 Jan 2006) | 7 lines
555
556
557 * Rolled all of the groupdav*.[ch] files way back to version 3851.  Something
558   somewhere in willi's doxygen changes broke GroupDAV protocol.  Since I was
559   unable to figure out where, I had to roll it all back.
560 * The good news is that the server-absolute URL's do work after all, so I
561   reinstated that.
562
563 ------------------------------------------------------------------------
564 r4266 | dothebart | 2006-01-30 18:06:23 -0500 (Mon, 30 Jan 2006) | 2 lines
565
566 moved into subgroup 
567
568 ------------------------------------------------------------------------
569 r4265 | ajc | 2006-01-30 16:52:55 -0500 (Mon, 30 Jan 2006) | 2 lines
570
571 * Reversed the previous change
572
573 ------------------------------------------------------------------------
574 r4264 | ajc | 2006-01-30 15:26:25 -0500 (Mon, 30 Jan 2006) | 4 lines
575
576
577 * GroupDAV now outputs <href> tags containing server-absolute URL's instead
578   of globally absolute URL's.
579
580 ------------------------------------------------------------------------
581 r4263 | ajc | 2006-01-30 12:11:01 -0500 (Mon, 30 Jan 2006) | 3 lines
582
583 * When the -f option is specified, honor X-Forwarded-Host: in addition
584   to X-Forwarded-For: headers.  This helps GroupDAV along.
585
586 ------------------------------------------------------------------------
587 r4262 | ajc | 2006-01-30 00:15:09 -0500 (Mon, 30 Jan 2006) | 5 lines
588
589
590 HTML messages are now encoded as "Quoted-Printable" before being
591   transmitted to the server.  New utility function text_to_server_qp()
592   handles this.
593
594 ------------------------------------------------------------------------
595 r4261 | ajc | 2006-01-29 23:21:45 -0500 (Sun, 29 Jan 2006) | 4 lines
596
597
598 * Removed the "convert_to_html" option from text_to_server() because we no
599   longer have any callers which require it.
600
601 ------------------------------------------------------------------------
602 r4260 | ajc | 2006-01-29 13:09:49 -0500 (Sun, 29 Jan 2006) | 4 lines
603
604
605  * Removed all references to "font-family" style.  We will now go with
606    whatever font the user has chosen as his favorite.
607
608 ------------------------------------------------------------------------
609 r4259 | dothebart | 2006-01-29 10:40:17 -0500 (Sun, 29 Jan 2006) | 2 lines
610
611 forgot one doxygen header
612
613 ------------------------------------------------------------------------
614 r4258 | dothebart | 2006-01-29 08:34:44 -0500 (Sun, 29 Jan 2006) | 4 lines
615
616 * Doxygen groups. Sorted the files into groups. so now we have a nice structure 
617   in the module index, which should ease the navigation to a particular part.
618
619
620 ------------------------------------------------------------------------
621 r4257 | dothebart | 2006-01-29 05:59:14 -0500 (Sun, 29 Jan 2006) | 2 lines
622
623 missing months added.
624
625 ------------------------------------------------------------------------
626 r4256 | ajc | 2006-01-29 00:12:49 -0500 (Sun, 29 Jan 2006) | 1 line
627
628 Clarified some of the doxygen comments
629 ------------------------------------------------------------------------
630 r4255 | ajc | 2006-01-28 23:33:23 -0500 (Sat, 28 Jan 2006) | 1 line
631
632 accept-charset="UTF-8" in form declaration for enter message screen
633 ------------------------------------------------------------------------
634 r4254 | ajc | 2006-01-27 23:53:41 -0500 (Fri, 27 Jan 2006) | 1 line
635
636 All month names and weekday names are now sourced from localized strings.
637 ------------------------------------------------------------------------
638 r4253 | ajc | 2006-01-27 18:17:02 -0500 (Fri, 27 Jan 2006) | 1 line
639
640 comments
641 ------------------------------------------------------------------------
642 r4252 | ajc | 2006-01-27 17:41:51 -0500 (Fri, 27 Jan 2006) | 1 line
643
644 comments
645 ------------------------------------------------------------------------
646 r4251 | ajc | 2006-01-27 17:40:10 -0500 (Fri, 27 Jan 2006) | 1 line
647
648 comments
649 ------------------------------------------------------------------------
650 r4250 | ajc | 2006-01-27 15:04:11 -0500 (Fri, 27 Jan 2006) | 1 line
651
652  Do a JavaScript alert if we fail to open the Instant Messenger window.
653 ------------------------------------------------------------------------
654 r4249 | ajc | 2006-01-27 13:50:53 -0500 (Fri, 27 Jan 2006) | 1 line
655
656 Page popups work again
657 ------------------------------------------------------------------------
658 r4247 | ajc | 2006-01-26 15:45:41 -0500 (Thu, 26 Jan 2006) | 3 lines
659
660
661 Complete overhaul of "Notes" view.  Now features AJAX create and edit operations.
662
663 ------------------------------------------------------------------------
664 r4245 | ajc | 2006-01-26 11:06:49 -0500 (Thu, 26 Jan 2006) | 1 line
665
666 Clarify that we are GPLv2
667 ------------------------------------------------------------------------
668 r4243 | ajc | 2006-01-25 22:26:25 -0500 (Wed, 25 Jan 2006) | 5 lines
669
670
671 * Fixed some spelling errors
672 * Added en_GB.po translation provided by David Given
673
674
675 ------------------------------------------------------------------------
676 r4242 | ajc | 2006-01-25 13:10:47 -0500 (Wed, 25 Jan 2006) | 3 lines
677
678
679 * Don't pullquote the headers when editing a wiki page.
680
681 ------------------------------------------------------------------------
682 r4241 | ajc | 2006-01-24 23:10:51 -0500 (Tue, 24 Jan 2006) | 6 lines
683
684
685 * Eliminated a bug in pullquote_message() that was causing it to run words
686   together at the linebreaks.
687 * After creating or editing a Wiki page, display that page instead of
688   that wiki's home page.
689
690 ------------------------------------------------------------------------
691 r4240 | ajc | 2006-01-24 13:56:57 -0500 (Tue, 24 Jan 2006) | 2 lines
692
693 * Fixes to wiki view to handle "short" links.
694
695 ------------------------------------------------------------------------
696 r4239 | ajc | 2006-01-24 11:07:54 -0500 (Tue, 24 Jan 2006) | 5 lines
697
698
699 * client_getln() now fails if the client attempts to transmit non printable
700   characters.   This is for fast bailout if someone tries to do HTTPS to a
701   non-SSL webcit.
702
703 ------------------------------------------------------------------------
704 r4238 | ajc | 2006-01-23 22:51:59 -0500 (Mon, 23 Jan 2006) | 4 lines
705
706
707 * Got a primitive version of the wiki system in place.  Needs a lot of fine
708   tuning but it basically works.
709
710 ------------------------------------------------------------------------
711 r4233 | dothebart | 2006-01-23 09:07:26 -0500 (Mon, 23 Jan 2006) | 2 lines
712
713 version of debian build added
714
715 ------------------------------------------------------------------------
716 r4232 | dothebart | 2006-01-23 08:44:05 -0500 (Mon, 23 Jan 2006) | 3 lines
717
718 upsie. some lines vanished.
719 removed kerningham-richie cisms.
720
721 ------------------------------------------------------------------------
722 r4231 | dothebart | 2006-01-23 08:35:50 -0500 (Mon, 23 Jan 2006) | 2 lines
723
724 Done with doxygenizing
725
726 ------------------------------------------------------------------------
727 r4230 | ajc | 2006-01-22 17:50:06 -0500 (Sun, 22 Jan 2006) | 1 line
728
729 More work on the wiki view.  Don't try to use it yet.
730 ------------------------------------------------------------------------
731 r4229 | dothebart | 2006-01-21 18:53:37 -0500 (Sat, 21 Jan 2006) | 2 lines
732
733 more doxygen doku.
734
735 ------------------------------------------------------------------------
736 r4228 | ajc | 2006-01-21 16:24:26 -0500 (Sat, 21 Jan 2006) | 1 line
737
738 wiki
739 ------------------------------------------------------------------------
740 r4225 | ajc | 2006-01-20 16:39:28 -0500 (Fri, 20 Jan 2006) | 2 lines
741
742 * Started writing wiki code.  It completely does not work.  :)
743
744 ------------------------------------------------------------------------
745 r4221 | dothebart | 2006-01-20 15:05:27 -0500 (Fri, 20 Jan 2006) | 2 lines
746
747 converted comments to get caught by doxygen
748
749 ------------------------------------------------------------------------
750 r4217 | ajc | 2006-01-19 23:18:39 -0500 (Thu, 19 Jan 2006) | 1 line
751
752 Began adding the infrastructure to support wiki mode rooms.
753 ------------------------------------------------------------------------
754 r4210 | ajc | 2006-01-19 00:00:30 -0500 (Thu, 19 Jan 2006) | 1 line
755
756 Fixed a small memory leak
757 ------------------------------------------------------------------------
758 r4209 | ajc | 2006-01-18 23:09:43 -0500 (Wed, 18 Jan 2006) | 1 line
759
760 THIS IS 6.71
761 ------------------------------------------------------------------------
762 r4208 | ajc | 2006-01-18 16:40:46 -0500 (Wed, 18 Jan 2006) | 7 lines
763
764
765 * fix_scrollbar_bug is now a class instead of an id.  Fixes validator warnings.
766 * Corrected bad html generated when there's only one message in a summary view.
767 * Retain both login name and display name (fullname) in session structure.
768   This fixes chat window authentication when connecting to a Citadel server
769   using host based authentication.
770
771 ------------------------------------------------------------------------
772 r4202 | ajc | 2006-01-16 11:53:14 -0500 (Mon, 16 Jan 2006) | 2 lines
773
774 * Experimental unix domain socket listener
775
776 ------------------------------------------------------------------------
777 r4196 | ajc | 2006-01-14 23:40:40 -0500 (Sat, 14 Jan 2006) | 4 lines
778
779
780 * setup.c: remove "--backtitle" from calls to "dialog" because its
781   availability cannot be depended upon.
782
783 ------------------------------------------------------------------------
784 r4194 | ajc | 2006-01-14 18:33:22 -0500 (Sat, 14 Jan 2006) | 1 line
785
786 oops, correction to previous commit
787 ------------------------------------------------------------------------
788 r4193 | ajc | 2006-01-14 18:26:17 -0500 (Sat, 14 Jan 2006) | 1 line
789
790 config: Correct forged From: lines during authenticated SMTP
791 ------------------------------------------------------------------------
792 r4192 | ajc | 2006-01-13 15:25:33 -0500 (Fri, 13 Jan 2006) | 1 line
793
794 THIS IS 6.70
795 ------------------------------------------------------------------------
796 r4189 | ajc | 2006-01-13 00:02:27 -0500 (Fri, 13 Jan 2006) | 1 line
797
798 Removed the split bbview because it's b0rken in IE
799 ------------------------------------------------------------------------
800 r4188 | ajc | 2006-01-12 15:40:56 -0500 (Thu, 12 Jan 2006) | 1 line
801
802 start im on bottom
803 ------------------------------------------------------------------------
804 r4187 | ajc | 2006-01-12 00:41:48 -0500 (Thu, 12 Jan 2006) | 1 line
805
806 Changes to instant messenger to work around IE bugs
807 ------------------------------------------------------------------------
808 r4186 | ajc | 2006-01-11 23:23:38 -0500 (Wed, 11 Jan 2006) | 8 lines
809
810
811 * More updates to instant messenger:
812   - Better delineation of input box.  Added an icon and a slightly darker
813     background color so you can see where the input box actually is.
814   - Auto refresh every 5 seconds instead of 30
815   - WebCit now fires off a JavaScript test after 30 seconds of inactivity
816     to see if the instant messenger window needs to be opened
817
818 ------------------------------------------------------------------------
819 r4185 | ajc | 2006-01-11 17:00:59 -0500 (Wed, 11 Jan 2006) | 4 lines
820
821
822 * More updates to instant messenger.  When new messages arrive, the window
823   automatically scrolls to the bottom and the input box is refocused.
824
825 ------------------------------------------------------------------------
826 r4184 | ajc | 2006-01-11 15:21:56 -0500 (Wed, 11 Jan 2006) | 1 line
827
828 Corrected a small javascript syntax error
829 ------------------------------------------------------------------------
830 r4182 | ajc | 2006-01-10 23:57:11 -0500 (Tue, 10 Jan 2006) | 4 lines
831
832
833 * instant_messenger.html: learn my own screen name from the server,
834   also some CSS changes
835
836 ------------------------------------------------------------------------
837 r4175 | ajc | 2006-01-09 13:02:49 -0500 (Mon, 09 Jan 2006) | 5 lines
838
839
840 * siteconfig.c: new "Indexing/Journaling" tab now contains the options
841   to enable the full text index, and to enable message journaling.
842 * Version number is now 6.70 in order to keep parity with Citadel.
843
844 ------------------------------------------------------------------------
845 r4173 | ajc | 2006-01-09 00:40:24 -0500 (Mon, 09 Jan 2006) | 1 line
846
847 Site Configuration screen moved to tabbed dialog
848 ------------------------------------------------------------------------
849 r4171 | ajc | 2006-01-06 11:21:36 -0500 (Fri, 06 Jan 2006) | 1 line
850
851 ran create-pot.sh
852 ------------------------------------------------------------------------
853 r4170 | ajc | 2006-01-06 11:21:01 -0500 (Fri, 06 Jan 2006) | 3 lines
854
855
856 * Localization enabled "Your info" from summary screen
857
858 ------------------------------------------------------------------------
859 r4169 | ajc | 2006-01-05 23:18:13 -0500 (Thu, 05 Jan 2006) | 1 line
860
861 New tabbed dialog API.  This will be used in something later...
862 ------------------------------------------------------------------------
863 r4164 | ajc | 2006-01-03 18:20:12 -0500 (Tue, 03 Jan 2006) | 2 lines
864
865 More tweaks to instant messenger window
866
867 ------------------------------------------------------------------------
868 r4163 | ajc | 2006-01-02 22:46:41 -0500 (Mon, 02 Jan 2006) | 1 line
869
870 Allow selection of tabs in multiple conversation mode.
871 ------------------------------------------------------------------------
872 r4162 | ajc | 2006-01-02 21:14:31 -0500 (Mon, 02 Jan 2006) | 1 line
873
874 updates to ajax instant messenger
875 ------------------------------------------------------------------------
876 r4161 | ajc | 2006-01-02 16:47:13 -0500 (Mon, 02 Jan 2006) | 1 line
877
878 new instant messenger
879 ------------------------------------------------------------------------
880 r4160 | ajc | 2006-01-02 16:40:38 -0500 (Mon, 02 Jan 2006) | 4 lines
881
882
883 The new AJAX-based instant messenger now handles sending messages, and
884   also multiple concurrent conversations.
885
886 ------------------------------------------------------------------------
887 r4159 | ajc | 2006-01-02 13:41:35 -0500 (Mon, 02 Jan 2006) | 1 line
888
889 New way to display incoming instant messages.  Not finished.
890 ------------------------------------------------------------------------
891 r4157 | ajc | 2005-12-22 12:08:05 -0500 (Thu, 22 Dec 2005) | 4 lines
892
893
894 * Added missing HTTP headers to do_chat()
895
896
897 ------------------------------------------------------------------------
898 r4156 | ajc | 2005-12-21 10:24:39 -0500 (Wed, 21 Dec 2005) | 9 lines
899
900
901
902 * configure.in: use different variable names for each AC_CHECK_PROG macro,
903   because autoconf will see the same variable name as used before, pull some
904   value from cache, and assume it knows the answer.  This causes NLS to be
905   enabled on systems that have, for example, xgettext but not msgfmt (such as
906   Mandrake).  Fixed.
907
908
909 ------------------------------------------------------------------------
910 r4155 | ajc | 2005-12-21 10:08:56 -0500 (Wed, 21 Dec 2005) | 3 lines
911
912
913 * Makefile.in: target 'distclean' - do not remove po/Makefile.in
914
915 ------------------------------------------------------------------------
916 r4154 | ajc | 2005-12-20 14:38:10 -0500 (Tue, 20 Dec 2005) | 1 line
917
918 minor fix
919 ------------------------------------------------------------------------
920 r4153 | ajc | 2005-12-19 15:48:19 -0500 (Mon, 19 Dec 2005) | 1 line
921
922 ran create-pot.sh
923 ------------------------------------------------------------------------
924 r4150 | ajc | 2005-12-17 00:25:18 -0500 (Sat, 17 Dec 2005) | 5 lines
925
926
927 * messages.c: include the "edit html source" button in the message editor
928   window.  Also, when pullquoting a message, insert a \n\n at the end so
929   the TinyMCE editor allows the user to advance past the quote.
930
931 ------------------------------------------------------------------------
932 r4149 | ajc | 2005-12-15 23:51:46 -0500 (Thu, 15 Dec 2005) | 5 lines
933
934
935 * Checkbox to allow anonymous posting in rooms which allow it.
936   Resolves bugzilla #65.
937
938
939 ------------------------------------------------------------------------
940 r4147 | ajc | 2005-12-15 17:36:12 -0500 (Thu, 15 Dec 2005) | 3 lines
941
942
943 * "Headers" option in view message
944
945 ------------------------------------------------------------------------
946 r4144 | ajc | 2005-12-13 17:51:43 -0500 (Tue, 13 Dec 2005) | 4 lines
947
948
949 * Require Citadel server version to be at least 6.63
950 * THIS IS 6.40
951
952 ------------------------------------------------------------------------
953 r4143 | ajc | 2005-12-13 14:42:16 -0500 (Tue, 13 Dec 2005) | 1 line
954
955 Don't try to twiddle /etc/inittab on systems that don't have /etc/inittab.
956 ------------------------------------------------------------------------
957 r4142 | ajc | 2005-12-13 14:32:03 -0500 (Tue, 13 Dec 2005) | 1 line
958
959 oops
960 ------------------------------------------------------------------------
961 r4141 | ajc | 2005-12-13 14:28:04 -0500 (Tue, 13 Dec 2005) | 2 lines
962
963 * chatframeset.html: inserted a missing </body> tag.
964
965 ------------------------------------------------------------------------
966 r4139 | ajc | 2005-12-12 12:10:50 -0500 (Mon, 12 Dec 2005) | 2 lines
967
968 * it.po: updated Italian translation submitted by Gabriele Tassoni
969
970 ------------------------------------------------------------------------
971 r4137 | dothebart | 2005-12-11 19:53:19 -0500 (Sun, 11 Dec 2005) | 3 lines
972
973 * another rework of the locale parser. Hopefully feature complete now.
974
975
976 ------------------------------------------------------------------------
977 r4136 | ajc | 2005-12-11 00:05:26 -0500 (Sun, 11 Dec 2005) | 5 lines
978
979 * Mercilessly ripped out all of the gratuitously complex GNU libintl
980   detection m4 crapola and replaced it with some simple autoconf directives
981   to detect whether the host system has the correct set of NLS functions for
982   supporting per-thread locale.
983
984 ------------------------------------------------------------------------
985 r4135 | ajc | 2005-12-10 20:49:20 -0500 (Sat, 10 Dec 2005) | 2 lines
986
987 * wclib.js: transmit the "no floors expanded" condition to the server.
988
989 ------------------------------------------------------------------------
990 r4134 | ajc | 2005-12-10 20:28:22 -0500 (Sat, 10 Dec 2005) | 1 line
991
992 updated webcit.pot
993 ------------------------------------------------------------------------
994 r4133 | ajc | 2005-12-10 17:45:51 -0500 (Sat, 10 Dec 2005) | 3 lines
995
996 * Switched our TinyMCE call to the "advanced" theme.  Also enabled
997   the IESpell plugin (when Internet Explorer is in use).
998
999 ------------------------------------------------------------------------
1000 r4132 | ajc | 2005-12-09 14:41:03 -0500 (Fri, 09 Dec 2005) | 3 lines
1001
1002 * Deleting a message from the Trash folder now actually deletes it instead
1003   of trying to move it to the Trash.  Requires Citadel server 6.63.
1004
1005 ------------------------------------------------------------------------
1006 r4130 | ajc | 2005-12-09 13:45:52 -0500 (Fri, 09 Dec 2005) | 2 lines
1007
1008 * Slightly more intelligent language detection.
1009
1010 ------------------------------------------------------------------------
1011 r4129 | ajc | 2005-12-08 17:36:36 -0500 (Thu, 08 Dec 2005) | 1 line
1012
1013 huh?
1014 ------------------------------------------------------------------------
1015 r4128 | dothebart | 2005-12-08 17:32:39 -0500 (Thu, 08 Dec 2005) | 2 lines
1016
1017 * added missing string
1018
1019 ------------------------------------------------------------------------
1020 r4127 | ajc | 2005-12-08 17:26:02 -0500 (Thu, 08 Dec 2005) | 1 line
1021
1022 update webcit.pot
1023 ------------------------------------------------------------------------
1024 r4126 | ajc | 2005-12-08 17:24:24 -0500 (Thu, 08 Dec 2005) | 2 lines
1025
1026 * Detect the browser language, and use it as the default language selection.
1027
1028 ------------------------------------------------------------------------
1029 r4125 | ajc | 2005-12-08 11:49:56 -0500 (Thu, 08 Dec 2005) | 3 lines
1030
1031 * Fix "locale leak" on newer Linux systems where gettext() seems to cache
1032   its translated messages.  textdomain(textdomain(NULL)) clears the cache.
1033
1034 ------------------------------------------------------------------------
1035 r4124 | ajc | 2005-12-07 22:22:56 -0500 (Wed, 07 Dec 2005) | 3 lines
1036
1037  Improved the reliability of per-thread locale by unsetting it at the end
1038   of each transaction.
1039
1040 ------------------------------------------------------------------------
1041 r4123 | ajc | 2005-12-07 17:58:21 -0500 (Wed, 07 Dec 2005) | 2 lines
1042
1043 * Fixed more missing localization items
1044
1045 ------------------------------------------------------------------------
1046 r4122 | ajc | 2005-12-07 13:06:25 -0500 (Wed, 07 Dec 2005) | 2 lines
1047
1048 * Per-session locale.  For some reason it doesn't work well.
1049
1050 ------------------------------------------------------------------------
1051 r4121 | ajc | 2005-12-07 13:03:29 -0500 (Wed, 07 Dec 2005) | 2 lines
1052
1053 * Per-session locale.  For some reason it doesn't work well.
1054
1055 ------------------------------------------------------------------------
1056 r4120 | ajc | 2005-12-07 10:53:41 -0500 (Wed, 07 Dec 2005) | 1 line
1057
1058 locale changes
1059 ------------------------------------------------------------------------
1060 r4119 | ajc | 2005-12-07 10:35:07 -0500 (Wed, 07 Dec 2005) | 1 line
1061
1062 locale changes
1063 ------------------------------------------------------------------------
1064 r4118 | ajc | 2005-12-07 08:24:09 -0500 (Wed, 07 Dec 2005) | 2 lines
1065
1066 * po/it.po: Italian localization submitted by Gabriele Tassoni
1067
1068 ------------------------------------------------------------------------
1069 r4117 | ajc | 2005-12-05 18:07:15 -0500 (Mon, 05 Dec 2005) | 2 lines
1070
1071 * Upgraded TinyMCE to v2.0.1; CLEAR YOUR CACHE NOW
1072
1073 ------------------------------------------------------------------------
1074 r4116 | ajc | 2005-12-05 18:04:55 -0500 (Mon, 05 Dec 2005) | 1 line
1075
1076 remove tiny_mce
1077 ------------------------------------------------------------------------
1078 r4115 | dothebart | 2005-12-05 13:01:31 -0500 (Mon, 05 Dec 2005) | 2 lines
1079
1080 more translations
1081
1082 ------------------------------------------------------------------------
1083 r4114 | dothebart | 2005-12-05 12:43:17 -0500 (Mon, 05 Dec 2005) | 3 lines
1084
1085 * Use tokenizer function to completely parse accept-lang header.
1086
1087
1088 ------------------------------------------------------------------------
1089 r4113 | ajc | 2005-12-05 11:48:10 -0500 (Mon, 05 Dec 2005) | 2 lines
1090
1091 * Added in some of the missing localizations
1092
1093 ------------------------------------------------------------------------
1094 r4112 | dothebart | 2005-12-04 08:49:56 -0500 (Sun, 04 Dec 2005) | 2 lines
1095
1096 spellchecked.
1097
1098 ------------------------------------------------------------------------
1099 r4111 | ajc | 2005-12-03 23:01:55 -0500 (Sat, 03 Dec 2005) | 1 line
1100
1101
1102 ------------------------------------------------------------------------
1103 r4110 | dothebart | 2005-12-03 07:47:41 -0500 (Sat, 03 Dec 2005) | 3 lines
1104
1105 * added some translations
1106
1107
1108 ------------------------------------------------------------------------
1109 r4109 | dothebart | 2005-12-03 07:04:12 -0500 (Sat, 03 Dec 2005) | 3 lines
1110
1111 * fixed langage detection to work with simple 'de' and no other stuff
1112
1113
1114 ------------------------------------------------------------------------
1115 r4108 | ajc | 2005-12-02 17:50:30 -0500 (Fri, 02 Dec 2005) | 2 lines
1116
1117 * Re-enabled browser language detection.  This will be debugged and finalized.
1118
1119 ------------------------------------------------------------------------
1120 r4107 | ajc | 2005-12-02 11:02:00 -0500 (Fri, 02 Dec 2005) | 2 lines
1121
1122 * wclib.js: fixed a syntax error
1123
1124 ------------------------------------------------------------------------
1125 r4106 | ajc | 2005-12-01 17:46:37 -0500 (Thu, 01 Dec 2005) | 2 lines
1126
1127 * which_div_expanded is now persistent across sessions
1128
1129 ------------------------------------------------------------------------
1130 r4105 | ajc | 2005-12-01 17:43:22 -0500 (Thu, 01 Dec 2005) | 2 lines
1131
1132 * which_div_expanded is now persistent across page loads
1133
1134 ------------------------------------------------------------------------
1135 r4104 | ajc | 2005-12-01 17:15:56 -0500 (Thu, 01 Dec 2005) | 2 lines
1136
1137 * Clicking on the expanded floor div collapses it.
1138
1139 ------------------------------------------------------------------------
1140 r4103 | ajc | 2005-12-01 17:03:45 -0500 (Thu, 01 Dec 2005) | 3 lines
1141
1142 * More style changes to the new room list, mainly with regard to font size
1143   and line breaks.
1144
1145 ------------------------------------------------------------------------
1146 r4102 | ajc | 2005-12-01 16:58:44 -0500 (Thu, 01 Dec 2005) | 1 line
1147
1148 css change
1149 ------------------------------------------------------------------------
1150 r4101 | ajc | 2005-12-01 14:35:39 -0500 (Thu, 01 Dec 2005) | 2 lines
1151
1152 * Added icons to the new room list
1153
1154 ------------------------------------------------------------------------
1155 r4100 | ajc | 2005-12-01 00:43:12 -0500 (Thu, 01 Dec 2005) | 5 lines
1156
1157
1158 * The iconbar roomlist, when selected, is now persistent across page loads
1159   and even between sessions.  We also cache the list for up to 5 minutes so
1160   it doesn't have to load from the Citadel server over and over again.
1161
1162 ------------------------------------------------------------------------
1163 r4099 | ajc | 2005-11-30 23:59:57 -0500 (Wed, 30 Nov 2005) | 3 lines
1164
1165 * Shortened some of the string lengths in struct wcsession.  We really don't
1166   need all those 4096 byte moby-buffers everywhere.
1167
1168 ------------------------------------------------------------------------
1169 r4098 | ajc | 2005-11-29 23:57:21 -0500 (Tue, 29 Nov 2005) | 1 line
1170
1171 commented out some logging
1172 ------------------------------------------------------------------------
1173 r4097 | ajc | 2005-11-29 23:54:02 -0500 (Tue, 29 Nov 2005) | 1 line
1174
1175 Drag-and-drop move messages is now complete.
1176 ------------------------------------------------------------------------
1177 r4096 | ajc | 2005-11-29 23:22:26 -0500 (Tue, 29 Nov 2005) | 4 lines
1178
1179 * Completed the JavaScript-detection of room names in the iconbar as drop
1180   targets.  For now it simply displays an alert box.  Doing the actual
1181   message move will only require some simple glue code...
1182
1183 ------------------------------------------------------------------------
1184 r4095 | ajc | 2005-11-29 15:51:28 -0500 (Tue, 29 Nov 2005) | 1 line
1185
1186 wclib commit
1187 ------------------------------------------------------------------------
1188 r4094 | ajc | 2005-11-28 23:04:32 -0500 (Mon, 28 Nov 2005) | 3 lines
1189
1190 * Made the iconbar room list somewhat usable (collapse/expand).  It is not yet
1191   a drop target, though, which is why we did all this in the first place.
1192
1193 ------------------------------------------------------------------------
1194 r4093 | dothebart | 2005-11-28 17:00:34 -0500 (Mon, 28 Nov 2005) | 3 lines
1195
1196 * migrate to _GNU_SOURCE and uselocale() to be threadsafe.
1197
1198
1199 ------------------------------------------------------------------------
1200 r4091 | ajc | 2005-11-27 21:28:33 -0500 (Sun, 27 Nov 2005) | 2 lines
1201
1202 * Eliminated the use of tmpnam() to shut up compiler warnings.
1203
1204 ------------------------------------------------------------------------
1205 r4089 | dothebart | 2005-11-27 14:45:49 -0500 (Sun, 27 Nov 2005) | 3 lines
1206
1207 * Detect locale from Browser Environment
1208
1209
1210 ------------------------------------------------------------------------
1211 r4088 | dothebart | 2005-11-27 12:29:01 -0500 (Sun, 27 Nov 2005) | 3 lines
1212
1213 * staticaly bind codeset to utf8.
1214
1215
1216 ------------------------------------------------------------------------
1217 r4087 | ajc | 2005-11-23 23:32:48 -0500 (Wed, 23 Nov 2005) | 2 lines
1218
1219 * Placed a mini roomlist in the iconbar.  This is not in its final form.
1220
1221 ------------------------------------------------------------------------
1222 r4086 | dothebart | 2005-11-23 11:44:13 -0500 (Wed, 23 Nov 2005) | 4 lines
1223
1224 * added missing german translations
1225 * changed multi line strings with empty string in first line to be searchable
1226
1227
1228 ------------------------------------------------------------------------
1229 r4085 | ajc | 2005-11-23 11:04:51 -0500 (Wed, 23 Nov 2005) | 2 lines
1230
1231 * auth.c: localized "User name:" and "Password:" prompts
1232
1233 ------------------------------------------------------------------------
1234 r4084 | ajc | 2005-11-22 21:44:41 -0500 (Tue, 22 Nov 2005) | 2 lines
1235
1236 * Fixed the unresponsive msgomatic in the bulletin board view.
1237
1238 ------------------------------------------------------------------------
1239 r4083 | ajc | 2005-11-22 00:01:37 -0500 (Tue, 22 Nov 2005) | 4 lines
1240
1241 * Set up a toggleable iconbar that can switch between the menu and a room
1242   list.  The room list is not yet implemented, so a simple placeholder is
1243   there instead.
1244
1245 ------------------------------------------------------------------------
1246 r4082 | ajc | 2005-11-21 22:48:57 -0500 (Mon, 21 Nov 2005) | 5 lines
1247
1248 * messages.c, webcit.css: message buttons (Reply, ReplyQuoted, etc.) are now
1249   in a smaller font (new style 'msgbuttons' defined in the stylesheet)
1250 * Reply and ReplyQuoted no longer generate an empty 'Re:' subject if the
1251   message being replied to has no subject.
1252
1253 ------------------------------------------------------------------------
1254 r4081 | ajc | 2005-11-21 22:31:58 -0500 (Mon, 21 Nov 2005) | 5 lines
1255
1256 * create-pot.sh: now creates a new webcit.pot file and automatically merges
1257   it into all *.po files, allowing an easy way for translators to access
1258   new strings.
1259 * axdefs[] (Access level definitions) -- now ready for localization.
1260
1261 ------------------------------------------------------------------------
1262 r4077 | dothebart | 2005-11-21 11:23:42 -0500 (Mon, 21 Nov 2005) | 2 lines
1263
1264 * added package build script.
1265
1266 ------------------------------------------------------------------------
1267 r4076 | dothebart | 2005-11-21 11:20:26 -0500 (Mon, 21 Nov 2005) | 2 lines
1268
1269 error corrections
1270
1271 ------------------------------------------------------------------------
1272 r4075 | dothebart | 2005-11-21 11:13:29 -0500 (Mon, 21 Nov 2005) | 4 lines
1273
1274 * Apache config package added
1275 * make recursive examples
1276 * automatization of the upstream version
1277
1278 ------------------------------------------------------------------------
1279 r4074 | ajc | 2005-11-20 22:36:42 -0500 (Sun, 20 Nov 2005) | 1 line
1280
1281 build fix
1282 ------------------------------------------------------------------------
1283 r4073 | ajc | 2005-11-20 22:24:03 -0500 (Sun, 20 Nov 2005) | 3 lines
1284
1285 * Moved the definition of INADDR_NONE to webcit.h, where it will be effective
1286   in all locations where it is needed.  Fixes the build on Solaris 10.
1287
1288 ------------------------------------------------------------------------
1289 r4072 | ajc | 2005-11-19 00:07:29 -0500 (Sat, 19 Nov 2005) | 1 line
1290
1291 fix rss.c
1292 ------------------------------------------------------------------------
1293 r4071 | ajc | 2005-11-18 23:56:00 -0500 (Fri, 18 Nov 2005) | 2 lines
1294
1295 * Put in some infrastructure for generating and maintaining .po files
1296
1297 ------------------------------------------------------------------------
1298 r4070 | ajc | 2005-11-18 23:49:36 -0500 (Fri, 18 Nov 2005) | 1 line
1299
1300 build updates
1301 ------------------------------------------------------------------------
1302 r4069 | ajc | 2005-11-18 23:27:07 -0500 (Fri, 18 Nov 2005) | 3 lines
1303
1304 * Threw away most of the gettextize-generated build system in the po/
1305   directory, and replaced it with a very simple Makefile.in.in instead.
1306
1307 ------------------------------------------------------------------------
1308 r4068 | ajc | 2005-11-18 23:02:37 -0500 (Fri, 18 Nov 2005) | 1 line
1309
1310 build fixes
1311 ------------------------------------------------------------------------
1312 r4067 | ajc | 2005-11-18 22:58:02 -0500 (Fri, 18 Nov 2005) | 1 line
1313
1314 Adjustments to the build
1315 ------------------------------------------------------------------------
1316 r4066 | dothebart | 2005-11-18 09:07:34 -0500 (Fri, 18 Nov 2005) | 2 lines
1317
1318 more fixups. umlauts problems fixed.
1319
1320 ------------------------------------------------------------------------
1321 r4065 | dothebart | 2005-11-17 16:46:43 -0500 (Thu, 17 Nov 2005) | 2 lines
1322
1323 missing colon.
1324
1325 ------------------------------------------------------------------------
1326 r4064 | dothebart | 2005-11-17 16:38:53 -0500 (Thu, 17 Nov 2005) | 2 lines
1327
1328 The umlauts got nuked on their way into svn. some first corrections.
1329
1330 ------------------------------------------------------------------------
1331 r4062 | error | 2005-11-17 12:23:44 -0500 (Thu, 17 Nov 2005) | 2 lines
1332
1333 Have configure check for sed, so that recursion will work.
1334
1335 ------------------------------------------------------------------------
1336 r4061 | ajc | 2005-11-17 11:33:21 -0500 (Thu, 17 Nov 2005) | 4 lines
1337
1338 * More changes to try to get the po/ directory to build properly.  It's still
1339   not working.  If you want to run WebCit using the current tree, be sure to
1340   configure with --disable-nls
1341
1342 ------------------------------------------------------------------------
1343 r4060 | ajc | 2005-11-17 11:25:31 -0500 (Thu, 17 Nov 2005) | 1 line
1344
1345 aaaarrrrrgggggghhhhhhhh
1346 ------------------------------------------------------------------------
1347 r4059 | ajc | 2005-11-17 00:22:58 -0500 (Thu, 17 Nov 2005) | 1 line
1348
1349 test
1350 ------------------------------------------------------------------------
1351 r4058 | ajc | 2005-11-17 00:20:00 -0500 (Thu, 17 Nov 2005) | 1 line
1352
1353 old Makefile.in.in
1354 ------------------------------------------------------------------------
1355 r4057 | ajc | 2005-11-17 00:05:51 -0500 (Thu, 17 Nov 2005) | 1 line
1356
1357 remove files
1358 ------------------------------------------------------------------------
1359 r4056 | ajc | 2005-11-17 00:05:35 -0500 (Thu, 17 Nov 2005) | 1 line
1360
1361 remove files
1362 ------------------------------------------------------------------------
1363 r4055 | ajc | 2005-11-17 00:03:54 -0500 (Thu, 17 Nov 2005) | 2 lines
1364
1365 * Assorted tweaks to activate the translations...
1366
1367 ------------------------------------------------------------------------
1368 r4054 | ajc | 2005-11-15 21:59:00 -0500 (Tue, 15 Nov 2005) | 4 lines
1369
1370 * Checked in po/de.po, a German translation submitted by Wilifried Goesgens.
1371   Now I just have to figure out how to activate it.
1372 ?
1373
1374 ------------------------------------------------------------------------
1375 r4052 | ajc | 2005-11-14 14:57:16 -0500 (Mon, 14 Nov 2005) | 1 line
1376
1377
1378 ------------------------------------------------------------------------
1379 r4050 | ajc | 2005-11-13 23:10:14 -0500 (Sun, 13 Nov 2005) | 4 lines
1380
1381
1382 * Added an '-f' command line option to allow WebCit to follow the
1383   'X-Forwarded-For:' HTTP header, if present.
1384
1385 ------------------------------------------------------------------------
1386 r4049 | ajc | 2005-11-13 22:46:33 -0500 (Sun, 13 Nov 2005) | 2 lines
1387
1388 * Added missing HTTP headers for /listsub
1389
1390 ------------------------------------------------------------------------
1391 r4048 | ajc | 2005-11-12 23:46:36 -0500 (Sat, 12 Nov 2005) | 4 lines
1392
1393 * Discovered the style -moz-user-select:none and applied it to the mailbox
1394   summary table, to prevent text select from ruining the appearance of our
1395   beautiful drag and drop function.
1396
1397 ------------------------------------------------------------------------
1398 r4047 | ajc | 2005-11-12 23:19:15 -0500 (Sat, 12 Nov 2005) | 4 lines
1399
1400 * Strip prepended '/webcit' in requested url's.  This may allow us to handle
1401   incoming proxy requests from a front end web server.
1402 * Don't require a session cookie for static content.
1403
1404 ------------------------------------------------------------------------
1405 r4046 | ajc | 2005-11-10 17:38:41 -0500 (Thu, 10 Nov 2005) | 3 lines
1406
1407 * Completed the implementation of a simple drop target for messages.  Right
1408   now it just drops to trash.  Need to do a folder list drop now.
1409
1410 ------------------------------------------------------------------------
1411 r4045 | ajc | 2005-11-09 23:08:57 -0500 (Wed, 09 Nov 2005) | 3 lines
1412
1413 * Removed arbitrary upper bound in message select array, after realizing that
1414   JavaScript arrays don't need to have their size declared.
1415
1416 ------------------------------------------------------------------------
1417 r4044 | ajc | 2005-11-08 23:50:45 -0500 (Tue, 08 Nov 2005) | 3 lines
1418
1419 * Mailbox view: selected messages are now draggablevi ChangeLog   (Now we just need to
1420   implement a place to drop them.)
1421
1422 ------------------------------------------------------------------------
1423 r4043 | ajc | 2005-11-08 00:44:50 -0500 (Tue, 08 Nov 2005) | 2 lines
1424
1425 * Now it resizes on mousemove instead of mouseup.  Very nice animated effect.
1426
1427 ------------------------------------------------------------------------
1428 r4042 | ajc | 2005-11-08 00:37:30 -0500 (Tue, 08 Nov 2005) | 2 lines
1429
1430 * First cut of message list resize.  It works but it resizes on mouseup.
1431
1432 ------------------------------------------------------------------------
1433 r4041 | ajc | 2005-11-07 10:46:18 -0500 (Mon, 07 Nov 2005) | 3 lines
1434
1435 * Disable the I-bar cursor when hovering over message summary lines in the
1436   mailbox view; go with the default pointer instead.
1437
1438 ------------------------------------------------------------------------
1439 r4040 | ajc | 2005-11-06 23:28:14 -0500 (Sun, 06 Nov 2005) | 4 lines
1440
1441 * Mailbox summary view -- headers are now ever-present; they do not scroll
1442   with the table.
1443
1444
1445 ------------------------------------------------------------------------
1446 r4039 | ajc | 2005-11-06 22:31:31 -0500 (Sun, 06 Nov 2005) | 3 lines
1447
1448 * Changed keypress handling so that it works not only in web browsers, but in
1449   Internet Explorer as well.
1450
1451 ------------------------------------------------------------------------
1452 r4038 | ajc | 2005-11-06 12:27:45 -0500 (Sun, 06 Nov 2005) | 4 lines
1453
1454 * Message delete: table row delete is now handled by a script.aculo.us effect
1455   instead of by just clearing out the innerHTML of the table row div, because
1456   IE barfs on the latter.
1457
1458 ------------------------------------------------------------------------
1459 r4036 | ajc | 2005-11-05 22:54:00 -0500 (Sat, 05 Nov 2005) | 2 lines
1460
1461 * Found and removed more absolute URL's.
1462
1463 ------------------------------------------------------------------------
1464 r4035 | ajc | 2005-11-05 00:59:40 -0500 (Sat, 05 Nov 2005) | 1 line
1465
1466 minor tweak to previous checkin
1467 ------------------------------------------------------------------------
1468 r4034 | ajc | 2005-11-05 00:51:39 -0500 (Sat, 05 Nov 2005) | 4 lines
1469
1470 * The checkboxes are gone!  Implemented ajax delete of selected messages,
1471   via either the Delete button or the Delete key.
1472
1473
1474 ------------------------------------------------------------------------
1475 r4033 | ajc | 2005-11-04 23:52:53 -0500 (Fri, 04 Nov 2005) | 3 lines
1476
1477 * Multi select using ctrl now handles the condition of a message already being
1478   selected and the user doing ctrl-click to deselect it.
1479
1480 ------------------------------------------------------------------------
1481 r4032 | ajc | 2005-11-04 17:05:13 -0500 (Fri, 04 Nov 2005) | 2 lines
1482
1483  * Multi select (using the ctrl key) is now working.
1484
1485 ------------------------------------------------------------------------
1486 r4031 | ajc | 2005-11-03 23:47:01 -0500 (Thu, 03 Nov 2005) | 1 line
1487
1488 more of the same
1489 ------------------------------------------------------------------------
1490 r4030 | ajc | 2005-11-03 23:45:24 -0500 (Thu, 03 Nov 2005) | 2 lines
1491
1492 * Removed all of the absolute URL's.
1493
1494 ------------------------------------------------------------------------
1495 r4029 | ajc | 2005-11-03 23:39:09 -0500 (Thu, 03 Nov 2005) | 1 line
1496
1497 lower case tags
1498 ------------------------------------------------------------------------
1499 r4027 | ajc | 2005-11-03 17:48:09 -0500 (Thu, 03 Nov 2005) | 1 line
1500
1501 removed some absolute urls
1502 ------------------------------------------------------------------------
1503 r4026 | ajc | 2005-11-03 17:22:34 -0500 (Thu, 03 Nov 2005) | 1 line
1504
1505 minor href fix
1506 ------------------------------------------------------------------------
1507 r4025 | ajc | 2005-11-03 12:44:47 -0500 (Thu, 03 Nov 2005) | 1 line
1508
1509 remove ml_slider
1510 ------------------------------------------------------------------------
1511 r4024 | ajc | 2005-11-03 11:13:46 -0500 (Thu, 03 Nov 2005) | 6 lines
1512
1513 * Removed the 'mark message as seen' C code (in the mailbox view) because it
1514   was no longer getting called.  Implemented this in JavaScript using an ajax
1515   call plus a new WebCit function to perform generic server commands using
1516   ajax.  Also reinstated the removal of bold font weight for messages
1517   transitioning from unseen to seen (again, in JavaScript).
1518
1519 ------------------------------------------------------------------------
1520 r4023 | ajc | 2005-11-02 23:47:28 -0500 (Wed, 02 Nov 2005) | 6 lines
1521
1522 * Mailbox view -- onClick is now implemented by a JavaScript function which
1523   is defined in wclib.js -- now, it not only handles the Ajax load of the
1524   message into the preview pane, but it also highlights the table row, and
1525   remembers the highlighting so it can be turned off when another row is
1526   selected.  This is if course a prelude to ajaxifying the table...
1527
1528 ------------------------------------------------------------------------
1529 r4022 | ajc | 2005-11-02 17:51:23 -0500 (Wed, 02 Nov 2005) | 1 line
1530
1531 rules=rows for the message summary table
1532 ------------------------------------------------------------------------
1533 r4021 | ajc | 2005-11-02 15:59:38 -0500 (Wed, 02 Nov 2005) | 6 lines
1534
1535 * Switched the mailbox summary back to a table.  This is tabular data and it
1536   ought to be marked up as a table.  We went to fixed width floating div's in
1537   order to use script.aculo.us 'draggable' but dragging the entire row ended
1538   up looking like crap, and it didn't appear that we would be able to drag
1539   outside the source div anyway.  So we're going back to the table.
1540
1541 ------------------------------------------------------------------------
1542 r4020 | ajc | 2005-11-02 15:08:22 -0500 (Wed, 02 Nov 2005) | 1 line
1543
1544 oldest to newest, newest to oldest settings in message board view
1545 ------------------------------------------------------------------------
1546 r4019 | ajc | 2005-11-02 00:11:09 -0500 (Wed, 02 Nov 2005) | 1 line
1547
1548 read reverse
1549 ------------------------------------------------------------------------
1550 r4018 | ajc | 2005-11-01 22:30:56 -0500 (Tue, 01 Nov 2005) | 1 line
1551
1552 added per-user internet mail permission setting
1553 ------------------------------------------------------------------------
1554 r4017 | ajc | 2005-10-31 22:30:52 -0500 (Mon, 31 Oct 2005) | 4 lines
1555
1556 * messages.c: the summary line for each message is now a SPAN instead of
1557   a DIV.  This was done because we needed the SPAN anyway to apply styles,
1558   and saves some space.
1559
1560 ------------------------------------------------------------------------
1561 r4016 | ajc | 2005-10-31 12:55:44 -0500 (Mon, 31 Oct 2005) | 1 line
1562
1563 small css fix
1564 ------------------------------------------------------------------------
1565 r4015 | ajc | 2005-10-30 23:36:33 -0500 (Sun, 30 Oct 2005) | 1 line
1566
1567 minor fix to above
1568 ------------------------------------------------------------------------
1569 r4012 | ajc | 2005-10-30 21:59:24 -0500 (Sun, 30 Oct 2005) | 2 lines
1570
1571 * summary.c: fixed the date display.
1572
1573 ------------------------------------------------------------------------
1574 r4010 | ajc | 2005-10-30 01:41:54 -0400 (Sun, 30 Oct 2005) | 4 lines
1575
1576 * messages.c: the summary line for each message is now a div containing fixed
1577   width floating spans instead of a table row.  This is being done as part of
1578   the preparations to ajaxify the presentation of this data.
1579
1580 ------------------------------------------------------------------------
1581 r4009 | ajc | 2005-10-27 16:57:52 -0400 (Thu, 27 Oct 2005) | 1 line
1582
1583 THIS IS 6.31
1584 ------------------------------------------------------------------------
1585 r4006 | ajc | 2005-10-26 16:20:05 -0400 (Wed, 26 Oct 2005) | 3 lines
1586
1587 * Bumped internal version number to 6.31.  Minimum Citadel server required
1588   is version 6.61.
1589
1590 ------------------------------------------------------------------------
1591 r4004 | ajc | 2005-10-26 12:10:53 -0400 (Wed, 26 Oct 2005) | 3 lines
1592
1593 * webcit.c: msgesc() no longer inserts backslashes before every single-quote
1594   appearing in the quoted or forwarded message.
1595
1596 ------------------------------------------------------------------------
1597 r4001 | ajc | 2005-10-24 23:42:27 -0400 (Mon, 24 Oct 2005) | 1 line
1598
1599 test
1600 ------------------------------------------------------------------------
1601 r4000 | ajc | 2005-10-24 23:18:43 -0400 (Mon, 24 Oct 2005) | 1 line
1602
1603 commit
1604 ------------------------------------------------------------------------
1605 r3998 | ajc | 2005-10-24 23:10:52 -0400 (Mon, 24 Oct 2005) | 2 lines
1606
1607 * Mailbox view: deleting messages now moves them to the Trash folder
1608
1609 ------------------------------------------------------------------------
1610 r3995 | ajc | 2005-10-24 22:19:18 -0400 (Mon, 24 Oct 2005) | 3 lines
1611
1612 * calendar_view.c: fixed a variable initialization bug that was causing some
1613   time-specific events to be displayed as all-day events.
1614
1615 ------------------------------------------------------------------------
1616 r3994 | ajc | 2005-10-24 11:59:53 -0400 (Mon, 24 Oct 2005) | 4 lines
1617
1618 * List sub/unsub confirmation -- Citadel now wants http:// or https://
1619   prepended as part of the 'submitted subscribe url' so we are now doing
1620   that.
1621
1622 ------------------------------------------------------------------------
1623 r3988 | ajc | 2005-10-22 01:02:13 -0400 (Sat, 22 Oct 2005) | 4 lines
1624
1625 * More changes required to be able to do embedded message/rfc822 and still be
1626   able to view the attachments in the embedded submessage.   Yow.
1627 * Brought over the updated MIME parser from the Citadel package.
1628
1629 ------------------------------------------------------------------------
1630 r3983 | ajc | 2005-10-21 15:27:12 -0400 (Fri, 21 Oct 2005) | 4 lines
1631
1632 * Handle embedded message/rfc822 submessages, using the new form of MSG4 on
1633   the Citadel server that can extract these for us.  There is still a bug or
1634   two in this to be fixed...
1635
1636 ------------------------------------------------------------------------
1637 r3972 | ajc | 2005-10-17 11:13:15 -0400 (Mon, 17 Oct 2005) | 1 line
1638
1639 THIS IS 6.30
1640 ------------------------------------------------------------------------
1641 r3968 | ajc | 2005-10-15 01:01:39 -0400 (Sat, 15 Oct 2005) | 1 line
1642
1643  
1644 ------------------------------------------------------------------------
1645 r3967 | ajc | 2005-10-15 00:52:31 -0400 (Sat, 15 Oct 2005) | 1 line
1646
1647  
1648 ------------------------------------------------------------------------
1649 r3966 | ajc | 2005-10-15 00:50:43 -0400 (Sat, 15 Oct 2005) | 1 line
1650
1651  
1652 ------------------------------------------------------------------------
1653 r3965 | ajc | 2005-10-15 00:44:16 -0400 (Sat, 15 Oct 2005) | 2 lines
1654
1655 * Sort messages in reverse date order when no sort preference is set
1656 * When going from non-date sort to date sort, try reverse order first
1657 ------------------------------------------------------------------------
1658 r3964 | ajc | 2005-10-15 00:29:16 -0400 (Sat, 15 Oct 2005) | 1 line
1659
1660 * Better handling of multiple recipients in reply-all
1661 ------------------------------------------------------------------------
1662 r3963 | ajc | 2005-10-13 15:31:41 -0400 (Thu, 13 Oct 2005) | 5 lines
1663
1664 * <tr> and </tr> tags for each row in a mailbox summary view, are now
1665   output by display_summarized() instead of by readloop().  This makes the
1666   code easier to read and refactors it slightly in preparation for some evil
1667   plans...
1668
1669 ------------------------------------------------------------------------
1670 r3961 | ajc | 2005-10-12 23:59:03 -0400 (Wed, 12 Oct 2005) | 3 lines
1671
1672 * Rooms view -- render properly when empty floors exist
1673   [fixes bugzilla issue # 156]
1674
1675 ------------------------------------------------------------------------
1676 r3952 | ajc | 2005-10-10 23:02:49 -0400 (Mon, 10 Oct 2005) | 1 line
1677
1678 -
1679 ------------------------------------------------------------------------
1680 r3947 | ajc | 2005-10-09 00:34:43 -0400 (Sun, 09 Oct 2005) | 1 line
1681
1682 oops
1683 ------------------------------------------------------------------------
1684 r3946 | ajc | 2005-10-09 00:32:23 -0400 (Sun, 09 Oct 2005) | 1 line
1685
1686 new mail notification
1687 ------------------------------------------------------------------------
1688 r3945 | ajc | 2005-10-09 00:13:32 -0400 (Sun, 09 Oct 2005) | 1 line
1689
1690 dont read/write to closed ssl context
1691 ------------------------------------------------------------------------
1692 r3943 | ajc | 2005-10-07 23:13:25 -0400 (Fri, 07 Oct 2005) | 1 line
1693
1694 Test
1695 ------------------------------------------------------------------------
1696 r3942 | ajc | 2005-10-07 23:13:05 -0400 (Fri, 07 Oct 2005) | 1 line
1697
1698 Test
1699 ------------------------------------------------------------------------
1700 r3941 | ajc | 2005-10-07 23:12:33 -0400 (Fri, 07 Oct 2005) | 1 line
1701
1702 need citadel 6.58
1703 ------------------------------------------------------------------------
1704 r3940 | ajc | 2005-10-07 23:10:03 -0400 (Fri, 07 Oct 2005) | 1 line
1705
1706 cvs to svn
1707 ------------------------------------------------------------------------
1708 r3938 | ajc | 2005-10-07 17:37:51 -0400 (Fri, 07 Oct 2005) | 1 line
1709
1710 fix infinite loop
1711 ------------------------------------------------------------------------
1712 r3937 | ajc | 2005-10-07 15:40:52 -0400 (Fri, 07 Oct 2005) | 1 line
1713
1714 no cvs
1715 ------------------------------------------------------------------------
1716 r3936 | ajc | 2005-10-07 15:39:51 -0400 (Fri, 07 Oct 2005) | 1 line
1717
1718 re-added binary
1719 ------------------------------------------------------------------------
1720 r3935 | ajc | 2005-10-07 15:37:44 -0400 (Fri, 07 Oct 2005) | 1 line
1721
1722 removing bad statics
1723 ------------------------------------------------------------------------
1724 r3934 | ajc | 2005-10-07 14:47:45 -0400 (Fri, 07 Oct 2005) | 1 line
1725
1726 Test to see if log is updated automatically
1727 ------------------------------------------------------------------------
1728 r3933 | ajc | 2005-10-07 14:47:13 -0400 (Fri, 07 Oct 2005) | 1 line
1729
1730 Added boostrap
1731 ------------------------------------------------------------------------
1732 r3931 | ajc | 2005-10-06 15:34:28 -0400 (Thu, 06 Oct 2005) | 2 lines
1733
1734 *** empty log message ***
1735
1736 ------------------------------------------------------------------------
1737 r3930 | ajc | 2005-10-06 15:34:09 -0400 (Thu, 06 Oct 2005) | 3 lines
1738
1739 * GroupDAV locate_message_by_uid() now uses the EUID command on the Citadel
1740   server.  Fast fast.
1741
1742 ------------------------------------------------------------------------
1743 r3924 | error | 2005-10-05 13:54:08 -0400 (Wed, 05 Oct 2005) | 2 lines
1744
1745 * Show the ThreadSSL in the debugging logs.
1746
1747 ------------------------------------------------------------------------
1748 r3919 | ajc | 2005-09-30 22:51:12 -0400 (Fri, 30 Sep 2005) | 2 lines
1749
1750 *** empty log message ***
1751
1752 ------------------------------------------------------------------------
1753 r3918 | ajc | 2005-09-30 16:57:27 -0400 (Fri, 30 Sep 2005) | 3 lines
1754
1755 * Added "Display Name" (or as vCard calls it, "friendly name" or "fn") to
1756   the vCard editing screen.
1757
1758 ------------------------------------------------------------------------
1759 r3917 | ajc | 2005-09-29 12:34:10 -0400 (Thu, 29 Sep 2005) | 2 lines
1760
1761 *** empty log message ***
1762
1763 ------------------------------------------------------------------------
1764 r3916 | ajc | 2005-09-29 11:59:33 -0400 (Thu, 29 Sep 2005) | 2 lines
1765
1766 * Finished the "signature" function.
1767
1768 ------------------------------------------------------------------------
1769 r3915 | ajc | 2005-09-29 00:10:40 -0400 (Thu, 29 Sep 2005) | 2 lines
1770
1771 * sig is done, but need to add proper handling of linebreaks
1772
1773 ------------------------------------------------------------------------
1774 r3914 | ajc | 2005-09-28 22:54:17 -0400 (Wed, 28 Sep 2005) | 2 lines
1775
1776 * Began implementing the "signature" feature.  It doesn't work yet.
1777
1778 ------------------------------------------------------------------------
1779 r3913 | ajc | 2005-09-27 23:29:47 -0400 (Tue, 27 Sep 2005) | 2 lines
1780
1781 * Don't display room banner on "Confirm move of message" screen
1782
1783 ------------------------------------------------------------------------
1784 r3912 | ajc | 2005-09-27 23:19:14 -0400 (Tue, 27 Sep 2005) | 6 lines
1785
1786 * "Reply" and "ReplyAll" now quote the original message, but only when
1787   it's private mail.
1788 * For non-mail, a "ReplyQuoted" button is now present.
1789 * "Move" and "Delete" are now present for a user's mailbox rooms.
1790 * Improved the <blockquote> style.
1791
1792 ------------------------------------------------------------------------
1793 r3910 | ajc | 2005-09-26 22:12:13 -0400 (Mon, 26 Sep 2005) | 3 lines
1794
1795 * When clicking on an email address in a vCard to send the person an
1796   email message, use the display name plus the email address.
1797
1798 ------------------------------------------------------------------------
1799 r3909 | ajc | 2005-09-26 17:56:31 -0400 (Mon, 26 Sep 2005) | 3 lines
1800
1801 * Offer the [Move] and [Delete] buttons not only for aide/roomaide, but
1802   also whenever we are in a mailbox room owned by the user.
1803
1804 ------------------------------------------------------------------------
1805 r3907 | ajc | 2005-09-26 14:47:41 -0400 (Mon, 26 Sep 2005) | 2 lines
1806
1807 new tinymce
1808
1809 ------------------------------------------------------------------------
1810 r3906 | ajc | 2005-09-26 14:44:32 -0400 (Mon, 26 Sep 2005) | 2 lines
1811
1812 * new tinymce
1813
1814 ------------------------------------------------------------------------
1815 r3905 | ajc | 2005-09-26 14:36:41 -0400 (Mon, 26 Sep 2005) | 2 lines
1816
1817 *** empty log message ***
1818
1819 ------------------------------------------------------------------------
1820 r3904 | ajc | 2005-09-26 14:00:52 -0400 (Mon, 26 Sep 2005) | 3 lines
1821
1822 * Upgraded TinyMCE to version 2.0RC3.  This fixes a conflict with
1823   the prototype.js library.
1824
1825 ------------------------------------------------------------------------
1826 r3903 | ajc | 2005-09-26 00:09:51 -0400 (Mon, 26 Sep 2005) | 2 lines
1827
1828 *** empty log message ***
1829
1830 ------------------------------------------------------------------------
1831 r3902 | ajc | 2005-09-25 23:10:10 -0400 (Sun, 25 Sep 2005) | 2 lines
1832
1833 * Updated "make install" to handle the multi static thing
1834
1835 ------------------------------------------------------------------------
1836 r3901 | ajc | 2005-09-25 22:47:36 -0400 (Sun, 25 Sep 2005) | 2 lines
1837
1838 * Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
1839
1840 ------------------------------------------------------------------------
1841 r3900 | ajc | 2005-09-25 17:21:13 -0400 (Sun, 25 Sep 2005) | 2 lines
1842
1843 *** empty log message ***
1844
1845 ------------------------------------------------------------------------
1846 r3899 | ajc | 2005-09-25 16:58:56 -0400 (Sun, 25 Sep 2005) | 3 lines
1847
1848 * Generalized the way we handle static content directories so that we may
1849   have more than one of them (i.e. not just "static/")
1850
1851 ------------------------------------------------------------------------
1852 r3896 | ajc | 2005-09-21 09:25:53 -0400 (Wed, 21 Sep 2005) | 3 lines
1853
1854 * The RSS/XML button is temporarily commented out in order to prevent
1855   users from selecting this possibly unfinished feature.
1856
1857 ------------------------------------------------------------------------
1858 r3892 | ajc | 2005-09-21 00:00:54 -0400 (Wed, 21 Sep 2005) | 5 lines
1859
1860 * Downloading attachments now gives the browser a better hint as to what
1861   it should name the file.
1862 * Downloading attachments is now supported even when the MIME part is
1863   stupidly listed as "inline" rather than "attachment."
1864
1865 ------------------------------------------------------------------------
1866 r3891 | ajc | 2005-09-20 17:59:22 -0400 (Tue, 20 Sep 2005) | 4 lines
1867
1868 * webcit.c: moved request_method[] out of the global scope (yikes!!!)
1869 * rss.c: removed "const" from function declarations to silence
1870          a compiler warning
1871
1872 ------------------------------------------------------------------------
1873 r3890 | ajc | 2005-09-18 22:56:21 -0400 (Sun, 18 Sep 2005) | 6 lines
1874
1875 * Two-pane mail reading now uses Ajax instead of a hidden iframe, and it's
1876   very crisp and responsive.
1877 * "Print message" function now opens up a new window for the print
1878   preview.  I just couldn't figure out a way to keep the b0rken IE from
1879   printing the screen instead of the message.
1880
1881 ------------------------------------------------------------------------
1882 r3889 | ajc | 2005-09-18 22:07:19 -0400 (Sun, 18 Sep 2005) | 3 lines
1883
1884 * Renamed 'ScriptaculousEffect' back to 'Effect' because there is no
1885   longer any namespace conflict.
1886
1887 ------------------------------------------------------------------------
1888 r3887 | ajc | 2005-09-18 17:47:49 -0400 (Sun, 18 Sep 2005) | 2 lines
1889
1890 *** empty log message ***
1891
1892 ------------------------------------------------------------------------
1893 r3884 | ajc | 2005-09-18 14:49:43 -0400 (Sun, 18 Sep 2005) | 2 lines
1894
1895 *** empty log message ***
1896
1897 ------------------------------------------------------------------------
1898 r3882 | ajc | 2005-09-18 12:00:15 -0400 (Sun, 18 Sep 2005) | 8 lines
1899
1900 * Discovered that Prototype makes it easy to auto-refresh, so I switched
1901   the wholist and summary refresh code to use that API instead of doing it
1902   myself.
1903 * Switched all HTTP/1.0 HTTP/1.1.  I don't know if this is going to break
1904   anything (it shouldn't -- I'm not knowingly depending upon any features
1905   of HTTP/1.0), but it *fixes* the problem of Internet Exploder caching
1906   pages even when it's told not to.
1907
1908 ------------------------------------------------------------------------
1909 r3881 | ajc | 2005-09-18 11:02:30 -0400 (Sun, 18 Sep 2005) | 9 lines
1910
1911 * summary.c: summary screen is now updated using ajax instead of refreshing
1912   the whole page.  Not only does this look cleaner, but it also has the
1913   happy side effect of not reloading all of the images.
1914 * webcit.c: new API calls begin_ajax_response() and end_ajax_response() for
1915   wrapping inner div's
1916 * webcit.c: removed the "refresh30" parameter from output_headers() and
1917   from all code that calls it.  We don't need it anymore; refreshing the
1918   entire page is, like, sooooo 2004.  :)
1919
1920 ------------------------------------------------------------------------
1921 r3880 | ajc | 2005-09-18 10:30:05 -0400 (Sun, 18 Sep 2005) | 4 lines
1922
1923 * Added a "random number" parameter to the wholist ajax refresh request,
1924   because b0rken MSIE still insists on fetching from its cache even though
1925   it's been explicitly told not to.
1926
1927 ------------------------------------------------------------------------
1928 r3879 | ajc | 2005-09-18 00:04:32 -0400 (Sun, 18 Sep 2005) | 5 lines
1929
1930 * Switched the wholist updater to Prototype's AJAX updater, instead of
1931   using Rico's wrapper around it.  It's actually simpler and doesn't seem
1932   to require strict XML, which are both wins.
1933 * Removed Rico from the build.
1934
1935 ------------------------------------------------------------------------
1936 r3878 | ajc | 2005-09-17 23:15:15 -0400 (Sat, 17 Sep 2005) | 3 lines
1937
1938 * Remove spurious "No new messages" message when viewing an
1939   empty address book.
1940
1941 ------------------------------------------------------------------------
1942 r3877 | ajc | 2005-09-17 22:18:39 -0400 (Sat, 17 Sep 2005) | 2 lines
1943
1944 *** empty log message ***
1945
1946 ------------------------------------------------------------------------
1947 r3876 | ajc | 2005-09-17 20:53:15 -0400 (Sat, 17 Sep 2005) | 2 lines
1948
1949 * "Reply All" button
1950
1951 ------------------------------------------------------------------------
1952 r3871 | ajc | 2005-09-17 12:44:30 -0400 (Sat, 17 Sep 2005) | 4 lines
1953
1954 * The JavaScript code to activate the ajax-powered recipient autocompleters
1955   has been moved to a function in wclib.js (it's still activated from an
1956   inline script in messages.c)
1957
1958 ------------------------------------------------------------------------
1959 r3870 | ajc | 2005-09-17 09:18:05 -0400 (Sat, 17 Sep 2005) | 4 lines
1960
1961 * fmt_date.c: changes to "brief" mode.  It now displays time only if the
1962   date is today, month/day/time if the date is within the last six months,
1963   and date only for anything older.
1964
1965 ------------------------------------------------------------------------
1966 r3869 | ajc | 2005-09-16 23:00:06 -0400 (Fri, 16 Sep 2005) | 3 lines
1967
1968 * Fixed the autocompletion for CC: and BCC:
1969 * Moved the autocompletion styles into the stylesheet where they belong
1970
1971 ------------------------------------------------------------------------
1972 r3867 | ajc | 2005-09-16 16:22:48 -0400 (Fri, 16 Sep 2005) | 4 lines
1973
1974 * Inital support for CC: and BCC: is working.  Autocompletion of these
1975   lines is not functional.  I don't know whether it's because I did
1976   something wrong, or if the ajax library only allows one per screen.
1977
1978 ------------------------------------------------------------------------
1979 r3864 | ajc | 2005-09-16 00:34:46 -0400 (Fri, 16 Sep 2005) | 2 lines
1980
1981 * Initial hack of Cc: and Bcc: support
1982
1983 ------------------------------------------------------------------------
1984 r3862 | ajc | 2005-09-15 22:36:01 -0400 (Thu, 15 Sep 2005) | 3 lines
1985
1986 * The 'To:' box accepts more characters now
1987 * Removed the border from the new 'XML' button
1988
1989 ------------------------------------------------------------------------
1990 r3861 | error | 2005-09-15 21:20:00 -0400 (Thu, 15 Sep 2005) | 2 lines
1991
1992 Add Reply and Email links; and an RSS link in the header
1993
1994 ------------------------------------------------------------------------
1995 r3859 | ajc | 2005-09-15 17:29:42 -0400 (Thu, 15 Sep 2005) | 4 lines
1996
1997 * Made the message list div slightly larger, the preview pane equally
1998   smaller, and stuck a separator bar in between them that will someday
1999   be draggable.
2000
2001 ------------------------------------------------------------------------
2002 r3858 | ajc | 2005-09-15 16:45:48 -0400 (Thu, 15 Sep 2005) | 2 lines
2003
2004 *** empty log message ***
2005
2006 ------------------------------------------------------------------------
2007 r3855 | ajc | 2005-09-13 23:53:43 -0400 (Tue, 13 Sep 2005) | 3 lines
2008
2009 * Autocompletion now fetches candidate addresses using the AUTO server
2010   command being built for Citadel 6.56
2011
2012 ------------------------------------------------------------------------
2013 r3852 | ajc | 2005-09-13 10:03:04 -0400 (Tue, 13 Sep 2005) | 2 lines
2014
2015 *** empty log message ***
2016
2017 ------------------------------------------------------------------------
2018 r3851 | ajc | 2005-09-13 10:02:40 -0400 (Tue, 13 Sep 2005) | 2 lines
2019
2020 * THIS IS 6.25
2021
2022 ------------------------------------------------------------------------
2023 r3848 | ajc | 2005-09-12 16:57:58 -0400 (Mon, 12 Sep 2005) | 3 lines
2024
2025 * Save/Cancel buttons are now at the top *and* bottom of the message
2026   entry screen.  Evidently some users seem to want this.
2027
2028 ------------------------------------------------------------------------
2029 r3847 | ajc | 2005-09-12 15:03:44 -0400 (Mon, 12 Sep 2005) | 3 lines
2030
2031 * When forwarding a message, properly escape the quoted headers (especially
2032   the subject) for insertion into the editor.
2033
2034 ------------------------------------------------------------------------
2035 r3846 | ajc | 2005-09-12 14:20:21 -0400 (Mon, 12 Sep 2005) | 2 lines
2036
2037 * The "forward" button is now working, and it forwards the attachments.
2038
2039 ------------------------------------------------------------------------
2040 r3845 | ajc | 2005-09-12 00:08:05 -0400 (Mon, 12 Sep 2005) | 4 lines
2041
2042 * Built an initial version of the "forward message" function.  It works
2043   perfectly on the message text now, but we cannot consider it finished
2044   until it also forwards attachments.
2045
2046 ------------------------------------------------------------------------
2047 r3843 | ajc | 2005-09-10 00:26:54 -0400 (Sat, 10 Sep 2005) | 2 lines
2048
2049 *** empty log message ***
2050
2051 ------------------------------------------------------------------------
2052 r3842 | ajc | 2005-09-09 23:23:05 -0400 (Fri, 09 Sep 2005) | 4 lines
2053
2054 * Determined where to insert a "Forward" button and the functionality it
2055   implements.  In order to complete this function we will need a
2056   form-sanitized output mode for read_message().
2057
2058 ------------------------------------------------------------------------
2059 r3841 | ajc | 2005-09-09 18:06:12 -0400 (Fri, 09 Sep 2005) | 2 lines
2060
2061 *** empty log message ***
2062
2063 ------------------------------------------------------------------------
2064 r3840 | ajc | 2005-09-09 15:47:29 -0400 (Fri, 09 Sep 2005) | 2 lines
2065
2066 * Removed some dead code
2067
2068 ------------------------------------------------------------------------
2069 r3837 | ajc | 2005-09-09 00:43:37 -0400 (Fri, 09 Sep 2005) | 2 lines
2070
2071 *** empty log message ***
2072
2073 ------------------------------------------------------------------------
2074 r3836 | ajc | 2005-09-09 00:43:31 -0400 (Fri, 09 Sep 2005) | 6 lines
2075
2076 * Checked in a copy of the "script.aculo.us" library by Thomas Fuchs.
2077   NOTE: I had to search-and-replace "Effect" to "ScriptaculousEffect" in
2078   all of their files, to avoid a conflict with the name "Effect" in Rico.
2079 * Implemented recipient autocompletion when composing mail, using the
2080   script.aculo.us drop-down box and an ajax fetch.  Cool!!
2081
2082 ------------------------------------------------------------------------
2083 r3835 | ajc | 2005-09-09 00:43:23 -0400 (Fri, 09 Sep 2005) | 7 lines
2084
2085 * Checked in a copy of the "script.aculo.us" library by Thomas Fuchs.
2086   NOTE: I had to search-and-replace "Effect" to "ScriptaculousEffect" in
2087   all of their files, to avoid a conflict with the name "Effect" in Rico.
2088 * Implemented recipient autocompletion when composing mail, using the
2089   script.aculo.us drop-down box and an ajax fetch.  Cool!!
2090 Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
2091
2092 ------------------------------------------------------------------------
2093 r3831 | ajc | 2005-09-06 10:44:28 -0400 (Tue, 06 Sep 2005) | 3 lines
2094
2095 * Altered the logic which determines whether to display a "Post message"
2096   or "Send message" button on the message entry screen.
2097
2098 ------------------------------------------------------------------------
2099 r3828 | ajc | 2005-08-31 23:57:31 -0400 (Wed, 31 Aug 2005) | 2 lines
2100
2101 *** empty log message ***
2102
2103 ------------------------------------------------------------------------
2104 r3827 | ajc | 2005-08-31 23:54:34 -0400 (Wed, 31 Aug 2005) | 6 lines
2105
2106 * The "prompt for recipient" screen is now gone.  When the user is posting
2107   from a room requiring a recipient, a "To:" line now appears above the
2108   "Subject:" line.  Entering an invalid recipient causes the message entry
2109   screen to loop back to itself, with the form contents still intact, and
2110   the ImportantMessage box set to the error message.
2111
2112 ------------------------------------------------------------------------
2113 r3826 | ajc | 2005-08-30 00:30:53 -0400 (Tue, 30 Aug 2005) | 4 lines
2114
2115 * messages.c: teh b0rken Intarweb Exploder was printing the screen rather
2116   than the hidden iframe when user selects "Print" message.  Applied a
2117   workaround.
2118
2119 ------------------------------------------------------------------------
2120 r3823 | ajc | 2005-08-22 22:57:06 -0400 (Mon, 22 Aug 2005) | 3 lines
2121
2122 * Added some files to the po/ directory, but I really don't know what I'm
2123   doing here...
2124
2125 ------------------------------------------------------------------------
2126 r3822 | ajc | 2005-08-22 17:22:00 -0400 (Mon, 22 Aug 2005) | 5 lines
2127
2128 * vcard_edit.c webcit.c webserver.c who.c : i18n
2129 * This should complete the internationalization of the entire WebCit
2130   package.  Testing must be done, and then of course we must have someone
2131   do a translation so we can see if this thing works.
2132
2133 ------------------------------------------------------------------------
2134 r3821 | ajc | 2005-08-22 16:27:26 -0400 (Mon, 22 Aug 2005) | 3 lines
2135
2136 * userlist.c: i18n
2137 * vcard.c: minor change to comments in code
2138
2139 ------------------------------------------------------------------------
2140 r3820 | ajc | 2005-08-22 16:21:21 -0400 (Mon, 22 Aug 2005) | 2 lines
2141
2142 * useredit.c: i18n
2143
2144 ------------------------------------------------------------------------
2145 r3819 | ajc | 2005-08-22 15:26:09 -0400 (Mon, 22 Aug 2005) | 2 lines
2146
2147 * subst.c summary.c sysmsgs.c : i18n
2148
2149 ------------------------------------------------------------------------
2150 r3818 | ajc | 2005-08-22 15:06:52 -0400 (Mon, 22 Aug 2005) | 2 lines
2151
2152 * siteconfig.c: i18n
2153
2154 ------------------------------------------------------------------------
2155 r3817 | ajc | 2005-08-22 14:02:24 -0400 (Mon, 22 Aug 2005) | 2 lines
2156
2157 * siteconfig.c: began i18n
2158
2159 ------------------------------------------------------------------------
2160 r3816 | ajc | 2005-08-22 12:53:11 -0400 (Mon, 22 Aug 2005) | 2 lines
2161
2162 * rss.c: i18n
2163
2164 ------------------------------------------------------------------------
2165 r3815 | ajc | 2005-08-22 00:33:30 -0400 (Mon, 22 Aug 2005) | 4 lines
2166
2167 * paging.c preferences.c roomops.c : i18n
2168 * Also changed various "OK" buttons to labels more descriptive of
2169   their actual functions.
2170
2171 ------------------------------------------------------------------------
2172 r3814 | ajc | 2005-08-21 21:02:42 -0400 (Sun, 21 Aug 2005) | 5 lines
2173
2174 * messages.c: finished i18n
2175 * webcit.h: minimum required Citadel server version is now 6.55; this is
2176   required in order to gain access to the new version of the MSGS command
2177   that includes a header summary.
2178
2179 ------------------------------------------------------------------------
2180 r3811 | ajc | 2005-08-21 01:02:17 -0400 (Sun, 21 Aug 2005) | 2 lines
2181
2182 * messages.c: renamed some elements
2183
2184 ------------------------------------------------------------------------
2185 r3810 | ajc | 2005-08-20 00:37:50 -0400 (Sat, 20 Aug 2005) | 3 lines
2186
2187 * mainmenu.c: i18n
2188 * messages.c: partially i18n
2189
2190 ------------------------------------------------------------------------
2191 r3809 | ajc | 2005-08-19 17:46:49 -0400 (Fri, 19 Aug 2005) | 2 lines
2192
2193 * inetconf.c, listsub.c, part of mainmenu.c: i18n
2194
2195 ------------------------------------------------------------------------
2196 r3808 | ajc | 2005-08-19 12:56:35 -0400 (Fri, 19 Aug 2005) | 2 lines
2197
2198 *** empty log message ***
2199
2200 ------------------------------------------------------------------------
2201 r3807 | ajc | 2005-08-19 12:56:06 -0400 (Fri, 19 Aug 2005) | 2 lines
2202
2203 * inetconf.c: partial i18n
2204
2205 ------------------------------------------------------------------------
2206 r3806 | error | 2005-08-18 22:01:31 -0400 (Thu, 18 Aug 2005) | 2 lines
2207
2208 RSS: Format the room info better.
2209
2210 ------------------------------------------------------------------------
2211 r3805 | error | 2005-08-18 21:58:06 -0400 (Thu, 18 Aug 2005) | 2 lines
2212
2213 RSS: Update debugging messages
2214
2215 ------------------------------------------------------------------------
2216 r3804 | error | 2005-08-18 21:53:06 -0400 (Thu, 18 Aug 2005) | 2 lines
2217
2218 Fix lingering timezone problem in If-Modified-Since
2219
2220 ------------------------------------------------------------------------
2221 r3803 | error | 2005-08-18 21:18:01 -0400 (Thu, 18 Aug 2005) | 2 lines
2222
2223 If-Modified-Since is now working properly.
2224
2225 ------------------------------------------------------------------------
2226 r3802 | error | 2005-08-18 20:52:28 -0400 (Thu, 18 Aug 2005) | 2 lines
2227
2228 Clean up the RSS feed. Attempt to read If-Modified-Since header.
2229
2230 ------------------------------------------------------------------------
2231 r3801 | error | 2005-08-18 18:59:38 -0400 (Thu, 18 Aug 2005) | 2 lines
2232
2233 First-draft of RSS support.
2234
2235 ------------------------------------------------------------------------
2236 r3800 | error | 2005-08-18 18:57:55 -0400 (Thu, 18 Aug 2005) | 2 lines
2237
2238 gotoroom() now returns nonzero on error
2239
2240 ------------------------------------------------------------------------
2241 r3799 | ajc | 2005-08-18 18:08:26 -0400 (Thu, 18 Aug 2005) | 2 lines
2242
2243 * iconbar.c: i18n
2244
2245 ------------------------------------------------------------------------
2246 r3798 | ajc | 2005-08-18 14:33:34 -0400 (Thu, 18 Aug 2005) | 2 lines
2247
2248 * calendar_view.c event.c floors.c graphics.c html2html.c iconbar.c: i18n
2249
2250 ------------------------------------------------------------------------
2251 r3797 | ajc | 2005-08-18 12:17:25 -0400 (Thu, 18 Aug 2005) | 2 lines
2252
2253 * calendar_tools.c: i18n
2254
2255 ------------------------------------------------------------------------
2256 r3796 | ajc | 2005-08-18 10:36:54 -0400 (Thu, 18 Aug 2005) | 7 lines
2257
2258 * calendar.c: finished preparing strings for i18n
2259 * sysmsgs.c: Save/Cancel buttons now have different element names, so we
2260   can do a "which element has a nonzero length" check instead of a "what
2261   is the value of this element" check.  This is vital because the value
2262   equals the label, and the label will change if the language changes.
2263   This must be done throughout the system.
2264
2265 ------------------------------------------------------------------------
2266 r3795 | ajc | 2005-08-17 18:18:00 -0400 (Wed, 17 Aug 2005) | 2 lines
2267
2268 * calendar.c: altered conflict reporting strings for better i18n
2269
2270 ------------------------------------------------------------------------
2271 r3794 | ajc | 2005-08-17 13:56:32 -0400 (Wed, 17 Aug 2005) | 3 lines
2272
2273 * availability.c: prepared for i18n
2274 * calendar.c: began preparing for i18n
2275
2276 ------------------------------------------------------------------------
2277 r3793 | ajc | 2005-08-17 13:45:00 -0400 (Wed, 17 Aug 2005) | 2 lines
2278
2279 * auth.c: prepared for internationalization
2280
2281 ------------------------------------------------------------------------
2282 r3792 | ajc | 2005-08-16 23:43:20 -0400 (Tue, 16 Aug 2005) | 3 lines
2283
2284 * More work to get the gettext stuff working, although I really don't
2285   know what I'm doing here
2286
2287 ------------------------------------------------------------------------
2288 r3791 | ajc | 2005-08-16 16:51:08 -0400 (Tue, 16 Aug 2005) | 2 lines
2289
2290 * More gettext/i18n crap
2291
2292 ------------------------------------------------------------------------
2293 r3790 | ajc | 2005-08-16 16:14:25 -0400 (Tue, 16 Aug 2005) | 2 lines
2294
2295 * This is an attempt to gettextize the WebCit build.
2296
2297 ------------------------------------------------------------------------
2298 r3789 | ajc | 2005-08-15 12:49:02 -0400 (Mon, 15 Aug 2005) | 3 lines
2299
2300 * post_mime_to_server() now includes "MIME-Version: 1.0" as required
2301   by RCC2045.  Some clients look for this.  (Thanks to Shayne for this one)
2302
2303 ------------------------------------------------------------------------
2304 r3787 | ajc | 2005-08-12 17:53:32 -0400 (Fri, 12 Aug 2005) | 3 lines
2305
2306 * All OS-level includes are now included from webcit.h instead of from
2307   each individual .c file.  This will keep the build cleaner.
2308
2309 ------------------------------------------------------------------------
2310 r3782 | ajc | 2005-08-11 21:01:27 -0400 (Thu, 11 Aug 2005) | 6 lines
2311
2312 * The iconbar and summary screen now connect to the user's primary
2313   groupware rooms using the new macros: _CALENDAR_, _TASKS_, _NOTES_,
2314   and _CONTACTS_, in order to facilitate those rooms potentially having
2315   different names on some hosts (such as, perhaps, the same names but in
2316   different languages).
2317
2318 ------------------------------------------------------------------------
2319 r3781 | ajc | 2005-08-11 19:20:13 -0400 (Thu, 11 Aug 2005) | 2 lines
2320
2321 *** empty log message ***
2322
2323 ------------------------------------------------------------------------
2324 r3780 | ajc | 2005-08-11 19:15:05 -0400 (Thu, 11 Aug 2005) | 2 lines
2325
2326 * Added debian build directory (submitted by W. Goesgens)
2327
2328 ------------------------------------------------------------------------
2329 r3777 | ajc | 2005-08-10 17:55:04 -0400 (Wed, 10 Aug 2005) | 3 lines
2330
2331 * siteconfig.c: added support for "instant expunge" and "allow spoofing"
2332   global configuration options.
2333
2334 ------------------------------------------------------------------------
2335 r3769 | ajc | 2005-08-08 21:13:29 -0400 (Mon, 08 Aug 2005) | 3 lines
2336
2337 * Mailbox summary view is now generated using the server's
2338   new "message list with headers summary" mode.
2339
2340 ------------------------------------------------------------------------
2341 r3765 | ajc | 2005-08-05 12:28:40 -0400 (Fri, 05 Aug 2005) | 2 lines
2342
2343 * THIS IS 6.21
2344
2345 ------------------------------------------------------------------------
2346 r3758 | ajc | 2005-08-01 22:38:34 -0400 (Mon, 01 Aug 2005) | 2 lines
2347
2348 * new iconv check for both libiconv and built-in iconv
2349
2350 ------------------------------------------------------------------------
2351 r3756 | ajc | 2005-07-31 22:28:57 -0400 (Sun, 31 Jul 2005) | 2 lines
2352
2353 * Made the ImportantMessage div less obtrusive
2354
2355 ------------------------------------------------------------------------
2356 r3754 | ajc | 2005-07-29 12:26:04 -0400 (Fri, 29 Jul 2005) | 3 lines
2357
2358 * omit check for gnu libiconv -- the iconv functionality is built into
2359   most operating systems now.
2360
2361 ------------------------------------------------------------------------
2362 r3753 | ajc | 2005-07-29 00:37:29 -0400 (Fri, 29 Jul 2005) | 2 lines
2363
2364 * fixed a bug in subject iconv ing
2365
2366 ------------------------------------------------------------------------
2367 r3750 | ajc | 2005-07-28 00:06:31 -0400 (Thu, 28 Jul 2005) | 4 lines
2368
2369 * "Print" button on each message.  It even uses a hidden iframe to
2370   eliminate the "here's the printable view" window; the user goes straight
2371   to the browser's print dialog.  Slick!
2372
2373 ------------------------------------------------------------------------
2374 r3749 | ajc | 2005-07-27 23:40:05 -0400 (Wed, 27 Jul 2005) | 2 lines
2375
2376 * "Delete selected" button is now "Delete" and it works again
2377
2378 ------------------------------------------------------------------------
2379 r3747 | ajc | 2005-07-27 23:16:30 -0400 (Wed, 27 Jul 2005) | 3 lines
2380
2381 * Awesome new 2-pane layout with ajax functionality for mailbox view.
2382 * Slick new fade-out effect for "important message" boxes.
2383
2384 ------------------------------------------------------------------------
2385 r3746 | ajc | 2005-07-26 00:08:41 -0400 (Tue, 26 Jul 2005) | 3 lines
2386
2387 * Previous checkin broke viewing of individual messages while in
2388   mailbox summary mode.  Fixed.
2389
2390 ------------------------------------------------------------------------
2391 r3745 | ajc | 2005-07-25 23:46:29 -0400 (Mon, 25 Jul 2005) | 4 lines
2392
2393 * The new sorting options broke the delete-message checkboxes.  Fixed.
2394 * Sorting options are now selectable in either direction, and are
2395   persistent across sessions.
2396
2397 ------------------------------------------------------------------------
2398 r3743 | ajc | 2005-07-25 15:22:30 -0400 (Mon, 25 Jul 2005) | 2 lines
2399
2400 * mailbox summary sort by subject/sender/date
2401
2402 ------------------------------------------------------------------------
2403 r3741 | ajc | 2005-07-24 00:25:44 -0400 (Sun, 24 Jul 2005) | 3 lines
2404
2405 * Replaced the old Citadel logo with a new one
2406   designed by Lisa Aurigemma (vermilion).
2407
2408 ------------------------------------------------------------------------
2409 r3740 | ajc | 2005-07-23 00:28:36 -0400 (Sat, 23 Jul 2005) | 2 lines
2410
2411 *** empty log message ***
2412
2413 ------------------------------------------------------------------------
2414 r3739 | ajc | 2005-07-23 00:28:19 -0400 (Sat, 23 Jul 2005) | 2 lines
2415
2416 * Updated the docs and the version number
2417
2418 ------------------------------------------------------------------------
2419 r3738 | ajc | 2005-07-23 00:18:41 -0400 (Sat, 23 Jul 2005) | 2 lines
2420
2421 * New AJAX-based wholist refresh
2422
2423 ------------------------------------------------------------------------
2424 r3737 | ajc | 2005-07-22 11:07:29 -0400 (Fri, 22 Jul 2005) | 4 lines
2425
2426 * 'whobbs' is now 'who'
2427 * Refactored the wholist code to have its inner div output by a separate
2428   function, in anticipation of possible ajax functionality being added
2429
2430 ------------------------------------------------------------------------
2431 r3736 | ajc | 2005-07-22 00:03:31 -0400 (Fri, 22 Jul 2005) | 3 lines
2432
2433 * HTML messages in foreign character sets are now converted to UTF-8 for
2434   display.
2435
2436 ------------------------------------------------------------------------
2437 r3735 | ajc | 2005-07-21 23:40:22 -0400 (Thu, 21 Jul 2005) | 3 lines
2438
2439 * Handle display of RFC2047-encoded subjects and senders by converting
2440   them to UTF-8 (all WebCit pages are output as UTF-8).  Resolves bug #136.
2441
2442 ------------------------------------------------------------------------
2443 r3732 | ajc | 2005-07-20 00:26:24 -0400 (Wed, 20 Jul 2005) | 4 lines
2444
2445 * Detect libiconv on the host system and link it in if present.
2446 * If libiconv is present, convert foreign charsets to UTF-8 on the fly
2447   when outputting text/plain messages.  (Still need to do text/html.)
2448
2449 ------------------------------------------------------------------------
2450 r3729 | ajc | 2005-07-19 13:05:23 -0400 (Tue, 19 Jul 2005) | 6 lines
2451
2452 * Removed the last couple of places where forms were submitted using
2453   the GET method.  POST is just so technologically cleaner that we should
2454   use it all the time.
2455 * Fixed a bug in the MIME parser that was causing it to not be 8-bit
2456   clean.
2457
2458 ------------------------------------------------------------------------
2459 r3728 | ajc | 2005-07-19 10:24:25 -0400 (Tue, 19 Jul 2005) | 2 lines
2460
2461 *** empty log message ***
2462
2463 ------------------------------------------------------------------------
2464 r3727 | ajc | 2005-07-19 10:23:04 -0400 (Tue, 19 Jul 2005) | 4 lines
2465
2466 * mime_parser.c: don't default Content-type: to text/plain, because when
2467   an HTTP POST operation is performed, the content type is expected to
2468   be empty.
2469
2470 ------------------------------------------------------------------------
2471 r3725 | ajc | 2005-07-19 00:15:45 -0400 (Tue, 19 Jul 2005) | 3 lines
2472
2473 * Brought over the newest version of the MIME parser from Citadel,
2474   containing an API that supports arbitrary character sets.
2475
2476 ------------------------------------------------------------------------
2477 r3723 | ajc | 2005-07-18 23:17:22 -0400 (Mon, 18 Jul 2005) | 2 lines
2478
2479 * Added more icons
2480
2481 ------------------------------------------------------------------------
2482 r3722 | ajc | 2005-07-14 00:21:53 -0400 (Thu, 14 Jul 2005) | 3 lines
2483
2484 * More intelligent JavaScript to handle the greying out of end date and
2485   start/end times when "all day event" is selected.
2486
2487 ------------------------------------------------------------------------
2488 r3721 | ajc | 2005-07-14 00:02:19 -0400 (Thu, 14 Jul 2005) | 3 lines
2489
2490 * Fix bug #147 (date sometimes saved incorrectly for all day events due
2491   to timezone differences)
2492
2493 ------------------------------------------------------------------------
2494 r3720 | ajc | 2005-07-13 12:55:59 -0400 (Wed, 13 Jul 2005) | 2 lines
2495
2496 * Use the new icons in more places.
2497
2498 ------------------------------------------------------------------------
2499 r3719 | ajc | 2005-07-12 21:59:22 -0400 (Tue, 12 Jul 2005) | 2 lines
2500
2501 * Installed the final batch of new icons
2502
2503 ------------------------------------------------------------------------
2504 r3718 | ajc | 2005-07-12 18:10:56 -0400 (Tue, 12 Jul 2005) | 2 lines
2505
2506 * Icon update
2507
2508 ------------------------------------------------------------------------
2509 r3717 | ajc | 2005-07-12 17:30:37 -0400 (Tue, 12 Jul 2005) | 2 lines
2510
2511 *** empty log message ***
2512
2513 ------------------------------------------------------------------------
2514 r3708 | ajc | 2005-06-29 13:55:32 -0400 (Wed, 29 Jun 2005) | 6 lines
2515
2516 * Any HTTP method other than GET or POST is now routed directly to the
2517   GroupDAV code.  This will eventually allow requests such as "PROPFIND /"
2518   to work.
2519 * GroupDAV requests not beginning with "/groupdav" now automatically have
2520   that prefix prepended to them.
2521
2522 ------------------------------------------------------------------------
2523 r3707 | ajc | 2005-06-29 11:25:01 -0400 (Wed, 29 Jun 2005) | 4 lines
2524
2525 * Added an experimental OPTIONS method.  This is not required by GroupDAV,
2526   but it is an experiment to see whether we can use the same code framework
2527   to implement other DAV variants in the future.
2528
2529 ------------------------------------------------------------------------
2530 r3706 | ajc | 2005-06-28 23:12:28 -0400 (Tue, 28 Jun 2005) | 2 lines
2531
2532 * Bumped internal version number to 6.20
2533
2534 ------------------------------------------------------------------------
2535 r3705 | ajc | 2005-06-28 23:10:10 -0400 (Tue, 28 Jun 2005) | 5 lines
2536
2537 * PROPFIND on an individual item inside a room now works (it simply
2538   spews the href and etag properties, regardless of what the request
2539   was).  This is not valid GroupDAV, but Kontact expects this request to
2540   succeed before an item can be deleted, so we provide a simple response.
2541
2542 ------------------------------------------------------------------------
2543 r3704 | ajc | 2005-06-28 10:12:38 -0400 (Tue, 28 Jun 2005) | 3 lines
2544
2545 * GroupDAV HTTP header "ETag:" is now output as "etag:" in order to deal with
2546   a case-sensitivity bug in the Kontact client.
2547
2548 ------------------------------------------------------------------------
2549 r3702 | ajc | 2005-06-27 18:15:38 -0400 (Mon, 27 Jun 2005) | 2 lines
2550
2551 * Header file adjustments to make it work on FreeBSD
2552
2553 ------------------------------------------------------------------------
2554 r3701 | ajc | 2005-06-27 13:38:06 -0400 (Mon, 27 Jun 2005) | 3 lines
2555
2556 * HTML pages are now output as "Content-type: text/html; charset=utf-8"
2557   UTF-8 is going to be the standard character set for the Citadel system.
2558
2559 ------------------------------------------------------------------------
2560 r3698 | ajc | 2005-06-24 15:58:03 -0400 (Fri, 24 Jun 2005) | 5 lines
2561
2562 * Added a "preferences and settings" screen for each user.
2563 * Removed the javascript date output stuff because it's not granular
2564   or international enough.
2565 * All dates and times can now be 12 or 24 hours.
2566
2567 ------------------------------------------------------------------------
2568 r3697 | ajc | 2005-06-24 11:17:49 -0400 (Fri, 24 Jun 2005) | 4 lines
2569
2570 * The date/time stamp of messages are now output using JavaScript's
2571   toLocaleString() function, observing the browser's locale and timezone
2572   instead of the web server's.
2573
2574 ------------------------------------------------------------------------
2575 r3696 | ajc | 2005-06-23 12:17:49 -0400 (Thu, 23 Jun 2005) | 3 lines
2576
2577 * crypto.c: keys/ directory is relative to the directory from which WebCit
2578   is actually running, not relative to the compiled-in WEBCITDIR
2579
2580 ------------------------------------------------------------------------
2581 r3695 | ajc | 2005-06-23 00:16:20 -0400 (Thu, 23 Jun 2005) | 2 lines
2582
2583 *** empty log message ***
2584
2585 ------------------------------------------------------------------------
2586 r3694 | ajc | 2005-06-23 00:08:46 -0400 (Thu, 23 Jun 2005) | 2 lines
2587
2588 *** empty log message ***
2589
2590 ------------------------------------------------------------------------
2591 r3693 | ajc | 2005-06-23 00:01:59 -0400 (Thu, 23 Jun 2005) | 3 lines
2592
2593 * groupdav_main.c: remove double slashes in path name
2594   (suggested by Johannes Schneider)
2595
2596 ------------------------------------------------------------------------
2597 r3689 | ajc | 2005-06-21 23:04:22 -0400 (Tue, 21 Jun 2005) | 2 lines
2598
2599 * siteconfig.c: add "auto db log cull" setting now in Citadel 6.52
2600
2601 ------------------------------------------------------------------------
2602 r3687 | ajc | 2005-06-20 22:27:39 -0400 (Mon, 20 Jun 2005) | 4 lines
2603
2604 * Moved some JavaScript functions out of head.html and into a new wclib.js
2605   file, which can be included and cached.  This will form the basis for a
2606   new WebCit JavaScript function library.
2607
2608 ------------------------------------------------------------------------
2609 r3686 | ajc | 2005-06-20 16:38:50 -0400 (Mon, 20 Jun 2005) | 4 lines
2610
2611 * The main stylesheet is now in a separate file in the static/ directory.
2612   Something we did recently must have fixed the caching problem, because it's
2613   only being fetched once now (or "now once" if you're Pennsylvania Dutch).
2614
2615 ------------------------------------------------------------------------
2616 r3685 | ajc | 2005-06-19 23:47:44 -0400 (Sun, 19 Jun 2005) | 5 lines
2617
2618 * inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
2619   to a heap-allocated buffer rather than a char[xxx].  This fixes a problem
2620   reported by at least one site where the Internet configuration screen
2621   was malfunctioning.
2622
2623 ------------------------------------------------------------------------
2624 r3684 | ajc | 2005-06-19 00:12:03 -0400 (Sun, 19 Jun 2005) | 2 lines
2625
2626 * Integrated the second batch of new icons.
2627
2628 ------------------------------------------------------------------------
2629 r3683 | ajc | 2005-06-18 18:58:59 -0400 (Sat, 18 Jun 2005) | 5 lines
2630
2631 * Installed the 16x16 "users" icon as favicon.ico, mainly for performance
2632   reasons -- the browser will cache favicon.ico and won't keep asking for
2633   it over and over again, eliminating a second HTTP transaction every time
2634   the user clicks on something.
2635
2636 ------------------------------------------------------------------------
2637 r3682 | ajc | 2005-06-18 18:48:34 -0400 (Sat, 18 Jun 2005) | 2 lines
2638
2639 *** empty log message ***
2640
2641 ------------------------------------------------------------------------
2642 r3681 | ajc | 2005-06-18 18:18:35 -0400 (Sat, 18 Jun 2005) | 4 lines
2643
2644 * Replaced the most recent batch of icons with a "better" set which was
2645   sent by the design house.  I don't know what the difference is, but
2646   I'm going to assume they're better.
2647
2648 ------------------------------------------------------------------------
2649 r3678 | ajc | 2005-06-14 23:56:56 -0400 (Tue, 14 Jun 2005) | 2 lines
2650
2651 * Accept ".ifb" as a valid extension for requesting free/busy
2652
2653 ------------------------------------------------------------------------
2654 r3677 | ajc | 2005-06-14 21:52:40 -0400 (Tue, 14 Jun 2005) | 2 lines
2655
2656 * THIS IS 6.19
2657
2658 ------------------------------------------------------------------------
2659 r3676 | ajc | 2005-06-14 21:50:29 -0400 (Tue, 14 Jun 2005) | 2 lines
2660
2661 * Bumped the internal version number to 6.19
2662
2663 ------------------------------------------------------------------------
2664 r3675 | ajc | 2005-06-14 10:47:48 -0400 (Tue, 14 Jun 2005) | 3 lines
2665
2666 * Moved the <td> and </td> in the room icon out of roomops.c and
2667   into static/roombanner.html, since every room will have an icon now.
2668
2669 ------------------------------------------------------------------------
2670 r3674 | ajc | 2005-06-13 23:21:57 -0400 (Mon, 13 Jun 2005) | 4 lines
2671
2672 * When no icon is present on the server for a room, display the default
2673   icon for that room's current view.
2674 * Replace "graphic" with "icon" throughout the system messages.
2675
2676 ------------------------------------------------------------------------
2677 r3673 | ajc | 2005-06-13 21:59:46 -0400 (Mon, 13 Jun 2005) | 2 lines
2678
2679 * 16x16 icons in the new tree view.  Nice!
2680
2681 ------------------------------------------------------------------------
2682 r3672 | ajc | 2005-06-13 18:05:54 -0400 (Mon, 13 Jun 2005) | 3 lines
2683
2684 * Finished the initial NanoTree integration.  TODO: use a different icon
2685   for each node depending on the view set for that room.
2686
2687 ------------------------------------------------------------------------
2688 r3671 | ajc | 2005-06-12 23:39:20 -0400 (Sun, 12 Jun 2005) | 2 lines
2689
2690 *** empty log message ***
2691
2692 ------------------------------------------------------------------------
2693 r3670 | ajc | 2005-06-12 18:02:46 -0400 (Sun, 12 Jun 2005) | 4 lines
2694
2695 * Began replacing the old, sux0r-prone tree view with NanoTree.
2696   WARNING: This isn't finished, but I'm committing it anyway because I have
2697   to move to a different computer.  DON'T RUN THIS.
2698
2699 ------------------------------------------------------------------------
2700 r3669 | ajc | 2005-06-12 14:34:50 -0400 (Sun, 12 Jun 2005) | 2 lines
2701
2702 * Removed some unreferenced files from the static/ directory.
2703
2704 ------------------------------------------------------------------------
2705 r3668 | ajc | 2005-06-12 13:01:01 -0400 (Sun, 12 Jun 2005) | 4 lines
2706
2707 * Increase maximum viewable message count from 4096 to 10000
2708 * Summary view now truncates subject to 75 characters, and sender
2709   to 25 characters (adding an ellipsis...) to keep the display neat & tidy
2710
2711 ------------------------------------------------------------------------
2712 r3667 | ajc | 2005-06-12 12:03:11 -0400 (Sun, 12 Jun 2005) | 4 lines
2713
2714 * When viewing a mailbox (view == VIEW_MAILBOX), messages are marked as
2715   seen when they are viewed, and Goto does not automatically mark the
2716   remaining messages as seen.
2717
2718 ------------------------------------------------------------------------
2719 r3661 | ajc | 2005-06-11 18:29:13 -0400 (Sat, 11 Jun 2005) | 2 lines
2720
2721 * Integrated the first batch of new icons.
2722
2723 ------------------------------------------------------------------------
2724 r3654 | ajc | 2005-06-07 00:31:01 -0400 (Tue, 07 Jun 2005) | 2 lines
2725
2726 * Don't compress when HTTP tracing/logging is enabled
2727
2728 ------------------------------------------------------------------------
2729 r3653 | ajc | 2005-06-06 20:40:11 -0400 (Mon, 06 Jun 2005) | 2 lines
2730
2731 *** empty log message ***
2732
2733 ------------------------------------------------------------------------
2734 r3652 | ajc | 2005-06-06 19:50:17 -0400 (Mon, 06 Jun 2005) | 3 lines
2735
2736 * Made some changes to the calendar/uuid logic to fix a bug that caused
2737   duplicate entries for an event to appear in some situations
2738
2739 ------------------------------------------------------------------------
2740 r3651 | ajc | 2005-06-06 12:20:36 -0400 (Mon, 06 Jun 2005) | 2 lines
2741
2742 * GroupDAV URI escape character is now '%' in order to be consistent...
2743
2744 ------------------------------------------------------------------------
2745 r3650 | ajc | 2005-06-04 00:07:36 -0400 (Sat, 04 Jun 2005) | 3 lines
2746
2747 * Calendar invitations: changed "Accept/Tentative/Decline" buttons to
2748   links in order to avoid them being in nested forms.
2749
2750 ------------------------------------------------------------------------
2751 r3645 | ajc | 2005-06-02 12:10:08 -0400 (Thu, 02 Jun 2005) | 2 lines
2752
2753 * tools.c: generated uuid's no longer contain "{" and "}" characters.
2754
2755 ------------------------------------------------------------------------
2756 r3635 | ajc | 2005-05-26 00:38:17 -0400 (Thu, 26 May 2005) | 2 lines
2757
2758 * THIS IS 6.11
2759
2760 ------------------------------------------------------------------------
2761 r3634 | ajc | 2005-05-26 00:37:59 -0400 (Thu, 26 May 2005) | 2 lines
2762
2763 * Updated internal version number to 6.11
2764
2765 ------------------------------------------------------------------------
2766 r3633 | ajc | 2005-05-26 00:28:27 -0400 (Thu, 26 May 2005) | 5 lines
2767
2768 * Applied GroupDAV patches sent in by Johannes Schneider which improve the
2769   protocol accuracy of xmlns and etag responses.
2770 * Fixed a MIME Content-Type bug which I had inadvertently introduced while
2771   removing a temporary hack that was put in during KDE 3.4 beta
2772
2773 ------------------------------------------------------------------------
2774 r3631 | ajc | 2005-05-24 00:26:47 -0400 (Tue, 24 May 2005) | 3 lines
2775
2776 * Applied a patch sent by Johannes Schneider for correcting the XML
2777   namespace presented in the PROPFIND command.
2778
2779 ------------------------------------------------------------------------
2780 r3627 | ajc | 2005-05-23 15:30:34 -0400 (Mon, 23 May 2005) | 3 lines
2781
2782 * Move "enable full text" checkbox configuration to its new location in
2783   the configuration back end.
2784
2785 ------------------------------------------------------------------------
2786 r3623 | ajc | 2005-05-22 12:20:09 -0400 (Sun, 22 May 2005) | 2 lines
2787
2788 * siteconfig.c: add checkbox for enabling full text index on server
2789
2790 ------------------------------------------------------------------------
2791 r3588 | ajc | 2005-05-10 23:00:03 -0400 (Tue, 10 May 2005) | 4 lines
2792
2793 * webcit.c: fixed a string bug that caused the whole system to not work
2794 * messages.c: fullname only and brief date in summary view, so that it
2795   doesn't wrap onto two lines quite as often
2796
2797 ------------------------------------------------------------------------
2798 r3562 | ajc | 2005-04-11 16:20:05 -0400 (Mon, 11 Apr 2005) | 2 lines
2799
2800 *** empty log message ***
2801
2802 ------------------------------------------------------------------------
2803 r3561 | ajc | 2005-04-11 16:09:33 -0400 (Mon, 11 Apr 2005) | 2 lines
2804
2805 * Began an assault on strcpy()
2806
2807 ------------------------------------------------------------------------
2808 r3559 | ajc | 2005-04-11 10:45:13 -0400 (Mon, 11 Apr 2005) | 3 lines
2809
2810 * Replaced serv_gets() with serv_getln() - which now requires the caller
2811   to supply the size of the target buffer.
2812
2813 ------------------------------------------------------------------------
2814 r3558 | ajc | 2005-04-08 15:36:56 -0400 (Fri, 08 Apr 2005) | 2 lines
2815
2816 * Moved to the new string tokenizer API
2817
2818 ------------------------------------------------------------------------
2819 r3557 | ajc | 2005-04-04 13:50:06 -0400 (Mon, 04 Apr 2005) | 2 lines
2820
2821 * THIS IS 6.10 (unfinished first time install wizard has been disabled)
2822
2823 ------------------------------------------------------------------------
2824 r3556 | ajc | 2005-04-04 13:49:31 -0400 (Mon, 04 Apr 2005) | 3 lines
2825
2826 * configure.in: fix libical version detection
2827 * bumped internal version number to 6.10
2828
2829 ------------------------------------------------------------------------
2830 r3553 | ajc | 2005-03-30 16:44:47 -0500 (Wed, 30 Mar 2005) | 6 lines
2831
2832 * Changed the color of the side button bar
2833 * Removed session ID's from wholist display, because they are only
2834   interesting to computers, not to people.
2835 * Also changed the session ID variable (we still need it internally) from
2836   a char to an int, because session numbers are big now.
2837
2838 ------------------------------------------------------------------------
2839 r3552 | ajc | 2005-03-30 12:34:35 -0500 (Wed, 30 Mar 2005) | 2 lines
2840
2841 *** empty log message ***
2842
2843 ------------------------------------------------------------------------
2844 r3551 | ajc | 2005-03-30 12:27:55 -0500 (Wed, 30 Mar 2005) | 3 lines
2845
2846 * serv_crypto.c: made changes to OpenSSL calls ... removed unnecessary
2847   calls and also enabled SSLv3/TLSv1
2848
2849 ------------------------------------------------------------------------
2850 r3540 | ajc | 2005-03-10 00:13:21 -0500 (Thu, 10 Mar 2005) | 2 lines
2851
2852 * Created the framework for the "first time setup wizard"
2853
2854 ------------------------------------------------------------------------
2855 r3539 | ajc | 2005-03-09 23:51:54 -0500 (Wed, 09 Mar 2005) | 2 lines
2856
2857 *** empty log message ***
2858
2859 ------------------------------------------------------------------------
2860 r3535 | ajc | 2005-03-08 23:08:30 -0500 (Tue, 08 Mar 2005) | 6 lines
2861
2862 * Delete room is now confirmed through a JavaScript popup instead of
2863   a transition page
2864 * New icon for "Tasks."  In order to keep it consistent with the rest of
2865   the icons, it is ugly.
2866 * Modified page popup style slightly.
2867
2868 ------------------------------------------------------------------------
2869 r3534 | ajc | 2005-03-08 21:35:41 -0500 (Tue, 08 Mar 2005) | 2 lines
2870
2871 *** empty log message ***
2872
2873 ------------------------------------------------------------------------
2874 r3533 | ajc | 2005-03-07 23:59:34 -0500 (Mon, 07 Mar 2005) | 4 lines
2875
2876 * More attractive display of vCards (hide unknown fields)
2877 * Added "title" and "organization" to vCard display/edit
2878 * Replaced semicolon with comma-space in vCard name display
2879
2880 ------------------------------------------------------------------------
2881 r3531 | ajc | 2005-03-06 23:03:29 -0500 (Sun, 06 Mar 2005) | 5 lines
2882
2883 * auth.c: shrink the margins on the login screen so the user sees something
2884   resembling a window.
2885 * Allow editing of address book entries wherever possible.
2886 * Anything that was a (link) is now a [link]
2887
2888 ------------------------------------------------------------------------
2889 r3530 | ajc | 2005-03-06 20:45:30 -0500 (Sun, 06 Mar 2005) | 2 lines
2890
2891 * Rolled back to the old RTE because the new one doesn't work in Safari.
2892
2893 ------------------------------------------------------------------------
2894 r3529 | ajc | 2005-03-06 20:42:42 -0500 (Sun, 06 Mar 2005) | 2 lines
2895
2896 *** empty log message ***
2897
2898 ------------------------------------------------------------------------
2899 r3528 | ajc | 2005-03-06 20:42:18 -0500 (Sun, 06 Mar 2005) | 2 lines
2900
2901 * Removed richtext_compressed.js because we don't use it.
2902
2903 ------------------------------------------------------------------------
2904 r3525 | ajc | 2005-03-05 17:26:26 -0500 (Sat, 05 Mar 2005) | 2 lines
2905
2906 * crypto.c: allow use of chained certificates
2907
2908 ------------------------------------------------------------------------
2909 r3524 | ajc | 2005-03-05 00:04:34 -0500 (Sat, 05 Mar 2005) | 2 lines
2910
2911 * minor html changes
2912
2913 ------------------------------------------------------------------------
2914 r3522 | ajc | 2005-03-03 23:21:05 -0500 (Thu, 03 Mar 2005) | 3 lines
2915
2916 * When a room is set to the "mailbox" view, "Read new / read all" is
2917   replaced by "View message list."
2918
2919 ------------------------------------------------------------------------
2920 r3515 | ajc | 2005-03-02 23:03:53 -0500 (Wed, 02 Mar 2005) | 2 lines
2921
2922 *** empty log message ***
2923
2924 ------------------------------------------------------------------------
2925 r3503 | ajc | 2005-02-27 23:01:55 -0500 (Sun, 27 Feb 2005) | 8 lines
2926
2927 * Updated to the latest version of Kevin Roth's richtext editor.  Had to
2928   modify it a bit (removal of 'px' suffix, and addition of 'cols=80') to
2929   allow it to gracefully degrade in Konqueror even when we specify our
2930   happy 100% width.
2931 * Modified the message entry screen a bit.  Full height just isn't practical
2932   with all those wacky browsers out there, unfortunately.  Removed most of
2933   the div's.
2934
2935 ------------------------------------------------------------------------
2936 r3495 | ajc | 2005-02-23 00:08:20 -0500 (Wed, 23 Feb 2005) | 3 lines
2937
2938 * Better control of HTTP headers which control browser caches.  Static
2939   objects are getting properly cached now.
2940
2941 ------------------------------------------------------------------------
2942 r3493 | ajc | 2005-02-22 00:15:28 -0500 (Tue, 22 Feb 2005) | 3 lines
2943
2944 * When the "begin_burst() / end_burst()" semantics are in use, perform
2945   gzip compression when the client indicates support for it.
2946
2947 ------------------------------------------------------------------------
2948 r3492 | ajc | 2005-02-21 18:00:04 -0500 (Mon, 21 Feb 2005) | 6 lines
2949
2950 * begin_burst() / end_burst() semantics now apply to all pages which are
2951   output using the "include_html_head" option of output_headers() (which
2952   is nearly all of them).  This should speed up the network considerably,
2953   and also pave the way for another attempt at adding zlib compression
2954   back in.
2955
2956 ------------------------------------------------------------------------
2957 r3491 | ajc | 2005-02-21 17:00:18 -0500 (Mon, 21 Feb 2005) | 2 lines
2958
2959 * THIS IS 6.03
2960
2961 ------------------------------------------------------------------------
2962 r3489 | ajc | 2005-02-21 16:57:56 -0500 (Mon, 21 Feb 2005) | 2 lines
2963
2964 * Various debugging type of everythingism to help chat mode to work.
2965
2966 ------------------------------------------------------------------------
2967 r3486 | ajc | 2005-02-21 14:58:39 -0500 (Mon, 21 Feb 2005) | 4 lines
2968
2969 * Misc changes to debug chat lockups
2970 * Dead session purge is now O(n) instead of O(something_larger)
2971 * Session binding for each transaction is faster too
2972
2973 ------------------------------------------------------------------------
2974 r3485 | ajc | 2005-02-20 23:47:41 -0500 (Sun, 20 Feb 2005) | 6 lines
2975
2976 * When creating rooms:
2977 * 1. Selecting a view other than "Bulletin Board" causes the room access
2978 *    type to default to "private mailbox"
2979 * 2. When the room access type changes to "private mailbox," the floor
2980 *    selector is greyed out because it is irrelevant.
2981
2982 ------------------------------------------------------------------------
2983 r3482 | ajc | 2005-02-20 01:48:30 -0500 (Sun, 20 Feb 2005) | 6 lines
2984
2985 * View-o-matic now has "View as: " before it.  "Messages" has been changed
2986   to "Bulletin Board" and "Summary" has been changed to "Mailbox Summary"
2987 * The View-o-matic is now styled to be smaller and color-matched to the
2988   banner box it lives in.
2989 * Removed "Summary" from message range selector.  It is redundant.
2990
2991 ------------------------------------------------------------------------
2992 r3481 | ajc | 2005-02-20 01:27:53 -0500 (Sun, 20 Feb 2005) | 5 lines
2993
2994 * Switched the Reply/Move/Delete buttons back to ordinary links, because
2995   the nested forms were causing the bottom part of the outer form to stop
2996   working (message range selector went dead).  Thanks to triLcat for
2997   reporting this.
2998
2999 ------------------------------------------------------------------------
3000 r3480 | ajc | 2005-02-19 01:01:15 -0500 (Sat, 19 Feb 2005) | 6 lines
3001
3002 * The previous <div style=\"margin-right:1px\"> has been replaced by a
3003   named div in the stylesheet.  This allows us to perform a vile, sleazy
3004   hack to keep IE6 from exhibiting its horizontal scrollbar bug.  There
3005   will unfortunately always be a right margin in IE6, but there
3006   doesn't appear to be any easy workaround.
3007
3008 ------------------------------------------------------------------------
3009 r3479 | ajc | 2005-02-19 00:22:00 -0500 (Sat, 19 Feb 2005) | 5 lines
3010
3011 * Replaced all the "centered 99% tables" with 100% width tables wrapped
3012   inside a div with margin-right:1px to remove the horizontal scrollbar
3013   in Gecko without creating whitespace.  IE6's problem is much more
3014   serious and will require dropping a nuclear bomb on Redmond to fix.
3015
3016 ------------------------------------------------------------------------
3017 r3478 | ajc | 2005-02-18 22:43:51 -0500 (Fri, 18 Feb 2005) | 2 lines
3018
3019 *** empty log message ***
3020
3021 ------------------------------------------------------------------------
3022 r3477 | ajc | 2005-02-18 13:53:34 -0500 (Fri, 18 Feb 2005) | 2 lines
3023
3024 *** empty log message ***
3025
3026 ------------------------------------------------------------------------
3027 r3476 | ajc | 2005-02-18 00:09:53 -0500 (Fri, 18 Feb 2005) | 2 lines
3028
3029 * Moved the room access control screen into a tab on the edit room menu
3030
3031 ------------------------------------------------------------------------
3032 r3474 | ajc | 2005-02-16 23:48:26 -0500 (Wed, 16 Feb 2005) | 18 lines
3033
3034 * After setup is complete, tell them how to log in.
3035 * Don't allow the creation of accounts with blank passwords.
3036 * Don't allow users to change to a blank password.
3037 * Fixed the positioning of a few more screens that accidentally got
3038   partially hidden underneath the iconbar.
3039 * Boldfaced the "Password changed." and other prompts.
3040 * Removed the unreadable blue-on-blue links in the calendar day
3041   view.  They're redundant anyway, now: "Add new calendar event" and
3042   "month view" are both in the banner bar.
3043 * "New messages / All messages" are now "Read new messages / Read all
3044   messages"
3045 * "Save message" button is now "Post message" for public room posts,
3046   and "Send message" for email.
3047 * "Message has been posted" is now "Message has been sent" for email.
3048 * Swapped positions of "Add users" and "Edit users" boxes.
3049 * vCard editor: "Other Internet email addresses" is now "aliases"
3050 * Renamed the "Users" button to "Who is online?"
3051
3052 ------------------------------------------------------------------------
3053 r3468 | ajc | 2005-02-16 00:40:31 -0500 (Wed, 16 Feb 2005) | 2 lines
3054
3055 * More display fixes
3056
3057 ------------------------------------------------------------------------
3058 r3467 | ajc | 2005-02-16 00:22:23 -0500 (Wed, 16 Feb 2005) | 3 lines
3059
3060 * inetconf.c: fixed memory management problem that was causing all
3061   the inetconf to get discarded during edit on IBM POWER5
3062
3063 ------------------------------------------------------------------------
3064 r3463 | ajc | 2005-02-15 00:23:16 -0500 (Tue, 15 Feb 2005) | 2 lines
3065
3066 * THIS IS 6.02
3067
3068 ------------------------------------------------------------------------
3069 r3462 | ajc | 2005-02-15 00:23:00 -0500 (Tue, 15 Feb 2005) | 2 lines
3070
3071 *** empty log message ***
3072
3073 ------------------------------------------------------------------------
3074 r3461 | ajc | 2005-02-15 00:20:45 -0500 (Tue, 15 Feb 2005) | 5 lines
3075
3076 * Fixed an HTTP output error for static data which was causing images
3077   to display improperly in Konqueror
3078 * Changed most of the beginbox_nt boxes to centered tables with 99%
3079   width, to avoid the mysterious horizontal scrollbar
3080
3081 ------------------------------------------------------------------------
3082 r3460 | ajc | 2005-02-13 23:57:24 -0500 (Sun, 13 Feb 2005) | 4 lines
3083
3084 * Started changing some of the top-level tables from 100% width to 99%
3085   width in order to keep the b0rken CSS box-model from displaying a
3086   horizontal scroll bar when it shouldn't.  Lose, lose, lose.
3087
3088 ------------------------------------------------------------------------
3089 r3457 | ajc | 2005-02-12 23:22:31 -0500 (Sat, 12 Feb 2005) | 2 lines
3090
3091 * Network configuration screen: add IMAPS, POP3S, and SMTPS ports
3092
3093 ------------------------------------------------------------------------
3094 r3454 | ajc | 2005-02-11 23:23:59 -0500 (Fri, 11 Feb 2005) | 2 lines
3095
3096 * THIS IS 6.01
3097
3098 ------------------------------------------------------------------------
3099 r3452 | ajc | 2005-02-10 22:35:58 -0500 (Thu, 10 Feb 2005) | 3 lines
3100
3101 * useredit.c: added an "Delete user" button, because it was unintuitive
3102   to tell people "Delete a user by setting their access level to 0"
3103
3104 ------------------------------------------------------------------------
3105 r3448 | ajc | 2005-02-08 23:37:32 -0500 (Tue, 08 Feb 2005) | 2 lines
3106
3107 * More GroupDAV fixes and tuning.
3108
3109 ------------------------------------------------------------------------
3110 r3447 | ajc | 2005-02-07 23:34:02 -0500 (Mon, 07 Feb 2005) | 2 lines
3111
3112 *** empty log message ***
3113
3114 ------------------------------------------------------------------------
3115 r3445 | ajc | 2005-02-07 17:56:05 -0500 (Mon, 07 Feb 2005) | 2 lines
3116
3117 *** empty log message ***
3118
3119 ------------------------------------------------------------------------
3120 r3444 | ajc | 2005-02-07 17:02:00 -0500 (Mon, 07 Feb 2005) | 4 lines
3121
3122 * groupdav_propfind.c: output all XML on a single line, with no linebreaks,
3123   and no whitespace between tags.  We have discovered that doing otherwise
3124   will break certain clients.
3125
3126 ------------------------------------------------------------------------
3127 r3443 | ajc | 2005-02-05 22:59:33 -0500 (Sat, 05 Feb 2005) | 2 lines
3128
3129 * Added some HTTP Date: header output
3130
3131 ------------------------------------------------------------------------
3132 r3442 | ajc | 2005-02-05 17:58:46 -0500 (Sat, 05 Feb 2005) | 2 lines
3133
3134 * All GroupDAV HTTP output is now \r\n instead of \n terminated.
3135
3136 ------------------------------------------------------------------------
3137 r3440 | ajc | 2005-02-05 03:36:13 -0500 (Sat, 05 Feb 2005) | 2 lines
3138
3139 * Added an everything-buffering thingi so we can do Content-length:
3140
3141 ------------------------------------------------------------------------
3142 r3439 | ajc | 2005-02-05 02:54:48 -0500 (Sat, 05 Feb 2005) | 2 lines
3143
3144 *** empty log message ***
3145
3146 ------------------------------------------------------------------------
3147 r3438 | ajc | 2005-02-04 23:36:31 -0500 (Fri, 04 Feb 2005) | 2 lines
3148
3149 *** empty log message ***
3150
3151 ------------------------------------------------------------------------
3152 r3437 | ajc | 2005-02-04 23:16:01 -0500 (Fri, 04 Feb 2005) | 4 lines
3153
3154 * Cleanup of new message range view-o-matic
3155 * GroupDAV GET operations now only send the Content-type: and Date:
3156   headers.  All the others are irrelevant.
3157
3158 ------------------------------------------------------------------------
3159 r3435 | ajc | 2005-02-04 14:19:23 -0500 (Fri, 04 Feb 2005) | 2 lines
3160
3161 * Message reading range selection is now a drop-down box.
3162
3163 ------------------------------------------------------------------------
3164 r3434 | ajc | 2005-02-04 12:22:18 -0500 (Fri, 04 Feb 2005) | 2 lines
3165
3166 * Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
3167
3168 ------------------------------------------------------------------------
3169 r3433 | ajc | 2005-02-03 22:43:31 -0500 (Thu, 03 Feb 2005) | 2 lines
3170
3171 * fixed the tasks view in the summary screen
3172
3173 ------------------------------------------------------------------------
3174 r3432 | ajc | 2005-02-03 16:44:20 -0500 (Thu, 03 Feb 2005) | 2 lines
3175
3176 * Minor comment and syntax cleanups
3177
3178 ------------------------------------------------------------------------
3179 r3431 | ajc | 2005-02-03 00:13:57 -0500 (Thu, 03 Feb 2005) | 2 lines
3180
3181 * More tuning for GroupDAV compliance.
3182
3183 ------------------------------------------------------------------------
3184 r3430 | ajc | 2005-02-02 23:38:41 -0500 (Wed, 02 Feb 2005) | 5 lines
3185
3186 * VTODO components need to be encapsulated inside VCALENDAR components,
3187   just like we do with VEVENT components.  There's a bunch of software
3188   (including the beforesave hook on our own Citadel server) that expects
3189   this encapsulation.
3190
3191 ------------------------------------------------------------------------
3192 r3428 | ajc | 2005-02-02 21:44:14 -0500 (Wed, 02 Feb 2005) | 2 lines
3193
3194 *** empty log message ***
3195
3196 ------------------------------------------------------------------------
3197 r3427 | ajc | 2005-02-02 18:29:55 -0500 (Wed, 02 Feb 2005) | 2 lines
3198
3199 *** empty log message ***
3200
3201 ------------------------------------------------------------------------
3202 r3426 | ajc | 2005-02-02 18:25:22 -0500 (Wed, 02 Feb 2005) | 3 lines
3203
3204 * Encode GroupDAV uid's using more concise string escaping, because the
3205   old way was making KOrganizer choke.
3206
3207 ------------------------------------------------------------------------
3208 r3425 | ajc | 2005-02-01 23:13:36 -0500 (Tue, 01 Feb 2005) | 2 lines
3209
3210 * Debugged the GroupDAV service with KOrganizer.  It's mostly working now.
3211
3212 ------------------------------------------------------------------------
3213 r3424 | ajc | 2005-02-01 18:15:50 -0500 (Tue, 01 Feb 2005) | 2 lines
3214
3215 * Completed GroupDAV PUT.  Untested.
3216
3217 ------------------------------------------------------------------------
3218 r3422 | ajc | 2005-02-01 14:52:29 -0500 (Tue, 01 Feb 2005) | 5 lines
3219
3220 * Bumped the internal version number to 6.01
3221 * Set the minimum required Citadel version to 6.40, because we need the
3222   automatic fill-in-missing-uid groupware stuff, and the new ENT0 semantics
3223   with confirmation.
3224
3225 ------------------------------------------------------------------------
3226 r3420 | ajc | 2005-02-01 10:15:40 -0500 (Tue, 01 Feb 2005) | 2 lines
3227
3228 * Better purging of not-logged-in GroupDAV sessions
3229
3230 ------------------------------------------------------------------------
3231 r3419 | ajc | 2005-02-01 09:55:12 -0500 (Tue, 01 Feb 2005) | 4 lines
3232
3233 * Reworked the PROPFIND xml output based on an example transaction
3234   supplied by Reinhold Kainhofer.  Groupware folder enumeration works
3235   properly in Kontact now.
3236
3237 ------------------------------------------------------------------------
3238 r3418 | ajc | 2005-01-31 23:43:08 -0500 (Mon, 31 Jan 2005) | 2 lines
3239
3240 *** empty log message ***
3241
3242 ------------------------------------------------------------------------
3243 r3417 | ajc | 2005-01-31 22:49:09 -0500 (Mon, 31 Jan 2005) | 3 lines
3244
3245 * Completed "folder list" PROPFIND, now listing all rooms set to a
3246   calendar, tasks, or address view, using the GroupDAV properties.
3247
3248 ------------------------------------------------------------------------
3249 r3415 | ajc | 2005-01-31 21:29:07 -0500 (Mon, 31 Jan 2005) | 2 lines
3250
3251 *** empty log message ***
3252
3253 ------------------------------------------------------------------------
3254 r3414 | ajc | 2005-01-31 21:28:33 -0500 (Mon, 31 Jan 2005) | 4 lines
3255
3256 * "time(NULL) mod 60" doesn't work for some reason, so it has been removed.
3257   When defaulting a new event date/time to now, set the seconds to zero
3258   manually.
3259
3260 ------------------------------------------------------------------------
3261 r3413 | ajc | 2005-01-31 18:31:26 -0500 (Mon, 31 Jan 2005) | 3 lines
3262
3263 * Initial attempt at GroupDAV PROPFIND for folder enumeration.  Hardcoded
3264   to only show the Calendar> room.  It kinda-sorta works with KOrganizer.
3265
3266 ------------------------------------------------------------------------
3267 r3412 | ajc | 2005-01-31 11:24:48 -0500 (Mon, 31 Jan 2005) | 2 lines
3268
3269 * iconbar is now a happy css hovery lightupy div thing
3270
3271 ------------------------------------------------------------------------
3272 r3411 | ajc | 2005-01-28 22:59:25 -0500 (Fri, 28 Jan 2005) | 2 lines
3273
3274 * Implemented the GroupDAV DELETE method.
3275
3276 ------------------------------------------------------------------------
3277 r3410 | ajc | 2005-01-28 00:25:43 -0500 (Fri, 28 Jan 2005) | 3 lines
3278
3279 * iconbar no longer uses the beginbox/endbox semantics, but instead lives
3280   directly inside the iconbar div.
3281
3282 ------------------------------------------------------------------------
3283 r3409 | ajc | 2005-01-28 00:13:02 -0500 (Fri, 28 Jan 2005) | 7 lines
3284
3285 * GroupDAV object URL's are now based on the EUID of a message (which is
3286   derived from the UID of the groupware object itself) instead of the
3287   message number.  This was done in order to conform to GroupDAV's
3288   requirement that the URL cannot change after an object is updated.
3289 * The ETag of a GroupDAV object is still the message number, and in fact
3290   doing so meets that requirement perfectly.
3291
3292 ------------------------------------------------------------------------
3293 r3404 | ajc | 2005-01-26 13:15:34 -0500 (Wed, 26 Jan 2005) | 2 lines
3294
3295 * PROPFIND now outputs fully qualified URL's
3296
3297 ------------------------------------------------------------------------
3298 r3403 | ajc | 2005-01-26 13:02:23 -0500 (Wed, 26 Jan 2005) | 2 lines
3299
3300 * Initial implementation of GroupDAV PROPFIND
3301
3302 ------------------------------------------------------------------------
3303 r3402 | ajc | 2005-01-26 11:28:23 -0500 (Wed, 26 Jan 2005) | 6 lines
3304
3305 * Output ETags in double quotes to conform with the new GroupDAV draft.
3306 * Output HTTP Server: header in GroupDAV transactions
3307 * Server: header now displays both WebCit and Citadel versions
3308 * Added groupdav_common_headers() to output HTTP headers common to all
3309   GroupDAV transactions (Connection: close, Server: WebCit, etc.)
3310
3311 ------------------------------------------------------------------------
3312 r3400 | ajc | 2005-01-25 14:51:04 -0500 (Tue, 25 Jan 2005) | 2 lines
3313
3314 * Accept escaped characters in GroupDAV GET URL's
3315
3316 ------------------------------------------------------------------------
3317 r3397 | ajc | 2005-01-24 23:17:20 -0500 (Mon, 24 Jan 2005) | 3 lines
3318
3319 * Implemented the Groupdav GET method, more or less in its final form
3320   (still need to fix the room/folder naming semantics)
3321
3322 ------------------------------------------------------------------------
3323 r3396 | ajc | 2005-01-24 22:12:27 -0500 (Mon, 24 Jan 2005) | 3 lines
3324
3325 * Completed HTTP "Basic" authentication, and a stub function for the
3326   main entry point for GroupDAV functions.
3327
3328 ------------------------------------------------------------------------
3329 r3395 | ajc | 2005-01-23 22:37:48 -0500 (Sun, 23 Jan 2005) | 2 lines
3330
3331 * Began laying the groundwork for http-authenticated GroupDAV sessions.
3332
3333 ------------------------------------------------------------------------
3334 r3394 | ajc | 2005-01-22 17:50:51 -0500 (Sat, 22 Jan 2005) | 2 lines
3335
3336 * removed descriptions in non-main menus
3337
3338 ------------------------------------------------------------------------
3339 r3387 | ajc | 2005-01-20 22:20:32 -0500 (Thu, 20 Jan 2005) | 2 lines
3340
3341 *** empty log message ***
3342
3343 ------------------------------------------------------------------------
3344 r3386 | ajc | 2005-01-20 16:24:27 -0500 (Thu, 20 Jan 2005) | 5 lines
3345
3346 * When viewing a calendar room, the "Read all messages" link in the
3347   room banner has been replaced by "Day view" and "Month view" links.
3348   (I have also imported icons for week and year views, in case we add
3349   these later.)
3350
3351 ------------------------------------------------------------------------
3352 r3385 | ajc | 2005-01-20 11:43:50 -0500 (Thu, 20 Jan 2005) | 2 lines
3353
3354 *** empty log message ***
3355
3356 ------------------------------------------------------------------------
3357 r3384 | ajc | 2005-01-20 11:13:56 -0500 (Thu, 20 Jan 2005) | 3 lines
3358
3359 * Added in a bunch of stupid JavaScript to allow the instant message
3360   window to be dismissed.
3361
3362 ------------------------------------------------------------------------
3363 r3383 | ajc | 2005-01-19 23:10:45 -0500 (Wed, 19 Jan 2005) | 5 lines
3364
3365 * Cleaned up a bunch of unused cruft from the old layout
3366 * Instant messages are now displayed in a div that layers itself
3367   over the rest of the site.  It would be nice if we could figure out
3368   a way to make a clickable "hide" box...
3369
3370 ------------------------------------------------------------------------
3371 r3378 | ajc | 2005-01-16 23:38:17 -0500 (Sun, 16 Jan 2005) | 3 lines
3372
3373 * Navbar is now dynamic, in an attempt to make only the relevant controls
3374   appear on any given page.
3375
3376 ------------------------------------------------------------------------
3377 r3377 | ajc | 2005-01-15 02:19:08 -0500 (Sat, 15 Jan 2005) | 3 lines
3378
3379 * Removed the fixed pixel width from the tree view room list so it doesn't
3380   wrap around in an ugly way on aIEeeee.
3381
3382 ------------------------------------------------------------------------
3383 r3376 | ajc | 2005-01-15 00:26:27 -0500 (Sat, 15 Jan 2005) | 2 lines
3384
3385 * Message entry window is now somewhat full screen.
3386
3387 ------------------------------------------------------------------------
3388 r3375 | ajc | 2005-01-14 22:05:25 -0500 (Fri, 14 Jan 2005) | 2 lines
3389
3390 *** empty log message ***
3391
3392 ------------------------------------------------------------------------
3393 r3374 | ajc | 2005-01-14 21:16:50 -0500 (Fri, 14 Jan 2005) | 2 lines
3394
3395 *** empty log message ***
3396
3397 ------------------------------------------------------------------------
3398 r3373 | ajc | 2005-01-14 16:03:18 -0500 (Fri, 14 Jan 2005) | 2 lines
3399
3400 * A few logging hacks
3401
3402 ------------------------------------------------------------------------
3403 r3371 | ajc | 2005-01-14 10:00:51 -0500 (Fri, 14 Jan 2005) | 2 lines
3404
3405 * Placed the navbar into the room banner, at least in its temporary form.
3406
3407 ------------------------------------------------------------------------
3408 r3370 | ajc | 2005-01-13 23:53:54 -0500 (Thu, 13 Jan 2005) | 2 lines
3409
3410 *** empty log message ***
3411
3412 ------------------------------------------------------------------------
3413 r3369 | ajc | 2005-01-13 23:53:12 -0500 (Thu, 13 Jan 2005) | 4 lines
3414
3415 * Got the three-pane model working not only with web browsers, but also
3416   with the disgusting abomination called Internet Explorer.  It is my
3417   sincere hope that a tsunami wipes out Redmond.
3418
3419 ------------------------------------------------------------------------
3420 r3368 | ajc | 2005-01-13 23:39:37 -0500 (Thu, 13 Jan 2005) | 2 lines
3421
3422 *** empty log message ***
3423
3424 ------------------------------------------------------------------------
3425 r3367 | ajc | 2005-01-13 23:17:50 -0500 (Thu, 13 Jan 2005) | 2 lines
3426
3427 *** empty log message ***
3428
3429 ------------------------------------------------------------------------
3430 r3366 | ajc | 2005-01-13 23:06:35 -0500 (Thu, 13 Jan 2005) | 2 lines
3431
3432 *** empty log message ***
3433
3434 ------------------------------------------------------------------------
3435 r3365 | ajc | 2005-01-13 13:38:08 -0500 (Thu, 13 Jan 2005) | 2 lines
3436
3437 * Insert a newline between </div> and <div id="text">
3438
3439 ------------------------------------------------------------------------
3440 r3363 | ajc | 2005-01-11 22:31:02 -0500 (Tue, 11 Jan 2005) | 2 lines
3441
3442 *** empty log message ***
3443
3444 ------------------------------------------------------------------------
3445 r3362 | ajc | 2005-01-11 11:20:21 -0500 (Tue, 11 Jan 2005) | 3 lines
3446
3447 * Switching doctype from XHTML to HTML 4.01 STRICT, because nothing handles
3448   XHTML properly.
3449
3450 ------------------------------------------------------------------------
3451 r3361 | ajc | 2005-01-11 11:15:16 -0500 (Tue, 11 Jan 2005) | 2 lines
3452
3453 *** empty log message ***
3454
3455 ------------------------------------------------------------------------
3456 r3360 | ajc | 2005-01-11 09:55:03 -0500 (Tue, 11 Jan 2005) | 2 lines
3457
3458 *** empty log message ***
3459
3460 ------------------------------------------------------------------------
3461 r3359 | ajc | 2005-01-11 00:05:11 -0500 (Tue, 11 Jan 2005) | 7 lines
3462
3463 * *** HUGE CHANGES ***   *** WARNING: NOT FULLY FUNCTIONAL ***
3464 * Ripped things apart in a big way.  The frameset is gone (except for
3465   chat, for which we'll probably keep frames).  Iconbar and banner are
3466   now done using CSS and <div> tags.
3467 * Room read/enter/goto controls are currently missing.  Stay tuned.
3468 * I am in the process of rewriting all of the markup as valid XHTML.
3469
3470 ------------------------------------------------------------------------
3471 r3335 | ajc | 2004-12-29 17:08:08 -0500 (Wed, 29 Dec 2004) | 3 lines
3472
3473 * roomops.c: provide a way to create room shares with a mapping to an
3474   alternate room name on the other end.
3475
3476 ------------------------------------------------------------------------
3477 r3334 | ajc | 2004-12-29 14:46:04 -0500 (Wed, 29 Dec 2004) | 2 lines
3478
3479 *** empty log message ***
3480
3481 ------------------------------------------------------------------------
3482 r3333 | ajc | 2004-12-29 12:28:09 -0500 (Wed, 29 Dec 2004) | 4 lines
3483
3484 * roomops.c: when adding/removing nodes in the 'Sharing' tab, don't go
3485   all corrupty-whatever when a remote room name mapping is found.  Display
3486   the mapping and preserve it across share/unshare operations.
3487
3488 ------------------------------------------------------------------------
3489 r3332 | ajc | 2004-12-27 22:58:37 -0500 (Mon, 27 Dec 2004) | 2 lines
3490
3491 * THIS IS 5.28
3492
3493 ------------------------------------------------------------------------
3494 r3331 | ajc | 2004-12-27 22:58:25 -0500 (Mon, 27 Dec 2004) | 4 lines
3495
3496 * Corrected overly-escaped reply-to addresses in "reply" button
3497 * Repaired toggling of self-service account creation in admin screen
3498 * Bumped internal version number to 5.28
3499
3500 ------------------------------------------------------------------------
3501 r3324 | ajc | 2004-12-06 23:41:58 -0500 (Mon, 06 Dec 2004) | 2 lines
3502
3503 * THIS IS 5.27
3504
3505 ------------------------------------------------------------------------
3506 r3323 | ajc | 2004-12-06 23:41:04 -0500 (Mon, 06 Dec 2004) | 9 lines
3507
3508 * Finally tracked down the WC->vars heap corruption issue (for real this
3509   time).  We now call clear_local_substs() at the end of each HTTP
3510   transaction, whether we need to or not, instead of calling it whenever
3511   we're done with something we wanted session variables for.
3512 * Finally tracked down the years-long "misplaced '(edit)' link" bug, by
3513   copying serv_info->serv_pid to WC->ctdl_pid at the time it's loaded,
3514   preventing it from getting clobbered by another session.
3515 * Bumped internal version number to 5.27
3516
3517 ------------------------------------------------------------------------
3518 r3322 | ajc | 2004-12-01 16:36:01 -0500 (Wed, 01 Dec 2004) | 2 lines
3519
3520 * THIS IS 5.26
3521
3522 ------------------------------------------------------------------------
3523 r3321 | ajc | 2004-12-01 16:35:45 -0500 (Wed, 01 Dec 2004) | 2 lines
3524
3525 * Changed internal version number to 5.26
3526
3527 ------------------------------------------------------------------------
3528 r3320 | ajc | 2004-12-01 16:34:17 -0500 (Wed, 01 Dec 2004) | 2 lines
3529
3530 * Numerous memory management bugfixes.
3531
3532 ------------------------------------------------------------------------
3533 r3319 | ajc | 2004-12-01 11:48:24 -0500 (Wed, 01 Dec 2004) | 2 lines
3534
3535 * tools.c: don't crash when striplt() is called with a zero-length string
3536
3537 ------------------------------------------------------------------------
3538 r3317 | ajc | 2004-12-01 00:15:11 -0500 (Wed, 01 Dec 2004) | 3 lines
3539
3540 * Coupla memory allocation fixes, but nothing that fixes the bug I'm
3541   trying to find...
3542
3543 ------------------------------------------------------------------------
3544 r3312 | ajc | 2004-11-12 13:02:36 -0500 (Fri, 12 Nov 2004) | 2 lines
3545
3546 * Updated the richtext editor (new version from Kevin Roth's site)
3547
3548 ------------------------------------------------------------------------
3549 r3303 | ajc | 2004-11-03 15:21:13 -0500 (Wed, 03 Nov 2004) | 2 lines
3550
3551 * THIS IS 5.25
3552
3553 ------------------------------------------------------------------------
3554 r3302 | ajc | 2004-11-03 15:21:02 -0500 (Wed, 03 Nov 2004) | 2 lines
3555
3556 * Changed internal version number to 5.25
3557
3558 ------------------------------------------------------------------------
3559 r3293 | ajc | 2004-10-19 22:41:45 -0400 (Tue, 19 Oct 2004) | 5 lines
3560
3561 * New "notes" icon
3562 * Added the notes room to the icon bar
3563 * Set up an initial implementation of Notes view.  Attractive enough to
3564   publish, but read-only.  Needs a note editor.
3565
3566 ------------------------------------------------------------------------
3567 r3292 | ajc | 2004-10-14 23:10:26 -0400 (Thu, 14 Oct 2004) | 3 lines
3568
3569 * Calendar objects UID now generated by generate_uuid() which creates
3570   pseudo-DCE-ish UUID's.
3571
3572 ------------------------------------------------------------------------
3573 r3286 | ajc | 2004-10-04 21:59:32 -0400 (Mon, 04 Oct 2004) | 2 lines
3574
3575 * localtime_r() fixes
3576
3577 ------------------------------------------------------------------------
3578 r3279 | ajc | 2004-10-02 22:56:35 -0400 (Sat, 02 Oct 2004) | 2 lines
3579
3580 * Added a pthread_attr_destroy() in the appropriate place (thanks fleeb!)
3581
3582 ------------------------------------------------------------------------
3583 r3277 | ajc | 2004-10-01 12:23:24 -0400 (Fri, 01 Oct 2004) | 3 lines
3584
3585 * Set up framework for "notes" view, and added a skeleton function for
3586   the actual display.
3587
3588 ------------------------------------------------------------------------
3589 r3275 | ajc | 2004-09-29 23:44:01 -0400 (Wed, 29 Sep 2004) | 2 lines
3590
3591 * fix line width break problem in chat
3592
3593 ------------------------------------------------------------------------
3594 r3274 | ajc | 2004-09-28 12:12:47 -0400 (Tue, 28 Sep 2004) | 2 lines
3595
3596 * THIS IS 5.24
3597
3598 ------------------------------------------------------------------------
3599 r3273 | ajc | 2004-09-28 12:12:31 -0400 (Tue, 28 Sep 2004) | 2 lines
3600
3601 * Prepare for 5.24 release
3602
3603 ------------------------------------------------------------------------
3604 r3269 | ajc | 2004-09-26 22:17:47 -0400 (Sun, 26 Sep 2004) | 3 lines
3605
3606 * messages.c: fix build problem on non-calendar-enabled installations
3607 * floors.c: fix a warning message
3608
3609 ------------------------------------------------------------------------
3610 r3268 | ajc | 2004-09-24 23:34:21 -0400 (Fri, 24 Sep 2004) | 2 lines
3611
3612 * summary.c: Fixed a calling syntax problem
3613
3614 ------------------------------------------------------------------------
3615 r3267 | ajc | 2004-09-24 23:18:47 -0400 (Fri, 24 Sep 2004) | 2 lines
3616
3617 * small stylesheet fix
3618
3619 ------------------------------------------------------------------------
3620 r3266 | ajc | 2004-09-24 00:21:42 -0400 (Fri, 24 Sep 2004) | 3 lines
3621
3622 * Fixed display bug for room list mode when we dropped down multiple
3623   sublevels at once (such as, from 3 to 1 instead of from 2 to 1)
3624
3625 ------------------------------------------------------------------------
3626 r3265 | ajc | 2004-09-24 00:08:25 -0400 (Fri, 24 Sep 2004) | 3 lines
3627
3628 * Put our <SPAN> tags back in to denote floors, rooms with new msgs, and
3629   rooms without new msgs
3630
3631 ------------------------------------------------------------------------
3632 r3264 | ajc | 2004-09-24 00:04:35 -0400 (Fri, 24 Sep 2004) | 3 lines
3633
3634 * "folders view" of room list now uses Dave Lindquist's "menuExpandable3"
3635   tree view.
3636
3637 ------------------------------------------------------------------------
3638 r3263 | ajc | 2004-09-22 23:21:10 -0400 (Wed, 22 Sep 2004) | 2 lines
3639
3640 * roomops.c: "folders" view of rooms is an actual Unnumbered List now.
3641
3642 ------------------------------------------------------------------------
3643 r3253 | ajc | 2004-09-15 22:42:37 -0400 (Wed, 15 Sep 2004) | 2 lines
3644
3645 * Set default view of new rooms during CRE8 command instead of afterwards
3646
3647 ------------------------------------------------------------------------
3648 r3251 | ajc | 2004-09-14 23:08:50 -0400 (Tue, 14 Sep 2004) | 2 lines
3649
3650 * Support config of seaperate MSA port in Citadel 6.26
3651
3652 ------------------------------------------------------------------------
3653 r3246 | ajc | 2004-09-09 23:49:18 -0400 (Thu, 09 Sep 2004) | 2 lines
3654
3655 * Added 'dialog' mode to setup
3656
3657 ------------------------------------------------------------------------
3658 r3230 | ajc | 2004-08-31 16:31:01 -0400 (Tue, 31 Aug 2004) | 3 lines
3659
3660 * When saving VTODO (tasks), insert a UID if none is already present.  Also
3661   increment the sequence, or insert one if none is already present.
3662
3663 ------------------------------------------------------------------------
3664 r3228 | ajc | 2004-08-30 23:03:06 -0400 (Mon, 30 Aug 2004) | 2 lines
3665
3666 * THIS IS 5.23
3667
3668 ------------------------------------------------------------------------
3669 r3227 | ajc | 2004-08-30 23:02:28 -0400 (Mon, 30 Aug 2004) | 2 lines
3670
3671 * Changed internal version number to 5.23
3672
3673 ------------------------------------------------------------------------
3674 r3217 | ajc | 2004-08-26 22:47:27 -0400 (Thu, 26 Aug 2004) | 2 lines
3675
3676 *** empty log message ***
3677
3678 ------------------------------------------------------------------------
3679 r3216 | ajc | 2004-08-26 22:40:07 -0400 (Thu, 26 Aug 2004) | 2 lines
3680
3681 * Ditched the graphical buttons because CSS can do the same thing faster.
3682
3683 ------------------------------------------------------------------------
3684 r3211 | ajc | 2004-08-17 23:16:12 -0400 (Tue, 17 Aug 2004) | 2 lines
3685
3686 * 'move' and 'delete' buttons only show when allowed to do those things
3687
3688 ------------------------------------------------------------------------
3689 r3210 | ajc | 2004-08-17 22:10:20 -0400 (Tue, 17 Aug 2004) | 3 lines
3690
3691 * Reply/Move/Delete buttons are now images, because system-native buttons
3692   were too big and ugly.
3693
3694 ------------------------------------------------------------------------
3695 r3194 | ajc | 2004-08-11 13:24:57 -0400 (Wed, 11 Aug 2004) | 3 lines
3696
3697 * static/iconbar.html: removed.
3698 * Updated the "powered by citadel" graphic
3699
3700 ------------------------------------------------------------------------
3701 r3193 | ajc | 2004-08-11 13:16:38 -0400 (Wed, 11 Aug 2004) | 2 lines
3702
3703 *** empty log message ***
3704
3705 ------------------------------------------------------------------------
3706 r3191 | ajc | 2004-08-10 23:49:18 -0400 (Tue, 10 Aug 2004) | 3 lines
3707
3708 * Replaced all instances of the name "Citadel/UX" with "Citadel"
3709 * Installed the "simple logo" in the iconbar
3710
3711 ------------------------------------------------------------------------
3712 r3190 | ajc | 2004-08-08 23:11:22 -0400 (Sun, 08 Aug 2004) | 2 lines
3713
3714 * Changed DOCTYPE to HTML 3.2 because that's really what it resembles
3715
3716 ------------------------------------------------------------------------
3717 r3189 | ajc | 2004-08-05 17:32:17 -0400 (Thu, 05 Aug 2004) | 3 lines
3718
3719 * Reply/Move/Delete are now buttons instead of links.  This should enable
3720   us to add some JavaScript magic for "Reply quoted" ...
3721
3722 ------------------------------------------------------------------------
3723 r3187 | ajc | 2004-08-04 22:47:23 -0400 (Wed, 04 Aug 2004) | 4 lines
3724
3725 * Removed the "pull_quote" style and used the <BLOCKQUOTE> tag instead.  It
3726   has a more predictable and attractive behavior, and can still be
3727   overridden in the style sheet if the site operator wants to.
3728
3729 ------------------------------------------------------------------------
3730 r3185 | ajc | 2004-08-03 23:52:24 -0400 (Tue, 03 Aug 2004) | 5 lines
3731
3732 * Tasks view is now pretty.
3733 * Tasks view now displays date due for each task.
3734 * Tasks view is now sorted by date due.
3735 * Tasks view now displays overdue tasks in red.
3736
3737 ------------------------------------------------------------------------
3738 r3184 | ajc | 2004-08-02 23:55:40 -0400 (Mon, 02 Aug 2004) | 4 lines
3739
3740 * Tasks view now uses the same buffer/dump logic as the calendar views, so
3741   we can sort them by due date and do a prettier display.  (Only the logic is
3742   changed so far.  The prettier display is forthcoming.)
3743
3744 ------------------------------------------------------------------------
3745 r3174 | ajc | 2004-07-20 22:57:09 -0400 (Tue, 20 Jul 2004) | 2 lines
3746
3747 * Internet Configuration screen looks a little neater now
3748
3749 ------------------------------------------------------------------------
3750 r3173 | ajc | 2004-07-20 22:45:15 -0400 (Tue, 20 Jul 2004) | 2 lines
3751
3752 * Completed the "Internet Configuration" screen
3753
3754 ------------------------------------------------------------------------
3755 r3172 | ajc | 2004-07-16 15:13:37 -0400 (Fri, 16 Jul 2004) | 2 lines
3756
3757 *** empty log message ***
3758
3759 ------------------------------------------------------------------------
3760 r3171 | ajc | 2004-07-16 15:13:11 -0400 (Fri, 16 Jul 2004) | 2 lines
3761
3762 * tools.c: display 13:00 as 12pm, not 12am
3763
3764 ------------------------------------------------------------------------
3765 r3170 | ajc | 2004-07-15 23:14:03 -0400 (Thu, 15 Jul 2004) | 2 lines
3766
3767 * more work on inetconf screen
3768
3769 ------------------------------------------------------------------------
3770 r3169 | ajc | 2004-07-15 22:50:00 -0400 (Thu, 15 Jul 2004) | 2 lines
3771
3772 * useredit.c: put a pretty box around user editing
3773
3774 ------------------------------------------------------------------------
3775 r3166 | ajc | 2004-07-14 00:19:57 -0400 (Wed, 14 Jul 2004) | 2 lines
3776
3777 *** empty log message ***
3778
3779 ------------------------------------------------------------------------
3780 r3165 | ajc | 2004-07-12 23:25:08 -0400 (Mon, 12 Jul 2004) | 2 lines
3781
3782 * inetconf.c: added.  Not finished yet.
3783
3784 ------------------------------------------------------------------------
3785 r3160 | ajc | 2004-07-09 23:10:20 -0400 (Fri, 09 Jul 2004) | 8 lines
3786
3787 * Completed web screens for THE DREADED AUTO-PURGER by adding room and
3788   floor level configurations.
3789 * Put a space between OK and CANCEL buttons anywhere in the system where
3790   there wasn't one.
3791 * Some more of the room config/admin screens now return to themselves
3792   with a "ok, you did that" message when OK is pressed, instead of dropping
3793   out to the main menu.
3794
3795 ------------------------------------------------------------------------
3796 r3158 | ajc | 2004-07-07 23:03:02 -0400 (Wed, 07 Jul 2004) | 4 lines
3797
3798 * Added global settings for THE DREADED AUTO-PURGER to the site-wide
3799   configuration (public rooms default and mailboxes default).  Still need
3800   to add floor and room policy screens.
3801
3802 ------------------------------------------------------------------------
3803 r3153 | ajc | 2004-07-01 23:28:08 -0400 (Thu, 01 Jul 2004) | 4 lines
3804
3805 * Much-improved alphabet tabs for Address Book view.  Now divides the
3806   total number of names by (names per page, currently 60) and sets up
3807   that many tabs, with proper [Aaa-Bbb] labels on them.
3808
3809 ------------------------------------------------------------------------
3810 r3152 | ajc | 2004-07-01 23:26:06 -0400 (Thu, 01 Jul 2004) | 2 lines
3811
3812 *** empty log message ***
3813
3814 ------------------------------------------------------------------------
3815 r3151 | ajc | 2004-06-30 22:40:41 -0400 (Wed, 30 Jun 2004) | 4 lines
3816
3817 * Clicking "Enter a message" in a groupware room now automatically calls
3818   the correct editor for the type of objects in the room (message, calendar
3819   event, task, address book entry)
3820
3821 ------------------------------------------------------------------------
3822 r3150 | ajc | 2004-06-30 17:50:55 -0400 (Wed, 30 Jun 2004) | 2 lines
3823
3824 * minor fix
3825
3826 ------------------------------------------------------------------------
3827 r3149 | ajc | 2004-06-29 13:21:25 -0400 (Tue, 29 Jun 2004) | 3 lines
3828
3829 * Removed the word "room" in a few locations, as part of our push towards
3830   not looking like a BBS when running in groupware mode
3831
3832 ------------------------------------------------------------------------
3833 r3148 | ajc | 2004-06-28 20:37:04 -0400 (Mon, 28 Jun 2004) | 2 lines
3834
3835 *** empty log message ***
3836
3837 ------------------------------------------------------------------------
3838 r3147 | ajc | 2004-06-28 20:37:02 -0400 (Mon, 28 Jun 2004) | 2 lines
3839
3840 * Made some fonts bigger because users were complaining...
3841
3842 ------------------------------------------------------------------------
3843 r3145 | ajc | 2004-06-26 23:02:05 -0400 (Sat, 26 Jun 2004) | 3 lines
3844
3845 * Summary view -- always view ALL messages
3846 * Summary view -- new messages are in boldface
3847
3848 ------------------------------------------------------------------------
3849 r3144 | ajc | 2004-06-24 16:42:14 -0400 (Thu, 24 Jun 2004) | 4 lines
3850
3851 * Added the "server ip address" Citadel config option
3852 * Site config: added "Changes will not take effect until..." language
3853   to relevant screens
3854
3855 ------------------------------------------------------------------------
3856 r3140 | ajc | 2004-06-24 10:50:35 -0400 (Thu, 24 Jun 2004) | 2 lines
3857
3858 * Added the ability to listen on a single IP address instead of all addresses.
3859
3860 ------------------------------------------------------------------------
3861 r3138 | ajc | 2004-06-21 22:21:56 -0400 (Mon, 21 Jun 2004) | 2 lines
3862
3863 * Minor UI tweaks
3864
3865 ------------------------------------------------------------------------
3866 r3137 | ajc | 2004-06-21 11:00:52 -0400 (Mon, 21 Jun 2004) | 2 lines
3867
3868 * minor CSS changes
3869
3870 ------------------------------------------------------------------------
3871 r3136 | ajc | 2004-06-18 23:21:43 -0400 (Fri, 18 Jun 2004) | 2 lines
3872
3873 *** empty log message ***
3874
3875 ------------------------------------------------------------------------
3876 r3135 | ajc | 2004-06-18 23:21:40 -0400 (Fri, 18 Jun 2004) | 2 lines
3877
3878 * THIS IS 5.22
3879
3880 ------------------------------------------------------------------------
3881 r3132 | ajc | 2004-06-18 23:11:07 -0400 (Fri, 18 Jun 2004) | 4 lines
3882
3883 * Instead of a crufty "the topmost Internet email address will be used
3884   for outgoing email" explanation, separated it into "Primary Internet
3885   email address" and "Other email addresses" boxes.
3886
3887 ------------------------------------------------------------------------
3888 r3131 | ajc | 2004-06-18 22:42:13 -0400 (Fri, 18 Jun 2004) | 3 lines
3889
3890 * Removed the "aides access to mailboxes" config option, which is no longer
3891   part of the Citadel system.
3892
3893 ------------------------------------------------------------------------
3894 r3126 | ajc | 2004-06-15 22:07:22 -0400 (Tue, 15 Jun 2004) | 2 lines
3895
3896 * Removed a couple of lines of debugging code leftover from last night
3897
3898 ------------------------------------------------------------------------
3899 r3124 | ajc | 2004-06-15 00:07:25 -0400 (Tue, 15 Jun 2004) | 2 lines
3900
3901 * removed tracing code
3902
3903 ------------------------------------------------------------------------
3904 r3123 | ajc | 2004-06-14 23:06:11 -0400 (Mon, 14 Jun 2004) | 4 lines
3905
3906 * Bumped internal version number to 5.22
3907 * Use new fast headers-only-no-mime fetch mode in Citadel for
3908   message summaries
3909
3910 ------------------------------------------------------------------------
3911 r3121 | ajc | 2004-06-14 22:30:21 -0400 (Mon, 14 Jun 2004) | 2 lines
3912
3913 * Honor "maxmsgs" even when viewing a mailbox in summary mode
3914
3915 ------------------------------------------------------------------------
3916 r3119 | ajc | 2004-06-12 00:26:38 -0400 (Sat, 12 Jun 2004) | 3 lines
3917
3918 * Fixed some garbled output resulting from turning things that look like
3919   links into links.
3920
3921 ------------------------------------------------------------------------
3922 r3118 | ajc | 2004-06-11 12:09:36 -0400 (Fri, 11 Jun 2004) | 4 lines
3923
3924 * Moved the room graphic to the left of the room name in the banner, to
3925   make it more consistent with the rest of the site.
3926 * Reduced the size of the font in the iconbar
3927
3928 ------------------------------------------------------------------------
3929 r3117 | ajc | 2004-06-10 23:15:08 -0400 (Thu, 10 Jun 2004) | 4 lines
3930
3931 * When "Add" is clicked without specifying an upload filename, resume
3932   composition instead of aborting the post.
3933 * Add attachments to messages in forward order, not reverse order
3934
3935 ------------------------------------------------------------------------
3936 r3115 | ajc | 2004-06-09 23:08:48 -0400 (Wed, 09 Jun 2004) | 2 lines
3937
3938 * Improved the appearance of tabs in the room config screen
3939
3940 ------------------------------------------------------------------------
3941 r3114 | ajc | 2004-06-09 22:58:57 -0400 (Wed, 09 Jun 2004) | 2 lines
3942
3943 *** empty log message ***
3944
3945 ------------------------------------------------------------------------
3946 r3113 | ajc | 2004-06-09 22:58:55 -0400 (Wed, 09 Jun 2004) | 3 lines
3947
3948 * Made all the title boxes the same background color.  The old scheme was
3949   cute but not professional looking.
3950
3951 ------------------------------------------------------------------------
3952 r3106 | ajc | 2004-06-06 15:53:29 -0400 (Sun, 06 Jun 2004) | 2 lines
3953
3954 *** empty log message ***
3955
3956 ------------------------------------------------------------------------
3957 r3105 | ajc | 2004-06-06 15:53:27 -0400 (Sun, 06 Jun 2004) | 2 lines
3958
3959 * THIS IS 5.21
3960
3961 ------------------------------------------------------------------------
3962 r3104 | ajc | 2004-06-06 15:32:15 -0400 (Sun, 06 Jun 2004) | 6 lines
3963
3964 * Cleaned up a couple of FIXME's sitting around in the code
3965 * Altered the conditions under which stray http://... strings are
3966   automatically turned into links, to prevent that logic from
3967   transforming IMG tags into gibberish.
3968 * Set internal version number to 5.21
3969
3970 ------------------------------------------------------------------------
3971 r3103 | ajc | 2004-06-03 22:29:08 -0400 (Thu, 03 Jun 2004) | 2 lines
3972
3973 * Fixed bug in "validate new users" screen (thanks Campy)
3974
3975 ------------------------------------------------------------------------
3976 r3102 | ajc | 2004-06-02 23:21:22 -0400 (Wed, 02 Jun 2004) | 2 lines
3977
3978 * "Reply" button now carries the message subject into the reply.
3979
3980 ------------------------------------------------------------------------
3981 r3099 | ajc | 2004-06-01 22:07:54 -0400 (Tue, 01 Jun 2004) | 3 lines
3982
3983 * setup.c: updated the setup script to configure two /etc/inittab entries,
3984   one for http and one for https.
3985
3986 ------------------------------------------------------------------------
3987 r3098 | ajc | 2004-06-01 17:46:47 -0400 (Tue, 01 Jun 2004) | 5 lines
3988
3989 * crypto.c: when an SSL connection errors out (and closes) unexpectedly
3990   during a read or write operation, do not attempt to finish the operation
3991   unencrypted like we do in Citadel.  Here in WebCit land it only causes
3992   the server to segfault.
3993
3994 ------------------------------------------------------------------------
3995 r3097 | ajc | 2004-06-01 15:01:22 -0400 (Tue, 01 Jun 2004) | 3 lines
3996
3997 * netconf.c: widened some of the text entry fields
3998 * webcit.h: bumped up the internal version number to 5.20
3999
4000 ------------------------------------------------------------------------
4001 r3096 | ajc | 2004-06-01 14:44:20 -0400 (Tue, 01 Jun 2004) | 3 lines
4002
4003 * Return to the old command-line usage (-s for https, service is either
4004   http or https but not both)
4005
4006 ------------------------------------------------------------------------
4007 r3095 | ajc | 2004-05-31 23:32:29 -0400 (Mon, 31 May 2004) | 3 lines
4008
4009 * Add "permanent room" setting to room edit screen
4010 * create room -- allow longer strings
4011
4012 ------------------------------------------------------------------------
4013 r3094 | ajc | 2004-05-31 20:36:43 -0400 (Mon, 31 May 2004) | 3 lines
4014
4015 * Hmmph.  Do the session cookie as hex instead of base64.  There really
4016   are some characters in the base64 set that make HTTP do nasty things.
4017
4018 ------------------------------------------------------------------------
4019 r3093 | ajc | 2004-05-31 17:43:27 -0400 (Mon, 31 May 2004) | 4 lines
4020
4021 * Added "|END" to the session cookie before base64-ing it.  This fixes a
4022   problem with certain room names causing the webserver to freak out and
4023   break embedded images and stuff.  I don't know why.
4024
4025 ------------------------------------------------------------------------
4026 r3092 | ajc | 2004-05-31 16:34:11 -0400 (Mon, 31 May 2004) | 3 lines
4027
4028 * Message entry using Kevin Roth's excellent cross-platform richtext
4029   editing script.
4030
4031 ------------------------------------------------------------------------
4032 r3091 | ajc | 2004-05-31 11:54:13 -0400 (Mon, 31 May 2004) | 2 lines
4033
4034 * "text" and "HTML" options for message entry.
4035
4036 ------------------------------------------------------------------------
4037 r3089 | ajc | 2004-05-28 23:31:49 -0400 (Fri, 28 May 2004) | 2 lines
4038
4039 * tighten up the space between icons in the iconbar
4040
4041 ------------------------------------------------------------------------
4042 r3088 | ajc | 2004-05-28 16:24:53 -0400 (Fri, 28 May 2004) | 2 lines
4043
4044 * Cosmetic changes
4045
4046 ------------------------------------------------------------------------
4047 r3084 | ajc | 2004-05-23 23:02:38 -0400 (Sun, 23 May 2004) | 2 lines
4048
4049 * CSS change to make folder names stand out more in the "Folder View"
4050
4051 ------------------------------------------------------------------------
4052 r3067 | ajc | 2004-04-30 00:09:06 -0400 (Fri, 30 Apr 2004) | 2 lines
4053
4054 *** empty log message ***
4055
4056 ------------------------------------------------------------------------
4057 r3066 | ajc | 2004-04-30 00:09:01 -0400 (Fri, 30 Apr 2004) | 2 lines
4058
4059 * THIS IS 5.10
4060
4061 ------------------------------------------------------------------------
4062 r3065 | ajc | 2004-04-30 00:08:48 -0400 (Fri, 30 Apr 2004) | 3 lines
4063
4064 * Changed internal version number to 5.10
4065 * Updated documentation for the new HTTPS service
4066
4067 ------------------------------------------------------------------------
4068 r3062 | ajc | 2004-04-26 23:23:39 -0400 (Mon, 26 Apr 2004) | 2 lines
4069
4070 *** empty log message ***
4071
4072 ------------------------------------------------------------------------
4073 r3061 | ajc | 2004-04-26 23:21:36 -0400 (Mon, 26 Apr 2004) | 2 lines
4074
4075 * Prompt for HTTPS port number during setup.  We may make this optional.
4076
4077 ------------------------------------------------------------------------
4078 r3060 | ajc | 2004-04-26 23:16:31 -0400 (Mon, 26 Apr 2004) | 4 lines
4079
4080 * When running on the same host as Citadel, if no key/cert are found,
4081   symlink to Citadel's if possible.
4082 * One server binary now forks to start both http and https servers.
4083
4084 ------------------------------------------------------------------------
4085 r3056 | ajc | 2004-04-20 23:43:39 -0400 (Tue, 20 Apr 2004) | 3 lines
4086
4087 * Completed remaining SSL fixes.  Works in Moz, aIEeee, Konq; self-signed
4088   certs are also no longer invalid.
4089
4090 ------------------------------------------------------------------------
4091 r3054 | ajc | 2004-04-20 22:25:13 -0400 (Tue, 20 Apr 2004) | 3 lines
4092
4093 * Replaced ctdl_install_certificate() with convenience functions found
4094   in the OpenSSL library.
4095
4096 ------------------------------------------------------------------------
4097 r3053 | ajc | 2004-04-20 22:19:41 -0400 (Tue, 20 Apr 2004) | 4 lines
4098
4099 * Got HTTPS to work with Mozilla (by twiddling stuff that I still don't
4100   understand, but read at http://www.informit.com/articles/article.asp?p=22078
4101   ).  Still doesn't work with Internet Monopolizer, though.
4102
4103 ------------------------------------------------------------------------
4104 r3051 | ajc | 2004-04-19 22:32:44 -0400 (Mon, 19 Apr 2004) | 4 lines
4105
4106 * Allow setup to run seamlessly from within the Citadel/UX Ridiculously
4107   Easy Installer by observing the values of environment variables
4108   CITADEL_INSTALLER, CITADEL, and WEBCIT.
4109
4110 ------------------------------------------------------------------------
4111 r3050 | ajc | 2004-04-19 22:02:50 -0400 (Mon, 19 Apr 2004) | 2 lines
4112
4113 * "make install"
4114
4115 ------------------------------------------------------------------------
4116 r3049 | ajc | 2004-04-15 23:38:37 -0400 (Thu, 15 Apr 2004) | 2 lines
4117
4118 * more fixes
4119
4120 ------------------------------------------------------------------------
4121 r3048 | ajc | 2004-04-15 23:14:06 -0400 (Thu, 15 Apr 2004) | 2 lines
4122
4123 * Minor fix for previous checkin
4124
4125 ------------------------------------------------------------------------
4126 r3047 | ajc | 2004-04-15 22:59:01 -0400 (Thu, 15 Apr 2004) | 3 lines
4127
4128 * Completed SSL support.  Still doesn't work with all browsers... gotta
4129   figure out why
4130
4131 ------------------------------------------------------------------------
4132 r3046 | ajc | 2004-04-14 23:57:00 -0400 (Wed, 14 Apr 2004) | 3 lines
4133
4134 * Brought over the SSL/TLS stuff from Citadel.  I think it's complete but
4135   it has a crashy crashy bug in it.  Don't use it yet.
4136
4137 ------------------------------------------------------------------------
4138 r3038 | ajc | 2004-04-13 15:41:36 -0400 (Tue, 13 Apr 2004) | 3 lines
4139
4140 * GET /freebusy/user.vcf *and* /freebusy/user.vfb now both work.
4141   (freebusy data fetch for anonymous Kolab type clients)
4142
4143 ------------------------------------------------------------------------
4144 r3034 | ajc | 2004-04-10 00:32:59 -0400 (Sat, 10 Apr 2004) | 2 lines
4145
4146 * Fixed some version and copyright date oopses
4147
4148 ------------------------------------------------------------------------
4149 r3033 | ajc | 2004-04-10 00:29:33 -0400 (Sat, 10 Apr 2004) | 2 lines
4150
4151 *** empty log message ***
4152
4153 ------------------------------------------------------------------------
4154 r3032 | ajc | 2004-04-10 00:29:30 -0400 (Sat, 10 Apr 2004) | 2 lines
4155
4156 * THIS IS 5.06
4157
4158 ------------------------------------------------------------------------
4159 r3031 | ajc | 2004-04-10 00:29:21 -0400 (Sat, 10 Apr 2004) | 2 lines
4160
4161 * Changed internal version number to 5.06
4162
4163 ------------------------------------------------------------------------
4164 r3021 | ajc | 2004-03-28 23:30:20 -0500 (Sun, 28 Mar 2004) | 2 lines
4165
4166 * configure.in, Makefile.in: handle $LDFLAGS
4167
4168 ------------------------------------------------------------------------
4169 r2992 | ajc | 2004-03-20 00:03:14 -0500 (Sat, 20 Mar 2004) | 5 lines
4170
4171 * Original startup thread becomes a worker thread after initialization.
4172   Doing otherwise turns it into a zombie (at least on Linux) and possibly
4173   leads to other problems
4174 * Filter out NOOP's received in chat
4175
4176 ------------------------------------------------------------------------
4177 r2991 | ajc | 2004-03-17 23:32:28 -0500 (Wed, 17 Mar 2004) | 2 lines
4178
4179 *** empty log message ***
4180
4181 ------------------------------------------------------------------------
4182 r2990 | ajc | 2004-03-17 23:32:24 -0500 (Wed, 17 Mar 2004) | 4 lines
4183
4184 * Removed the language in README.TXT which told everyone that chat wouldn't
4185   work with a non-local Citadel server, because that's no longer true.
4186 * Removed the old chat applet from the static/ directory
4187
4188 ------------------------------------------------------------------------
4189 r2989 | ajc | 2004-03-17 23:00:47 -0500 (Wed, 17 Mar 2004) | 2 lines
4190
4191 * Rounded web boxes now look correct in all browsers.
4192
4193 ------------------------------------------------------------------------
4194 r2988 | ajc | 2004-03-17 13:25:31 -0500 (Wed, 17 Mar 2004) | 4 lines
4195
4196 * When creating a new user, auto-chain to the "edit user configuration"
4197   screen, and subsequently auto-chain to the "edit address book entry"
4198   screen.  This creates a nice sensible workflow.
4199
4200 ------------------------------------------------------------------------
4201 r2984 | ajc | 2004-03-15 17:47:09 -0500 (Mon, 15 Mar 2004) | 2 lines
4202
4203 * Prettied up the chat window a little more.
4204
4205 ------------------------------------------------------------------------
4206 r2977 | ajc | 2004-03-14 23:27:47 -0500 (Sun, 14 Mar 2004) | 2 lines
4207
4208 *** empty log message ***
4209
4210 ------------------------------------------------------------------------
4211 r2976 | ajc | 2004-03-14 23:27:44 -0500 (Sun, 14 Mar 2004) | 5 lines
4212
4213 * Chat now appears in a separate window
4214 * Use regular frames instead of IFRAMEs for chat
4215 * Display user's own chat text in bold+italic
4216 * Added a "List Users" button
4217
4218 ------------------------------------------------------------------------
4219 r2975 | ajc | 2004-03-14 22:45:01 -0500 (Sun, 14 Mar 2004) | 3 lines
4220
4221 * Open chat in a separate window.
4222 * Use regular frames instead of IFRAMEs.
4223
4224 ------------------------------------------------------------------------
4225 r2965 | error | 2004-03-09 15:46:33 -0500 (Tue, 09 Mar 2004) | 2 lines
4226
4227 * Add a Linux Software Map file
4228
4229 ------------------------------------------------------------------------
4230 r2962 | ajc | 2004-03-07 17:04:32 -0500 (Sun, 07 Mar 2004) | 3 lines
4231
4232 * Fix the current view not being set to the default view for the creator
4233   of a room.
4234
4235 ------------------------------------------------------------------------
4236 r2961 | ajc | 2004-03-07 16:31:17 -0500 (Sun, 07 Mar 2004) | 4 lines
4237
4238 * serv_read() now zeroes out the supplied buffer (with the supplied
4239   length) if a server read fails.  This causes serv_gets() to return
4240   instead of looping endlessly.  Fixes chat problem found on linux-ppc.
4241
4242 ------------------------------------------------------------------------
4243 r2954 | ajc | 2004-03-03 00:36:41 -0500 (Wed, 03 Mar 2004) | 2 lines
4244
4245 * Close chat socket if already open
4246
4247 ------------------------------------------------------------------------
4248 r2953 | ajc | 2004-03-03 00:21:36 -0500 (Wed, 03 Mar 2004) | 5 lines
4249
4250 * Made the chat screen totally kick-ass sweet.  The flickering reload
4251   i-frame is now tiny and hidden, and it *appends* new chat data to
4252   the viewable window using JavaScript.  No flickering + scrollback!
4253 * Added a help button to the chat screen.
4254
4255 ------------------------------------------------------------------------
4256 r2947 | ajc | 2004-02-29 17:52:15 -0500 (Sun, 29 Feb 2004) | 3 lines
4257
4258 * Close and clear (set to -1) server socket handle when socket errors are
4259   detected.  Fixes a chat problem reported by Winzlo.
4260
4261 ------------------------------------------------------------------------
4262 r2946 | ajc | 2004-02-29 01:12:52 -0500 (Sun, 29 Feb 2004) | 2 lines
4263
4264 * can add chat to iconbar
4265
4266 ------------------------------------------------------------------------
4267 r2945 | ajc | 2004-02-29 00:34:25 -0500 (Sun, 29 Feb 2004) | 2 lines
4268
4269 * Display the Chat menu option as "Chat with other users in <roomname>"
4270
4271 ------------------------------------------------------------------------
4272 r2941 | ajc | 2004-02-27 00:04:38 -0500 (Fri, 27 Feb 2004) | 2 lines
4273
4274 * fix frameset bug in page popups
4275
4276 ------------------------------------------------------------------------
4277 r2936 | ajc | 2004-02-25 23:08:58 -0500 (Wed, 25 Feb 2004) | 5 lines
4278
4279 * Fixed a problem that made WebCit go to the "no cookies" screen instead
4280   of the logout banner.
4281 * Ford's latest stupid room has a name with more than 64 characters, and
4282   we still had a 64-byte room name in the march_list struct.  ooooops...
4283
4284 ------------------------------------------------------------------------
4285 r2935 | ajc | 2004-02-25 22:07:26 -0500 (Wed, 25 Feb 2004) | 2 lines
4286
4287 * Put the /favicon.ico --> /static/favicon.ico hack back in.  Why not?
4288
4289 ------------------------------------------------------------------------
4290 r2934 | ajc | 2004-02-25 18:11:49 -0500 (Wed, 25 Feb 2004) | 2 lines
4291
4292 * do_logout
4293
4294 ------------------------------------------------------------------------
4295 r2933 | ajc | 2004-02-25 18:10:28 -0500 (Wed, 25 Feb 2004) | 2 lines
4296
4297 * Allow "/do_logout" as a no-frames page
4298
4299 ------------------------------------------------------------------------
4300 r2932 | ajc | 2004-02-25 18:00:21 -0500 (Wed, 25 Feb 2004) | 3 lines
4301
4302 * Changed the favicon support to LINK tags in the HEAD of static stuff,
4303   to make life easier.  (Thanks to prosthetik for this)
4304
4305 ------------------------------------------------------------------------
4306 r2931 | ajc | 2004-02-25 10:20:11 -0500 (Wed, 25 Feb 2004) | 2 lines
4307
4308 * Support for favicon.ico in the static/ directory
4309
4310 ------------------------------------------------------------------------
4311 r2928 | ajc | 2004-02-23 23:06:42 -0500 (Mon, 23 Feb 2004) | 2 lines
4312
4313 * Changed the colors slightly in chat screen
4314
4315 ------------------------------------------------------------------------
4316 r2918 | ajc | 2004-02-20 01:07:06 -0500 (Fri, 20 Feb 2004) | 2 lines
4317
4318 * Replaced the Java chat with a new system based on IFRAME's and JavaScript
4319
4320 ------------------------------------------------------------------------
4321 r2915 | ajc | 2004-02-18 22:32:53 -0500 (Wed, 18 Feb 2004) | 2 lines
4322
4323 * THIS IS 5.05
4324
4325 ------------------------------------------------------------------------
4326 r2914 | ajc | 2004-02-18 22:32:38 -0500 (Wed, 18 Feb 2004) | 3 lines
4327
4328 * Changed the internal version number to 5.05
4329 * Completed the frames fix
4330
4331 ------------------------------------------------------------------------
4332 r2913 | ajc | 2004-02-18 15:11:07 -0500 (Wed, 18 Feb 2004) | 2 lines
4333
4334 * page_user
4335
4336 ------------------------------------------------------------------------
4337 r2912 | ajc | 2004-02-18 15:08:29 -0500 (Wed, 18 Feb 2004) | 3 lines
4338
4339 * Fixed the frameset force reload logic.  Now it does the whole frameset
4340   without displaying an error in the main frame.
4341
4342 ------------------------------------------------------------------------
4343 r2911 | ajc | 2004-02-18 14:17:51 -0500 (Wed, 18 Feb 2004) | 3 lines
4344
4345 * Force reload of frameset if someone tries to escape it.  Not perfect
4346   but it mostly works at this poing.
4347
4348 ------------------------------------------------------------------------
4349 r2906 | ajc | 2004-02-16 22:37:11 -0500 (Mon, 16 Feb 2004) | 3 lines
4350
4351 * Indicate to Citadel that we want Server Generated Invitations when
4352   calendar events are saved.  (No longer the default in Citadel server.)
4353
4354 ------------------------------------------------------------------------
4355 r2888 | ajc | 2004-02-08 23:49:32 -0500 (Sun, 08 Feb 2004) | 2 lines
4356
4357 * Prepare for a way to avoid falling out of the main frameset
4358
4359 ------------------------------------------------------------------------
4360 r2887 | ajc | 2004-02-08 22:38:14 -0500 (Sun, 08 Feb 2004) | 2 lines
4361
4362 * cvsignore
4363
4364 ------------------------------------------------------------------------
4365 r2886 | ajc | 2004-02-08 22:37:57 -0500 (Sun, 08 Feb 2004) | 6 lines
4366
4367 * Changed the thread pool management algorithm.  Detecting idle time between
4368   socket accepts was not working reliably on all systems, so we now follow
4369   the same algorithm as the Citadel server (spawn more threads when number
4370   of sessions < number of threads, but keep constrained to pre-defined
4371   minimum and maximum thread count)
4372
4373 ------------------------------------------------------------------------
4374 r2874 | ajc | 2004-02-02 22:09:54 -0500 (Mon, 02 Feb 2004) | 2 lines
4375
4376 * THIS IS 5.04
4377
4378 ------------------------------------------------------------------------
4379 r2873 | ajc | 2004-02-02 21:19:35 -0500 (Mon, 02 Feb 2004) | 2 lines
4380
4381 * stuff
4382
4383 ------------------------------------------------------------------------
4384 r2869 | ajc | 2004-01-27 23:31:35 -0500 (Tue, 27 Jan 2004) | 2 lines
4385
4386 * THIS IS 5.03
4387
4388 ------------------------------------------------------------------------
4389 r2868 | ajc | 2004-01-27 23:31:22 -0500 (Tue, 27 Jan 2004) | 2 lines
4390
4391 * update for 5.03
4392
4393 ------------------------------------------------------------------------
4394 r2867 | ajc | 2004-01-27 23:30:48 -0500 (Tue, 27 Jan 2004) | 2 lines
4395
4396 * Create Room can now offer calendar and address book rooms
4397
4398 ------------------------------------------------------------------------
4399 r2860 | ajc | 2004-01-17 16:25:30 -0500 (Sat, 17 Jan 2004) | 3 lines
4400
4401 * Add 'base DN' and 'bind DN' and 'bind DN password' to siteconfig
4402 * Split the config for LDAP Connector into its own panel
4403
4404 ------------------------------------------------------------------------
4405 r2859 | ajc | 2004-01-16 23:32:54 -0500 (Fri, 16 Jan 2004) | 2 lines
4406
4407 * Add site config options for Citadel servers which support LDAP
4408
4409 ------------------------------------------------------------------------
4410 r2770 | ajc | 2003-10-23 22:50:19 -0400 (Thu, 23 Oct 2003) | 3 lines
4411
4412 * Clicking "Enter Message" in a room with an Address Book view opens
4413   a blank vCard entry screen.
4414
4415 ------------------------------------------------------------------------
4416 r2769 | ajc | 2003-10-22 23:16:55 -0400 (Wed, 22 Oct 2003) | 2 lines
4417
4418 * THIS IS 5.02
4419
4420 ------------------------------------------------------------------------
4421 r2768 | ajc | 2003-10-22 23:16:40 -0400 (Wed, 22 Oct 2003) | 2 lines
4422
4423 * 5.02
4424
4425 ------------------------------------------------------------------------
4426 r2767 | ajc | 2003-10-22 23:07:54 -0400 (Wed, 22 Oct 2003) | 4 lines
4427
4428 * event.c: Found and removed another unquoted multi-line string literal
4429 * webcit.h: changed an #ifdef HAVE_ICAL_H
4430   to #ifdef WEBCIT_WITH_CALENDAR_SERVICE to avoid false positives
4431
4432 ------------------------------------------------------------------------
4433 r2766 | ajc | 2003-10-21 21:42:12 -0400 (Tue, 21 Oct 2003) | 2 lines
4434
4435 * iconbar.c: removed a stray character or two...
4436
4437 ------------------------------------------------------------------------
4438 r2765 | ajc | 2003-10-21 00:26:41 -0400 (Tue, 21 Oct 2003) | 2 lines
4439
4440 * THIS IS 5.01
4441
4442 ------------------------------------------------------------------------
4443 r2764 | ajc | 2003-10-21 00:26:27 -0400 (Tue, 21 Oct 2003) | 2 lines
4444
4445 * bumped the version string to 5.01
4446
4447 ------------------------------------------------------------------------
4448 r2762 | ajc | 2003-10-16 23:08:28 -0400 (Thu, 16 Oct 2003) | 2 lines
4449
4450 * Finished prettying up the vCard display
4451
4452 ------------------------------------------------------------------------
4453 r2760 | ajc | 2003-10-16 22:31:45 -0400 (Thu, 16 Oct 2003) | 4 lines
4454
4455 * Multi-line string literals are deprecated in GCC 3.1 unless each line
4456   is wrapped in quotes.  Performed this fix so it'll compile.
4457 * setup.c: removed references to unused variable tempfile[]
4458
4459 ------------------------------------------------------------------------
4460 r2756 | ajc | 2003-10-08 23:17:02 -0400 (Wed, 08 Oct 2003) | 2 lines
4461
4462 * Started prettying up the vCard display.
4463
4464 ------------------------------------------------------------------------
4465 r2755 | ajc | 2003-10-07 22:33:49 -0400 (Tue, 07 Oct 2003) | 2 lines
4466
4467 * Begin work on better handling of vCard display
4468
4469 ------------------------------------------------------------------------
4470 r2744 | ajc | 2003-09-03 23:41:27 -0400 (Wed, 03 Sep 2003) | 2 lines
4471
4472 * siteconfig.c: changed some config items to drop-down boxes
4473
4474 ------------------------------------------------------------------------
4475 r2737 | ajc | 2003-08-27 00:26:54 -0400 (Wed, 27 Aug 2003) | 3 lines
4476
4477 * Split the site configuration screen up into four different screens,
4478   and added a meta-menu
4479
4480 ------------------------------------------------------------------------
4481 r2735 | ajc | 2003-08-23 23:31:50 -0400 (Sat, 23 Aug 2003) | 3 lines
4482
4483 * Finished the setup program
4484 * Bumped the internal version number to 5.01
4485
4486 ------------------------------------------------------------------------
4487 r2734 | ajc | 2003-08-21 20:47:27 -0400 (Thu, 21 Aug 2003) | 2 lines
4488
4489 * setup is now working, but it still needs a way to detect a running WebCit
4490
4491 ------------------------------------------------------------------------
4492 r2733 | ajc | 2003-08-21 20:25:40 -0400 (Thu, 21 Aug 2003) | 2 lines
4493
4494 * Added a skeleton "setup" program to the tree.  It does not work yet.
4495
4496 ------------------------------------------------------------------------
4497 r2730 | ajc | 2003-08-19 23:48:55 -0400 (Tue, 19 Aug 2003) | 3 lines
4498
4499 * Added iconbar shortcut to Contacts room
4500 * Minimum required Citadel is now 6.11
4501
4502 ------------------------------------------------------------------------
4503 r2728 | ajc | 2003-08-19 23:07:25 -0400 (Tue, 19 Aug 2003) | 5 lines
4504
4505 * Address book "single card" view now suppresses "reading nn message" and
4506   instead shows the letter indices across the top
4507 * Clicking on an address in a vCard now connects to WebCit mail instead
4508   of a browser mailto: link
4509
4510 ------------------------------------------------------------------------
4511 r2727 | ajc | 2003-08-19 00:18:44 -0400 (Tue, 19 Aug 2003) | 3 lines
4512
4513 * Changed things around in the address book view.  Made it sorted and
4514   more clickable and better looking...
4515
4516 ------------------------------------------------------------------------
4517 r2718 | error | 2003-08-12 14:54:03 -0400 (Tue, 12 Aug 2003) | 2 lines
4518
4519 * messages.c: fix off-by-one-error in selector bar
4520
4521 ------------------------------------------------------------------------
4522 r2716 | ajc | 2003-08-07 23:03:22 -0400 (Thu, 07 Aug 2003) | 2 lines
4523
4524 * minor comma
4525
4526 ------------------------------------------------------------------------
4527 r2715 | ajc | 2003-08-07 18:18:05 -0400 (Thu, 07 Aug 2003) | 2 lines
4528
4529 * Add the Summary Page to the customizable iconbar
4530
4531 ------------------------------------------------------------------------
4532 r2714 | ajc | 2003-08-06 23:51:54 -0400 (Wed, 06 Aug 2003) | 2 lines
4533
4534 * Customizable icon bar as: pictures and text, pictures, text
4535
4536 ------------------------------------------------------------------------
4537 r2713 | ajc | 2003-08-04 23:52:17 -0400 (Mon, 04 Aug 2003) | 3 lines
4538
4539 * First working version of the customizable iconbar.  It contains a basic
4540   set of options and now automatically refreshes when it's customized.
4541
4542 ------------------------------------------------------------------------
4543 r2711 | ajc | 2003-08-03 23:50:33 -0400 (Sun, 03 Aug 2003) | 4 lines
4544
4545 * First cut at the customizable iconbar is done.  A bunch of generic options
4546   are there.  Still need to get the actual iconbar to refresh when changes
4547   are made.
4548
4549 ------------------------------------------------------------------------
4550 r2710 | ajc | 2003-08-03 17:02:04 -0400 (Sun, 03 Aug 2003) | 2 lines
4551
4552 * More work on customizable iconbar
4553
4554 ------------------------------------------------------------------------
4555 r2708 | ajc | 2003-08-02 01:25:48 -0400 (Sat, 02 Aug 2003) | 2 lines
4556
4557 * Laid the groundwork for a customizable iconbar
4558
4559 ------------------------------------------------------------------------
4560 r2706 | ajc | 2003-07-29 23:57:49 -0400 (Tue, 29 Jul 2003) | 2 lines
4561
4562 * Add config.c_purge_hour to config screen
4563
4564 ------------------------------------------------------------------------
4565 r2679 | ajc | 2003-07-06 18:07:00 -0400 (Sun, 06 Jul 2003) | 8 lines
4566
4567 * When converting "anything that looks like a URL" to a real link, first
4568   make sure that it isn't already inside a link.  This fixes most of the
4569   long, ugly URL strings sent by eBay.
4570 * Automatically dismantle mailto: links in HTML messages, and convert
4571   them to WebCit mail links (clicking on it sends the user to the Mail
4572   room and begins composing a new message with the recipient and subject
4573   fields pre-populated).
4574
4575 ------------------------------------------------------------------------
4576 r2678 | ajc | 2003-06-29 16:51:22 -0400 (Sun, 29 Jun 2003) | 3 lines
4577
4578 * Worked around a rendering bug in Satan's Browser that was causing it
4579   to draw the calendar month view much wider than the actual screen wdith
4580
4581 ------------------------------------------------------------------------
4582 r2671 | error | 2003-06-28 00:09:37 -0400 (Sat, 28 Jun 2003) | 3 lines
4583
4584 * roomops.c: Backout change to display one less box in the first column in
4585   roomlist view, it doesn't seem to work for everyone
4586
4587 ------------------------------------------------------------------------
4588 r2670 | error | 2003-06-27 23:52:51 -0400 (Fri, 27 Jun 2003) | 2 lines
4589
4590 * Don't tell browsers not to cache static documents
4591
4592 ------------------------------------------------------------------------
4593 r2669 | error | 2003-06-27 23:35:24 -0400 (Fri, 27 Jun 2003) | 2 lines
4594
4595 * roomops.c: Display one less floor in the first column in romlist view
4596
4597 ------------------------------------------------------------------------
4598 r2667 | ajc | 2003-06-25 23:37:59 -0400 (Wed, 25 Jun 2003) | 4 lines
4599
4600 * Allow anonymous HTTP requests for /freebusy/user%20name.vcf (or .vfb)
4601   This will allow some groupware clients to browse the free/busy times of
4602   other users on the system.
4603
4604 ------------------------------------------------------------------------
4605 r2662 | ajc | 2003-06-21 01:17:24 -0400 (Sat, 21 Jun 2003) | 6 lines
4606
4607 * Better alignment of system messages
4608 * Exterminated display_error() and replaced it with WC->ImportantMessage
4609   which is displayed in a bubble on top of whatever page you're on next.
4610 * Small cosmetic changes
4611 * Fixed some nesting problems in output_headers()
4612
4613 ------------------------------------------------------------------------
4614 r2661 | ajc | 2003-06-19 23:39:27 -0400 (Thu, 19 Jun 2003) | 2 lines
4615
4616 * Optimization to floor layout in box view
4617
4618 ------------------------------------------------------------------------
4619 r2660 | ajc | 2003-06-19 23:04:26 -0400 (Thu, 19 Jun 2003) | 2 lines
4620
4621 * "Reply" button on messages now handles IGnet recipients correctly
4622
4623 ------------------------------------------------------------------------
4624 r2654 | ajc | 2003-06-10 00:23:12 -0400 (Tue, 10 Jun 2003) | 2 lines
4625
4626 * THIS IS 5.00
4627
4628 ------------------------------------------------------------------------
4629 r2653 | ajc | 2003-06-10 00:22:58 -0400 (Tue, 10 Jun 2003) | 2 lines
4630
4631 * Updated docs and headers for 5.00 release
4632
4633 ------------------------------------------------------------------------
4634 r2649 | ajc | 2003-06-10 00:05:23 -0400 (Tue, 10 Jun 2003) | 3 lines
4635
4636 * De-tabled the left side icon bar and reduced one of the graphics, so
4637   that all of the rounded corners show up in Satan's Browser.
4638
4639 ------------------------------------------------------------------------
4640 r2648 | ajc | 2003-06-09 23:47:41 -0400 (Mon, 09 Jun 2003) | 2 lines
4641
4642 * style.css: added font selection to default <BODY> tag
4643
4644 ------------------------------------------------------------------------
4645 r2647 | ajc | 2003-06-05 23:44:21 -0400 (Thu, 05 Jun 2003) | 2 lines
4646
4647 *** empty log message ***
4648
4649 ------------------------------------------------------------------------
4650 r2646 | ajc | 2003-06-05 23:30:42 -0400 (Thu, 05 Jun 2003) | 2 lines
4651
4652 *** empty log message ***
4653
4654 ------------------------------------------------------------------------
4655 r2645 | ajc | 2003-06-05 23:26:03 -0400 (Thu, 05 Jun 2003) | 6 lines
4656
4657 * Satan's Browser insists on putting bloody acres of whitespace to the
4658   right of any bulleted list items, making any multi-column table containing
4659   a list take more than the entire screen.  Removed all such lists so it
4660   looks ok.  If you are reading this and you are a Microsoft employee, please
4661   commit suicide before you break anything else.
4662
4663 ------------------------------------------------------------------------
4664 r2644 | ajc | 2003-06-05 22:22:07 -0400 (Thu, 05 Jun 2003) | 7 lines
4665
4666 * Changed the upper left and upper right bounded box corners to a solid
4667   blue (#204B78) instead of gradiated, because it was looking funny in
4668   256-color mode.  It also looked funny in Internet Explorer, but people
4669   who use Internet Explorer are contributing to terrorism and really don't
4670   deserve Web access in the first place.  So I really just fixed this to make
4671   it look good in 256-color Netscape.
4672
4673 ------------------------------------------------------------------------
4674 r2643 | ajc | 2003-06-05 17:37:37 -0400 (Thu, 05 Jun 2003) | 3 lines
4675
4676 * Cosmetic changes.  Attempting to fix b0rken rendering of main menu
4677   in b0rken IE browser.  Die, Bill, Die.
4678
4679 ------------------------------------------------------------------------
4680 r2642 | ajc | 2003-06-04 23:52:32 -0400 (Wed, 04 Jun 2003) | 2 lines
4681
4682 * Buncha cosmetic changes
4683
4684 ------------------------------------------------------------------------
4685 r2638 | ajc | 2003-06-03 23:41:27 -0400 (Tue, 03 Jun 2003) | 3 lines
4686
4687 * Change the appearance of rooms with and without new messages in the
4688   room list -- now defined using CSS
4689
4690 ------------------------------------------------------------------------
4691 r2637 | ajc | 2003-06-02 23:57:46 -0400 (Mon, 02 Jun 2003) | 3 lines
4692
4693 * Tightened up the room banner a bit.  Smaller padding, smaller font,
4694   smaller images.
4695
4696 ------------------------------------------------------------------------
4697 r2634 | ajc | 2003-05-31 17:36:45 -0400 (Sat, 31 May 2003) | 2 lines
4698
4699 * Cosmetic changes
4700
4701 ------------------------------------------------------------------------
4702 r2632 | ajc | 2003-05-26 17:05:42 -0400 (Mon, 26 May 2003) | 3 lines
4703
4704 * availability.c: brought over ical_ctdl_is_overlap() from Citadel.  Used
4705   it to complete the free/busy checking for attendee availability.
4706
4707 ------------------------------------------------------------------------
4708 r2630 | ajc | 2003-05-26 01:44:45 -0400 (Mon, 26 May 2003) | 2 lines
4709
4710 * event.c: fix compiler warning
4711
4712 ------------------------------------------------------------------------
4713 r2629 | ajc | 2003-05-26 01:39:46 -0400 (Mon, 26 May 2003) | 3 lines
4714
4715 * webcit.h: change minimum required Citadel server to 6.07 due to FREEBUSY
4716   bug fixed in Citadel.
4717
4718 ------------------------------------------------------------------------
4719 r2626 | ajc | 2003-05-26 01:28:13 -0400 (Mon, 26 May 2003) | 3 lines
4720
4721 * serv_func.c: added utility function read_server_text()
4722 * availability.c: banged out more of this code -- still not complete
4723
4724 ------------------------------------------------------------------------
4725 r2625 | ajc | 2003-05-25 23:28:02 -0400 (Sun, 25 May 2003) | 3 lines
4726
4727 * Getting closer to doing the availability check.  Created new source
4728   module 'availability.c' for this purpose.  Stub function is in place.
4729
4730 ------------------------------------------------------------------------
4731 r2624 | ajc | 2003-05-25 00:25:20 -0400 (Sun, 25 May 2003) | 7 lines
4732
4733 * siteconfig.c: fixed a spelling error
4734 * event.c: add a "Check attendee availability" button, and the code to
4735   bypass saving the event to the server, do something with it, and then
4736   feed the twiddled data structure back to the form display function for
4737   further editing.  What's still missing is the code to do the actual
4738   availability check.
4739
4740 ------------------------------------------------------------------------
4741 r2623 | ajc | 2003-05-24 22:43:25 -0400 (Sat, 24 May 2003) | 2 lines
4742
4743 * cosmetics
4744
4745 ------------------------------------------------------------------------
4746 r2622 | ajc | 2003-05-24 18:22:37 -0400 (Sat, 24 May 2003) | 2 lines
4747
4748 * Small stylesheet hack to make it work with b0rken IE
4749
4750 ------------------------------------------------------------------------
4751 r2621 | ajc | 2003-05-24 18:13:10 -0400 (Sat, 24 May 2003) | 2 lines
4752
4753 * Changed the login banner a bit
4754
4755 ------------------------------------------------------------------------
4756 r2618 | ajc | 2003-05-19 23:25:41 -0400 (Mon, 19 May 2003) | 2 lines
4757
4758 * Separate event invitees with newlines instead of commas.
4759
4760 ------------------------------------------------------------------------
4761 r2616 | ajc | 2003-05-19 15:55:31 -0400 (Mon, 19 May 2003) | 2 lines
4762
4763 *** empty log message ***
4764
4765 ------------------------------------------------------------------------
4766 r2615 | ajc | 2003-05-19 15:55:09 -0400 (Mon, 19 May 2003) | 3 lines
4767
4768 * summary.c: eliminate compiler warnings about unused variables when
4769   compiling a WebCit service without calendar support
4770
4771 ------------------------------------------------------------------------
4772 r2614 | ajc | 2003-05-17 22:05:38 -0400 (Sat, 17 May 2003) | 2 lines
4773
4774 * More conversion of screens to the new look-and-feel.
4775
4776 ------------------------------------------------------------------------
4777 r2610 | ajc | 2003-05-16 00:11:32 -0400 (Fri, 16 May 2003) | 5 lines
4778
4779 * We don't need no steenking workaround.  Problem fixed.  MIME parser not
4780   broken.  Web server was calling it with bad parameters.  All fixed now.
4781 * Slightly tweaked the look of the tabs in the room edit screen.  Still looks
4782   like crap.
4783
4784 ------------------------------------------------------------------------
4785 r2608 | ajc | 2003-05-15 00:52:26 -0400 (Thu, 15 May 2003) | 2 lines
4786
4787 * Minor workaround in web forms to handle mime parser problem in uploads
4788
4789 ------------------------------------------------------------------------
4790 r2607 | ajc | 2003-05-14 23:36:02 -0400 (Wed, 14 May 2003) | 2 lines
4791
4792 * look and feel overhaul -- almost done!
4793
4794 ------------------------------------------------------------------------
4795 r2605 | ajc | 2003-05-13 23:49:30 -0400 (Tue, 13 May 2003) | 2 lines
4796
4797 * go gadget go
4798
4799 ------------------------------------------------------------------------
4800 r2604 | ajc | 2003-05-13 23:46:35 -0400 (Tue, 13 May 2003) | 2 lines
4801
4802 * More background cleanup
4803
4804 ------------------------------------------------------------------------
4805 r2603 | ajc | 2003-05-13 00:38:26 -0400 (Tue, 13 May 2003) | 2 lines
4806
4807 * beginbox_nt (no titlebar)
4808
4809 ------------------------------------------------------------------------
4810 r2602 | ajc | 2003-05-13 00:37:36 -0400 (Tue, 13 May 2003) | 2 lines
4811
4812 * Begin migration to the new "rounded boxes" look
4813
4814 ------------------------------------------------------------------------
4815 r2601 | ajc | 2003-05-12 23:59:40 -0400 (Mon, 12 May 2003) | 2 lines
4816
4817 * add corners
4818
4819 ------------------------------------------------------------------------
4820 r2598 | ajc | 2003-05-05 13:19:46 -0400 (Mon, 05 May 2003) | 3 lines
4821
4822 * Cleanups to summary page when running on a non ical enabled system
4823 * Use non breaking spaces in summary page box titles
4824
4825 ------------------------------------------------------------------------
4826 r2597 | ajc | 2003-05-05 13:05:27 -0400 (Mon, 05 May 2003) | 2 lines
4827
4828 * Non breaking spaces in summary page box titles
4829
4830 ------------------------------------------------------------------------
4831 r2596 | ajc | 2003-05-05 13:01:03 -0400 (Mon, 05 May 2003) | 2 lines
4832
4833 * Stretch the corners a bit
4834
4835 ------------------------------------------------------------------------
4836 r2595 | ajc | 2003-05-04 00:22:41 -0400 (Sun, 04 May 2003) | 3 lines
4837
4838 * Display body of messages on a white background.  I am doing this in order
4839   to prepare for making the general background of the screen a darker color.
4840
4841 ------------------------------------------------------------------------
4842 r2594 | ajc | 2003-05-03 22:54:56 -0400 (Sat, 03 May 2003) | 2 lines
4843
4844 * Summary page now uses our cutesy new rounded window boxes
4845
4846 ------------------------------------------------------------------------
4847 r2593 | ajc | 2003-05-03 22:40:53 -0400 (Sat, 03 May 2003) | 2 lines
4848
4849 * oops, here are the files
4850
4851 ------------------------------------------------------------------------
4852 r2592 | ajc | 2003-05-03 17:28:43 -0400 (Sat, 03 May 2003) | 2 lines
4853
4854 * Added in a slick new box style and put the room lists in it
4855
4856 ------------------------------------------------------------------------
4857 r2591 | ajc | 2003-05-03 12:57:04 -0400 (Sat, 03 May 2003) | 3 lines
4858
4859 * In the 'folders' and 'portal' views, change the folder delimiter
4860   from / to \ to avoid conflict with room names that have slashes
4861
4862 ------------------------------------------------------------------------
4863 r2589 | ajc | 2003-05-03 12:23:30 -0400 (Sat, 03 May 2003) | 2 lines
4864
4865 * Enforce three columns in portal view of room list
4866
4867 ------------------------------------------------------------------------
4868 r2588 | ajc | 2003-05-03 00:52:32 -0400 (Sat, 03 May 2003) | 2 lines
4869
4870 * Added an experimental new "portal view" to the room list options
4871
4872 ------------------------------------------------------------------------
4873 r2586 | ajc | 2003-05-01 23:23:41 -0400 (Thu, 01 May 2003) | 2 lines
4874
4875 * Minor change to room list algorithm
4876
4877 ------------------------------------------------------------------------
4878 r2585 | ajc | 2003-05-01 11:33:05 -0400 (Thu, 01 May 2003) | 2 lines
4879
4880 * Fixed a potential memory leak in enumeration of MIME parts
4881
4882 ------------------------------------------------------------------------
4883 r2584 | ajc | 2003-04-30 23:11:35 -0400 (Wed, 30 Apr 2003) | 3 lines
4884
4885 * When static content is requested, fetch it without trying to connect
4886   to Citadel first.
4887
4888 ------------------------------------------------------------------------
4889 r2581 | ajc | 2003-04-30 01:00:00 -0400 (Wed, 30 Apr 2003) | 3 lines
4890
4891 * Added the ability to compose messages with file attachments uploaded from
4892   the browser
4893
4894 ------------------------------------------------------------------------
4895 r2576 | ajc | 2003-04-27 00:46:02 -0400 (Sun, 27 Apr 2003) | 5 lines
4896
4897 * Replace LKRN/LKRO in "folders view" room list with a single LKRA that
4898   observes the flag designating the presence of new messages.  (The "rooms
4899   view" uses an LKRN/LKRO pair *per floor* and has the same inefficiency,
4900   but that view may get axed soon.)
4901
4902 ------------------------------------------------------------------------
4903 r2575 | ajc | 2003-04-26 17:57:53 -0400 (Sat, 26 Apr 2003) | 3 lines
4904
4905 * tcp_sockets.c: when an outgoing socket connection fails, close the socket
4906   before returning an error code to avoid a file descriptor leak
4907
4908 ------------------------------------------------------------------------
4909 r2567 | ajc | 2003-04-19 17:42:36 -0400 (Sat, 19 Apr 2003) | 4 lines
4910
4911 * Repaired all my b0rken COLOR tags
4912 * Replaced most FONT tags with SPAN tags
4913 * Added new styles
4914
4915 ------------------------------------------------------------------------
4916 r2566 | ajc | 2003-04-19 15:58:10 -0400 (Sat, 19 Apr 2003) | 2 lines
4917
4918 * Lots of great changes from Nick to make the site CSS-enabled.
4919
4920 ------------------------------------------------------------------------
4921 r2564 | ajc | 2003-04-14 00:04:40 -0400 (Mon, 14 Apr 2003) | 2 lines
4922
4923 * First cut of CSS-izing WebCit.  Probably b0rken.
4924
4925 ------------------------------------------------------------------------
4926 r2563 | ajc | 2003-04-13 23:28:42 -0400 (Sun, 13 Apr 2003) | 2 lines
4927
4928 * Added color picker (still more work left to get it working)
4929
4930 ------------------------------------------------------------------------
4931 r2562 | ajc | 2003-04-09 00:02:32 -0400 (Wed, 09 Apr 2003) | 6 lines
4932
4933 * Remove the defaulthost/defaultport vs. c_host/c_port stuff -- we haven't
4934   supported the idea of one WebCit connecting to multiple Citadels for a
4935   long time.  Now it's just one set of variables, called ctdlhost/ctdlport.
4936 * When connecting to Citadel through a Unix domain socket, don't try to make
4937   the Java chat applet available.
4938
4939 ------------------------------------------------------------------------
4940 r2556 | ajc | 2003-03-30 22:32:19 -0500 (Sun, 30 Mar 2003) | 3 lines
4941
4942 * messages.c: check for 000 terminator while parsing RFC822 headers to
4943   prevent getting hung up while displaying certain badly formatted messages.
4944
4945 ------------------------------------------------------------------------
4946 r2554 | ajc | 2003-03-30 01:13:19 -0500 (Sun, 30 Mar 2003) | 5 lines
4947
4948 * When reading from the server, do not treat CR as end-of-line because
4949   there's probably an LF coming after it.  Instead, keep reading to the LF
4950   and then strip both.
4951 * No not underline links in the icon bars
4952
4953 ------------------------------------------------------------------------
4954 r2543 | ajc | 2003-03-16 23:17:41 -0500 (Sun, 16 Mar 2003) | 9 lines
4955
4956 * Call to accept() was being made with an uninitialized variable for the
4957   third argument.  Changed the second and third argument to NULL and 0 because
4958   we don't really need accept() to fill up a buffer full of information that
4959   we'll never use.  (Thanks to SteveV for reporting the bug and helping to
4960   troubleshoot it.)
4961 * Removed the mutex wrapper around select() because we don't need it.  All
4962   idle worker threads now block on select() and one of them will wake up when
4963   a connection arrives.
4964
4965 ------------------------------------------------------------------------
4966 r2537 | ajc | 2003-03-15 15:55:03 -0500 (Sat, 15 Mar 2003) | 3 lines
4967
4968 * When a requested image is not available on the Citadel server, send a
4969   1x1 transparent GIF instead of 404 error.
4970
4971 ------------------------------------------------------------------------
4972 r2535 | ajc | 2003-03-13 23:21:57 -0500 (Thu, 13 Mar 2003) | 3 lines
4973
4974 * clone events to be encapsulated before saving, because the original
4975   instance may already have a parent, and that makes crashy crashy
4976
4977 ------------------------------------------------------------------------
4978 r2534 | ajc | 2003-03-13 23:09:30 -0500 (Thu, 13 Mar 2003) | 2 lines
4979
4980 * test
4981
4982 ------------------------------------------------------------------------
4983 r2533 | ajc | 2003-03-13 00:57:17 -0500 (Thu, 13 Mar 2003) | 2 lines
4984
4985 * More encapsulation.  Warning: there are bugs in this!!
4986
4987 ------------------------------------------------------------------------
4988 r2531 | ajc | 2003-03-13 00:20:23 -0500 (Thu, 13 Mar 2003) | 5 lines
4989
4990 * Various changes to the calendar service to handle messages containing
4991   fully encapsulated VCALENDAR components instead of only unencapsulated
4992   VEVENT subcomponents.  We have to move in this direction for compatibility
4993   with other products.
4994
4995 ------------------------------------------------------------------------
4996 r2522 | ajc | 2003-03-01 17:07:19 -0500 (Sat, 01 Mar 2003) | 6 lines
4997
4998 * New user registration, as well as existing user re-registration, now
4999   uses the vCard editing screen.
5000 * Administratively editing users' address book entries now works again,
5001   mainly due to a fix in the Citadel server.  Now requiring Citadel 6.06
5002   in order to enforce this.
5003
5004 ------------------------------------------------------------------------
5005 r2514 | ajc | 2003-02-18 22:49:36 -0500 (Tue, 18 Feb 2003) | 2 lines
5006
5007 * THIS IS 4.10
5008
5009 ------------------------------------------------------------------------
5010 r2513 | ajc | 2003-02-18 22:49:17 -0500 (Tue, 18 Feb 2003) | 2 lines
5011
5012 * latest config.guess and config.sub from www.gnu.org
5013
5014 ------------------------------------------------------------------------
5015 r2496 | ajc | 2003-02-06 23:44:17 -0500 (Thu, 06 Feb 2003) | 4 lines
5016
5017 * Replaced sleep() with a function that sleeps using select() in order to
5018   avoid potential issues with SIGALRM.  Possible fix for weird behavior
5019   when running on a Macintosh.
5020
5021 ------------------------------------------------------------------------
5022 r2494 | ajc | 2003-01-29 17:32:07 -0500 (Wed, 29 Jan 2003) | 2 lines
5023
5024 * Shuffled some code and comments around; minor cleanup
5025
5026 ------------------------------------------------------------------------
5027 r2492 | ajc | 2003-01-28 10:37:12 -0500 (Tue, 28 Jan 2003) | 5 lines
5028
5029 * All functions which read binary data from the server now make use of the
5030   read_server_binary() function in tools.c
5031 * Binary reads from server now have safety code to prevent infinite loops
5032 * All output of MIME objects is now done with http_transmit_thing()
5033
5034 ------------------------------------------------------------------------
5035 r2483 | ajc | 2003-01-19 01:28:04 -0500 (Sun, 19 Jan 2003) | 2 lines
5036
5037 * Minimum required Citadel version 6.05
5038
5039 ------------------------------------------------------------------------
5040 r2473 | ajc | 2003-01-15 23:41:26 -0500 (Wed, 15 Jan 2003) | 4 lines
5041
5042 * When displaying edit controls for time of day in the calendar, only show
5043   minutes that are multiples of 5 ... unless the existing value is not a
5044   multiple of 5, in which case we show that too.
5045
5046 ------------------------------------------------------------------------
5047 r2470 | ajc | 2003-01-15 12:34:04 -0500 (Wed, 15 Jan 2003) | 3 lines
5048
5049 * event.c: fixed a misspelling
5050 * config.guess, config.sub: updated using latest from ftp.gnu.org
5051
5052 ------------------------------------------------------------------------
5053 r2466 | ajc | 2003-01-13 23:21:27 -0500 (Mon, 13 Jan 2003) | 2 lines
5054
5055 * Only offer views which make sense for the default view of a room
5056
5057 ------------------------------------------------------------------------
5058 r2463 | ajc | 2003-01-12 22:34:33 -0500 (Sun, 12 Jan 2003) | 2 lines
5059
5060 * Get ready for the 6.10 release
5061
5062 ------------------------------------------------------------------------
5063 r2461 | ajc | 2003-01-12 18:22:53 -0500 (Sun, 12 Jan 2003) | 2 lines
5064
5065 * configure.in: check for libical v0.24 or newer
5066
5067 ------------------------------------------------------------------------
5068 r2457 | ajc | 2003-01-06 23:56:17 -0500 (Mon, 06 Jan 2003) | 3 lines
5069
5070 * Complete the free/busy transparency handling in the form
5071 * Default times for new events are now in the correct timezone
5072
5073 ------------------------------------------------------------------------
5074 r2456 | ajc | 2003-01-06 13:01:35 -0500 (Mon, 06 Jan 2003) | 3 lines
5075
5076 * Begin handling of TRANSP property to show event times as free or
5077   busy (not finished).
5078
5079 ------------------------------------------------------------------------
5080 r2454 | ajc | 2003-01-05 16:02:14 -0500 (Sun, 05 Jan 2003) | 2 lines
5081
5082 * Summary page: three columns are now all the same width
5083
5084 ------------------------------------------------------------------------
5085 r2453 | ajc | 2003-01-05 15:56:05 -0500 (Sun, 05 Jan 2003) | 2 lines
5086
5087 * minor fix for previous checkin
5088
5089 ------------------------------------------------------------------------
5090 r2452 | ajc | 2003-01-05 15:51:01 -0500 (Sun, 05 Jan 2003) | 2 lines
5091
5092 * Display PARTSTAT for attendees
5093
5094 ------------------------------------------------------------------------
5095 r2450 | ajc | 2003-01-05 00:01:00 -0500 (Sun, 05 Jan 2003) | 2 lines
5096
5097 * Add "today's calendar events" to the summary page.
5098
5099 ------------------------------------------------------------------------
5100 r2449 | ajc | 2003-01-04 23:27:28 -0500 (Sat, 04 Jan 2003) | 2 lines
5101
5102 * Add "Tasks" to the summary page
5103
5104 ------------------------------------------------------------------------
5105 r2446 | ajc | 2002-12-28 00:44:09 -0500 (Sat, 28 Dec 2002) | 2 lines
5106
5107 * ical_dezonify.c: brought over new version from the Citadel source (again)
5108
5109 ------------------------------------------------------------------------
5110 r2444 | ajc | 2002-12-28 00:12:45 -0500 (Sat, 28 Dec 2002) | 2 lines
5111
5112 * ical_dezonify.c: brought over new version from the Citadel source.
5113
5114 ------------------------------------------------------------------------
5115 r2441 | ajc | 2002-12-25 23:04:48 -0500 (Wed, 25 Dec 2002) | 3 lines
5116
5117 * Perform CHEK command when automatically establishing sessions, not just
5118   when one is explicitly created.  Some stuff is missing otherwise.
5119
5120 ------------------------------------------------------------------------
5121 r2440 | ajc | 2002-12-25 18:18:06 -0500 (Wed, 25 Dec 2002) | 3 lines
5122
5123 * Be more strategic about when to call ical_dezonify()
5124   (This may be the last set of fixes.  I hope so.)
5125
5126 ------------------------------------------------------------------------
5127 r2437 | ajc | 2002-12-25 16:39:38 -0500 (Wed, 25 Dec 2002) | 4 lines
5128
5129 * ical_dezonify.c: added.
5130 * calendar.c: convert incoming ical messages to UTC
5131   (the usual routines will then convert them to local time for display)
5132
5133 ------------------------------------------------------------------------
5134 r2436 | ajc | 2002-12-25 02:06:00 -0500 (Wed, 25 Dec 2002) | 2 lines
5135
5136 * Tweaked the code to work with libical 0.24
5137
5138 ------------------------------------------------------------------------
5139 r2433 | ajc | 2002-12-19 23:50:01 -0500 (Thu, 19 Dec 2002) | 2 lines
5140
5141 * When saving a calendar event, increment the SEQUENCE property.
5142
5143 ------------------------------------------------------------------------
5144 r2431 | ajc | 2002-12-18 00:03:39 -0500 (Wed, 18 Dec 2002) | 5 lines
5145
5146 * In the calendar code, changed all "struct tm *" to "struct tm" and changed
5147   all "tm = localtime(foo)" to "memcpy(&tm, localtime(foo), sizeof(struct tm))"
5148   Because the libc-allocated buffer was getting clobbered.
5149 * This fixes the problem fleeb reported with Feb 1 events making it go nuts.
5150
5151 ------------------------------------------------------------------------
5152 r2429 | ajc | 2002-12-17 00:01:39 -0500 (Tue, 17 Dec 2002) | 3 lines
5153
5154 * Prettied up the calendar day view layout
5155 * Hour/minute editing fields now use am/pm hours and 2-digit minutes
5156
5157 ------------------------------------------------------------------------
5158 r2428 | ajc | 2002-12-15 23:43:30 -0500 (Sun, 15 Dec 2002) | 4 lines
5159
5160 * Correctly handle local time zone when figuring out which day and time to
5161   display events on calendar month/day views.  This also seems to have
5162   fixed the bug that was causing events to sometimes get lost when saved.
5163
5164 ------------------------------------------------------------------------
5165 r2425 | ajc | 2002-12-15 00:50:59 -0500 (Sun, 15 Dec 2002) | 3 lines
5166
5167 * Form editing of date/time fields now assumes that the icaltimetype being
5168   manipulated is in UTC.  It converts to/from local time for editing.
5169
5170 ------------------------------------------------------------------------
5171 r2422 | ajc | 2002-12-10 18:25:47 -0500 (Tue, 10 Dec 2002) | 2 lines
5172
5173 * Display attendees in message view of calendar objects
5174
5175 ------------------------------------------------------------------------
5176 r2418 | ajc | 2002-12-07 17:12:59 -0500 (Sat, 07 Dec 2002) | 3 lines
5177
5178 * Handle incoming RSVP's for meetings.  (Note: this will not actually work
5179   until I implement the Citadel server function which it calls.)
5180
5181 ------------------------------------------------------------------------
5182 r2408 | ajc | 2002-11-30 16:34:51 -0500 (Sat, 30 Nov 2002) | 2 lines
5183
5184 * Submit organizer in a hidden field, in case the server needs it
5185
5186 ------------------------------------------------------------------------
5187 r2406 | ajc | 2002-11-29 23:46:46 -0500 (Fri, 29 Nov 2002) | 3 lines
5188
5189 * First cut at adding/removing attendees to an event
5190   (Actual invitations should be sent by the Citadel server)
5191
5192 ------------------------------------------------------------------------
5193 r2405 | ajc | 2002-11-29 18:56:19 -0500 (Fri, 29 Nov 2002) | 4 lines
5194
5195 * Completed "me as organizer" -- the user's own e-mail address is inserted
5196   as the organizer of new events.  Detect when the user is the organizer and
5197   enable/disable the attendees box accordingly.
5198
5199 ------------------------------------------------------------------------
5200 r2404 | ajc | 2002-11-29 11:38:37 -0500 (Fri, 29 Nov 2002) | 2 lines
5201
5202 * Started some "me as organizer" stuff.  (BROKEN BUILD ... I'll fix soon.)
5203
5204 ------------------------------------------------------------------------
5205 r2401 | ajc | 2002-11-28 01:03:24 -0500 (Thu, 28 Nov 2002) | 4 lines
5206
5207 * Issue an ISME command when editing an event, to determine whether the user
5208   viewing the event is the organizer.  (Will use this later to allow/disallow
5209   sending out invitations.)
5210
5211 ------------------------------------------------------------------------
5212 r2400 | ajc | 2002-11-28 01:02:36 -0500 (Thu, 28 Nov 2002) | 2 lines
5213
5214 *** empty log message ***
5215
5216 ------------------------------------------------------------------------
5217 r2397 | ajc | 2002-11-26 00:01:04 -0500 (Tue, 26 Nov 2002) | 2 lines
5218
5219 * Began handling attendee fields
5220
5221 ------------------------------------------------------------------------
5222 r2392 | ajc | 2002-11-16 18:40:11 -0500 (Sat, 16 Nov 2002) | 2 lines
5223
5224 * Calendar view
5225
5226 ------------------------------------------------------------------------
5227 r2391 | ajc | 2002-11-16 18:15:02 -0500 (Sat, 16 Nov 2002) | 4 lines
5228
5229 * Make the "all day event" shadebox smaller (month view) - no border.
5230 * Fixed bug that caused any events following an all day event to also appear
5231   with the shadebox.
5232
5233 ------------------------------------------------------------------------
5234 r2390 | ajc | 2002-11-16 00:40:54 -0500 (Sat, 16 Nov 2002) | 4 lines
5235
5236 * When adding new events to the calendar, default to the month [and day]
5237   currently being viewed.
5238 * Hotlink each hour of the day view to an add-new-event for that day/hour.
5239
5240 ------------------------------------------------------------------------
5241 r2388 | ajc | 2002-11-15 00:05:48 -0500 (Fri, 15 Nov 2002) | 2 lines
5242
5243 * Put in back/forward (yesterday/tomorrow) links in calendar day view
5244
5245 ------------------------------------------------------------------------
5246 r2387 | ajc | 2002-11-14 23:23:26 -0500 (Thu, 14 Nov 2002) | 2 lines
5247
5248 * Cosmetic changes to comments
5249
5250 ------------------------------------------------------------------------
5251 r2386 | ajc | 2002-11-14 23:11:46 -0500 (Thu, 14 Nov 2002) | 5 lines
5252
5253 * Added even more nifty JavaScript to cause the hour/minute and end date
5254   fields of a calendar event form to render as disabled when the "all day
5255   event" box is checked -- not just when the user checks the box, but also
5256   when the box begins its life already checked.
5257
5258 ------------------------------------------------------------------------
5259 r2385 | ajc | 2002-11-13 23:59:40 -0500 (Wed, 13 Nov 2002) | 2 lines
5260
5261 * Correctly serialize and save all day events using date instead of date/time
5262
5263 ------------------------------------------------------------------------
5264 r2383 | ajc | 2002-11-12 23:49:23 -0500 (Tue, 12 Nov 2002) | 4 lines
5265
5266 * "All day event" shows as a single checkbox, instead of one for the start
5267   time and one for the end time.  Added nifty JavaScript to zero and shade
5268   the hour/minute and all end time fields when all-day-event is checked.
5269
5270 ------------------------------------------------------------------------
5271 r2382 | ajc | 2002-11-12 00:57:27 -0500 (Tue, 12 Nov 2002) | 5 lines
5272
5273 * Display a nicer looking screen when replying to calendar invitations
5274 * When displaying day view, don't show all day events twice
5275 * Day or month view: denote all day events by displaying them inside
5276   a grey box.
5277
5278 ------------------------------------------------------------------------
5279 r2381 | ajc | 2002-11-11 23:48:18 -0500 (Mon, 11 Nov 2002) | 2 lines
5280
5281 * Polish up the meeting reply code.
5282
5283 ------------------------------------------------------------------------
5284 r2379 | ajc | 2002-11-11 22:26:39 -0500 (Mon, 11 Nov 2002) | 3 lines
5285
5286 * Tell the user about broken Citadel server connections instead of
5287   simply printing "Goodbye"
5288
5289 ------------------------------------------------------------------------
5290 r2359 | ajc | 2002-10-23 00:11:38 -0400 (Wed, 23 Oct 2002) | 3 lines
5291
5292 * Detect when a meeting invitation is actually an update for an existing UID
5293   and tell the user so.
5294
5295 ------------------------------------------------------------------------
5296 r2357 | ajc | 2002-10-23 00:02:23 -0400 (Wed, 23 Oct 2002) | 2 lines
5297
5298 * comments
5299
5300 ------------------------------------------------------------------------
5301 r2353 | ajc | 2002-10-21 16:16:38 -0400 (Mon, 21 Oct 2002) | 2 lines
5302
5303 * Display conflicts nicely
5304
5305 ------------------------------------------------------------------------
5306 r2351 | ajc | 2002-10-21 14:29:14 -0400 (Mon, 21 Oct 2002) | 2 lines
5307
5308 * Ask server to hunt for conflicts when displaying a meeting invitation
5309
5310 ------------------------------------------------------------------------
5311 r2345 | ajc | 2002-10-19 17:28:32 -0400 (Sat, 19 Oct 2002) | 2 lines
5312
5313 * Moved the calendar meeting request reply functionality to the Citadel server
5314
5315 ------------------------------------------------------------------------
5316 r2344 | ajc | 2002-10-19 13:10:14 -0400 (Sat, 19 Oct 2002) | 3 lines
5317
5318 * Add "Tentative" accept button
5319 * Only display Accept/Tentative/Decline button when method=REQUEST
5320
5321 ------------------------------------------------------------------------
5322 r2343 | ajc | 2002-10-19 11:57:26 -0400 (Sat, 19 Oct 2002) | 2 lines
5323
5324 * Tentative button
5325
5326 ------------------------------------------------------------------------
5327 r2340 | ajc | 2002-10-19 00:16:37 -0400 (Sat, 19 Oct 2002) | 2 lines
5328
5329 * Save an incoming meeting request into the user's calendar.
5330
5331 ------------------------------------------------------------------------
5332 r2339 | ajc | 2002-10-18 16:55:05 -0400 (Fri, 18 Oct 2002) | 2 lines
5333
5334 * Began work on meeting request accept/decline
5335
5336 ------------------------------------------------------------------------
5337 r2333 | ajc | 2002-10-16 15:16:39 -0400 (Wed, 16 Oct 2002) | 2 lines
5338
5339 * Fixes and updates to build WebCit on Linux for IBM S/390
5340
5341 ------------------------------------------------------------------------
5342 r2323 | ajc | 2002-10-09 00:12:44 -0400 (Wed, 09 Oct 2002) | 4 lines
5343
5344 * Templatized trailing HTML
5345 * Templatized "new start page" page
5346 * Added global substitution macros
5347
5348 ------------------------------------------------------------------------
5349 r2322 | ajc | 2002-10-08 23:51:01 -0400 (Tue, 08 Oct 2002) | 2 lines
5350
5351 * Templatized the <HEAD> section of HTML
5352
5353 ------------------------------------------------------------------------
5354 r2320 | ajc | 2002-10-07 19:03:38 -0400 (Mon, 07 Oct 2002) | 2 lines
5355
5356 * messages.c: don't display room name field when it's blank
5357
5358 ------------------------------------------------------------------------
5359 r2317 | ajc | 2002-10-07 00:10:38 -0400 (Mon, 07 Oct 2002) | 4 lines
5360
5361 * When displaying meeting invitations, only show date/time for VEVENT
5362   subcomponents.  Date/time for other subcomponents are irrelevant.
5363 * Cleaned up HTML display of meeting invitations.
5364
5365 ------------------------------------------------------------------------
5366 r2313 | ajc | 2002-10-02 23:40:31 -0400 (Wed, 02 Oct 2002) | 2 lines
5367
5368 * Worked on meeting accept/decline a little bit
5369
5370 ------------------------------------------------------------------------
5371 r2306 | ajc | 2002-09-29 23:58:35 -0400 (Sun, 29 Sep 2002) | 2 lines
5372
5373 * Dabbled in handling incoming meeting requests
5374
5375 ------------------------------------------------------------------------
5376 r2305 | ajc | 2002-09-29 17:36:47 -0400 (Sun, 29 Sep 2002) | 2 lines
5377
5378 * ugly icon (won't be ugly with background)
5379
5380 ------------------------------------------------------------------------
5381 r2304 | ajc | 2002-09-29 17:25:45 -0400 (Sun, 29 Sep 2002) | 2 lines
5382
5383 * minor cleanup
5384
5385 ------------------------------------------------------------------------
5386 r2303 | ajc | 2002-09-29 16:15:43 -0400 (Sun, 29 Sep 2002) | 2 lines
5387
5388 * Completed the calendar day view
5389
5390 ------------------------------------------------------------------------
5391 r2300 | ajc | 2002-09-28 00:01:30 -0400 (Sat, 28 Sep 2002) | 2 lines
5392
5393 * started fleshing out the calendar day view
5394
5395 ------------------------------------------------------------------------
5396 r2299 | ajc | 2002-09-27 17:19:28 -0400 (Fri, 27 Sep 2002) | 2 lines
5397
5398 * Add new event
5399
5400 ------------------------------------------------------------------------
5401 r2298 | ajc | 2002-09-27 14:31:33 -0400 (Fri, 27 Sep 2002) | 3 lines
5402
5403 * Properly handle VEVENT saves (fixed nasty loopy loopy bug)
5404 * After saving a VEVENT, return to the correct calendar view and date
5405
5406 ------------------------------------------------------------------------
5407 r2297 | ajc | 2002-09-27 13:15:44 -0400 (Fri, 27 Sep 2002) | 2 lines
5408
5409 * Removed the gzip compression stuff due to bugs in Internet Explorer.
5410
5411 ------------------------------------------------------------------------
5412 r2295 | ajc | 2002-09-27 00:37:21 -0400 (Fri, 27 Sep 2002) | 2 lines
5413
5414 * New, buggy versions of event editing screens
5415
5416 ------------------------------------------------------------------------
5417 r2294 | ajc | 2002-09-26 18:00:16 -0400 (Thu, 26 Sep 2002) | 3 lines
5418
5419 * Fixed buggy month-selection algorithm (January is month 0 in 'struct tm' but
5420   month 1 in libical functions)
5421
5422 ------------------------------------------------------------------------
5423 r2293 | ajc | 2002-09-25 17:57:13 -0400 (Wed, 25 Sep 2002) | 3 lines
5424
5425 * Keep track of msgnums in the two-pass calendar loop, so we can hotlink to
5426   individual items
5427
5428 ------------------------------------------------------------------------
5429 r2292 | ajc | 2002-09-25 17:48:16 -0400 (Wed, 25 Sep 2002) | 2 lines
5430
5431 *** empty log message ***
5432
5433 ------------------------------------------------------------------------
5434 r2291 | ajc | 2002-09-24 00:12:35 -0400 (Tue, 24 Sep 2002) | 3 lines
5435
5436 * Rough cut of the two-pass calendar display routines (first pass: go thru
5437   messages gathering VEVENT items; second pass: render calendar with data)
5438
5439 ------------------------------------------------------------------------
5440 r2290 | ajc | 2002-09-23 00:01:33 -0400 (Mon, 23 Sep 2002) | 2 lines
5441
5442 * Presentation changes to calendar month view
5443
5444 ------------------------------------------------------------------------
5445 r2289 | ajc | 2002-09-22 01:20:27 -0400 (Sun, 22 Sep 2002) | 2 lines
5446
5447 * Began implementing month view
5448
5449 ------------------------------------------------------------------------
5450 r2288 | ajc | 2002-09-21 23:50:54 -0400 (Sat, 21 Sep 2002) | 4 lines
5451
5452 * calendar_view.c: added.  (This module will contain month/week/day views)
5453 * Move "add new task" to below "DONE" label.  This causes it to appear even
5454   when there are no existing tasks (messages) in the room.
5455
5456 ------------------------------------------------------------------------
5457 r2285 | ajc | 2002-09-21 00:38:05 -0400 (Sat, 21 Sep 2002) | 4 lines
5458
5459 * Added utility functions for displaying vcalendar timestamps in web forms
5460   and translating form data back to timestamps.
5461 * Completed the "edit task" and "add new task" screens.
5462
5463 ------------------------------------------------------------------------
5464 r2284 | ajc | 2002-09-20 17:48:52 -0400 (Fri, 20 Sep 2002) | 2 lines
5465
5466 * Broken save-to-disk
5467
5468 ------------------------------------------------------------------------
5469 r2283 | ajc | 2002-09-20 16:53:59 -0400 (Fri, 20 Sep 2002) | 2 lines
5470
5471 * save/delete/cancel
5472
5473 ------------------------------------------------------------------------
5474 r2282 | ajc | 2002-09-20 16:28:08 -0400 (Fri, 20 Sep 2002) | 2 lines
5475
5476 * Smooth transition between "list tasks" & "edit task" screens
5477
5478 ------------------------------------------------------------------------
5479 r2281 | ajc | 2002-09-19 23:54:44 -0400 (Thu, 19 Sep 2002) | 3 lines
5480
5481 * Display the "Tasks" view as a bulleted list with each task clickable
5482 * Clicking brings up an (unfinished) "edit task" screen
5483
5484 ------------------------------------------------------------------------
5485 r2280 | ajc | 2002-09-18 17:44:02 -0400 (Wed, 18 Sep 2002) | 2 lines
5486
5487 * display VTODO parameters
5488
5489 ------------------------------------------------------------------------
5490 r2279 | ajc | 2002-09-17 00:21:00 -0400 (Tue, 17 Sep 2002) | 2 lines
5491
5492 * Handler chains for VCALENDAR and VTODO types
5493
5494 ------------------------------------------------------------------------
5495 r2278 | ajc | 2002-09-16 23:37:10 -0400 (Mon, 16 Sep 2002) | 2 lines
5496
5497 * Implemented a 'display handler' infrastructure for various groupware types
5498
5499 ------------------------------------------------------------------------
5500 r2274 | ajc | 2002-09-15 23:35:12 -0400 (Sun, 15 Sep 2002) | 3 lines
5501
5502 * Just a bunch of glue code to iterate through the various types of ical
5503   objects we could encounter
5504
5505 ------------------------------------------------------------------------
5506 r2273 | ajc | 2002-09-15 00:05:41 -0400 (Sun, 15 Sep 2002) | 2 lines
5507
5508 * Process calendar object subcomponents
5509
5510 ------------------------------------------------------------------------
5511 r2272 | ajc | 2002-09-14 23:40:13 -0400 (Sat, 14 Sep 2002) | 6 lines
5512
5513 * calendar.c: added
5514 * When a text/calendar MIME type is discovered in a message, send it to
5515   the (currently skeleton) parser in calendar.c
5516 * calendar.c: skeleton parser for calendar objects which currently just
5517   creates an icalcomponent object and frees it.
5518
5519 ------------------------------------------------------------------------
5520 r2270 | ajc | 2002-09-14 23:16:24 -0400 (Sat, 14 Sep 2002) | 3 lines
5521
5522 * Changed decode_base64() to CtdlDecodeBase64() to avoid conflict with
5523   function namespace in libical
5524
5525 ------------------------------------------------------------------------
5526 r2269 | ajc | 2002-09-14 22:50:55 -0400 (Sat, 14 Sep 2002) | 2 lines
5527
5528 * Duh.  I don't need to twiddle CFLAGS when autoconf provides -DHAVE_ZLIB_H
5529
5530 ------------------------------------------------------------------------
5531 r2268 | ajc | 2002-09-14 17:33:31 -0400 (Sat, 14 Sep 2002) | 2 lines
5532
5533 * Backed out compression of inlines -- not all browsers appear to handle it
5534
5535 ------------------------------------------------------------------------
5536 r2267 | ajc | 2002-09-14 16:20:29 -0400 (Sat, 14 Sep 2002) | 3 lines
5537
5538 * Attempting to push more stuff through compression.  I've introduced some
5539   sort of deadlock bug that I can't seem to find yet...
5540
5541 ------------------------------------------------------------------------
5542 r2266 | ajc | 2002-09-14 16:00:23 -0400 (Sat, 14 Sep 2002) | 2 lines
5543
5544 * Compress output_image() graphics
5545
5546 ------------------------------------------------------------------------
5547 r2265 | ajc | 2002-09-14 12:26:35 -0400 (Sat, 14 Sep 2002) | 3 lines
5548
5549 * output_image() now reads the entire image from Citadel into a buffer before
5550   sending it to the browser (for performance reasons, and so it can compress)
5551
5552 ------------------------------------------------------------------------
5553 r2264 | ajc | 2002-09-14 00:52:59 -0400 (Sat, 14 Sep 2002) | 2 lines
5554
5555 * Look for the "libical" calendaring library and link it in if present...
5556
5557 ------------------------------------------------------------------------
5558 r2263 | ajc | 2002-09-14 00:02:36 -0400 (Sat, 14 Sep 2002) | 2 lines
5559
5560 * Finished gzip compression of dynamic pages (when browser supports it)
5561
5562 ------------------------------------------------------------------------
5563 r2262 | ajc | 2002-09-13 16:40:53 -0400 (Fri, 13 Sep 2002) | 3 lines
5564
5565 * Detect when the client browser is capable of gzip encoding
5566   (actual encoding is not implemented yet)
5567
5568 ------------------------------------------------------------------------
5569 r2261 | ajc | 2002-09-13 11:54:40 -0400 (Fri, 13 Sep 2002) | 2 lines
5570
5571 * Reversed the above change because I broke it somehow
5572
5573 ------------------------------------------------------------------------
5574 r2259 | ajc | 2002-09-11 18:47:00 -0400 (Wed, 11 Sep 2002) | 2 lines
5575
5576 * Started adding in compression and calendaring library detects (not finished)
5577
5578 ------------------------------------------------------------------------
5579 r2256 | ajc | 2002-09-08 23:56:14 -0400 (Sun, 08 Sep 2002) | 2 lines
5580
5581 * This is version 4.00
5582
5583 ------------------------------------------------------------------------
5584 r2255 | ajc | 2002-09-08 23:51:01 -0400 (Sun, 08 Sep 2002) | 4 lines
5585
5586 * In the HTML-to-HTML converter:
5587   --> Open links in new window (as with text msgs)
5588   --> Convert loose URL's to hot links (as with text msgs)
5589
5590 ------------------------------------------------------------------------
5591 r2247 | ajc | 2002-09-05 23:59:11 -0400 (Thu, 05 Sep 2002) | 3 lines
5592
5593 * Added an "About this server" panel to the Summary page.
5594   (Useless fluff, but better than an empty column.)
5595
5596 ------------------------------------------------------------------------
5597 r2234 | ajc | 2002-08-25 22:57:06 -0400 (Sun, 25 Aug 2002) | 2 lines
5598
5599 * Rooms listed on the summary page are now clickable-gotoable
5600
5601 ------------------------------------------------------------------------
5602 r2232 | ajc | 2002-08-25 21:24:09 -0400 (Sun, 25 Aug 2002) | 2 lines
5603
5604 * Added a "summary" page (rather sparse for now)
5605
5606 ------------------------------------------------------------------------
5607 r2230 | ajc | 2002-08-24 11:30:48 -0400 (Sat, 24 Aug 2002) | 2 lines
5608
5609 * GET instead of POST for listsub.  Also add a 'Back...' link.
5610
5611 ------------------------------------------------------------------------
5612 r2229 | ajc | 2002-08-24 01:59:24 -0400 (Sat, 24 Aug 2002) | 2 lines
5613
5614 * Bugfixes and cosmetic changes to listsub system
5615
5616 ------------------------------------------------------------------------
5617 r2227 | ajc | 2002-08-22 23:37:19 -0400 (Thu, 22 Aug 2002) | 2 lines
5618
5619 * Finished all of the subscribe/unsubscribe/confirm stuff!  (I think)
5620
5621 ------------------------------------------------------------------------
5622 r2221 | ajc | 2002-08-21 23:55:47 -0400 (Wed, 21 Aug 2002) | 2 lines
5623
5624 * 'unsubscribe' command (but not 'confirm unsubscribe')
5625
5626 ------------------------------------------------------------------------
5627 r2218 | ajc | 2002-08-21 17:58:37 -0400 (Wed, 21 Aug 2002) | 3 lines
5628
5629 * Completed self-service list subscription via web.
5630   (Still need to implement unsubscribe.)
5631
5632 ------------------------------------------------------------------------
5633 r2217 | ajc | 2002-08-16 18:06:51 -0400 (Fri, 16 Aug 2002) | 2 lines
5634
5635 * self-service
5636
5637 ------------------------------------------------------------------------
5638 r2214 | ajc | 2002-08-15 23:51:12 -0400 (Thu, 15 Aug 2002) | 2 lines
5639
5640 * I think I've finally nailed the 'no session' pages now...
5641
5642 ------------------------------------------------------------------------
5643 r2213 | ajc | 2002-08-14 23:49:47 -0400 (Wed, 14 Aug 2002) | 2 lines
5644
5645 * Fleshed out the list subscription page a bit
5646
5647 ------------------------------------------------------------------------
5648 r2210 | ajc | 2002-08-14 16:00:32 -0400 (Wed, 14 Aug 2002) | 2 lines
5649
5650 * form stuff
5651
5652 ------------------------------------------------------------------------
5653 r2209 | ajc | 2002-08-13 22:57:21 -0400 (Tue, 13 Aug 2002) | 2 lines
5654
5655 * List subscription (not finished)
5656
5657 ------------------------------------------------------------------------
5658 r2207 | ajc | 2002-08-13 15:55:12 -0400 (Tue, 13 Aug 2002) | 3 lines
5659
5660 * Keep track of the HTTP "Host:" header being sent by the browser.
5661   (We're going to need this in the near future)
5662
5663 ------------------------------------------------------------------------
5664 r2194 | ajc | 2002-08-05 12:07:31 -0400 (Mon, 05 Aug 2002) | 2 lines
5665
5666 * Moved "edit floor label pic" to the floor editing screen
5667
5668 ------------------------------------------------------------------------
5669 r2193 | ajc | 2002-08-05 11:53:00 -0400 (Mon, 05 Aug 2002) | 2 lines
5670
5671 * Commands to add, change, delete floors
5672
5673 ------------------------------------------------------------------------
5674 r2185 | ajc | 2002-07-25 23:20:04 -0400 (Thu, 25 Jul 2002) | 2 lines
5675
5676 * Beautified the folder tabs in "edit room"
5677
5678 ------------------------------------------------------------------------
5679 r2184 | ajc | 2002-07-25 00:01:58 -0400 (Thu, 25 Jul 2002) | 2 lines
5680
5681 * Final cleanup of changes (finally located and fixed the bug)
5682
5683 ------------------------------------------------------------------------
5684 r2183 | ajc | 2002-07-24 00:14:24 -0400 (Wed, 24 Jul 2002) | 2 lines
5685
5686 * Minor code cleanup of last night's changes
5687
5688 ------------------------------------------------------------------------
5689 r2182 | ajc | 2002-07-23 11:40:54 -0400 (Tue, 23 Jul 2002) | 2 lines
5690
5691 * Minor cleanup of previous changes
5692
5693 ------------------------------------------------------------------------
5694 r2181 | ajc | 2002-07-23 00:43:59 -0400 (Tue, 23 Jul 2002) | 3 lines
5695
5696 * Updated message reading to use the new MSG4 command, so we can do output
5697   of various types of richtext (mainly HTML).
5698
5699 ------------------------------------------------------------------------
5700 r2171 | ajc | 2002-07-15 23:37:24 -0400 (Mon, 15 Jul 2002) | 2 lines
5701
5702 * Small change to above
5703
5704 ------------------------------------------------------------------------
5705 r2170 | ajc | 2002-07-15 23:23:37 -0400 (Mon, 15 Jul 2002) | 2 lines
5706
5707 * Display HTML messages as HTML.  (Wow!)
5708
5709 ------------------------------------------------------------------------
5710 r2169 | ajc | 2002-07-13 00:39:59 -0400 (Sat, 13 Jul 2002) | 3 lines
5711
5712 * Handle multipart/alternative in a nicer way, giving us the opportunity to
5713   output HTML instead of converting to text/plain and back.  (Not finished.)
5714
5715 ------------------------------------------------------------------------
5716 r2165 | ajc | 2002-07-10 23:17:03 -0400 (Wed, 10 Jul 2002) | 2 lines
5717
5718 * hacks to text_to_server() to transmit messages as HTML
5719
5720 ------------------------------------------------------------------------
5721 r2164 | ajc | 2002-07-09 00:21:14 -0400 (Tue, 09 Jul 2002) | 2 lines
5722
5723 * 'idle' icon
5724
5725 ------------------------------------------------------------------------
5726 r2163 | ajc | 2002-07-05 23:10:26 -0400 (Fri, 05 Jul 2002) | 3 lines
5727
5728 * Enable a "make this my start page" link that works in lots of places.
5729   Configures a user's preference of where to go after login.
5730
5731 ------------------------------------------------------------------------
5732 r2148 | ajc | 2002-06-19 18:01:31 -0400 (Wed, 19 Jun 2002) | 5 lines
5733
5734 * When editing another user's vCard, do a "transient goto" to their config
5735   room so you don't automatically gain access to their config room.
5736 * When creating a user, go back to the "select user to edit" screen with the
5737   new user's account name pre-selected.
5738
5739 ------------------------------------------------------------------------
5740 r2144 | ajc | 2002-06-16 23:48:44 -0400 (Sun, 16 Jun 2002) | 2 lines
5741
5742 * Finished the thing to edit other users' vCards.
5743
5744 ------------------------------------------------------------------------
5745 r2142 | ajc | 2002-06-16 17:49:02 -0400 (Sun, 16 Jun 2002) | 3 lines
5746
5747 * Administratively edit other users' vCards.  Still needs a couple of lines
5748   of glue code to make it work.
5749
5750 ------------------------------------------------------------------------
5751 r2140 | ajc | 2002-06-15 18:15:03 -0400 (Sat, 15 Jun 2002) | 2 lines
5752
5753 * stuff
5754
5755 ------------------------------------------------------------------------
5756 r2137 | ajc | 2002-06-15 16:34:39 -0400 (Sat, 15 Jun 2002) | 3 lines
5757
5758 * Use safestrncpy() instead of strncpy() where appropriate
5759 * Fixed a memory allocation bug in the vCard parser
5760
5761 ------------------------------------------------------------------------
5762 r2118 | ajc | 2002-05-22 23:40:05 -0400 (Wed, 22 May 2002) | 2 lines
5763
5764 * Brought over a utility function I'll need later
5765
5766 ------------------------------------------------------------------------
5767 r2115 | ajc | 2002-05-21 22:34:57 -0400 (Tue, 21 May 2002) | 2 lines
5768
5769 * Finished room/folder view selector.  Pretty cool.
5770
5771 ------------------------------------------------------------------------
5772 r2114 | ajc | 2002-05-21 21:53:23 -0400 (Tue, 21 May 2002) | 2 lines
5773
5774 * Room list or folder list?  Give the user a choice.  (Has bugs.)
5775
5776 ------------------------------------------------------------------------
5777 r2100 | error | 2002-05-12 11:21:44 -0400 (Sun, 12 May 2002) | 3 lines
5778
5779 * do_template() now parses a .wml file for WAP clients, and a .html file
5780   for everybody else
5781
5782 ------------------------------------------------------------------------
5783 r2099 | error | 2002-05-11 18:46:19 -0400 (Sat, 11 May 2002) | 2 lines
5784
5785 * Track whether user-agent is a WAP gateway
5786
5787 ------------------------------------------------------------------------
5788 r2098 | error | 2002-05-11 11:35:07 -0400 (Sat, 11 May 2002) | 2 lines
5789
5790 * webcit.c: add MIME types for WAP/WML
5791
5792 ------------------------------------------------------------------------
5793 r2097 | ajc | 2002-05-10 11:29:58 -0400 (Fri, 10 May 2002) | 2 lines
5794
5795 * Hacked the address book view a little bit
5796
5797 ------------------------------------------------------------------------
5798 r2096 | ajc | 2002-05-08 23:53:56 -0400 (Wed, 08 May 2002) | 2 lines
5799
5800 * Began working on address book view
5801
5802 ------------------------------------------------------------------------
5803 r2095 | ajc | 2002-05-07 23:38:58 -0400 (Tue, 07 May 2002) | 2 lines
5804
5805 * Preferences framework
5806
5807 ------------------------------------------------------------------------
5808 r2094 | ajc | 2002-05-06 23:57:30 -0400 (Mon, 06 May 2002) | 2 lines
5809
5810 * In message summary, replace 'Del' links with checkboxes
5811
5812 ------------------------------------------------------------------------
5813 r2092 | ajc | 2002-05-04 23:28:16 -0400 (Sat, 04 May 2002) | 2 lines
5814
5815 * Shuffled around the room banner a bit
5816
5817 ------------------------------------------------------------------------
5818 r2089 | ajc | 2002-05-03 15:32:40 -0400 (Fri, 03 May 2002) | 2 lines
5819
5820 * Finished "folder list" mode (still need to move it to a permanent location)
5821
5822 ------------------------------------------------------------------------
5823 r2088 | ajc | 2002-05-02 23:55:17 -0400 (Thu, 02 May 2002) | 2 lines
5824
5825 * more folder display stuff
5826
5827 ------------------------------------------------------------------------
5828 r2087 | ajc | 2002-05-01 18:03:07 -0400 (Wed, 01 May 2002) | 2 lines
5829
5830 * "folder list" view (not finished)
5831
5832 ------------------------------------------------------------------------
5833 r2086 | ajc | 2002-04-30 23:23:32 -0400 (Tue, 30 Apr 2002) | 2 lines
5834
5835 * Added a drop-down box to change a user's view of a room.
5836
5837 ------------------------------------------------------------------------
5838 r2084 | ajc | 2002-04-27 23:56:47 -0400 (Sat, 27 Apr 2002) | 2 lines
5839
5840 * Finished summary mode (for the most part, anyway)
5841
5842 ------------------------------------------------------------------------
5843 r2083 | ajc | 2002-04-26 17:13:21 -0400 (Fri, 26 Apr 2002) | 3 lines
5844
5845 * Separated "summary mode" message listing into its own function
5846 * Go to summary mode automatically when the server says that view=1
5847
5848 ------------------------------------------------------------------------
5849 r2082 | ajc | 2002-04-26 16:11:00 -0400 (Fri, 26 Apr 2002) | 2 lines
5850
5851 * view
5852
5853 ------------------------------------------------------------------------
5854 r2078 | ajc | 2002-04-20 00:14:29 -0400 (Sat, 20 Apr 2002) | 2 lines
5855
5856 * Some work on email summary screen
5857
5858 ------------------------------------------------------------------------
5859 r2059 | ajc | 2002-03-31 00:02:39 -0500 (Sun, 31 Mar 2002) | 3 lines
5860
5861 * Remove "Page another user" link from main menu
5862 * Add "edit my citadel config room" type link from edit user screen
5863
5864 ------------------------------------------------------------------------
5865 r2058 | ajc | 2002-03-29 17:30:45 -0500 (Fri, 29 Mar 2002) | 2 lines
5866
5867 * Finished the "edit user" screen.
5868
5869 ------------------------------------------------------------------------
5870 r2057 | ajc | 2002-03-29 10:18:10 -0500 (Fri, 29 Mar 2002) | 2 lines
5871
5872 * yep ... more user edit stuff
5873
5874 ------------------------------------------------------------------------
5875 r2055 | ajc | 2002-03-26 23:22:44 -0500 (Tue, 26 Mar 2002) | 2 lines
5876
5877 * more useredit
5878
5879 ------------------------------------------------------------------------
5880 r2054 | ajc | 2002-03-26 14:01:12 -0500 (Tue, 26 Mar 2002) | 2 lines
5881
5882 * More edit user stuff
5883
5884 ------------------------------------------------------------------------
5885 r2053 | ajc | 2002-03-26 13:23:24 -0500 (Tue, 26 Mar 2002) | 3 lines
5886
5887 * Don't display room banner on screens that don't pertain to a particular room
5888 * Initial prep for add/change/delete user accounts screen
5889
5890 ------------------------------------------------------------------------
5891 r2044 | ajc | 2002-03-21 23:33:08 -0500 (Thu, 21 Mar 2002) | 2 lines
5892
5893 * "vcard edit" button for _other_ users' My Citadel Config rooms as well
5894
5895 ------------------------------------------------------------------------
5896 r2042 | ajc | 2002-03-18 23:35:11 -0500 (Mon, 18 Mar 2002) | 2 lines
5897
5898 * Brought over yet another new version of the MIME parser from Citadel
5899
5900 ------------------------------------------------------------------------
5901 r2031 | ajc | 2002-03-12 22:56:52 -0500 (Tue, 12 Mar 2002) | 2 lines
5902
5903 * New site config option "Allow system Aides to gain access to mailboxes"
5904
5905 ------------------------------------------------------------------------
5906 r2027 | ajc | 2002-03-12 18:14:00 -0500 (Tue, 12 Mar 2002) | 3 lines
5907
5908 * Moved room access controls out of the admin menu and into the room commands
5909   menu.  Prettied up the access control list screen.
5910
5911 ------------------------------------------------------------------------
5912 r2006 | ajc | 2002-03-10 01:07:09 -0500 (Sun, 10 Mar 2002) | 2 lines
5913
5914 * Handle multiple Internet e-mail addresses in vCard editor
5915
5916 ------------------------------------------------------------------------
5917 r1998 | ajc | 2002-03-07 23:22:39 -0500 (Thu, 07 Mar 2002) | 2 lines
5918
5919 * doc change
5920
5921 ------------------------------------------------------------------------
5922 r1997 | ajc | 2002-03-06 23:56:09 -0500 (Wed, 06 Mar 2002) | 3 lines
5923
5924 * Final polish for initial round of vCard editing functions.  Only show "edit"
5925   link when editing user's own vCard in the My Citadel Config> room.
5926
5927 ------------------------------------------------------------------------
5928 r1995 | ajc | 2002-03-06 00:22:33 -0500 (Wed, 06 Mar 2002) | 2 lines
5929
5930 * More vcard editing form stuff
5931
5932 ------------------------------------------------------------------------
5933 r1994 | ajc | 2002-03-05 17:48:44 -0500 (Tue, 05 Mar 2002) | 2 lines
5934
5935 * form cosmetics
5936
5937 ------------------------------------------------------------------------
5938 r1992 | ajc | 2002-03-05 17:09:43 -0500 (Tue, 05 Mar 2002) | 2 lines
5939
5940 * a few more fields
5941
5942 ------------------------------------------------------------------------
5943 r1991 | ajc | 2002-03-05 00:05:09 -0500 (Tue, 05 Mar 2002) | 2 lines
5944
5945 * More vCard editing stuff
5946
5947 ------------------------------------------------------------------------
5948 r1987 | ajc | 2002-03-04 00:28:54 -0500 (Mon, 04 Mar 2002) | 2 lines
5949
5950 * Wrote some skeleton code for robust vCard editing
5951
5952 ------------------------------------------------------------------------
5953 r1986 | ajc | 2002-03-03 01:58:25 -0500 (Sun, 03 Mar 2002) | 2 lines
5954
5955 * Login errors displayed in red
5956
5957 ------------------------------------------------------------------------
5958 r1985 | ajc | 2002-03-03 01:52:59 -0500 (Sun, 03 Mar 2002) | 2 lines
5959
5960 * Allow editing of the "disable self-service user account creation" site config option
5961
5962 ------------------------------------------------------------------------
5963 r1976 | ajc | 2002-02-24 02:02:44 -0500 (Sun, 24 Feb 2002) | 3 lines
5964
5965 * Added the ability to enter a Subject: line in messages
5966 * Go to the Mail room when user clicks on the new mail alert icon
5967
5968 ------------------------------------------------------------------------
5969 r1965 | ajc | 2002-02-13 17:47:51 -0500 (Wed, 13 Feb 2002) | 2 lines
5970
5971 * Added some rudimentary support for displaying vCards as card-looking things
5972
5973 ------------------------------------------------------------------------
5974 r1960 | ajc | 2002-02-13 10:04:26 -0500 (Wed, 13 Feb 2002) | 2 lines
5975
5976 * Began some hacks for vCard processing
5977
5978 ------------------------------------------------------------------------
5979 r1927 | error | 2002-01-24 18:50:37 -0500 (Thu, 24 Jan 2002) | 2 lines
5980
5981 * Trace file using lprintf() similarly to citserver
5982
5983 ------------------------------------------------------------------------
5984 r1900 | ajc | 2002-01-13 04:07:10 -0500 (Sun, 13 Jan 2002) | 2 lines
5985
5986 * THIS IS 3.23
5987
5988 ------------------------------------------------------------------------
5989 r1899 | ajc | 2002-01-13 04:06:38 -0500 (Sun, 13 Jan 2002) | 2 lines
5990
5991 * Brought over the debugged mime parser from Citadel
5992
5993 ------------------------------------------------------------------------
5994 r1875 | error | 2002-01-05 01:19:17 -0500 (Sat, 05 Jan 2002) | 2 lines
5995
5996 * Add MIME types text/css and image/png
5997
5998 ------------------------------------------------------------------------
5999 r1870 | ajc | 2002-01-03 17:32:39 -0500 (Thu, 03 Jan 2002) | 2 lines
6000
6001 * templatized the "prompt for recipient" screen
6002
6003 ------------------------------------------------------------------------
6004 r1851 | error | 2001-12-28 04:43:05 -0500 (Fri, 28 Dec 2001) | 2 lines
6005
6006 * Client support for hostnames up to 63 characters
6007
6008 ------------------------------------------------------------------------
6009 r1847 | ajc | 2001-12-26 18:11:59 -0500 (Wed, 26 Dec 2001) | 2 lines
6010
6011 * THIS IS 3.22
6012
6013 ------------------------------------------------------------------------
6014 r1846 | ajc | 2001-12-26 18:11:47 -0500 (Wed, 26 Dec 2001) | 2 lines
6015
6016 * 3.22
6017
6018 ------------------------------------------------------------------------
6019 r1845 | ajc | 2001-12-26 18:11:25 -0500 (Wed, 26 Dec 2001) | 2 lines
6020
6021 * Minor change to the upload handler, to fix graphics uploads
6022
6023 ------------------------------------------------------------------------
6024 r1844 | ajc | 2001-12-26 00:28:04 -0500 (Wed, 26 Dec 2001) | 2 lines
6025
6026 * THIS IS 3.21
6027
6028 ------------------------------------------------------------------------
6029 r1843 | ajc | 2001-12-26 00:27:51 -0500 (Wed, 26 Dec 2001) | 2 lines
6030
6031 * doco and header update for 3.21
6032
6033 ------------------------------------------------------------------------
6034 r1842 | ajc | 2001-12-26 00:24:13 -0500 (Wed, 26 Dec 2001) | 4 lines
6035
6036 * Reverted all of the navbar and iconbar functions back to plain, ordinary
6037   link tags.  The nifty JavaScript stuff is now used only to light up the
6038   buttons during mouse hovers, and nothing more.
6039
6040 ------------------------------------------------------------------------
6041 r1840 | error | 2001-12-24 19:14:44 -0500 (Mon, 24 Dec 2001) | 2 lines
6042
6043 * Fixed the iconbar and navbar buttons; they now work in Netscape 4.x
6044
6045 ------------------------------------------------------------------------
6046 r1837 | ajc | 2001-12-21 01:04:07 -0500 (Fri, 21 Dec 2001) | 2 lines
6047
6048 * THIS IS 3.20
6049
6050 ------------------------------------------------------------------------
6051 r1836 | ajc | 2001-12-21 01:03:55 -0500 (Fri, 21 Dec 2001) | 2 lines
6052
6053 * 3.20
6054
6055 ------------------------------------------------------------------------
6056 r1835 | ajc | 2001-12-20 00:02:42 -0500 (Thu, 20 Dec 2001) | 3 lines
6057
6058 * If you paid for this software, someone is ripping you off.
6059 * Fixed the urlesc() function to use a caller-supplied target buffer.
6060
6061 ------------------------------------------------------------------------
6062 r1833 | ajc | 2001-12-18 15:35:32 -0500 (Tue, 18 Dec 2001) | 2 lines
6063
6064 * More fun JavaScript-enabled buttons
6065
6066 ------------------------------------------------------------------------
6067 r1832 | ajc | 2001-12-18 11:48:08 -0500 (Tue, 18 Dec 2001) | 2 lines
6068
6069 * Began testing new JavaScript-enabled k00l light-up buttonz
6070
6071 ------------------------------------------------------------------------
6072 r1830 | ajc | 2001-12-18 01:06:20 -0500 (Tue, 18 Dec 2001) | 2 lines
6073
6074 * mime parser update
6075
6076 ------------------------------------------------------------------------
6077 r1823 | ajc | 2001-12-15 15:51:33 -0500 (Sat, 15 Dec 2001) | 2 lines
6078
6079 * "reply" button on pop-up pages
6080
6081 ------------------------------------------------------------------------
6082 r1813 | ajc | 2001-12-11 11:02:41 -0500 (Tue, 11 Dec 2001) | 2 lines
6083
6084 * Completed support for add/remove mailing list recipients.
6085
6086 ------------------------------------------------------------------------
6087 r1812 | ajc | 2001-12-11 10:22:53 -0500 (Tue, 11 Dec 2001) | 2 lines
6088
6089 * Began constructing the listserv screen for config (not tested)
6090
6091 ------------------------------------------------------------------------
6092 r1811 | ajc | 2001-12-11 00:37:12 -0500 (Tue, 11 Dec 2001) | 2 lines
6093
6094 * Finished the share/unshare room screen in Edit Room
6095
6096 ------------------------------------------------------------------------
6097 r1800 | ajc | 2001-12-02 23:43:40 -0500 (Sun, 02 Dec 2001) | 2 lines
6098
6099 * Brought over an update of the MIME parser from Citadel.
6100
6101 ------------------------------------------------------------------------
6102 r1793 | ajc | 2001-12-02 02:09:13 -0500 (Sun, 02 Dec 2001) | 3 lines
6103
6104 * Turned the room editing page into a tabbed dialog
6105 * Started adding some of the room sharing stuff
6106
6107 ------------------------------------------------------------------------
6108 r1782 | ajc | 2001-11-22 00:17:06 -0500 (Thu, 22 Nov 2001) | 2 lines
6109
6110 * Completed the add/change/delete neighbor node screens
6111
6112 ------------------------------------------------------------------------
6113 r1781 | ajc | 2001-11-18 00:39:54 -0500 (Sun, 18 Nov 2001) | 2 lines
6114
6115 * more work on netconf
6116
6117 ------------------------------------------------------------------------
6118 r1780 | ajc | 2001-11-17 20:47:24 -0500 (Sat, 17 Nov 2001) | 3 lines
6119
6120 * Tentatively begun the change of networking configuration screens to reflect
6121   the new network architecture of the server.
6122
6123 ------------------------------------------------------------------------
6124 r1779 | ajc | 2001-11-17 20:41:09 -0500 (Sat, 17 Nov 2001) | 4 lines
6125
6126 * Brought over the newer string tokenizer from Citadel
6127 * Upgraded all the generic string buffers to 4096 bytes, using the Citadel
6128   server's convention of #define SIZ 4096
6129
6130 ------------------------------------------------------------------------
6131 r1775 | ajc | 2001-11-13 22:20:22 -0500 (Tue, 13 Nov 2001) | 2 lines
6132
6133 * Add some more of the newer config settings to the site config screen
6134
6135 ------------------------------------------------------------------------
6136 r1735 | ajc | 2001-09-24 23:34:09 -0400 (Mon, 24 Sep 2001) | 3 lines
6137
6138 * Fix for WebCit servers running on port 80: detect Windoze worm-of-the-week
6139   and bail out without bothering the Citadel server.
6140
6141 ------------------------------------------------------------------------
6142 r1705 | ajc | 2001-08-22 12:38:06 -0400 (Wed, 22 Aug 2001) | 4 lines
6143
6144 * Added the "-c" command line option to generate optional cookies indicating
6145   the host name of the server.  This makes it easy to put a cluster of WebCit
6146   servers behind (for example) an Arrowpoint load balancer.
6147
6148 ------------------------------------------------------------------------
6149 r1702 | ajc | 2001-08-21 00:02:56 -0400 (Tue, 21 Aug 2001) | 3 lines
6150
6151 * Added some more meta-tags to (hopefully) prevent the "lame goto" caused by
6152   unwanted page caching
6153
6154 ------------------------------------------------------------------------
6155 r1699 | ajc | 2001-08-12 23:43:24 -0400 (Sun, 12 Aug 2001) | 2 lines
6156
6157 * Got it!
6158
6159 ------------------------------------------------------------------------
6160 r1698 | ajc | 2001-08-12 23:40:01 -0400 (Sun, 12 Aug 2001) | 2 lines
6161
6162 * Another attempt at focus
6163
6164 ------------------------------------------------------------------------
6165 r1695 | ajc | 2001-08-11 00:24:39 -0400 (Sat, 11 Aug 2001) | 2 lines
6166
6167 * Attempt at setting focus to msgtext area when entering a message.
6168
6169 ------------------------------------------------------------------------
6170 r1689 | ajc | 2001-08-01 23:42:03 -0400 (Wed, 01 Aug 2001) | 2 lines
6171
6172 * Changed the wholist to work with the new masquerade semantics
6173
6174 ------------------------------------------------------------------------
6175 r1663 | ajc | 2001-06-28 11:05:35 -0400 (Thu, 28 Jun 2001) | 2 lines
6176
6177 * tag for 3.01
6178
6179 ------------------------------------------------------------------------
6180 r1662 | ajc | 2001-06-28 11:05:18 -0400 (Thu, 28 Jun 2001) | 2 lines
6181
6182 * 3.01
6183
6184 ------------------------------------------------------------------------
6185 r1661 | ajc | 2001-06-28 11:03:49 -0400 (Thu, 28 Jun 2001) | 3 lines
6186
6187 * Every generated page now includes a meta tag to disable evil "smart tags"
6188   (see http://smarttags.manilasites.com/ for more information)
6189
6190 ------------------------------------------------------------------------
6191 r1660 | ajc | 2001-06-27 22:39:54 -0400 (Wed, 27 Jun 2001) | 3 lines
6192
6193 * Placated users who whine about privacy policy by adding MESG ROOMACCESS to
6194   the screen where you can create a room...
6195
6196 ------------------------------------------------------------------------
6197 r1657 | ajc | 2001-06-27 02:24:07 -0400 (Wed, 27 Jun 2001) | 2 lines
6198
6199 * Tagged everything as Version 3.00
6200
6201 ------------------------------------------------------------------------
6202 r1656 | ajc | 2001-06-27 02:22:49 -0400 (Wed, 27 Jun 2001) | 2 lines
6203
6204 * Updated docs for the 3.00 release
6205
6206 ------------------------------------------------------------------------
6207 r1655 | ajc | 2001-06-27 02:16:02 -0400 (Wed, 27 Jun 2001) | 3 lines
6208
6209 * Correct generated window name in pop up pages
6210 * Added handling of MIME inline images (not tested)
6211
6212 ------------------------------------------------------------------------
6213 r1654 | ajc | 2001-06-22 13:58:20 -0400 (Fri, 22 Jun 2001) | 6 lines
6214
6215 * A few performance and tuning cleanups.  Increased the size of the socket
6216   queue length to 100 for use on big systems.  Also, during startup, the
6217   initial startup thread now exits after creating the worker threads, instead
6218   of becoming a worker thread itself.  For some reason Solaris had problems
6219   with the latter method.
6220
6221 ------------------------------------------------------------------------
6222 r1643 | ajc | 2001-06-07 00:36:07 -0400 (Thu, 07 Jun 2001) | 2 lines
6223
6224 * First cut at downloading attachments throught the browser.
6225
6226 ------------------------------------------------------------------------
6227 r1641 | ajc | 2001-06-06 23:16:57 -0400 (Wed, 06 Jun 2001) | 2 lines
6228
6229 * Brought over an updated mime parser from Citadel
6230
6231 ------------------------------------------------------------------------
6232 r1639 | ajc | 2001-06-06 10:44:25 -0400 (Wed, 06 Jun 2001) | 2 lines
6233
6234 * mime_parser.c: #include <pthread.h> so it compiles cleanly
6235
6236 ------------------------------------------------------------------------
6237 r1636 | ajc | 2001-05-30 22:26:24 -0400 (Wed, 30 May 2001) | 2 lines
6238
6239 * Fixed login to take you to the Lobby instead of the next room.
6240
6241 ------------------------------------------------------------------------
6242 r1635 | ajc | 2001-05-30 22:21:47 -0400 (Wed, 30 May 2001) | 2 lines
6243
6244 * more mime fix attempts
6245
6246 ------------------------------------------------------------------------
6247 r1634 | ajc | 2001-05-30 18:37:09 -0400 (Wed, 30 May 2001) | 3 lines
6248
6249 * Fix to upload handler to recognize browser uploads based on *either* a "name"
6250   or a "filename" from the MIME parser.
6251
6252 ------------------------------------------------------------------------
6253 r1633 | ajc | 2001-05-29 21:06:57 -0400 (Tue, 29 May 2001) | 2 lines
6254
6255 * Changes to mime parser ... still something wrong
6256
6257 ------------------------------------------------------------------------
6258 r1632 | ajc | 2001-05-28 15:27:31 -0400 (Mon, 28 May 2001) | 2 lines
6259
6260 * Fixed bug which marked all messages in Lobby as old before reading at login
6261
6262 ------------------------------------------------------------------------
6263 r1630 | ajc | 2001-05-25 18:39:27 -0400 (Fri, 25 May 2001) | 2 lines
6264
6265 * Brought over the new MIME parser from Citadel.  WARNING: BROKEN BUILD!!
6266
6267 ------------------------------------------------------------------------
6268 r1629 | ajc | 2001-05-23 12:15:25 -0400 (Wed, 23 May 2001) | 2 lines
6269
6270 * UI changes (pretty frames with no scrollbars)
6271
6272 ------------------------------------------------------------------------
6273 r1628 | ajc | 2001-05-21 20:32:18 -0400 (Mon, 21 May 2001) | 2 lines
6274
6275 * cosmetics
6276
6277 ------------------------------------------------------------------------
6278 r1627 | ajc | 2001-05-21 20:02:18 -0400 (Mon, 21 May 2001) | 2 lines
6279
6280 * Another attempt to fix the fd leak
6281
6282 ------------------------------------------------------------------------
6283 r1626 | ajc | 2001-05-18 22:21:40 -0400 (Fri, 18 May 2001) | 2 lines
6284
6285 * Attempt to fix the dangling sockets.
6286
6287 ------------------------------------------------------------------------
6288 r1624 | ajc | 2001-05-14 23:22:27 -0400 (Mon, 14 May 2001) | 2 lines
6289
6290 * More icon updates and link cleanup type stuff
6291
6292 ------------------------------------------------------------------------
6293 r1621 | ajc | 2001-05-06 01:11:50 -0400 (Sun, 06 May 2001) | 3 lines
6294
6295 * Added paging icon and right-justified it
6296 * Send-page window is now a popup
6297
6298 ------------------------------------------------------------------------
6299 r1620 | ajc | 2001-05-04 00:28:10 -0400 (Fri, 04 May 2001) | 2 lines
6300
6301 * Added "page user" button in wholist
6302
6303 ------------------------------------------------------------------------
6304 r1619 | ajc | 2001-04-30 20:49:45 -0400 (Mon, 30 Apr 2001) | 2 lines
6305
6306 * more of the UI overhaul
6307
6308 ------------------------------------------------------------------------
6309 r1618 | ajc | 2001-04-29 21:58:02 -0400 (Sun, 29 Apr 2001) | 2 lines
6310
6311 * more changes
6312
6313 ------------------------------------------------------------------------
6314 r1617 | ajc | 2001-04-29 21:49:37 -0400 (Sun, 29 Apr 2001) | 2 lines
6315
6316 * more work on UI overhaul
6317
6318 ------------------------------------------------------------------------
6319 r1616 | ajc | 2001-04-29 00:39:25 -0400 (Sun, 29 Apr 2001) | 2 lines
6320
6321 * User interface overhaul now in progress.  WARNING: incomplete system.
6322
6323 ------------------------------------------------------------------------
6324 r1604 | cough | 2001-04-01 18:13:37 -0400 (Sun, 01 Apr 2001) | 3 lines
6325
6326 * Modified roomops.c to give users the ability to pick a floor at room
6327   creation time.
6328
6329 ------------------------------------------------------------------------
6330 r1552 | ajc | 2001-02-14 21:16:23 -0500 (Wed, 14 Feb 2001) | 2 lines
6331
6332 * Added credit for Andru Luvisi <luvisi@andru.sonoma.edu> for the above
6333
6334 ------------------------------------------------------------------------
6335 r1551 | ajc | 2001-02-14 20:21:55 -0500 (Wed, 14 Feb 2001) | 3 lines
6336
6337 * Applied a patch submitted by "cough" to add who-knows-room and
6338   invite/kickout functionality.
6339
6340 ------------------------------------------------------------------------
6341 r1519 | ajc | 2001-01-25 18:10:00 -0500 (Thu, 25 Jan 2001) | 2 lines
6342
6343 * "Delete message" button now confirms on client-side using JavaScript
6344
6345 ------------------------------------------------------------------------
6346 r1460 | ajc | 2000-12-05 13:42:25 -0500 (Tue, 05 Dec 2000) | 2 lines
6347
6348 * strip webserver
6349
6350 ------------------------------------------------------------------------
6351 r1459 | ajc | 2000-12-05 13:39:49 -0500 (Tue, 05 Dec 2000) | 3 lines
6352
6353 * Added support for non-USA countries in registration screen (requires the
6354   latest Citadel server, which supports the country field)
6355
6356 ------------------------------------------------------------------------
6357 r1415 | ajc | 2000-10-20 00:27:46 -0400 (Fri, 20 Oct 2000) | 2 lines
6358
6359 * zapped_list() -- fixed broken HTML tags.  (Closes bug #76.)
6360
6361 ------------------------------------------------------------------------
6362 r1394 | ajc | 2000-10-03 12:44:04 -0400 (Tue, 03 Oct 2000) | 2 lines
6363
6364 * Tagged for 2.13 release
6365
6366 ------------------------------------------------------------------------
6367 r1393 | ajc | 2000-10-03 12:43:09 -0400 (Tue, 03 Oct 2000) | 2 lines
6368
6369 * This is gonna be 2.13
6370
6371 ------------------------------------------------------------------------
6372 r1392 | ajc | 2000-10-02 23:15:56 -0400 (Mon, 02 Oct 2000) | 2 lines
6373
6374 * Cosmetic changes to login screen, menu bar, and message header bar
6375
6376 ------------------------------------------------------------------------
6377 r1389 | ajc | 2000-09-27 23:44:52 -0400 (Wed, 27 Sep 2000) | 3 lines
6378
6379 * Linked to the bio/photo page from message headers.  I'm not sure I like the
6380   color scheme, though.
6381
6382 ------------------------------------------------------------------------
6383 r1388 | ajc | 2000-09-27 23:37:23 -0400 (Wed, 27 Sep 2000) | 2 lines
6384
6385 * who.c: provide links to bio/photo pages for each user in the wholist
6386
6387 ------------------------------------------------------------------------
6388 r1386 | ajc | 2000-09-24 17:50:46 -0400 (Sun, 24 Sep 2000) | 2 lines
6389
6390 * oops a bug
6391
6392 ------------------------------------------------------------------------
6393 r1385 | ajc | 2000-09-24 17:37:21 -0400 (Sun, 24 Sep 2000) | 3 lines
6394
6395 * When reading large numbers of messages, group them in smaller numbers and
6396   display the selector bar in search engine style (like AltaVista and Google)
6397
6398 ------------------------------------------------------------------------
6399 r1384 | ajc | 2000-09-24 00:17:19 -0400 (Sun, 24 Sep 2000) | 2 lines
6400
6401 * Templatized the room banner.
6402
6403 ------------------------------------------------------------------------
6404 r1383 | ajc | 2000-09-21 14:50:51 -0400 (Thu, 21 Sep 2000) | 2 lines
6405
6406 * IE rots your teeth.  Use Netscape.
6407
6408 ------------------------------------------------------------------------
6409 r1382 | ajc | 2000-09-21 14:48:40 -0400 (Thu, 21 Sep 2000) | 2 lines
6410
6411 * no more velma.  people who use IE are idiots.
6412
6413 ------------------------------------------------------------------------
6414 r1381 | ajc | 2000-09-21 14:46:11 -0400 (Thu, 21 Sep 2000) | 2 lines
6415
6416 * don't need the brain damage file anymore.  IE sucks.
6417
6418 ------------------------------------------------------------------------
6419 r1379 | ajc | 2000-09-16 23:29:49 -0400 (Sat, 16 Sep 2000) | 2 lines
6420
6421 * Templatized the "<BODY BACKGROUND=...>" type stuff that starts each page.
6422
6423 ------------------------------------------------------------------------
6424 r1378 | error | 2000-09-14 07:43:37 -0400 (Thu, 14 Sep 2000) | 3 lines
6425
6426 Replace occurrences of % throughout the HTML with %% so as to be friendly
6427 to HP/UX printf() and possibly others.
6428
6429 ------------------------------------------------------------------------
6430 r1377 | ajc | 2000-09-13 00:13:59 -0400 (Wed, 13 Sep 2000) | 3 lines
6431
6432 * Completed the initial hack of the variable substitution template thingy.
6433   Check out static/login.html to see the first template.
6434
6435 ------------------------------------------------------------------------
6436 r1376 | ajc | 2000-09-12 09:15:59 -0400 (Tue, 12 Sep 2000) | 2 lines
6437
6438 * login dot html
6439
6440 ------------------------------------------------------------------------
6441 r1374 | ajc | 2000-09-11 13:08:16 -0400 (Mon, 11 Sep 2000) | 2 lines
6442
6443 * Started templatizing the login screen.  Not finished yet.
6444
6445 ------------------------------------------------------------------------
6446 r1373 | ajc | 2000-09-10 23:29:50 -0400 (Sun, 10 Sep 2000) | 2 lines
6447
6448 * Started working on a variable-substitution thing
6449
6450 ------------------------------------------------------------------------
6451 r1355 | ajc | 2000-08-29 23:20:25 -0400 (Tue, 29 Aug 2000) | 2 lines
6452
6453 * Put the wholist back into its own window.
6454
6455 ------------------------------------------------------------------------
6456 r1337 | ajc | 2000-08-03 23:48:33 -0400 (Thu, 03 Aug 2000) | 2 lines
6457
6458 * Fixed page popup windows
6459
6460 ------------------------------------------------------------------------
6461 r1332 | ajc | 2000-07-26 09:08:43 -0400 (Wed, 26 Jul 2000) | 2 lines
6462
6463 * reduced margins
6464
6465 ------------------------------------------------------------------------
6466 r1315 | ajc | 2000-07-05 23:46:29 -0400 (Wed, 05 Jul 2000) | 2 lines
6467
6468 * Fixed the count in 'there are xxx messages remaining."  (Closes bug #61)
6469
6470 ------------------------------------------------------------------------
6471 r1312 | ajc | 2000-06-29 00:22:37 -0400 (Thu, 29 Jun 2000) | 3 lines
6472
6473 * Changed the format of the wholis (again).  Now it shows up in a frame
6474   instead of a separate window.
6475
6476 ------------------------------------------------------------------------
6477 r1298 | ajc | 2000-06-11 23:28:44 -0400 (Sun, 11 Jun 2000) | 2 lines
6478
6479 * added support for multi-line paging
6480
6481 ------------------------------------------------------------------------
6482 r1297 | ajc | 2000-06-07 00:11:28 -0400 (Wed, 07 Jun 2000) | 2 lines
6483
6484 * HTML changes to room banner
6485
6486 ------------------------------------------------------------------------
6487 r1293 | ajc | 2000-05-31 00:29:54 -0400 (Wed, 31 May 2000) | 3 lines
6488
6489 * Initial support for "summary" (headers only, no body) mode of reading
6490   messages, and "read one" mode.  For future support of 'traditional' email.
6491
6492 ------------------------------------------------------------------------
6493 r1291 | ajc | 2000-05-23 16:35:57 -0400 (Tue, 23 May 2000) | 2 lines
6494
6495 * Tagged for the 2.12 release
6496
6497 ------------------------------------------------------------------------
6498 r1287 | ajc | 2000-05-17 22:33:39 -0400 (Wed, 17 May 2000) | 4 lines
6499
6500 * Don't call whobbs() directly after changing masq room/host, it screws up the
6501   refresh.  It now calls an HTTP redirect page instead.
6502 * added http_redirect(char *url) function to accomplish the above
6503
6504 ------------------------------------------------------------------------
6505 r1283 | ajc | 2000-05-08 13:24:32 -0400 (Mon, 08 May 2000) | 3 lines
6506
6507 * Removed HTTP date fields because it was confusing browser caches (weird)
6508 * Moved express messages to a pop-up HTML window (as opposed to a dialog box)
6509
6510 ------------------------------------------------------------------------
6511 r1282 | ajc | 2000-05-07 19:46:55 -0400 (Sun, 07 May 2000) | 3 lines
6512
6513 * added Date: and Last-Modified: headers to HTTP output
6514 * masquerade room/host screen now runs in wholist window, and returns to it
6515
6516 ------------------------------------------------------------------------
6517 r1281 | ajc | 2000-05-02 13:32:06 -0400 (Tue, 02 May 2000) | 2 lines
6518
6519 * Font related changes to html
6520
6521 ------------------------------------------------------------------------
6522 r1278 | ajc | 2000-04-19 22:42:23 -0400 (Wed, 19 Apr 2000) | 5 lines
6523
6524 * tcp_sockets.c: changed memcpy() to memset() in tcp_connectsock; this was
6525   crashing every session, every time.  (?)
6526 * End the session after displaying robots.txt or nocookies.html, to prevent
6527   big session logjams when either of these conditions are met
6528
6529 ------------------------------------------------------------------------
6530 r1277 | ajc | 2000-04-19 22:10:43 -0400 (Wed, 19 Apr 2000) | 2 lines
6531
6532 * foo?
6533
6534 ------------------------------------------------------------------------
6535 r1273 | nbryant | 2000-04-15 11:43:46 -0400 (Sat, 15 Apr 2000) | 3 lines
6536
6537 * warning fix for 64-bit compile on ultrasparc. (kids don't try this at home,
6538   64-bit gcc on sparc is evil)
6539
6540 ------------------------------------------------------------------------
6541 r1261 | nbryant | 2000-04-06 16:42:03 -0400 (Thu, 06 Apr 2000) | 2 lines
6542
6543 * configure.in: fix a typo
6544
6545 ------------------------------------------------------------------------
6546 r1260 | nbryant | 2000-04-06 16:37:01 -0400 (Thu, 06 Apr 2000) | 2 lines
6547
6548 * solaris cleanups and warning fixes
6549
6550 ------------------------------------------------------------------------
6551 r1258 | ajc | 2000-03-30 22:48:52 -0500 (Thu, 30 Mar 2000) | 3 lines
6552
6553 * text_to_server() now behaves the way web users expect text entry to work.
6554   Soft linebreaks are soft, hard linebreaks are hard.  No indentation.
6555
6556 ------------------------------------------------------------------------
6557 r1257 | ajc | 2000-03-30 21:39:06 -0500 (Thu, 30 Mar 2000) | 2 lines
6558
6559 * Fixed bugs in "Site configuration" and added new fields.
6560
6561 ------------------------------------------------------------------------
6562 r1255 | ajc | 2000-03-30 21:08:45 -0500 (Thu, 30 Mar 2000) | 3 lines
6563
6564 * Added "max messages per page" and "read next nnn" stuff to read loop
6565   (probably not in its final form)
6566
6567 ------------------------------------------------------------------------
6568 r1253 | nbryant | 2000-03-28 12:02:47 -0500 (Tue, 28 Mar 2000) | 2 lines
6569
6570 * configure.in: check for -lsocket -lnsl on Solaris and other SVR4-alikes
6571
6572 ------------------------------------------------------------------------
6573 r1251 | ajc | 2000-03-27 11:18:17 -0500 (Mon, 27 Mar 2000) | 2 lines
6574
6575 * Implement multi-room chat as available in Citadel 5.70
6576
6577 ------------------------------------------------------------------------
6578 r1245 | ajc | 2000-03-22 23:45:18 -0500 (Wed, 22 Mar 2000) | 2 lines
6579
6580 * Experimental move of wholist to a separate auto-refreshing window
6581
6582 ------------------------------------------------------------------------
6583 r1237 | ajc | 2000-03-19 17:49:09 -0500 (Sun, 19 Mar 2000) | 6 lines
6584
6585 * Made the header-bar buttons more visible
6586 * Added a "reply" header-bar button
6587 * Move "Subject:" lines into the header-bar
6588 * Padded the header-bars by one pixel (nicer looking)
6589 * Changed message date/time output format
6590
6591 ------------------------------------------------------------------------
6592 r1236 | ajc | 2000-03-19 14:49:31 -0500 (Sun, 19 Mar 2000) | 2 lines
6593
6594 * Added support for unix domain sockets
6595
6596 ------------------------------------------------------------------------
6597 r1175 | nbryant | 2000-02-11 18:45:04 -0500 (Fri, 11 Feb 2000) | 3 lines
6598
6599 * Makefile.in, configure.in: add, like, some *more* code for FreeBSD
6600 * tcp_sockets.c: include <arpa/inet.h>
6601
6602 ------------------------------------------------------------------------
6603 r1174 | nbryant | 2000-02-11 18:30:04 -0500 (Fri, 11 Feb 2000) | 2 lines
6604
6605 configure.in: added some code for FreeBSD
6606
6607 ------------------------------------------------------------------------
6608 r1138 | ajc | 2000-01-15 19:23:53 -0500 (Sat, 15 Jan 2000) | 2 lines
6609
6610 * div align=center
6611
6612 ------------------------------------------------------------------------
6613 r1129 | ajc | 2000-01-10 23:28:08 -0500 (Mon, 10 Jan 2000) | 2 lines
6614
6615 * Bugfix
6616
6617 ------------------------------------------------------------------------
6618 r1128 | ajc | 2000-01-10 23:20:40 -0500 (Mon, 10 Jan 2000) | 2 lines
6619
6620 * Add "close window" option to goodbye screen
6621
6622 ------------------------------------------------------------------------
6623 r1116 | ajc | 2000-01-04 10:39:30 -0500 (Tue, 04 Jan 2000) | 2 lines
6624
6625 * oops, forgot to bump the version number in .h and docs
6626
6627 ------------------------------------------------------------------------
6628 r1115 | ajc | 2000-01-04 10:24:18 -0500 (Tue, 04 Jan 2000) | 3 lines
6629
6630 * Worked around HTTP bugs in Internet Explorer 5.  Die, Bill, Die.
6631 * This will be released as v2.11; tagged everything as such.
6632
6633 ------------------------------------------------------------------------
6634 r1109 | ajc | 1999-12-23 23:57:22 -0500 (Thu, 23 Dec 1999) | 2 lines
6635
6636 * 2.10 release
6637
6638 ------------------------------------------------------------------------
6639 r1107 | ajc | 1999-12-22 23:54:48 -0500 (Wed, 22 Dec 1999) | 3 lines
6640
6641 * Changed session cookie from hexadecimal encoding to base64
6642 * Removed overly verbose logging
6643
6644 ------------------------------------------------------------------------
6645 r1094 | ajc | 1999-12-12 13:12:28 -0500 (Sun, 12 Dec 1999) | 3 lines
6646
6647 * get http request: clear hold buffer before starting to read in HTTP request.
6648   This was causing some requests to get corrupted.
6649
6650 ------------------------------------------------------------------------
6651 r1083 | ajc | 1999-12-08 13:25:21 -0500 (Wed, 08 Dec 1999) | 3 lines
6652
6653 * Increased the size of the backlog queue length passed to accept() and made
6654   it a configuration parameter in webcit.h
6655
6656 ------------------------------------------------------------------------
6657 r1080 | ajc | 1999-12-07 11:09:26 -0500 (Tue, 07 Dec 1999) | 2 lines
6658
6659 * Better (non fireworks display mode) handling of broken HTTP sockets
6660
6661 ------------------------------------------------------------------------
6662 r1079 | ajc | 1999-12-05 23:25:52 -0500 (Sun, 05 Dec 1999) | 2 lines
6663
6664 * fixes fixes fixes
6665
6666 ------------------------------------------------------------------------
6667 r1078 | ajc | 1999-12-05 23:07:10 -0500 (Sun, 05 Dec 1999) | 2 lines
6668
6669 bugfix
6670
6671 ------------------------------------------------------------------------
6672 r1077 | ajc | 1999-12-05 22:40:30 -0500 (Sun, 05 Dec 1999) | 2 lines
6673
6674 * Moved a bunch of other global variables to per-session variables
6675
6676 ------------------------------------------------------------------------
6677 r1076 | ajc | 1999-12-05 21:09:16 -0500 (Sun, 05 Dec 1999) | 2 lines
6678
6679 * ooooops
6680
6681 ------------------------------------------------------------------------
6682 r1075 | ajc | 1999-12-05 21:05:34 -0500 (Sun, 05 Dec 1999) | 2 lines
6683
6684 * Moved global march list into per-session context
6685
6686 ------------------------------------------------------------------------
6687 r1074 | ajc | 1999-12-05 13:55:29 -0500 (Sun, 05 Dec 1999) | 2 lines
6688
6689 * fix defaulthost/defaultport
6690
6691 ------------------------------------------------------------------------
6692 r1073 | ajc | 1999-12-05 13:38:30 -0500 (Sun, 05 Dec 1999) | 2 lines
6693
6694 * Removed a comment
6695
6696 ------------------------------------------------------------------------
6697 r1072 | ajc | 1999-12-05 13:38:03 -0500 (Sun, 05 Dec 1999) | 2 lines
6698
6699 * Auto-scaling worker thread pool size
6700
6701 ------------------------------------------------------------------------
6702 r1071 | ajc | 1999-12-05 12:38:41 -0500 (Sun, 05 Dec 1999) | 2 lines
6703
6704 * Additional debugging and cleanup
6705
6706 ------------------------------------------------------------------------
6707 r1070 | ajc | 1999-12-04 17:16:05 -0500 (Sat, 04 Dec 1999) | 3 lines
6708
6709 * Moved all diagnostic output to stderr
6710 * Moved "HTTP/1.0 200 OK" output to output_headers()
6711
6712 ------------------------------------------------------------------------
6713 r1069 | ajc | 1999-12-04 16:56:59 -0500 (Sat, 04 Dec 1999) | 2 lines
6714
6715 * Finished the overhaul.  Now to tune...
6716
6717 ------------------------------------------------------------------------
6718 r1068 | ajc | 1999-12-03 13:48:57 -0500 (Fri, 03 Dec 1999) | 2 lines
6719
6720 * Removed some pseudocode
6721
6722 ------------------------------------------------------------------------
6723 r1067 | ajc | 1999-12-03 12:59:53 -0500 (Fri, 03 Dec 1999) | 3 lines
6724
6725 * BROKEN BUILD.  Wrote most of the session removal code, but some of it is
6726   pseudocode so the build is currently broken.
6727
6728 ------------------------------------------------------------------------
6729 r1066 | ajc | 1999-12-03 11:39:00 -0500 (Fri, 03 Dec 1999) | 2 lines
6730
6731 * Don't exit the server at the end of a session
6732
6733 ------------------------------------------------------------------------
6734 r1065 | ajc | 1999-12-03 11:37:46 -0500 (Fri, 03 Dec 1999) | 2 lines
6735
6736 * Repaired HTTP output for image transfers and static content
6737
6738 ------------------------------------------------------------------------
6739 r1064 | ajc | 1999-12-03 00:09:55 -0500 (Fri, 03 Dec 1999) | 4 lines
6740
6741 * Rewrote the HTTP engine and application coupling to run in a worker thread
6742   model and to run as a single multithreaded program (eliminated helper
6743   processes and pipes).  It currently runs but has many large bugs.
6744
6745 ------------------------------------------------------------------------
6746 r1063 | ajc | 1999-12-02 19:18:20 -0500 (Thu, 02 Dec 1999) | 2 lines
6747
6748 * Added ".c.o" rule to Makefile
6749
6750 ------------------------------------------------------------------------
6751 r1060 | ajc | 1999-11-25 22:33:00 -0500 (Thu, 25 Nov 1999) | 3 lines
6752
6753 * Started moving all of the global variables into a struct, to facilitate
6754   multithreaded server.
6755
6756 ------------------------------------------------------------------------
6757 r1058 | ajc | 1999-11-25 20:28:10 -0500 (Thu, 25 Nov 1999) | 2 lines
6758
6759 * 2.01 release
6760
6761 ------------------------------------------------------------------------
6762 r1017 | ajc | 1999-11-03 21:05:02 -0500 (Wed, 03 Nov 1999) | 2 lines
6763
6764 * Added 'number of worker threads' to site config screen
6765
6766 ------------------------------------------------------------------------
6767 r996 | ajc | 1999-10-24 22:25:09 -0400 (Sun, 24 Oct 1999) | 2 lines
6768
6769 * Shuffled around the room editing commands
6770
6771 ------------------------------------------------------------------------
6772 r979 | ajc | 1999-10-14 00:07:21 -0400 (Thu, 14 Oct 1999) | 2 lines
6773
6774 * Cleaned up the bottom-of-page icons
6775
6776 ------------------------------------------------------------------------
6777 r975 | ajc | 1999-10-08 19:58:11 -0400 (Fri, 08 Oct 1999) | 2 lines
6778
6779 * Minor bug fix in registration screen
6780
6781 ------------------------------------------------------------------------
6782 r970 | ajc | 1999-10-05 22:44:02 -0400 (Tue, 05 Oct 1999) | 4 lines
6783
6784 * Per Nick's request, removed the key bindings stuff.  He knows how to fit
6785   it back in when it's fixed.  Also added more attempts at cache disabling,
6786   but it still doesn't work in the StarOffice browser.  I don't know why.
6787
6788 ------------------------------------------------------------------------
6789 r964 | ajc | 1999-10-01 23:26:14 -0400 (Fri, 01 Oct 1999) | 4 lines
6790
6791 * Merged in Nick's bit of JavaScript to handle key commands.
6792   BROKEN BUILD ALERT!!  This runs all the time, even when the cursor is
6793   in a text field.  Right now you can't even log in.
6794
6795 ------------------------------------------------------------------------
6796 r939 | ajc | 1999-08-31 21:06:11 -0400 (Tue, 31 Aug 1999) | 2 lines
6797
6798 * Added "max message length" field in global config screen
6799
6800 ------------------------------------------------------------------------
6801 r929 | ajc | 1999-08-24 17:11:50 -0400 (Tue, 24 Aug 1999) | 2 lines
6802
6803 added sample source for buttons
6804
6805 ------------------------------------------------------------------------
6806 r916 | ajc | 1999-08-14 14:16:10 -0400 (Sat, 14 Aug 1999) | 2 lines
6807
6808 * Fixed escputs() and its friends to properly handle ' (single quote) chars
6809
6810 ------------------------------------------------------------------------
6811 r842 | ajc | 1999-07-18 20:18:18 -0400 (Sun, 18 Jul 1999) | 2 lines
6812
6813  Did neat stuff to the bottom of the page
6814
6815 ------------------------------------------------------------------------
6816 r833 | ajc | 1999-07-12 23:48:56 -0400 (Mon, 12 Jul 1999) | 3 lines
6817
6818  messages.c: don't auto-link URL's in messages if it would cause
6819           a buffer overrun.
6820
6821 ------------------------------------------------------------------------
6822 r832 | ajc | 1999-07-12 23:31:24 -0400 (Mon, 12 Jul 1999) | 3 lines
6823
6824         * webcit.c: exit Webcit sessions semi-gracefully when the connection
6825           to a Citadel server fails.
6826
6827 ------------------------------------------------------------------------
6828 r831 | ajc | 1999-07-12 23:20:14 -0400 (Mon, 12 Jul 1999) | 2 lines
6829
6830 Revert
6831
6832 ------------------------------------------------------------------------
6833 r830 | ajc | 1999-07-12 22:45:48 -0400 (Mon, 12 Jul 1999) | 2 lines
6834
6835 Increased some buffer sizes to handle large embedded URL's
6836
6837 ------------------------------------------------------------------------
6838 r829 | ajc | 1999-07-12 21:59:30 -0400 (Mon, 12 Jul 1999) | 2 lines
6839
6840 transparent up.gif
6841
6842 ------------------------------------------------------------------------
6843 r823 | ajc | 1999-07-10 17:52:30 -0400 (Sat, 10 Jul 1999) | 3 lines
6844
6845         * Recompiled the Java chat applet using a genuine JDK 1.0.2
6846           compiler.  This should make more browsers happy.
6847
6848 ------------------------------------------------------------------------
6849 r820 | ajc | 1999-07-05 19:38:52 -0400 (Mon, 05 Jul 1999) | 2 lines
6850
6851  Do a slrp_highest() when logging off.
6852
6853 ------------------------------------------------------------------------
6854 r818 | ajc | 1999-06-30 19:20:42 -0400 (Wed, 30 Jun 1999) | 2 lines
6855
6856 Added support for "robots.txt" telling spiders to go away.
6857
6858 ------------------------------------------------------------------------
6859 r816 | ajc | 1999-06-26 22:53:47 -0400 (Sat, 26 Jun 1999) | 3 lines
6860
6861         * Rearranged the code in "Site-wide configuration" and "Generic
6862           server command" to avoid nested server operations
6863
6864 ------------------------------------------------------------------------
6865 r813 | ajc | 1999-06-23 22:38:56 -0400 (Wed, 23 Jun 1999) | 2 lines
6866
6867 foo?
6868
6869 ------------------------------------------------------------------------
6870 r812 | ajc | 1999-06-23 21:44:48 -0400 (Wed, 23 Jun 1999) | 3 lines
6871
6872         * webcit.c: added "back, top, next" buttons to bottom of each page
6873         * menubar.html: replaced "User list" with "Page another user"
6874
6875 ------------------------------------------------------------------------
6876 r811 | ajc | 1999-06-22 14:53:53 -0400 (Tue, 22 Jun 1999) | 2 lines
6877
6878 context_loop.c: rearranged some code to try to eliminate deadlocks
6879
6880 ------------------------------------------------------------------------
6881 r808 | ajc | 1999-06-18 11:57:17 -0400 (Fri, 18 Jun 1999) | 3 lines
6882
6883         * Unknown URL's now display the main menu instead of diagnostics
6884         * Diagnostics are now at <baseurl>/diagnostics
6885
6886 ------------------------------------------------------------------------
6887 r806 | ajc | 1999-06-07 22:01:29 -0400 (Mon, 07 Jun 1999) | 4 lines
6888
6889         * Session no longer locks up when an express message is cancelled
6890         * The default Citadel server is now "localhost" instead of uncnsrd
6891         * Added some documentation
6892
6893 ------------------------------------------------------------------------
6894 r805 | ajc | 1999-06-07 21:53:15 -0400 (Mon, 07 Jun 1999) | 2 lines
6895
6896 Added docs
6897
6898 ------------------------------------------------------------------------
6899 r804 | ajc | 1999-06-04 23:13:04 -0400 (Fri, 04 Jun 1999) | 2 lines
6900
6901 Got rid of TODO.txt
6902
6903 ------------------------------------------------------------------------
6904 r803 | ajc | 1999-06-03 12:29:57 -0400 (Thu, 03 Jun 1999) | 4 lines
6905
6906         * roomops.c: made room banner graphics more reliable
6907         * messages.c: added code to prevent accidental "double-posting"
6908         * who.c: fixed the "Change room/host/user" submit logic
6909
6910 ------------------------------------------------------------------------
6911 r801 | nick | 1999-06-03 09:56:04 -0400 (Thu, 03 Jun 1999) | 2 lines
6912
6913 hanged menubar.html so the links can be read
6914
6915 ------------------------------------------------------------------------
6916 r800 | ajc | 1999-06-02 23:48:55 -0400 (Wed, 02 Jun 1999) | 3 lines
6917
6918         * Ditched the frames mode completely.  It wasn't working properly in,
6919           among other places, IE 5.  Die, Bill, Die.
6920
6921 ------------------------------------------------------------------------
6922 r799 | ajc | 1999-05-29 01:01:12 -0400 (Sat, 29 May 1999) | 3 lines
6923
6924         * WebCit now sends the name of the end user's browser as the client
6925           name in a Citadel IDEN command rather than its own name.
6926
6927 ------------------------------------------------------------------------
6928 r798 | ajc | 1999-05-29 00:38:09 -0400 (Sat, 29 May 1999) | 5 lines
6929
6930         * Fixed the behavior of the "forget room" routine, to properly handle
6931           the transition back to the Lobby after it's all done.
6932         * Added ExpressMessageCat() to allow code to send the user messages
6933           along with incoming express messages
6934
6935 ------------------------------------------------------------------------
6936 r796 | ajc | 1999-05-21 23:35:59 -0400 (Fri, 21 May 1999) | 3 lines
6937
6938         * Minor code cleanups
6939         * New mail notification
6940
6941 ------------------------------------------------------------------------
6942 r786 | ajc | 1999-05-17 21:02:40 -0400 (Mon, 17 May 1999) | 2 lines
6943
6944  Top-aligned all the cells in the fake frames in non-frames mode
6945
6946 ------------------------------------------------------------------------
6947 r784 | ajc | 1999-05-14 23:38:36 -0400 (Fri, 14 May 1999) | 4 lines
6948
6949
6950         * Initial entry to _BASEROOM_ at login now done as a Skip instead
6951           of a Goto, in order to prevent it from first marking all msgs old.
6952
6953 ------------------------------------------------------------------------
6954 r774 | ajc | 1999-05-10 23:10:20 -0400 (Mon, 10 May 1999) | 3 lines
6955
6956         * Replaced _most_ gotoroom() calls with smart_goto(), a version
6957           which can differentiate the needs of frames and noframes modes
6958
6959 ------------------------------------------------------------------------
6960 r768 | ajc | 1999-05-08 01:07:33 -0400 (Sat, 08 May 1999) | 2 lines
6961
6962 webserver.c: added "-t" option to send traces somewhere else
6963
6964 ------------------------------------------------------------------------
6965 r759 | ajc | 1999-04-27 23:38:05 -0400 (Tue, 27 Apr 1999) | 5 lines
6966
6967         * context_loop.c: display an error page if the client browser
6968           requests a non-root page and there is no cookie set
6969         * webserver.c: took my name off the copyright notice (it's a group
6970           effort, after all)
6971
6972 ------------------------------------------------------------------------
6973 r758 | ajc | 1999-04-27 23:11:58 -0400 (Tue, 27 Apr 1999) | 2 lines
6974
6975 credits
6976
6977 ------------------------------------------------------------------------
6978 r725 | ajc | 1999-04-18 23:44:08 -0400 (Sun, 18 Apr 1999) | 3 lines
6979
6980         * Reworked a lot of the structure, made more HTML "embeddable"
6981         * Changed the noframes mode to display "fake" frames using tables
6982
6983 ------------------------------------------------------------------------
6984 r724 | ajc | 1999-04-18 20:30:07 -0400 (Sun, 18 Apr 1999) | 2 lines
6985
6986 Minor cosmetic fix
6987
6988 ------------------------------------------------------------------------
6989 r722 | nick | 1999-04-16 18:32:33 -0400 (Fri, 16 Apr 1999) | 3 lines
6990
6991 Thus Apr 14 6:30:00 1999 Nick Grossman <nick@ulster.net>
6992         Fixed my fix in who.c (fixed frame target in room name)
6993
6994 ------------------------------------------------------------------------
6995 r721 | nick | 1999-04-16 18:25:57 -0400 (Fri, 16 Apr 1999) | 4 lines
6996
6997 Changed some output formatting, mostly <FONT> tags. Changed who.c
6998 to use urlescputs() rather than escputs() so names with spaces are
6999 handled correctly.
7000
7001 ------------------------------------------------------------------------
7002 r715 | ajc | 1999-04-14 20:03:05 -0400 (Wed, 14 Apr 1999) | 2 lines
7003
7004 Got it!
7005
7006 ------------------------------------------------------------------------
7007 r714 | ajc | 1999-04-14 17:58:04 -0400 (Wed, 14 Apr 1999) | 5 lines
7008
7009         http://www.webreference.com/dhtml/column18/menuFrLoad.html
7010         How to cause "onLoad=" to cause a sibling frame to refresh without
7011         having to use the nonportable HTTP "Window-Target:" directive.  Began
7012         implementation of this; it should allow portable NS/IE compatibility.
7013
7014 ------------------------------------------------------------------------
7015 r685 | ajc | 1999-04-07 21:52:09 -0400 (Wed, 07 Apr 1999) | 2 lines
7016
7017         * Implemented "access level required to create rooms"
7018
7019 ------------------------------------------------------------------------
7020 r646 | ajc | 1999-03-18 00:24:27 -0500 (Thu, 18 Mar 1999) | 4 lines
7021
7022         * webcit.c: modified getz() to *exit* the program when fgets()
7023           returns an error.  This is actually the desired behavior; it would
7024           otherwise busy-loop forever on a broken pipe.
7025
7026 ------------------------------------------------------------------------
7027 r625 | ajc | 1999-03-06 22:39:33 -0500 (Sat, 06 Mar 1999) | 2 lines
7028
7029 roomops.c: in room list, print a &nbsp; in otherwise empty cells
7030
7031 ------------------------------------------------------------------------
7032 r624 | ajc | 1999-03-06 22:26:10 -0500 (Sat, 06 Mar 1999) | 2 lines
7033
7034 Initial value of 'noframes' is now set by the braindamage check
7035
7036 ------------------------------------------------------------------------
7037 r623 | ajc | 1999-03-06 22:25:31 -0500 (Sat, 06 Mar 1999) | 2 lines
7038
7039 Fixed stuff
7040
7041 ------------------------------------------------------------------------
7042 r622 | ajc | 1999-03-06 22:17:30 -0500 (Sat, 06 Mar 1999) | 2 lines
7043
7044 updated the TODO
7045
7046 ------------------------------------------------------------------------
7047 r621 | ajc | 1999-03-06 22:10:14 -0500 (Sat, 06 Mar 1999) | 2 lines
7048
7049 Ran everything through "indent -kr -i8"
7050
7051 ------------------------------------------------------------------------
7052 r620 | ajc | 1999-03-06 22:09:55 -0500 (Sat, 06 Mar 1999) | 2 lines
7053
7054         * wildmat.c, braindamage.c: added
7055
7056 ------------------------------------------------------------------------
7057 r619 | ajc | 1999-03-06 19:59:02 -0500 (Sat, 06 Mar 1999) | 5 lines
7058
7059         * webcit.c: added to getz() the ability to return an error code;
7060           implemented this in the main loop, hopefully fixing problems
7061         * Added "braindamage" file (frames/JS browser compatibility list)
7062         * Added HTTP "User-agent:" detection (still need to DO SOMETHING)
7063
7064 ------------------------------------------------------------------------
7065 r603 | ajc | 1999-02-27 12:28:52 -0500 (Sat, 27 Feb 1999) | 2 lines
7066
7067 comments
7068
7069 ------------------------------------------------------------------------
7070 r600 | nbryant | 1999-02-24 17:15:55 -0500 (Wed, 24 Feb 1999) | 3 lines
7071
7072         * context_loop.c: warning fix
7073         * webcit.c: off_t is a 64-bit `long long' on BSDI (eek!)
7074
7075 ------------------------------------------------------------------------
7076 r595 | nick | 1999-02-23 17:23:49 -0500 (Tue, 23 Feb 1999) | 2 lines
7077
7078 Nick: More interface tweaks to who.c
7079
7080 ------------------------------------------------------------------------
7081 r582 | nick | 1999-02-19 16:09:54 -0500 (Fri, 19 Feb 1999) | 2 lines
7082
7083 Cosmetic changes. Updated roomops.c, who.c and /static
7084
7085 ------------------------------------------------------------------------
7086 r577 | ajc | 1999-02-17 13:35:35 -0500 (Wed, 17 Feb 1999) | 2 lines
7087
7088 Added locate_host.c
7089
7090 ------------------------------------------------------------------------
7091 r553 | ajc | 1999-01-30 19:01:51 -0500 (Sat, 30 Jan 1999) | 2 lines
7092
7093 Resolve the name of the connecting host and pass it on to Citadel
7094
7095 ------------------------------------------------------------------------
7096 r550 | ajc | 1999-01-29 23:07:33 -0500 (Fri, 29 Jan 1999) | 2 lines
7097
7098 fixed the noframes mode
7099
7100 ------------------------------------------------------------------------
7101 r549 | ajc | 1999-01-29 14:51:23 -0500 (Fri, 29 Jan 1999) | 5 lines
7102
7103         * wDumpContent() is now responsible for </BODY></HTML> most of the
7104           time (parameter settable) so that the main menu can easily be
7105           embedded in every page when running in noframes mode
7106         * noframes mode selection is now carried in the cookie
7107
7108 ------------------------------------------------------------------------
7109 r547 | ajc | 1999-01-28 23:14:25 -0500 (Thu, 28 Jan 1999) | 2 lines
7110
7111         * Made the system semi-navigable in noframes mode.
7112
7113 ------------------------------------------------------------------------
7114 r546 | ajc | 1999-01-28 20:33:41 -0500 (Thu, 28 Jan 1999) | 2 lines
7115
7116 noframes switch
7117
7118 ------------------------------------------------------------------------
7119 r545 | ajc | 1999-01-28 20:30:44 -0500 (Thu, 28 Jan 1999) | 3 lines
7120
7121         * Made the frames stuff less dependent on the HTML TARGET= directive
7122           and more dependent on the HTTP Window-target: directive.
7123
7124 ------------------------------------------------------------------------
7125 r544 | ajc | 1999-01-28 20:00:25 -0500 (Thu, 28 Jan 1999) | 2 lines
7126
7127 checkbox
7128
7129 ------------------------------------------------------------------------
7130 r540 | ajc | 1999-01-24 23:39:23 -0500 (Sun, 24 Jan 1999) | 2 lines
7131
7132 Added floor selection support to edit room
7133
7134 ------------------------------------------------------------------------
7135 r539 | ajc | 1999-01-24 22:20:17 -0500 (Sun, 24 Jan 1999) | 2 lines
7136
7137 IE SUCKS!!
7138
7139 ------------------------------------------------------------------------
7140 r537 | ajc | 1999-01-23 20:02:55 -0500 (Sat, 23 Jan 1999) | 2 lines
7141
7142 BugFix
7143
7144 ------------------------------------------------------------------------
7145 r534 | ajc | 1999-01-21 19:07:39 -0500 (Thu, 21 Jan 1999) | 2 lines
7146
7147 Minor shuffling around of code and removal of unused functions.
7148
7149 ------------------------------------------------------------------------
7150 r533 | ajc | 1999-01-21 19:06:14 -0500 (Thu, 21 Jan 1999) | 2 lines
7151
7152 Added TODO
7153
7154 ------------------------------------------------------------------------
7155 r524 | ajc | 1999-01-14 17:31:38 -0500 (Thu, 14 Jan 1999) | 2 lines
7156
7157 mime parser fixes
7158
7159 ------------------------------------------------------------------------
7160 r523 | ajc | 1999-01-14 17:15:02 -0500 (Thu, 14 Jan 1999) | 3 lines
7161
7162         * Modified the back end of mime_parser to use callbacks instead of
7163           doing something specific.  Now we can use it elsewhere.
7164
7165 ------------------------------------------------------------------------
7166 r518 | ajc | 1999-01-12 17:12:37 -0500 (Tue, 12 Jan 1999) | 2 lines
7167
7168 finished site-config screen and added generic-command screen
7169
7170 ------------------------------------------------------------------------
7171 r513 | ajc | 1999-01-09 20:41:25 -0500 (Sat, 09 Jan 1999) | 2 lines
7172
7173 lotsa stuff
7174
7175 ------------------------------------------------------------------------
7176 r512 | ajc | 1999-01-09 20:40:47 -0500 (Sat, 09 Jan 1999) | 2 lines
7177
7178 Lotsa stuff.  See ChangeLog for details.
7179
7180 ------------------------------------------------------------------------
7181 r507 | ajc | 1999-01-04 23:50:05 -0500 (Mon, 04 Jan 1999) | 2 lines
7182
7183 msg changes
7184
7185 ------------------------------------------------------------------------
7186 r506 | ajc | 1999-01-04 23:40:39 -0500 (Mon, 04 Jan 1999) | 2 lines
7187
7188 Added an "edit your session" screen to change your wholisting.
7189
7190 ------------------------------------------------------------------------
7191 r505 | ajc | 1999-01-04 23:05:01 -0500 (Mon, 04 Jan 1999) | 2 lines
7192
7193 Removed wc_host and wc_port cookies.
7194
7195 ------------------------------------------------------------------------
7196 r504 | ajc | 1999-01-03 23:09:51 -0500 (Sun, 03 Jan 1999) | 3 lines
7197
7198         * Added a "kill session" link to each line of the wholist when
7199           logged in as an aide, and the screens to perform this operation.
7200
7201 ------------------------------------------------------------------------
7202 r503 | ajc | 1999-01-03 22:45:24 -0500 (Sun, 03 Jan 1999) | 2 lines
7203
7204 Added networking configuration screens.  These still need testing.
7205
7206 ------------------------------------------------------------------------
7207 r501 | ajc | 1999-01-03 20:18:44 -0500 (Sun, 03 Jan 1999) | 2 lines
7208
7209 Added "change password"
7210
7211 ------------------------------------------------------------------------
7212 r500 | ajc | 1999-01-03 20:07:54 -0500 (Sun, 03 Jan 1999) | 6 lines
7213
7214         * Added "enter registration"
7215         * Set up automatic trigger of Enter Registration when the server
7216           says it's needed
7217         * Established that a one-to-one WebCit/Citadel correspondence will
7218           be required.  No big deal due to shared code segments.
7219
7220 ------------------------------------------------------------------------
7221 r499 | ajc | 1999-01-01 02:01:48 -0500 (Fri, 01 Jan 1999) | 4 lines
7222
7223         * Added "add/edit room graphic" screens.
7224         * Added "add/edit floor graphic" screens.
7225         * Fixed display of floor graphic in known rooms list.
7226
7227 ------------------------------------------------------------------------
7228 r497 | ajc | 1998-12-31 21:55:26 -0500 (Thu, 31 Dec 1998) | 5 lines
7229
7230         * Final cvs commit for 1998 (an awful year, I'm glad to see it over).
7231         * "Finished" the MIME parser.
7232         * Got image uploads working.
7233         * Added "add/edit user photo" screens.
7234
7235 ------------------------------------------------------------------------
7236 r496 | ajc | 1998-12-31 20:59:45 -0500 (Thu, 31 Dec 1998) | 2 lines
7237
7238 stuff
7239
7240 ------------------------------------------------------------------------
7241 r495 | ajc | 1998-12-31 20:24:47 -0500 (Thu, 31 Dec 1998) | 2 lines
7242
7243 more work on the mime stuff
7244
7245 ------------------------------------------------------------------------
7246 r494 | ajc | 1998-12-30 23:56:42 -0500 (Wed, 30 Dec 1998) | 3 lines
7247
7248         * Wrote mime_parser.c for handling of image uploads.  This will also
7249           be used in future Citadel MIME projects.
7250
7251 ------------------------------------------------------------------------
7252 r493 | ajc | 1998-12-30 23:20:16 -0500 (Wed, 30 Dec 1998) | 2 lines
7253
7254 added more stuff to the parser
7255
7256 ------------------------------------------------------------------------
7257 r492 | ajc | 1998-12-30 21:24:25 -0500 (Wed, 30 Dec 1998) | 2 lines
7258
7259 got it working ok
7260
7261 ------------------------------------------------------------------------
7262 r491 | ajc | 1998-12-30 21:07:54 -0500 (Wed, 30 Dec 1998) | 2 lines
7263
7264 got boundaries working
7265
7266 ------------------------------------------------------------------------
7267 r490 | ajc | 1998-12-30 20:53:08 -0500 (Wed, 30 Dec 1998) | 2 lines
7268
7269 Fleshed out the mime parser a bit
7270
7271 ------------------------------------------------------------------------
7272 r489 | ajc | 1998-12-30 20:36:40 -0500 (Wed, 30 Dec 1998) | 2 lines
7273
7274 uuuughhhh... added mime_parser.c to prepare for uploads
7275
7276 ------------------------------------------------------------------------
7277 r487 | ajc | 1998-12-29 23:39:01 -0500 (Tue, 29 Dec 1998) | 2 lines
7278
7279         * Added "validate users"
7280
7281 ------------------------------------------------------------------------
7282 r486 | ajc | 1998-12-29 23:26:17 -0500 (Tue, 29 Dec 1998) | 3 lines
7283
7284         * Fixed a bug in the room banner display code
7285         * Added "delete room"
7286
7287 ------------------------------------------------------------------------
7288 r485 | ajc | 1998-12-28 19:19:04 -0500 (Mon, 28 Dec 1998) | 2 lines
7289
7290 debugs
7291
7292 ------------------------------------------------------------------------
7293 r483 | ajc | 1998-12-28 00:26:32 -0500 (Mon, 28 Dec 1998) | 3 lines
7294
7295         * Added "edit room info file"
7296         * Added "edit bio"
7297
7298 ------------------------------------------------------------------------
7299 r481 | ajc | 1998-12-27 00:04:16 -0500 (Sun, 27 Dec 1998) | 2 lines
7300
7301 added "edit room"
7302
7303 ------------------------------------------------------------------------
7304 r480 | ajc | 1998-12-27 00:03:59 -0500 (Sun, 27 Dec 1998) | 2 lines
7305
7306 added "Create room"
7307
7308 ------------------------------------------------------------------------
7309 r479 | ajc | 1998-12-26 23:28:38 -0500 (Sat, 26 Dec 1998) | 2 lines
7310
7311         * Added "create room"
7312
7313 ------------------------------------------------------------------------
7314 r478 | ajc | 1998-12-26 23:13:55 -0500 (Sat, 26 Dec 1998) | 3 lines
7315
7316         * Changed the "auto read new" functionality from a meta refresh tag
7317           to an "onload" directive (the former was causing graphics problems)
7318
7319 ------------------------------------------------------------------------
7320 r477 | ajc | 1998-12-26 22:44:18 -0500 (Sat, 26 Dec 1998) | 2 lines
7321
7322 dunno ... what did I do?
7323
7324 ------------------------------------------------------------------------
7325 r470 | ajc | 1998-12-22 22:37:23 -0500 (Tue, 22 Dec 1998) | 4 lines
7326
7327         * Got the Zap and List-Zapped commands working
7328         * Added a convenience function to display a page with an error string
7329         * Automatically do a read-new-msgs whenever a new room banner is loaded
7330
7331 ------------------------------------------------------------------------
7332 r466 | ajc | 1998-12-17 22:49:56 -0500 (Thu, 17 Dec 1998) | 2 lines
7333
7334         * Added goto private rooms
7335
7336 ------------------------------------------------------------------------
7337 r465 | ajc | 1998-12-17 20:48:32 -0500 (Thu, 17 Dec 1998) | 2 lines
7338
7339 Added the chat system
7340
7341 ------------------------------------------------------------------------
7342 r464 | ajc | 1998-12-17 20:38:40 -0500 (Thu, 17 Dec 1998) | 3 lines
7343
7344         * Added the screens to send pages
7345         * Changed message headers to display in bigger font, non-boldface
7346
7347 ------------------------------------------------------------------------
7348 r460 | ajc | 1998-12-16 16:24:52 -0500 (Wed, 16 Dec 1998) | 2 lines
7349
7350 Replace "Citadel/UX" in menu bar with the Citadel/UX logo
7351
7352 ------------------------------------------------------------------------
7353 r459 | ajc | 1998-12-16 16:13:10 -0500 (Wed, 16 Dec 1998) | 2 lines
7354
7355 added start-webcit (temporary)
7356
7357 ------------------------------------------------------------------------
7358 r453 | nbryant | 1998-12-14 16:48:23 -0500 (Mon, 14 Dec 1998) | 2 lines
7359
7360 automatically regenerate Makefile when Makefile.in changes
7361
7362 ------------------------------------------------------------------------
7363 r452 | ajc | 1998-12-14 00:11:53 -0500 (Mon, 14 Dec 1998) | 2 lines
7364
7365 Display express messages in cute little JavaScript popup window.
7366
7367 ------------------------------------------------------------------------
7368 r451 | ajc | 1998-12-13 23:51:51 -0500 (Sun, 13 Dec 1998) | 3 lines
7369
7370 Set up an option in output_headers() to optionally print the most
7371 often used opening HTML as well as the HTTP headers.
7372
7373 ------------------------------------------------------------------------
7374 r450 | ajc | 1998-12-13 23:25:09 -0500 (Sun, 13 Dec 1998) | 2 lines
7375
7376  roomops.c: fixed buggy implementation of ungoto
7377
7378 ------------------------------------------------------------------------
7379 r449 | ajc | 1998-12-13 20:50:36 -0500 (Sun, 13 Dec 1998) | 2 lines
7380
7381 userlist.c: added.  This adds "userlist" and "show user" functions.
7382
7383 ------------------------------------------------------------------------
7384 r448 | ajc | 1998-12-13 19:26:41 -0500 (Sun, 13 Dec 1998) | 2 lines
7385
7386 messages.c: added "move message" functionality
7387
7388 ------------------------------------------------------------------------
7389 r447 | ajc | 1998-12-13 19:16:31 -0500 (Sun, 13 Dec 1998) | 2 lines
7390
7391 messages.c: added "delete message" functionality
7392
7393 ------------------------------------------------------------------------
7394 r446 | ajc | 1998-12-13 18:52:55 -0500 (Sun, 13 Dec 1998) | 5 lines
7395
7396         * Ignore SIGPIPE; this seems to magically make the program bulletproof
7397           against broken HTTP connections.
7398         * Added a housekeeping thread to periodically remove dead sessions
7399           and kill idle sessions.
7400
7401 ------------------------------------------------------------------------
7402 r443 | ajc | 1998-12-13 13:57:56 -0500 (Sun, 13 Dec 1998) | 2 lines
7403
7404 remove extra diagnostic
7405
7406 ------------------------------------------------------------------------
7407 r442 | ajc | 1998-12-13 13:55:37 -0500 (Sun, 13 Dec 1998) | 2 lines
7408
7409 Check for dead webcit child process before each transaction.
7410
7411 ------------------------------------------------------------------------
7412 r441 | ajc | 1998-12-13 13:36:01 -0500 (Sun, 13 Dec 1998) | 2 lines
7413
7414 context_loop.c: Moved "remove session" into its own function
7415
7416 ------------------------------------------------------------------------
7417 r440 | ajc | 1998-12-13 13:11:17 -0500 (Sun, 13 Dec 1998) | 2 lines
7418
7419 i dunno
7420
7421 ------------------------------------------------------------------------
7422 r439 | ajc | 1998-12-12 00:44:18 -0500 (Sat, 12 Dec 1998) | 2 lines
7423
7424    * Brought over message reading and entry functions from old WebCit
7425
7426 ------------------------------------------------------------------------
7427 r438 | ajc | 1998-12-12 00:44:05 -0500 (Sat, 12 Dec 1998) | 2 lines
7428
7429    * Brought over message reading and entry functions from old WebCit
7430
7431 ------------------------------------------------------------------------
7432 r437 | ajc | 1998-12-11 21:26:37 -0500 (Fri, 11 Dec 1998) | 2 lines
7433
7434 fixed spacing
7435
7436 ------------------------------------------------------------------------
7437 r436 | ajc | 1998-12-11 21:15:09 -0500 (Fri, 11 Dec 1998) | 2 lines
7438
7439 Brought over message reading functions from old WebCit
7440
7441 ------------------------------------------------------------------------
7442 r432 | nbryant | 1998-12-10 16:10:45 -0500 (Thu, 10 Dec 1998) | 2 lines
7443
7444         * webserver.c: remove commented-out references to SO_LINGER
7445
7446 ------------------------------------------------------------------------
7447 r431 | nbryant | 1998-12-10 15:34:37 -0500 (Thu, 10 Dec 1998) | 2 lines
7448
7449         * context_loop.c: really fix the SO_LINGER stuff
7450
7451 ------------------------------------------------------------------------
7452 r430 | ajc | 1998-12-10 11:58:29 -0500 (Thu, 10 Dec 1998) | 2 lines
7453
7454 config.h.in
7455
7456 ------------------------------------------------------------------------
7457 r429 | ajc | 1998-12-10 11:38:27 -0500 (Thu, 10 Dec 1998) | 2 lines
7458
7459 initial tests for image uploads
7460
7461 ------------------------------------------------------------------------
7462 r428 | ajc | 1998-12-09 23:04:10 -0500 (Wed, 09 Dec 1998) | 2 lines
7463
7464 Set up login banner graphic and background image graphic
7465
7466 ------------------------------------------------------------------------
7467 r427 | ajc | 1998-12-09 22:13:56 -0500 (Wed, 09 Dec 1998) | 2 lines
7468
7469 Added support for graphics images retrieved from the Citadel server.
7470
7471 ------------------------------------------------------------------------
7472 r426 | ajc | 1998-12-09 19:24:20 -0500 (Wed, 09 Dec 1998) | 2 lines
7473
7474 weird stuff regarding that trailing CRLF
7475
7476 ------------------------------------------------------------------------
7477 r425 | ajc | 1998-12-09 18:52:30 -0500 (Wed, 09 Dec 1998) | 4 lines
7478
7479         * context_loop.c: After fork(), child process closes the HTTP socket
7480           so when the parent process closes it, it actually _does_ close.
7481           Otherwise, aIEeeee and possibly other browsers will hang.
7482
7483 ------------------------------------------------------------------------
7484 r424 | ajc | 1998-12-09 15:08:44 -0500 (Wed, 09 Dec 1998) | 2 lines
7485
7486 Added support for new user login (still need to handle registration).
7487
7488 ------------------------------------------------------------------------
7489 r423 | nbryant | 1998-12-09 14:35:28 -0500 (Wed, 09 Dec 1998) | 2 lines
7490
7491 * context_loop.c, webserver.c, webserver.h: SO_LINGER and locking fix
7492
7493 ------------------------------------------------------------------------
7494 r422 | ajc | 1998-12-09 11:16:37 -0500 (Wed, 09 Dec 1998) | 3 lines
7495
7496         * Smoothed out some of the login/logout code.  Failed authentication
7497           now works the way it should.  New user login not yet supported.
7498
7499 ------------------------------------------------------------------------
7500 r421 | ajc | 1998-12-08 18:44:26 -0500 (Tue, 08 Dec 1998) | 2 lines
7501
7502 cosmetic
7503
7504 ------------------------------------------------------------------------
7505 r420 | ajc | 1998-12-08 15:47:04 -0500 (Tue, 08 Dec 1998) | 4 lines
7506
7507         * Discovered that the HTTP socket problem is related to a socket that
7508           isn't properly lingering on close.  Temporarily hacked a sleep(10)
7509           into context_loop.c until it is figured out.
7510
7511 ------------------------------------------------------------------------
7512 r417 | ajc | 1998-12-07 17:07:22 -0500 (Mon, 07 Dec 1998) | 3 lines
7513
7514         * Did a little debugging, still trying to figure out why logging in
7515           displays "Connection reset by peer" error.  It used to work...
7516
7517 ------------------------------------------------------------------------
7518 r414 | nbryant | 1998-12-07 00:33:04 -0500 (Mon, 07 Dec 1998) | 2 lines
7519
7520 updated dependencies
7521
7522 ------------------------------------------------------------------------
7523 r410 | ajc | 1998-12-06 20:29:17 -0500 (Sun, 06 Dec 1998) | 2 lines
7524
7525 added new "action" variable to make main loop simpler
7526
7527 ------------------------------------------------------------------------
7528 r409 | ajc | 1998-12-06 19:51:45 -0500 (Sun, 06 Dec 1998) | 2 lines
7529
7530 Fixed broken interpretation of variables specified in the URL
7531
7532 ------------------------------------------------------------------------
7533 r408 | nbryant | 1998-12-06 14:56:38 -0500 (Sun, 06 Dec 1998) | 2 lines
7534
7535 * context_loop.c: warning fix
7536
7537 ------------------------------------------------------------------------
7538 r406 | nbryant | 1998-12-06 00:37:20 -0500 (Sun, 06 Dec 1998) | 2 lines
7539
7540         * webserver.c: prototype vsnprintf
7541
7542 ------------------------------------------------------------------------
7543 r403 | nbryant | 1998-12-05 15:59:40 -0500 (Sat, 05 Dec 1998) | 2 lines
7544
7545 portability enhancements
7546
7547 ------------------------------------------------------------------------
7548 r402 | nbryant | 1998-12-05 15:31:58 -0500 (Sat, 05 Dec 1998) | 2 lines
7549
7550 fixed a typo
7551
7552 ------------------------------------------------------------------------
7553 r401 | nbryant | 1998-12-05 15:15:37 -0500 (Sat, 05 Dec 1998) | 4 lines
7554
7555         * tcp_sockets.c: removed some dead code
7556         * context_loop.c: oops, I made a memory leak. fix fix fix. also close
7557           unused ends of pipes, fix a file descriptor leak and a race condition
7558
7559 ------------------------------------------------------------------------
7560 r399 | nbryant | 1998-12-05 00:27:41 -0500 (Sat, 05 Dec 1998) | 2 lines
7561
7562 Makefile
7563
7564 ------------------------------------------------------------------------
7565 r398 | nbryant | 1998-12-05 00:27:02 -0500 (Sat, 05 Dec 1998) | 3 lines
7566
7567         * context_loop.c: moved the monster 64k buffer array off the stack
7568         * tcp_sockets.c: getservbyname() doesn't set errno.
7569
7570 ------------------------------------------------------------------------
7571 r397 | nbryant | 1998-12-04 22:17:05 -0500 (Fri, 04 Dec 1998) | 3 lines
7572
7573         * converted to autoconf and began port to Digital UNIX
7574         * warning fixes
7575
7576 ------------------------------------------------------------------------
7577 r396 | nbryant | 1998-12-04 14:39:02 -0500 (Fri, 04 Dec 1998) | 3 lines
7578
7579         * webserver.c, context_loop.c, webcit.c: add commandline args for host
7580           and port
7581
7582 ------------------------------------------------------------------------
7583 r395 | nbryant | 1998-12-03 23:43:47 -0500 (Thu, 03 Dec 1998) | 2 lines
7584
7585         * webserver.c: warning fix
7586
7587 ------------------------------------------------------------------------
7588 r394 | ajc | 1998-12-03 23:01:48 -0500 (Thu, 03 Dec 1998) | 2 lines
7589
7590 Got webcit-initiated session cleanups to work properly.
7591
7592 ------------------------------------------------------------------------
7593 r393 | ajc | 1998-12-03 21:09:29 -0500 (Thu, 03 Dec 1998) | 3 lines
7594
7595 Got lots of goto, ungoto, skip, etc. working
7596 Advanced menu is in place
7597
7598 ------------------------------------------------------------------------
7599 r392 | ajc | 1998-12-03 20:45:17 -0500 (Thu, 03 Dec 1998) | 2 lines
7600
7601 added ungoto
7602
7603 ------------------------------------------------------------------------
7604 r391 | ajc | 1998-12-03 20:21:24 -0500 (Thu, 03 Dec 1998) | 2 lines
7605
7606 do_welcome
7607
7608 ------------------------------------------------------------------------
7609 r390 | ajc | 1998-12-03 20:17:56 -0500 (Thu, 03 Dec 1998) | 2 lines
7610
7611 logout now goes to "_top" frame to clear the frameset.
7612
7613 ------------------------------------------------------------------------
7614 r389 | ajc | 1998-12-03 20:13:57 -0500 (Thu, 03 Dec 1998) | 2 lines
7615
7616 stuff
7617
7618 ------------------------------------------------------------------------
7619 r388 | ajc | 1998-12-03 20:00:02 -0500 (Thu, 03 Dec 1998) | 2 lines
7620
7621 changed the title
7622
7623 ------------------------------------------------------------------------
7624 r387 | ajc | 1998-12-03 19:55:20 -0500 (Thu, 03 Dec 1998) | 2 lines
7625
7626 changes to become_logged_in()
7627
7628 ------------------------------------------------------------------------
7629 r386 | ajc | 1998-12-03 19:42:24 -0500 (Thu, 03 Dec 1998) | 2 lines
7630
7631 login page is now static
7632
7633 ------------------------------------------------------------------------
7634 r385 | ajc | 1998-12-03 19:42:09 -0500 (Thu, 03 Dec 1998) | 2 lines
7635
7636 Login page is now static
7637
7638 ------------------------------------------------------------------------
7639 r384 | nick | 1998-12-03 17:31:39 -0500 (Thu, 03 Dec 1998) | 2 lines
7640
7641 Nick: Added redirect()
7642
7643 ------------------------------------------------------------------------
7644 r382 | ajc | 1998-12-03 13:22:08 -0500 (Thu, 03 Dec 1998) | 4 lines
7645
7646 Got some of the cross-frame stuff working.
7647 Got the room banners working, and also added the "back" and "forward"
7648 buttons to the banner.
7649
7650 ------------------------------------------------------------------------
7651 r378 | ajc | 1998-12-02 23:42:01 -0500 (Wed, 02 Dec 1998) | 2 lines
7652
7653 Got the menu bar working (sort of)
7654
7655 ------------------------------------------------------------------------
7656 r377 | ajc | 1998-12-02 23:24:27 -0500 (Wed, 02 Dec 1998) | 2 lines
7657
7658 Fixed the locks, though I'm not sure I did it correctly.
7659
7660 ------------------------------------------------------------------------
7661 r376 | ajc | 1998-12-02 23:08:26 -0500 (Wed, 02 Dec 1998) | 2 lines
7662
7663 added .cvsignore
7664
7665 ------------------------------------------------------------------------
7666 r375 | ajc | 1998-12-02 23:07:57 -0500 (Wed, 02 Dec 1998) | 2 lines
7667
7668 hmm
7669
7670 ------------------------------------------------------------------------
7671 r359 | ajc | 1998-11-29 23:25:20 -0500 (Sun, 29 Nov 1998) | 2 lines
7672
7673 we still have a problem
7674
7675 ------------------------------------------------------------------------
7676 r358 | ajc | 1998-11-29 19:08:07 -0500 (Sun, 29 Nov 1998) | 2 lines
7677
7678 added stuff
7679
7680 ------------------------------------------------------------------------
7681 r357 | ajc | 1998-11-29 19:07:47 -0500 (Sun, 29 Nov 1998) | 2 lines
7682
7683 got known rooms list working
7684
7685 ------------------------------------------------------------------------
7686 r356 | ajc | 1998-11-25 20:48:50 -0500 (Wed, 25 Nov 1998) | 2 lines
7687
7688 started to add wholist
7689
7690 ------------------------------------------------------------------------
7691 r355 | ajc | 1998-11-25 20:36:38 -0500 (Wed, 25 Nov 1998) | 2 lines
7692
7693 got login and frames working together
7694
7695 ------------------------------------------------------------------------
7696 r354 | ajc | 1998-11-25 16:42:39 -0500 (Wed, 25 Nov 1998) | 2 lines
7697
7698 fixed da framez
7699
7700 ------------------------------------------------------------------------
7701 r353 | ajc | 1998-11-25 14:03:09 -0500 (Wed, 25 Nov 1998) | 3 lines
7702
7703 completed part of the login procedure
7704 added the frameset
7705
7706 ------------------------------------------------------------------------
7707 r352 | ajc | 1998-11-25 10:54:45 -0500 (Wed, 25 Nov 1998) | 2 lines
7708
7709 i dunno
7710
7711 ------------------------------------------------------------------------
7712 r351 | ajc | 1998-11-25 10:34:51 -0500 (Wed, 25 Nov 1998) | 2 lines
7713
7714 handled unpacking of multiple cookies coming in on one Cookie: line
7715
7716 ------------------------------------------------------------------------
7717 r350 | ajc | 1998-11-24 23:13:36 -0500 (Tue, 24 Nov 1998) | 2 lines
7718
7719 Added IDEN
7720
7721 ------------------------------------------------------------------------
7722 r348 | ajc | 1998-11-24 22:57:37 -0500 (Tue, 24 Nov 1998) | 2 lines
7723
7724 handled content
7725
7726 ------------------------------------------------------------------------
7727 r347 | ajc | 1998-11-24 22:11:39 -0500 (Tue, 24 Nov 1998) | 2 lines
7728
7729 added make clean
7730
7731 ------------------------------------------------------------------------
7732 r346 | ajc | 1998-11-24 22:11:03 -0500 (Tue, 24 Nov 1998) | 2 lines
7733
7734 oooh, lotsa good stuff
7735
7736 ------------------------------------------------------------------------
7737 r345 | ajc | 1998-11-24 21:17:00 -0500 (Tue, 24 Nov 1998) | 2 lines
7738
7739 got a basic framework for content working
7740
7741 ------------------------------------------------------------------------
7742 r343 | ajc | 1998-11-24 14:28:12 -0500 (Tue, 24 Nov 1998) | 3 lines
7743
7744 started on the static loader stuff
7745 added pthread locking
7746
7747 ------------------------------------------------------------------------
7748 r338 | ajc | 1998-11-24 11:24:40 -0500 (Tue, 24 Nov 1998) | 2 lines
7749
7750 Initial revision
7751
7752 ------------------------------------------------------------------------