* added various files generated by autogen.sh, because of problems with autogen on...
[citadel.git] / webcit / ChangeLog
1 ------------------------------------------------------------------------
2 r4472 | dothebart | 2006-04-15 14:28:12 +0200 (Sat, 15 Apr 2006) | 3 lines
3
4 * though POTFILES is automatically generated on newer 
5   systems from POTFILES.in, we add it for the older ones.
6
7 ------------------------------------------------------------------------
8 r4471 | ajc | 2006-04-14 05:20:26 +0200 (Fri, 14 Apr 2006) | 1 line
9
10 Version 6.81
11 ------------------------------------------------------------------------
12 r4469 | ajc | 2006-04-14 04:57:16 +0200 (Fri, 14 Apr 2006) | 1 line
13
14 webserver.c: bind to LOCALEDIR for message catalog.
15 ------------------------------------------------------------------------
16 r4465 | dothebart | 2006-04-09 23:30:25 +0200 (Sun, 09 Apr 2006) | 2 lines
17
18 * fix freebsd build. 
19
20 ------------------------------------------------------------------------
21 r4463 | ajc | 2006-04-07 19:19:13 +0200 (Fri, 07 Apr 2006) | 1 line
22
23 Updated version number to 6.80
24 ------------------------------------------------------------------------
25 r4457 | dothebart | 2006-04-07 01:43:18 +0200 (Fri, 07 Apr 2006) | 2 lines
26
27 we need to call another shellscript now.
28
29 ------------------------------------------------------------------------
30 r4456 | dothebart | 2006-04-07 00:05:35 +0200 (Fri, 07 Apr 2006) | 2 lines
31
32 more modern version.
33
34 ------------------------------------------------------------------------
35 r4455 | ajc | 2006-04-06 23:18:24 +0200 (Thu, 06 Apr 2006) | 2 lines
36
37 Fixed the 'add new note' button not woring
38 when there were already no notes on the page.
39 ------------------------------------------------------------------------
40 r4451 | dothebart | 2006-04-06 00:19:35 +0200 (Thu, 06 Apr 2006) | 2 lines
41
42 * missing flag for libiconv added to the linker flags.
43
44 ------------------------------------------------------------------------
45 r4445 | ajc | 2006-04-04 17:40:47 +0200 (Tue, 04 Apr 2006) | 1 line
46
47 After sending an initial page, return to the wholist
48 ------------------------------------------------------------------------
49 r4439 | ajc | 2006-03-30 06:02:33 +0200 (Thu, 30 Mar 2006) | 2 lines
50
51 Zero out the 'Display name' field when displaying the
52 screen to create or edit a vCard.
53 ------------------------------------------------------------------------
54 r4436 | ajc | 2006-03-27 19:49:36 +0200 (Mon, 27 Mar 2006) | 3 lines
55
56 Non-AJAX move or delete of a message now reloads the
57 read messages loop instead of simply displaying the result of the
58 operation on a grey screen.
59 ------------------------------------------------------------------------
60 r4434 | ajc | 2006-03-27 06:21:50 +0200 (Mon, 27 Mar 2006) | 2 lines
61
62 Remove height constraint on site logo in
63 iconbar, and set width constraint to 120px (like all the others).
64 ------------------------------------------------------------------------
65 r4432 | ajc | 2006-03-25 05:23:08 +0100 (Sat, 25 Mar 2006) | 2 lines
66
67 Updated the README with credits for the new
68 bubble tooltip, and cleaned up the spelling and grammar in the new sections.
69 ------------------------------------------------------------------------
70 r4431 | ajc | 2006-03-25 05:03:40 +0100 (Sat, 25 Mar 2006) | 5 lines
71
72 Calendar: selecting 'Add new event' from the banner bar
73 now defaults the new event's date to the first day of the
74 displayed month, if the displayed month is not the current
75 month, *OR* the exact day being displayed, if the day view
76 is currently being displayed.  Resolves bug #165.
77 ------------------------------------------------------------------------
78 r4430 | ajc | 2006-03-25 00:01:15 +0100 (Sat, 25 Mar 2006) | 3 lines
79
80 Worked around a DOM bug in Internet Explorer that caused it
81 to crash if we manipulate the innerHTML of a DOM node while the page is still being
82 rendered.
83 ------------------------------------------------------------------------
84 r4429 | ajc | 2006-03-24 21:59:57 +0100 (Fri, 24 Mar 2006) | 3 lines
85
86 Resized and repositioned the tooltip bubble so that
87 it doesn't scroll the screen at the edges, and also it no longer breaks up into multiple
88 pieces when filled with a large amount of text.
89 ------------------------------------------------------------------------
90 r4427 | ajc | 2006-03-24 05:32:57 +0100 (Fri, 24 Mar 2006) | 1 line
91
92 Added date/time to calendar bubbles.
93 ------------------------------------------------------------------------
94 r4424 | dothebart | 2006-03-23 00:44:44 +0100 (Thu, 23 Mar 2006) | 4 lines
95
96 * added central location for tiny_mce
97 * added directory calculation routines
98 * added Documentation for packaging staff.
99
100 ------------------------------------------------------------------------
101 r4423 | ajc | 2006-03-21 18:58:10 +0100 (Tue, 21 Mar 2006) | 2 lines
102
103 Summary/location/notes are now in the bubbles.
104 Still need to add date/time and fix a rendering bug.
105 ------------------------------------------------------------------------
106 r4421 | ajc | 2006-03-21 05:11:19 +0100 (Tue, 21 Mar 2006) | 3 lines
107
108 Added bubble tooltip support.  Connected to calendar month
109 view.  Bubbles are appearing -- now we just need to populate them
110 with information from the calendar items.
111 ------------------------------------------------------------------------
112 r4420 | ajc | 2006-03-21 05:10:30 +0100 (Tue, 21 Mar 2006) | 3 lines
113
114 Added bubble tooltip support.  Connected to calendar month
115 view.  Bubbles are appearing -- now we just need to populate them
116 with information from the calendar items.
117 ------------------------------------------------------------------------
118 r4418 | dothebart | 2006-03-20 15:54:45 +0100 (Mon, 20 Mar 2006) | 4 lines
119
120 * add documentation
121 * made directories configurable from start.
122 * make debian package build work again.
123
124 ------------------------------------------------------------------------
125 r4414 | ajc | 2006-03-17 05:42:16 +0100 (Fri, 17 Mar 2006) | 2 lines
126
127 When saving vCards back to the server,
128 declare charset=UTF-8 on fields containing it.
129 ------------------------------------------------------------------------
130 r4411 | dothebart | 2006-03-16 22:52:21 +0100 (Thu, 16 Mar 2006) | 2 lines
131
132 fixed default installation target of tiny mce and the templates.
133
134 ------------------------------------------------------------------------
135 r4410 | dothebart | 2006-03-16 22:36:47 +0100 (Thu, 16 Mar 2006) | 5 lines
136
137 * define prefix in a smart way.
138 * include execinfo if we have backtrace
139 * mute errors of stupid system provided m4 macros.
140
141
142 ------------------------------------------------------------------------
143 r4409 | dothebart | 2006-03-16 22:22:08 +0100 (Thu, 16 Mar 2006) | 2 lines
144
145 substitute our compile prefix.
146
147 ------------------------------------------------------------------------
148 r4406 | ajc | 2006-03-15 04:17:41 +0100 (Wed, 15 Mar 2006) | 1 line
149
150 create-pot.sh (does this still get used?) now looks in ../src/*.c
151 ------------------------------------------------------------------------
152 r4405 | dothebart | 2006-03-14 18:55:14 +0100 (Tue, 14 Mar 2006) | 2 lines
153
154 we need to know that to translate.
155
156 ------------------------------------------------------------------------
157 r4404 | dothebart | 2006-03-14 18:49:30 +0100 (Tue, 14 Mar 2006) | 3 lines
158
159 ignore stamp-po
160
161
162 ------------------------------------------------------------------------
163 r4403 | dothebart | 2006-03-14 17:33:51 +0100 (Tue, 14 Mar 2006) | 2 lines
164
165 get ChangeLog from svn.
166
167 ------------------------------------------------------------------------
168 r4402 | dothebart | 2006-03-14 17:32:53 +0100 (Tue, 14 Mar 2006) | 2 lines
169
170 ignore ChangeLog, as it's taken from SVN
171
172 ------------------------------------------------------------------------
173 r4401 | dothebart | 2006-03-14 17:26:57 +0100 (Tue, 14 Mar 2006) | 2 lines
174
175 well. autopoint doesn't know anything about .14.0
176
177 ------------------------------------------------------------------------
178 r4400 | dothebart | 2006-03-14 17:19:08 +0100 (Tue, 14 Mar 2006) | 2 lines
179
180 require older gettext version.
181
182 ------------------------------------------------------------------------
183 r4399 | dothebart | 2006-03-14 11:15:59 +0100 (Tue, 14 Mar 2006) | 3 lines
184
185 * fixed debian build
186 * added autogen.sh, forgot that.
187
188 ------------------------------------------------------------------------
189 r4395 | dothebart | 2006-03-12 14:33:46 +0100 (Sun, 12 Mar 2006) | 3 lines
190
191 * use config.h
192 * add the libs
193
194 ------------------------------------------------------------------------
195 r4394 | dothebart | 2006-03-12 13:57:16 +0100 (Sun, 12 Mar 2006) | 2 lines
196
197 ok, the template comes for us to have a start manually creating Makevars. abandon it
198
199 ------------------------------------------------------------------------
200 r4393 | dothebart | 2006-03-12 13:53:23 +0100 (Sun, 12 Mar 2006) | 2 lines
201
202 don't look at .o's etc.
203
204 ------------------------------------------------------------------------
205 r4392 | dothebart | 2006-03-12 13:51:48 +0100 (Sun, 12 Mar 2006) | 2 lines
206
207 more cleanup. no autogenerated files in svn.
208
209 ------------------------------------------------------------------------
210 r4391 | dothebart | 2006-03-12 13:48:02 +0100 (Sun, 12 Mar 2006) | 2 lines
211
212 automagic script stuff. don't have stuff in svn that can be automaticaly built.
213
214 ------------------------------------------------------------------------
215 r4390 | dothebart | 2006-03-12 13:27:52 +0100 (Sun, 12 Mar 2006) | 2 lines
216
217 provided by autoreconf -i
218
219 ------------------------------------------------------------------------
220 r4389 | dothebart | 2006-03-12 13:26:07 +0100 (Sun, 12 Mar 2006) | 2 lines
221
222 created by autoreconf
223
224 ------------------------------------------------------------------------
225 r4388 | dothebart | 2006-03-12 13:25:01 +0100 (Sun, 12 Mar 2006) | 2 lines
226
227 Various files automake wants to have. some of them are just called different, so i renamed them. 
228
229 ------------------------------------------------------------------------
230 r4387 | dothebart | 2006-03-12 13:12:13 +0100 (Sun, 12 Mar 2006) | 2 lines
231
232 we don't want autoconf/make stuff in svn. this should be added on distributing the tgz.
233
234 ------------------------------------------------------------------------
235 r4386 | dothebart | 2006-03-12 13:09:44 +0100 (Sun, 12 Mar 2006) | 3 lines
236
237 remove these files, as they're automagicaly generated by configure.
238 they should not be in svn, so i'll add them to .svnignore too.
239
240 ------------------------------------------------------------------------
241 r4385 | dothebart | 2006-03-12 13:03:13 +0100 (Sun, 12 Mar 2006) | 2 lines
242
243 added Automaked makefiles.
244
245 ------------------------------------------------------------------------
246 r4384 | dothebart | 2006-03-12 13:00:48 +0100 (Sun, 12 Mar 2006) | 2 lines
247
248 move all source files to src/
249
250 ------------------------------------------------------------------------
251 r4382 | ajc | 2006-03-11 00:04:31 +0100 (Sat, 11 Mar 2006) | 1 line
252
253 Began making changes to do better handling of character sets.
254 ------------------------------------------------------------------------
255 r4374 | ajc | 2006-03-06 15:56:48 +0100 (Mon, 06 Mar 2006) | 1 line
256
257 Advertise DAV as Class 1 only; we don't support locking.
258 ------------------------------------------------------------------------
259 r4369 | ajc | 2006-03-06 05:39:27 +0100 (Mon, 06 Mar 2006) | 1 line
260
261 New it.po submitted by Gabriele Tassoni
262 ------------------------------------------------------------------------
263 r4367 | ajc | 2006-03-05 04:38:03 +0100 (Sun, 05 Mar 2006) | 6 lines
264
265 WebDAV GET/PUT of an entire calendar as one item
266 now uses OGo-compatible URL's.  Any of three formats are possible:
267 * http://foo.example.com/groupdav/Calendar
268 * http://foo.example.com/groupdav/ics
269 * http://foo.example.com/groupdav/calendar.ics
270
271 ------------------------------------------------------------------------
272 r4365 | ajc | 2006-03-05 00:00:39 +0100 (Sun, 05 Mar 2006) | 1 line
273
274 Altered the URL format for PUT an entire calendar.
275 ------------------------------------------------------------------------
276 r4364 | ajc | 2006-03-04 22:36:11 +0100 (Sat, 04 Mar 2006) | 1 line
277
278 Altered the URL format for GET an entire calendar.
279 ------------------------------------------------------------------------
280 r4361 | ajc | 2006-03-04 05:54:44 +0100 (Sat, 04 Mar 2006) | 1 line
281
282 Small fix to previous commit
283 ------------------------------------------------------------------------
284 r4360 | ajc | 2006-03-04 05:43:51 +0100 (Sat, 04 Mar 2006) | 3 lines
285
286 Added in preliminary support for 'webcal://' URL's.  Subscribe
287 is working perfectly.  Publish is awaiting support on the back end Citadel server
288 but our side is done.  URL FORMAT IS SUBJECT TO CHANGE.
289 ------------------------------------------------------------------------
290 r4356 | ajc | 2006-03-03 05:20:44 +0100 (Fri, 03 Mar 2006) | 2 lines
291
292 Altered the way UID's are encoded into URL's in DAV.
293 Some clients were choking on the old encoding.
294 ------------------------------------------------------------------------
295 r4355 | ajc | 2006-03-02 23:18:27 +0100 (Thu, 02 Mar 2006) | 2 lines
296
297 Added the HTTP response 'DAV: 1, 2' to all OPTIONS requests.
298 This got several WebDAV clients working.
299 ------------------------------------------------------------------------
300 r4354 | ajc | 2006-03-02 18:43:04 +0100 (Thu, 02 Mar 2006) | 1 line
301
302 RFC2047-encode subjects with non ascii characters.
303 ------------------------------------------------------------------------
304 r4353 | ajc | 2006-03-02 17:20:07 +0100 (Thu, 02 Mar 2006) | 1 line
305
306 404 all broken Microsoft /_vti_* crap
307 ------------------------------------------------------------------------
308 r4352 | ajc | 2006-03-02 05:05:02 +0100 (Thu, 02 Mar 2006) | 1 line
309
310 Made the 'New User' button disappear when it is not allowed.
311 ------------------------------------------------------------------------
312 r4348 | ajc | 2006-03-01 05:40:39 +0100 (Wed, 01 Mar 2006) | 4 lines
313
314 groupdav_propfind.c: continued fleshing out the DAV features
315 of this interface so that it can do more than just GroupDAV.  It
316 now has basic read-only WebDAV browse/fetch support (tested with
317 cadaver and with konqueror).
318 ------------------------------------------------------------------------
319 r4346 | ajc | 2006-02-28 22:44:00 +0100 (Tue, 28 Feb 2006) | 1 line
320
321 locate_message_by_uid() once again uses the server index.
322 ------------------------------------------------------------------------
323 r4342 | ajc | 2006-02-21 19:20:58 +0100 (Tue, 21 Feb 2006) | 2 lines
324
325 GroupDAV PROPFIND on the folder list collection now
326 looks at each room's default view instead of the user's current view.
327 ------------------------------------------------------------------------
328 r4340 | ajc | 2006-02-21 06:04:37 +0100 (Tue, 21 Feb 2006) | 5 lines
329
330 * groupdav_propfind.c: PROPFIND on a collection now utilizes
331 the 'DAV:' namespace as the default namespace instead of defining a prefix.
332 * groupdav_get.c: GET operations on a single object now make use of the
333   begin_burst() and end_burst() wrappers, which will cause a proper Content-length:
334   header to be output, and also allows compression to take place.
335 ------------------------------------------------------------------------
336 r4339 | ajc | 2006-02-20 22:06:00 +0100 (Mon, 20 Feb 2006) | 2 lines
337
338 API change: pass the 'Depth:' header and content along
339 to groupdav_propfind() in preparation for more parsing.
340 ------------------------------------------------------------------------
341 r4322 | dothebart | 2006-02-18 12:14:41 +0100 (Sat, 18 Feb 2006) | 2 lines
342
343 added backtrace function
344
345 ------------------------------------------------------------------------
346 r4321 | ajc | 2006-02-18 06:17:30 +0100 (Sat, 18 Feb 2006) | 1 line
347
348 THIS IS 6.72
349 ------------------------------------------------------------------------
350 r4319 | ajc | 2006-02-16 21:17:51 +0100 (Thu, 16 Feb 2006) | 1 line
351
352 Fixed some stray HTML output prior to the HTTP headers.
353 ------------------------------------------------------------------------
354 r4318 | dothebart | 2006-02-16 17:55:54 +0100 (Thu, 16 Feb 2006) | 2 lines
355
356 print day number after name.
357
358 ------------------------------------------------------------------------
359 r4317 | dothebart | 2006-02-16 17:50:01 +0100 (Thu, 16 Feb 2006) | 2 lines
360
361 install locales into /usr/share/locale, as everybody else.
362
363 ------------------------------------------------------------------------
364 r4316 | ajc | 2006-02-16 04:45:05 +0100 (Thu, 16 Feb 2006) | 7 lines
365
366 Localization hacks.
367 wc_strftime() now falls back to strftime() instead of strftime_l() if the
368 selected locale is NULL.  This causes the time to be output in the 'C'
369 locale, but at least it doesn't crash.
370 Locales are now initialized slightly differently.  The 'C' locale is now
371 initialized without the '.UTF8' suffix.  And if it is successfully
372 initialized, all of the other locales are initialized using it as a base.
373 ------------------------------------------------------------------------
374 r4314 | ajc | 2006-02-15 05:30:39 +0100 (Wed, 15 Feb 2006) | 2 lines
375
376 Add an extra <br> at the end when pullquoting a message.
377 This gives TinyMCE somewhere to put the cursor that's not inside the quote.
378 ------------------------------------------------------------------------
379 r4313 | ajc | 2006-02-14 05:30:27 +0100 (Tue, 14 Feb 2006) | 1 line
380
381 Cleaned up some of the comments in webcit.h
382 ------------------------------------------------------------------------
383 r4312 | dothebart | 2006-02-13 21:51:49 +0100 (Mon, 13 Feb 2006) | 2 lines
384
385 split up to remove html code from the localization.
386
387 ------------------------------------------------------------------------
388 r4311 | dothebart | 2006-02-13 19:44:30 +0100 (Mon, 13 Feb 2006) | 2 lines
389
390 added comments to make the start and the end of the template visible in the browser.
391
392 ------------------------------------------------------------------------
393 r4310 | dothebart | 2006-02-13 19:42:55 +0100 (Mon, 13 Feb 2006) | 2 lines
394
395 tolowered the embedded html.
396
397 ------------------------------------------------------------------------
398 r4309 | ajc | 2006-02-13 18:49:01 +0100 (Mon, 13 Feb 2006) | 3 lines
399
400 webserver.c: don't call realloc() on every single call
401 to client_write().  Instead, start with a 32K buffer and increase its size
402 any time we find we've run out of space.
403 ------------------------------------------------------------------------
404 r4308 | ajc | 2006-02-13 05:01:36 +0100 (Mon, 13 Feb 2006) | 2 lines
405
406 Removed monthname() and replaced with proper strftime() calls.
407 All date/time output should be fully localized now.
408 ------------------------------------------------------------------------
409 r4306 | ajc | 2006-02-12 07:34:37 +0100 (Sun, 12 Feb 2006) | 2 lines
410
411 More conversion of date/time strings to strftime-based functions.
412 Still need to tweak a few things here and there.
413 ------------------------------------------------------------------------
414 r4305 | ajc | 2006-02-12 06:10:31 +0100 (Sun, 12 Feb 2006) | 1 line
415
416 Began moving date outputs to strftime_l()
417 ------------------------------------------------------------------------
418 r4303 | ajc | 2006-02-11 05:33:18 +0100 (Sat, 11 Feb 2006) | 1 line
419
420 Moved _GNU_SOURCE declaration to webcit.h so all source modules have it defined.
421 ------------------------------------------------------------------------
422 r4300 | ajc | 2006-02-09 22:51:05 +0100 (Thu, 09 Feb 2006) | 2 lines
423
424 messages.c: fixed some memory allocation issues
425 (forwarding attachments)
426 ------------------------------------------------------------------------
427 r4298 | ajc | 2006-02-09 19:02:07 +0100 (Thu, 09 Feb 2006) | 1 line
428
429 fix iconv calling syntax
430 ------------------------------------------------------------------------
431 r4297 | ajc | 2006-02-09 18:53:12 +0100 (Thu, 09 Feb 2006) | 1 line
432
433 Fixed a problem with free_march_list()
434 ------------------------------------------------------------------------
435 r4296 | ajc | 2006-02-09 05:40:34 +0100 (Thu, 09 Feb 2006) | 2 lines
436
437 html2html.c: when converting links, don't add quotes to URL's
438 that were incorrectly specified without quotes.  That just breaks them.
439 ------------------------------------------------------------------------
440 r4295 | ajc | 2006-02-09 05:00:10 +0100 (Thu, 09 Feb 2006) | 1 line
441
442 Allow the user to specify a default character set for email headers.
443 ------------------------------------------------------------------------
444 r4294 | ajc | 2006-02-09 03:44:27 +0100 (Thu, 09 Feb 2006) | 1 line
445
446 it.po: updated Italian translation sent in by Gabriele Tassoni
447 ------------------------------------------------------------------------
448 r4293 | ajc | 2006-02-08 22:53:29 +0100 (Wed, 08 Feb 2006) | 1 line
449
450 Fixed a couple of memory leaks detected by Valgrind.
451 ------------------------------------------------------------------------
452 r4292 | ajc | 2006-02-08 17:45:52 +0100 (Wed, 08 Feb 2006) | 1 line
453
454 Memory allocation fix
455 ------------------------------------------------------------------------
456 r4290 | ajc | 2006-02-07 18:03:41 +0100 (Tue, 07 Feb 2006) | 3 lines
457
458 Some changes to view vs. default view behavior.
459 This is to support the new Calendar List view without destroying the server behavior
460 for Calendar rooms.
461 ------------------------------------------------------------------------
462 r4288 | ajc | 2006-02-06 05:50:39 +0100 (Mon, 06 Feb 2006) | 4 lines
463
464 Created ctdl_iconv_open() wrapper around iconv_open()
465 in order to add extra charset aliases.  Nonstandard, broken Microsoft charsets such as
466 'MS950' are now aliased to names such as 'CP950'.  This will allow WebCit to display
467 broken messages created by broken Microsoft products.
468 ------------------------------------------------------------------------
469 r4286 | ajc | 2006-02-06 00:17:45 +0100 (Mon, 06 Feb 2006) | 2 lines
470
471 messages.c: corrected a call to utf8ify_rfc822_string() that
472 had not been properly surrounded by the requisite ifdef's.
473 ------------------------------------------------------------------------
474 r4285 | dothebart | 2006-02-05 20:10:15 +0100 (Sun, 05 Feb 2006) | 2 lines
475
476 removed fuzzy lines, as the translation was correct.
477
478 ------------------------------------------------------------------------
479 r4284 | dothebart | 2006-02-05 18:04:22 +0100 (Sun, 05 Feb 2006) | 2 lines
480
481 added brief view calendar, and renamed the original view to 'pretty view' in the comments.
482
483 ------------------------------------------------------------------------
484 r4283 | dothebart | 2006-02-05 17:57:41 +0100 (Sun, 05 Feb 2006) | 2 lines
485
486 added more translations for wiki etc.
487
488 ------------------------------------------------------------------------
489 r4282 | ajc | 2006-02-04 19:16:09 +0100 (Sat, 04 Feb 2006) | 1 line
490
491 Perform RFC2047 charset decoding in recipient names
492 ------------------------------------------------------------------------
493 r4281 | ajc | 2006-02-04 19:11:06 +0100 (Sat, 04 Feb 2006) | 3 lines
494
495 Fixed the handling of HTML messages when the character set is
496 declared in an HTML meta tag instead of in the MIME headers.
497 Nearly all of these messages should parse now.
498 ------------------------------------------------------------------------
499 r4280 | ajc | 2006-02-04 18:50:05 +0100 (Sat, 04 Feb 2006) | 1 line
500
501 Reorganized portions of html2html.c
502 ------------------------------------------------------------------------
503 r4279 | ajc | 2006-02-04 06:33:17 +0100 (Sat, 04 Feb 2006) | 4 lines
504
505 When outputting HTML messages, check to see if there is a META tag in the HTML 
506 that overrides the MIME content-type.  This is *not* legal MIME, but it seems to 
507 be common practice in Asian messages so we have to deal with it.
508
509 ------------------------------------------------------------------------
510 r4278 | ajc | 2006-02-04 04:42:10 +0100 (Sat, 04 Feb 2006) | 1 line
511
512 Changed the copyright date in the startup banner
513 ------------------------------------------------------------------------
514 r4277 | ajc | 2006-02-03 20:42:57 +0100 (Fri, 03 Feb 2006) | 1 line
515
516 Removed ChangeLog, we'll go with the svn log from now on.
517 ------------------------------------------------------------------------
518 r4275 | dothebart | 2006-02-03 10:51:49 +0100 (Fri, 03 Feb 2006) | 2 lines
519
520 added new translations for download / save
521
522 ------------------------------------------------------------------------
523 r4274 | ajc | 2006-02-03 05:52:09 +0100 (Fri, 03 Feb 2006) | 1 line
524
525 Offer "View" and "Download" options for all attachments.
526 ------------------------------------------------------------------------
527 r4270 | ajc | 2006-01-31 18:01:55 +0100 (Tue, 31 Jan 2006) | 5 lines
528
529
530 * Generated MIME boundaries now begin with "=_" because that is a character
531   sequence guaranteed never to appear in either base64 or quoted-printable
532   encodings.
533
534 ------------------------------------------------------------------------
535 r4268 | ajc | 2006-01-31 06:04:02 +0100 (Tue, 31 Jan 2006) | 1 line
536
537 oops
538 ------------------------------------------------------------------------
539 r4267 | ajc | 2006-01-31 06:01:18 +0100 (Tue, 31 Jan 2006) | 7 lines
540
541
542 * Rolled all of the groupdav*.[ch] files way back to version 3851.  Something
543   somewhere in willi's doxygen changes broke GroupDAV protocol.  Since I was
544   unable to figure out where, I had to roll it all back.
545 * The good news is that the server-absolute URL's do work after all, so I
546   reinstated that.
547
548 ------------------------------------------------------------------------
549 r4266 | dothebart | 2006-01-31 00:06:23 +0100 (Tue, 31 Jan 2006) | 2 lines
550
551 moved into subgroup 
552
553 ------------------------------------------------------------------------
554 r4265 | ajc | 2006-01-30 22:52:55 +0100 (Mon, 30 Jan 2006) | 2 lines
555
556 * Reversed the previous change
557
558 ------------------------------------------------------------------------
559 r4264 | ajc | 2006-01-30 21:26:25 +0100 (Mon, 30 Jan 2006) | 4 lines
560
561
562 * GroupDAV now outputs <href> tags containing server-absolute URL's instead
563   of globally absolute URL's.
564
565 ------------------------------------------------------------------------
566 r4263 | ajc | 2006-01-30 18:11:01 +0100 (Mon, 30 Jan 2006) | 3 lines
567
568 * When the -f option is specified, honor X-Forwarded-Host: in addition
569   to X-Forwarded-For: headers.  This helps GroupDAV along.
570
571 ------------------------------------------------------------------------
572 r4262 | ajc | 2006-01-30 06:15:09 +0100 (Mon, 30 Jan 2006) | 5 lines
573
574
575 HTML messages are now encoded as "Quoted-Printable" before being
576   transmitted to the server.  New utility function text_to_server_qp()
577   handles this.
578
579 ------------------------------------------------------------------------
580 r4261 | ajc | 2006-01-30 05:21:45 +0100 (Mon, 30 Jan 2006) | 4 lines
581
582
583 * Removed the "convert_to_html" option from text_to_server() because we no
584   longer have any callers which require it.
585
586 ------------------------------------------------------------------------
587 r4260 | ajc | 2006-01-29 19:09:49 +0100 (Sun, 29 Jan 2006) | 4 lines
588
589
590  * Removed all references to "font-family" style.  We will now go with
591    whatever font the user has chosen as his favorite.
592
593 ------------------------------------------------------------------------
594 r4259 | dothebart | 2006-01-29 16:40:17 +0100 (Sun, 29 Jan 2006) | 2 lines
595
596 forgot one doxygen header
597
598 ------------------------------------------------------------------------
599 r4258 | dothebart | 2006-01-29 14:34:44 +0100 (Sun, 29 Jan 2006) | 4 lines
600
601 * Doxygen groups. Sorted the files into groups. so now we have a nice structure 
602   in the module index, which should ease the navigation to a particular part.
603
604
605 ------------------------------------------------------------------------
606 r4257 | dothebart | 2006-01-29 11:59:14 +0100 (Sun, 29 Jan 2006) | 2 lines
607
608 missing months added.
609
610 ------------------------------------------------------------------------
611 r4256 | ajc | 2006-01-29 06:12:49 +0100 (Sun, 29 Jan 2006) | 1 line
612
613 Clarified some of the doxygen comments
614 ------------------------------------------------------------------------
615 r4255 | ajc | 2006-01-29 05:33:23 +0100 (Sun, 29 Jan 2006) | 1 line
616
617 accept-charset="UTF-8" in form declaration for enter message screen
618 ------------------------------------------------------------------------
619 r4254 | ajc | 2006-01-28 05:53:41 +0100 (Sat, 28 Jan 2006) | 1 line
620
621 All month names and weekday names are now sourced from localized strings.
622 ------------------------------------------------------------------------
623 r4253 | ajc | 2006-01-28 00:17:02 +0100 (Sat, 28 Jan 2006) | 1 line
624
625 comments
626 ------------------------------------------------------------------------
627 r4252 | ajc | 2006-01-27 23:41:51 +0100 (Fri, 27 Jan 2006) | 1 line
628
629 comments
630 ------------------------------------------------------------------------
631 r4251 | ajc | 2006-01-27 23:40:10 +0100 (Fri, 27 Jan 2006) | 1 line
632
633 comments
634 ------------------------------------------------------------------------
635 r4250 | ajc | 2006-01-27 21:04:11 +0100 (Fri, 27 Jan 2006) | 1 line
636
637  Do a JavaScript alert if we fail to open the Instant Messenger window.
638 ------------------------------------------------------------------------
639 r4249 | ajc | 2006-01-27 19:50:53 +0100 (Fri, 27 Jan 2006) | 1 line
640
641 Page popups work again
642 ------------------------------------------------------------------------
643 r4247 | ajc | 2006-01-26 21:45:41 +0100 (Thu, 26 Jan 2006) | 3 lines
644
645
646 Complete overhaul of "Notes" view.  Now features AJAX create and edit operations.
647
648 ------------------------------------------------------------------------
649 r4245 | ajc | 2006-01-26 17:06:49 +0100 (Thu, 26 Jan 2006) | 1 line
650
651 Clarify that we are GPLv2
652 ------------------------------------------------------------------------
653 r4243 | ajc | 2006-01-26 04:26:25 +0100 (Thu, 26 Jan 2006) | 5 lines
654
655
656 * Fixed some spelling errors
657 * Added en_GB.po translation provided by David Given
658
659
660 ------------------------------------------------------------------------
661 r4242 | ajc | 2006-01-25 19:10:47 +0100 (Wed, 25 Jan 2006) | 3 lines
662
663
664 * Don't pullquote the headers when editing a wiki page.
665
666 ------------------------------------------------------------------------
667 r4241 | ajc | 2006-01-25 05:10:51 +0100 (Wed, 25 Jan 2006) | 6 lines
668
669
670 * Eliminated a bug in pullquote_message() that was causing it to run words
671   together at the linebreaks.
672 * After creating or editing a Wiki page, display that page instead of
673   that wiki's home page.
674
675 ------------------------------------------------------------------------
676 r4240 | ajc | 2006-01-24 19:56:57 +0100 (Tue, 24 Jan 2006) | 2 lines
677
678 * Fixes to wiki view to handle "short" links.
679
680 ------------------------------------------------------------------------
681 r4239 | ajc | 2006-01-24 17:07:54 +0100 (Tue, 24 Jan 2006) | 5 lines
682
683
684 * client_getln() now fails if the client attempts to transmit non printable
685   characters.   This is for fast bailout if someone tries to do HTTPS to a
686   non-SSL webcit.
687
688 ------------------------------------------------------------------------
689 r4238 | ajc | 2006-01-24 04:51:59 +0100 (Tue, 24 Jan 2006) | 4 lines
690
691
692 * Got a primitive version of the wiki system in place.  Needs a lot of fine
693   tuning but it basically works.
694
695 ------------------------------------------------------------------------
696 r4233 | dothebart | 2006-01-23 15:07:26 +0100 (Mon, 23 Jan 2006) | 2 lines
697
698 version of debian build added
699
700 ------------------------------------------------------------------------
701 r4232 | dothebart | 2006-01-23 14:44:05 +0100 (Mon, 23 Jan 2006) | 3 lines
702
703 upsie. some lines vanished.
704 removed kerningham-richie cisms.
705
706 ------------------------------------------------------------------------
707 r4231 | dothebart | 2006-01-23 14:35:50 +0100 (Mon, 23 Jan 2006) | 2 lines
708
709 Done with doxygenizing
710
711 ------------------------------------------------------------------------
712 r4230 | ajc | 2006-01-22 23:50:06 +0100 (Sun, 22 Jan 2006) | 1 line
713
714 More work on the wiki view.  Don't try to use it yet.
715 ------------------------------------------------------------------------
716 r4229 | dothebart | 2006-01-22 00:53:37 +0100 (Sun, 22 Jan 2006) | 2 lines
717
718 more doxygen doku.
719
720 ------------------------------------------------------------------------
721 r4228 | ajc | 2006-01-21 22:24:26 +0100 (Sat, 21 Jan 2006) | 1 line
722
723 wiki
724 ------------------------------------------------------------------------
725 r4225 | ajc | 2006-01-20 22:39:28 +0100 (Fri, 20 Jan 2006) | 2 lines
726
727 * Started writing wiki code.  It completely does not work.  :)
728
729 ------------------------------------------------------------------------
730 r4221 | dothebart | 2006-01-20 21:05:27 +0100 (Fri, 20 Jan 2006) | 2 lines
731
732 converted comments to get caught by doxygen
733
734 ------------------------------------------------------------------------
735 r4217 | ajc | 2006-01-20 05:18:39 +0100 (Fri, 20 Jan 2006) | 1 line
736
737 Began adding the infrastructure to support wiki mode rooms.
738 ------------------------------------------------------------------------
739 r4210 | ajc | 2006-01-19 06:00:30 +0100 (Thu, 19 Jan 2006) | 1 line
740
741 Fixed a small memory leak
742 ------------------------------------------------------------------------
743 r4209 | ajc | 2006-01-19 05:09:43 +0100 (Thu, 19 Jan 2006) | 1 line
744
745 THIS IS 6.71
746 ------------------------------------------------------------------------
747 r4208 | ajc | 2006-01-18 22:40:46 +0100 (Wed, 18 Jan 2006) | 7 lines
748
749
750 * fix_scrollbar_bug is now a class instead of an id.  Fixes validator warnings.
751 * Corrected bad html generated when there's only one message in a summary view.
752 * Retain both login name and display name (fullname) in session structure.
753   This fixes chat window authentication when connecting to a Citadel server
754   using host based authentication.
755
756 ------------------------------------------------------------------------
757 r4202 | ajc | 2006-01-16 17:53:14 +0100 (Mon, 16 Jan 2006) | 2 lines
758
759 * Experimental unix domain socket listener
760
761 ------------------------------------------------------------------------
762 r4196 | ajc | 2006-01-15 05:40:40 +0100 (Sun, 15 Jan 2006) | 4 lines
763
764
765 * setup.c: remove "--backtitle" from calls to "dialog" because its
766   availability cannot be depended upon.
767
768 ------------------------------------------------------------------------
769 r4194 | ajc | 2006-01-15 00:33:22 +0100 (Sun, 15 Jan 2006) | 1 line
770
771 oops, correction to previous commit
772 ------------------------------------------------------------------------
773 r4193 | ajc | 2006-01-15 00:26:17 +0100 (Sun, 15 Jan 2006) | 1 line
774
775 config: Correct forged From: lines during authenticated SMTP
776 ------------------------------------------------------------------------
777 r4192 | ajc | 2006-01-13 21:25:33 +0100 (Fri, 13 Jan 2006) | 1 line
778
779 THIS IS 6.70
780 ------------------------------------------------------------------------
781 r4189 | ajc | 2006-01-13 06:02:27 +0100 (Fri, 13 Jan 2006) | 1 line
782
783 Removed the split bbview because it's b0rken in IE
784 ------------------------------------------------------------------------
785 r4188 | ajc | 2006-01-12 21:40:56 +0100 (Thu, 12 Jan 2006) | 1 line
786
787 start im on bottom
788 ------------------------------------------------------------------------
789 r4187 | ajc | 2006-01-12 06:41:48 +0100 (Thu, 12 Jan 2006) | 1 line
790
791 Changes to instant messenger to work around IE bugs
792 ------------------------------------------------------------------------
793 r4186 | ajc | 2006-01-12 05:23:38 +0100 (Thu, 12 Jan 2006) | 8 lines
794
795
796 * More updates to instant messenger:
797   - Better delineation of input box.  Added an icon and a slightly darker
798     background color so you can see where the input box actually is.
799   - Auto refresh every 5 seconds instead of 30
800   - WebCit now fires off a JavaScript test after 30 seconds of inactivity
801     to see if the instant messenger window needs to be opened
802
803 ------------------------------------------------------------------------
804 r4185 | ajc | 2006-01-11 23:00:59 +0100 (Wed, 11 Jan 2006) | 4 lines
805
806
807 * More updates to instant messenger.  When new messages arrive, the window
808   automatically scrolls to the bottom and the input box is refocused.
809
810 ------------------------------------------------------------------------
811 r4184 | ajc | 2006-01-11 21:21:56 +0100 (Wed, 11 Jan 2006) | 1 line
812
813 Corrected a small javascript syntax error
814 ------------------------------------------------------------------------
815 r4182 | ajc | 2006-01-11 05:57:11 +0100 (Wed, 11 Jan 2006) | 4 lines
816
817
818 * instant_messenger.html: learn my own screen name from the server,
819   also some CSS changes
820
821 ------------------------------------------------------------------------
822 r4175 | ajc | 2006-01-09 19:02:49 +0100 (Mon, 09 Jan 2006) | 5 lines
823
824
825 * siteconfig.c: new "Indexing/Journaling" tab now contains the options
826   to enable the full text index, and to enable message journaling.
827 * Version number is now 6.70 in order to keep parity with Citadel.
828
829 ------------------------------------------------------------------------
830 r4173 | ajc | 2006-01-09 06:40:24 +0100 (Mon, 09 Jan 2006) | 1 line
831
832 Site Configuration screen moved to tabbed dialog
833 ------------------------------------------------------------------------
834 r4171 | ajc | 2006-01-06 17:21:36 +0100 (Fri, 06 Jan 2006) | 1 line
835
836 ran create-pot.sh
837 ------------------------------------------------------------------------
838 r4170 | ajc | 2006-01-06 17:21:01 +0100 (Fri, 06 Jan 2006) | 3 lines
839
840
841 * Localization enabled "Your info" from summary screen
842
843 ------------------------------------------------------------------------
844 r4169 | ajc | 2006-01-06 05:18:13 +0100 (Fri, 06 Jan 2006) | 1 line
845
846 New tabbed dialog API.  This will be used in something later...
847 ------------------------------------------------------------------------
848 r4164 | ajc | 2006-01-04 00:20:12 +0100 (Wed, 04 Jan 2006) | 2 lines
849
850 More tweaks to instant messenger window
851
852 ------------------------------------------------------------------------
853 r4163 | ajc | 2006-01-03 04:46:41 +0100 (Tue, 03 Jan 2006) | 1 line
854
855 Allow selection of tabs in multiple conversation mode.
856 ------------------------------------------------------------------------
857 r4162 | ajc | 2006-01-03 03:14:31 +0100 (Tue, 03 Jan 2006) | 1 line
858
859 updates to ajax instant messenger
860 ------------------------------------------------------------------------
861 r4161 | ajc | 2006-01-02 22:47:13 +0100 (Mon, 02 Jan 2006) | 1 line
862
863 new instant messenger
864 ------------------------------------------------------------------------
865 r4160 | ajc | 2006-01-02 22:40:38 +0100 (Mon, 02 Jan 2006) | 4 lines
866
867
868 The new AJAX-based instant messenger now handles sending messages, and
869   also multiple concurrent conversations.
870
871 ------------------------------------------------------------------------
872 r4159 | ajc | 2006-01-02 19:41:35 +0100 (Mon, 02 Jan 2006) | 1 line
873
874 New way to display incoming instant messages.  Not finished.
875 ------------------------------------------------------------------------
876 r4157 | ajc | 2005-12-22 18:08:05 +0100 (Thu, 22 Dec 2005) | 4 lines
877
878
879 * Added missing HTTP headers to do_chat()
880
881
882 ------------------------------------------------------------------------
883 r4156 | ajc | 2005-12-21 16:24:39 +0100 (Wed, 21 Dec 2005) | 9 lines
884
885
886
887 * configure.in: use different variable names for each AC_CHECK_PROG macro,
888   because autoconf will see the same variable name as used before, pull some
889   value from cache, and assume it knows the answer.  This causes NLS to be
890   enabled on systems that have, for example, xgettext but not msgfmt (such as
891   Mandrake).  Fixed.
892
893
894 ------------------------------------------------------------------------
895 r4155 | ajc | 2005-12-21 16:08:56 +0100 (Wed, 21 Dec 2005) | 3 lines
896
897
898 * Makefile.in: target 'distclean' - do not remove po/Makefile.in
899
900 ------------------------------------------------------------------------
901 r4154 | ajc | 2005-12-20 20:38:10 +0100 (Tue, 20 Dec 2005) | 1 line
902
903 minor fix
904 ------------------------------------------------------------------------
905 r4153 | ajc | 2005-12-19 21:48:19 +0100 (Mon, 19 Dec 2005) | 1 line
906
907 ran create-pot.sh
908 ------------------------------------------------------------------------
909 r4150 | ajc | 2005-12-17 06:25:18 +0100 (Sat, 17 Dec 2005) | 5 lines
910
911
912 * messages.c: include the "edit html source" button in the message editor
913   window.  Also, when pullquoting a message, insert a \n\n at the end so
914   the TinyMCE editor allows the user to advance past the quote.
915
916 ------------------------------------------------------------------------
917 r4149 | ajc | 2005-12-16 05:51:46 +0100 (Fri, 16 Dec 2005) | 5 lines
918
919
920 * Checkbox to allow anonymous posting in rooms which allow it.
921   Resolves bugzilla #65.
922
923
924 ------------------------------------------------------------------------
925 r4147 | ajc | 2005-12-15 23:36:12 +0100 (Thu, 15 Dec 2005) | 3 lines
926
927
928 * "Headers" option in view message
929
930 ------------------------------------------------------------------------
931 r4144 | ajc | 2005-12-13 23:51:43 +0100 (Tue, 13 Dec 2005) | 4 lines
932
933
934 * Require Citadel server version to be at least 6.63
935 * THIS IS 6.40
936
937 ------------------------------------------------------------------------
938 r4143 | ajc | 2005-12-13 20:42:16 +0100 (Tue, 13 Dec 2005) | 1 line
939
940 Don't try to twiddle /etc/inittab on systems that don't have /etc/inittab.
941 ------------------------------------------------------------------------
942 r4142 | ajc | 2005-12-13 20:32:03 +0100 (Tue, 13 Dec 2005) | 1 line
943
944 oops
945 ------------------------------------------------------------------------
946 r4141 | ajc | 2005-12-13 20:28:04 +0100 (Tue, 13 Dec 2005) | 2 lines
947
948 * chatframeset.html: inserted a missing </body> tag.
949
950 ------------------------------------------------------------------------
951 r4139 | ajc | 2005-12-12 18:10:50 +0100 (Mon, 12 Dec 2005) | 2 lines
952
953 * it.po: updated Italian translation submitted by Gabriele Tassoni
954
955 ------------------------------------------------------------------------
956 r4137 | dothebart | 2005-12-12 01:53:19 +0100 (Mon, 12 Dec 2005) | 3 lines
957
958 * another rework of the locale parser. Hopefully feature complete now.
959
960
961 ------------------------------------------------------------------------
962 r4136 | ajc | 2005-12-11 06:05:26 +0100 (Sun, 11 Dec 2005) | 5 lines
963
964 * Mercilessly ripped out all of the gratuitously complex GNU libintl
965   detection m4 crapola and replaced it with some simple autoconf directives
966   to detect whether the host system has the correct set of NLS functions for
967   supporting per-thread locale.
968
969 ------------------------------------------------------------------------
970 r4135 | ajc | 2005-12-11 02:49:20 +0100 (Sun, 11 Dec 2005) | 2 lines
971
972 * wclib.js: transmit the "no floors expanded" condition to the server.
973
974 ------------------------------------------------------------------------
975 r4134 | ajc | 2005-12-11 02:28:22 +0100 (Sun, 11 Dec 2005) | 1 line
976
977 updated webcit.pot
978 ------------------------------------------------------------------------
979 r4133 | ajc | 2005-12-10 23:45:51 +0100 (Sat, 10 Dec 2005) | 3 lines
980
981 * Switched our TinyMCE call to the "advanced" theme.  Also enabled
982   the IESpell plugin (when Internet Explorer is in use).
983
984 ------------------------------------------------------------------------
985 r4132 | ajc | 2005-12-09 20:41:03 +0100 (Fri, 09 Dec 2005) | 3 lines
986
987 * Deleting a message from the Trash folder now actually deletes it instead
988   of trying to move it to the Trash.  Requires Citadel server 6.63.
989
990 ------------------------------------------------------------------------
991 r4130 | ajc | 2005-12-09 19:45:52 +0100 (Fri, 09 Dec 2005) | 2 lines
992
993 * Slightly more intelligent language detection.
994
995 ------------------------------------------------------------------------
996 r4129 | ajc | 2005-12-08 23:36:36 +0100 (Thu, 08 Dec 2005) | 1 line
997
998 huh?
999 ------------------------------------------------------------------------
1000 r4128 | dothebart | 2005-12-08 23:32:39 +0100 (Thu, 08 Dec 2005) | 2 lines
1001
1002 * added missing string
1003
1004 ------------------------------------------------------------------------
1005 r4127 | ajc | 2005-12-08 23:26:02 +0100 (Thu, 08 Dec 2005) | 1 line
1006
1007 update webcit.pot
1008 ------------------------------------------------------------------------
1009 r4126 | ajc | 2005-12-08 23:24:24 +0100 (Thu, 08 Dec 2005) | 2 lines
1010
1011 * Detect the browser language, and use it as the default language selection.
1012
1013 ------------------------------------------------------------------------
1014 r4125 | ajc | 2005-12-08 17:49:56 +0100 (Thu, 08 Dec 2005) | 3 lines
1015
1016 * Fix "locale leak" on newer Linux systems where gettext() seems to cache
1017   its translated messages.  textdomain(textdomain(NULL)) clears the cache.
1018
1019 ------------------------------------------------------------------------
1020 r4124 | ajc | 2005-12-08 04:22:56 +0100 (Thu, 08 Dec 2005) | 3 lines
1021
1022  Improved the reliability of per-thread locale by unsetting it at the end
1023   of each transaction.
1024
1025 ------------------------------------------------------------------------
1026 r4123 | ajc | 2005-12-07 23:58:21 +0100 (Wed, 07 Dec 2005) | 2 lines
1027
1028 * Fixed more missing localization items
1029
1030 ------------------------------------------------------------------------
1031 r4122 | ajc | 2005-12-07 19:06:25 +0100 (Wed, 07 Dec 2005) | 2 lines
1032
1033 * Per-session locale.  For some reason it doesn't work well.
1034
1035 ------------------------------------------------------------------------
1036 r4121 | ajc | 2005-12-07 19:03:29 +0100 (Wed, 07 Dec 2005) | 2 lines
1037
1038 * Per-session locale.  For some reason it doesn't work well.
1039
1040 ------------------------------------------------------------------------
1041 r4120 | ajc | 2005-12-07 16:53:41 +0100 (Wed, 07 Dec 2005) | 1 line
1042
1043 locale changes
1044 ------------------------------------------------------------------------
1045 r4119 | ajc | 2005-12-07 16:35:07 +0100 (Wed, 07 Dec 2005) | 1 line
1046
1047 locale changes
1048 ------------------------------------------------------------------------
1049 r4118 | ajc | 2005-12-07 14:24:09 +0100 (Wed, 07 Dec 2005) | 2 lines
1050
1051 * po/it.po: Italian localization submitted by Gabriele Tassoni
1052
1053 ------------------------------------------------------------------------
1054 r4117 | ajc | 2005-12-06 00:07:15 +0100 (Tue, 06 Dec 2005) | 2 lines
1055
1056 * Upgraded TinyMCE to v2.0.1; CLEAR YOUR CACHE NOW
1057
1058 ------------------------------------------------------------------------
1059 r4116 | ajc | 2005-12-06 00:04:55 +0100 (Tue, 06 Dec 2005) | 1 line
1060
1061 remove tiny_mce
1062 ------------------------------------------------------------------------
1063 r4115 | dothebart | 2005-12-05 19:01:31 +0100 (Mon, 05 Dec 2005) | 2 lines
1064
1065 more translations
1066
1067 ------------------------------------------------------------------------
1068 r4114 | dothebart | 2005-12-05 18:43:17 +0100 (Mon, 05 Dec 2005) | 3 lines
1069
1070 * Use tokenizer function to completely parse accept-lang header.
1071
1072
1073 ------------------------------------------------------------------------
1074 r4113 | ajc | 2005-12-05 17:48:10 +0100 (Mon, 05 Dec 2005) | 2 lines
1075
1076 * Added in some of the missing localizations
1077
1078 ------------------------------------------------------------------------
1079 r4112 | dothebart | 2005-12-04 14:49:56 +0100 (Sun, 04 Dec 2005) | 2 lines
1080
1081 spellchecked.
1082
1083 ------------------------------------------------------------------------
1084 r4111 | ajc | 2005-12-04 05:01:55 +0100 (Sun, 04 Dec 2005) | 1 line
1085
1086
1087 ------------------------------------------------------------------------
1088 r4110 | dothebart | 2005-12-03 13:47:41 +0100 (Sat, 03 Dec 2005) | 3 lines
1089
1090 * added some translations
1091
1092
1093 ------------------------------------------------------------------------
1094 r4109 | dothebart | 2005-12-03 13:04:12 +0100 (Sat, 03 Dec 2005) | 3 lines
1095
1096 * fixed langage detection to work with simple 'de' and no other stuff
1097
1098
1099 ------------------------------------------------------------------------
1100 r4108 | ajc | 2005-12-02 23:50:30 +0100 (Fri, 02 Dec 2005) | 2 lines
1101
1102 * Re-enabled browser language detection.  This will be debugged and finalized.
1103
1104 ------------------------------------------------------------------------
1105 r4107 | ajc | 2005-12-02 17:02:00 +0100 (Fri, 02 Dec 2005) | 2 lines
1106
1107 * wclib.js: fixed a syntax error
1108
1109 ------------------------------------------------------------------------
1110 r4106 | ajc | 2005-12-01 23:46:37 +0100 (Thu, 01 Dec 2005) | 2 lines
1111
1112 * which_div_expanded is now persistent across sessions
1113
1114 ------------------------------------------------------------------------
1115 r4105 | ajc | 2005-12-01 23:43:22 +0100 (Thu, 01 Dec 2005) | 2 lines
1116
1117 * which_div_expanded is now persistent across page loads
1118
1119 ------------------------------------------------------------------------
1120 r4104 | ajc | 2005-12-01 23:15:56 +0100 (Thu, 01 Dec 2005) | 2 lines
1121
1122 * Clicking on the expanded floor div collapses it.
1123
1124 ------------------------------------------------------------------------
1125 r4103 | ajc | 2005-12-01 23:03:45 +0100 (Thu, 01 Dec 2005) | 3 lines
1126
1127 * More style changes to the new room list, mainly with regard to font size
1128   and line breaks.
1129
1130 ------------------------------------------------------------------------
1131 r4102 | ajc | 2005-12-01 22:58:44 +0100 (Thu, 01 Dec 2005) | 1 line
1132
1133 css change
1134 ------------------------------------------------------------------------
1135 r4101 | ajc | 2005-12-01 20:35:39 +0100 (Thu, 01 Dec 2005) | 2 lines
1136
1137 * Added icons to the new room list
1138
1139 ------------------------------------------------------------------------
1140 r4100 | ajc | 2005-12-01 06:43:12 +0100 (Thu, 01 Dec 2005) | 5 lines
1141
1142
1143 * The iconbar roomlist, when selected, is now persistent across page loads
1144   and even between sessions.  We also cache the list for up to 5 minutes so
1145   it doesn't have to load from the Citadel server over and over again.
1146
1147 ------------------------------------------------------------------------
1148 r4099 | ajc | 2005-12-01 05:59:57 +0100 (Thu, 01 Dec 2005) | 3 lines
1149
1150 * Shortened some of the string lengths in struct wcsession.  We really don't
1151   need all those 4096 byte moby-buffers everywhere.
1152
1153 ------------------------------------------------------------------------
1154 r4098 | ajc | 2005-11-30 05:57:21 +0100 (Wed, 30 Nov 2005) | 1 line
1155
1156 commented out some logging
1157 ------------------------------------------------------------------------
1158 r4097 | ajc | 2005-11-30 05:54:02 +0100 (Wed, 30 Nov 2005) | 1 line
1159
1160 Drag-and-drop move messages is now complete.
1161 ------------------------------------------------------------------------
1162 r4096 | ajc | 2005-11-30 05:22:26 +0100 (Wed, 30 Nov 2005) | 4 lines
1163
1164 * Completed the JavaScript-detection of room names in the iconbar as drop
1165   targets.  For now it simply displays an alert box.  Doing the actual
1166   message move will only require some simple glue code...
1167
1168 ------------------------------------------------------------------------
1169 r4095 | ajc | 2005-11-29 21:51:28 +0100 (Tue, 29 Nov 2005) | 1 line
1170
1171 wclib commit
1172 ------------------------------------------------------------------------
1173 r4094 | ajc | 2005-11-29 05:04:32 +0100 (Tue, 29 Nov 2005) | 3 lines
1174
1175 * Made the iconbar room list somewhat usable (collapse/expand).  It is not yet
1176   a drop target, though, which is why we did all this in the first place.
1177
1178 ------------------------------------------------------------------------
1179 r4093 | dothebart | 2005-11-28 23:00:34 +0100 (Mon, 28 Nov 2005) | 3 lines
1180
1181 * migrate to _GNU_SOURCE and uselocale() to be threadsafe.
1182
1183
1184 ------------------------------------------------------------------------
1185 r4091 | ajc | 2005-11-28 03:28:33 +0100 (Mon, 28 Nov 2005) | 2 lines
1186
1187 * Eliminated the use of tmpnam() to shut up compiler warnings.
1188
1189 ------------------------------------------------------------------------
1190 r4089 | dothebart | 2005-11-27 20:45:49 +0100 (Sun, 27 Nov 2005) | 3 lines
1191
1192 * Detect locale from Browser Environment
1193
1194
1195 ------------------------------------------------------------------------
1196 r4088 | dothebart | 2005-11-27 18:29:01 +0100 (Sun, 27 Nov 2005) | 3 lines
1197
1198 * staticaly bind codeset to utf8.
1199
1200
1201 ------------------------------------------------------------------------
1202 r4087 | ajc | 2005-11-24 05:32:48 +0100 (Thu, 24 Nov 2005) | 2 lines
1203
1204 * Placed a mini roomlist in the iconbar.  This is not in its final form.
1205
1206 ------------------------------------------------------------------------
1207 r4086 | dothebart | 2005-11-23 17:44:13 +0100 (Wed, 23 Nov 2005) | 4 lines
1208
1209 * added missing german translations
1210 * changed multi line strings with empty string in first line to be searchable
1211
1212
1213 ------------------------------------------------------------------------
1214 r4085 | ajc | 2005-11-23 17:04:51 +0100 (Wed, 23 Nov 2005) | 2 lines
1215
1216 * auth.c: localized "User name:" and "Password:" prompts
1217
1218 ------------------------------------------------------------------------
1219 r4084 | ajc | 2005-11-23 03:44:41 +0100 (Wed, 23 Nov 2005) | 2 lines
1220
1221 * Fixed the unresponsive msgomatic in the bulletin board view.
1222
1223 ------------------------------------------------------------------------
1224 r4083 | ajc | 2005-11-22 06:01:37 +0100 (Tue, 22 Nov 2005) | 4 lines
1225
1226 * Set up a toggleable iconbar that can switch between the menu and a room
1227   list.  The room list is not yet implemented, so a simple placeholder is
1228   there instead.
1229
1230 ------------------------------------------------------------------------
1231 r4082 | ajc | 2005-11-22 04:48:57 +0100 (Tue, 22 Nov 2005) | 5 lines
1232
1233 * messages.c, webcit.css: message buttons (Reply, ReplyQuoted, etc.) are now
1234   in a smaller font (new style 'msgbuttons' defined in the stylesheet)
1235 * Reply and ReplyQuoted no longer generate an empty 'Re:' subject if the
1236   message being replied to has no subject.
1237
1238 ------------------------------------------------------------------------
1239 r4081 | ajc | 2005-11-22 04:31:58 +0100 (Tue, 22 Nov 2005) | 5 lines
1240
1241 * create-pot.sh: now creates a new webcit.pot file and automatically merges
1242   it into all *.po files, allowing an easy way for translators to access
1243   new strings.
1244 * axdefs[] (Access level definitions) -- now ready for localization.
1245
1246 ------------------------------------------------------------------------
1247 r4077 | dothebart | 2005-11-21 17:23:42 +0100 (Mon, 21 Nov 2005) | 2 lines
1248
1249 * added package build script.
1250
1251 ------------------------------------------------------------------------
1252 r4076 | dothebart | 2005-11-21 17:20:26 +0100 (Mon, 21 Nov 2005) | 2 lines
1253
1254 error corrections
1255
1256 ------------------------------------------------------------------------
1257 r4075 | dothebart | 2005-11-21 17:13:29 +0100 (Mon, 21 Nov 2005) | 4 lines
1258
1259 * Apache config package added
1260 * make recursive examples
1261 * automatization of the upstream version
1262
1263 ------------------------------------------------------------------------
1264 r4074 | ajc | 2005-11-21 04:36:42 +0100 (Mon, 21 Nov 2005) | 1 line
1265
1266 build fix
1267 ------------------------------------------------------------------------
1268 r4073 | ajc | 2005-11-21 04:24:03 +0100 (Mon, 21 Nov 2005) | 3 lines
1269
1270 * Moved the definition of INADDR_NONE to webcit.h, where it will be effective
1271   in all locations where it is needed.  Fixes the build on Solaris 10.
1272
1273 ------------------------------------------------------------------------
1274 r4072 | ajc | 2005-11-19 06:07:29 +0100 (Sat, 19 Nov 2005) | 1 line
1275
1276 fix rss.c
1277 ------------------------------------------------------------------------
1278 r4071 | ajc | 2005-11-19 05:56:00 +0100 (Sat, 19 Nov 2005) | 2 lines
1279
1280 * Put in some infrastructure for generating and maintaining .po files
1281
1282 ------------------------------------------------------------------------
1283 r4070 | ajc | 2005-11-19 05:49:36 +0100 (Sat, 19 Nov 2005) | 1 line
1284
1285 build updates
1286 ------------------------------------------------------------------------
1287 r4069 | ajc | 2005-11-19 05:27:07 +0100 (Sat, 19 Nov 2005) | 3 lines
1288
1289 * Threw away most of the gettextize-generated build system in the po/
1290   directory, and replaced it with a very simple Makefile.in.in instead.
1291
1292 ------------------------------------------------------------------------
1293 r4068 | ajc | 2005-11-19 05:02:37 +0100 (Sat, 19 Nov 2005) | 1 line
1294
1295 build fixes
1296 ------------------------------------------------------------------------
1297 r4067 | ajc | 2005-11-19 04:58:02 +0100 (Sat, 19 Nov 2005) | 1 line
1298
1299 Adjustments to the build
1300 ------------------------------------------------------------------------
1301 r4066 | dothebart | 2005-11-18 15:07:34 +0100 (Fri, 18 Nov 2005) | 2 lines
1302
1303 more fixups. umlauts problems fixed.
1304
1305 ------------------------------------------------------------------------
1306 r4065 | dothebart | 2005-11-17 22:46:43 +0100 (Thu, 17 Nov 2005) | 2 lines
1307
1308 missing colon.
1309
1310 ------------------------------------------------------------------------
1311 r4064 | dothebart | 2005-11-17 22:38:53 +0100 (Thu, 17 Nov 2005) | 2 lines
1312
1313 The umlauts got nuked on their way into svn. some first corrections.
1314
1315 ------------------------------------------------------------------------
1316 r4062 | error | 2005-11-17 18:23:44 +0100 (Thu, 17 Nov 2005) | 2 lines
1317
1318 Have configure check for sed, so that recursion will work.
1319
1320 ------------------------------------------------------------------------
1321 r4061 | ajc | 2005-11-17 17:33:21 +0100 (Thu, 17 Nov 2005) | 4 lines
1322
1323 * More changes to try to get the po/ directory to build properly.  It's still
1324   not working.  If you want to run WebCit using the current tree, be sure to
1325   configure with --disable-nls
1326
1327 ------------------------------------------------------------------------
1328 r4060 | ajc | 2005-11-17 17:25:31 +0100 (Thu, 17 Nov 2005) | 1 line
1329
1330 aaaarrrrrgggggghhhhhhhh
1331 ------------------------------------------------------------------------
1332 r4059 | ajc | 2005-11-17 06:22:58 +0100 (Thu, 17 Nov 2005) | 1 line
1333
1334 test
1335 ------------------------------------------------------------------------
1336 r4058 | ajc | 2005-11-17 06:20:00 +0100 (Thu, 17 Nov 2005) | 1 line
1337
1338 old Makefile.in.in
1339 ------------------------------------------------------------------------
1340 r4057 | ajc | 2005-11-17 06:05:51 +0100 (Thu, 17 Nov 2005) | 1 line
1341
1342 remove files
1343 ------------------------------------------------------------------------
1344 r4056 | ajc | 2005-11-17 06:05:35 +0100 (Thu, 17 Nov 2005) | 1 line
1345
1346 remove files
1347 ------------------------------------------------------------------------
1348 r4055 | ajc | 2005-11-17 06:03:54 +0100 (Thu, 17 Nov 2005) | 2 lines
1349
1350 * Assorted tweaks to activate the translations...
1351
1352 ------------------------------------------------------------------------
1353 r4054 | ajc | 2005-11-16 03:59:00 +0100 (Wed, 16 Nov 2005) | 4 lines
1354
1355 * Checked in po/de.po, a German translation submitted by Wilifried Goesgens.
1356   Now I just have to figure out how to activate it.
1357 ?
1358
1359 ------------------------------------------------------------------------
1360 r4052 | ajc | 2005-11-14 20:57:16 +0100 (Mon, 14 Nov 2005) | 1 line
1361
1362
1363 ------------------------------------------------------------------------
1364 r4050 | ajc | 2005-11-14 05:10:14 +0100 (Mon, 14 Nov 2005) | 4 lines
1365
1366
1367 * Added an '-f' command line option to allow WebCit to follow the
1368   'X-Forwarded-For:' HTTP header, if present.
1369
1370 ------------------------------------------------------------------------
1371 r4049 | ajc | 2005-11-14 04:46:33 +0100 (Mon, 14 Nov 2005) | 2 lines
1372
1373 * Added missing HTTP headers for /listsub
1374
1375 ------------------------------------------------------------------------
1376 r4048 | ajc | 2005-11-13 05:46:36 +0100 (Sun, 13 Nov 2005) | 4 lines
1377
1378 * Discovered the style -moz-user-select:none and applied it to the mailbox
1379   summary table, to prevent text select from ruining the appearance of our
1380   beautiful drag and drop function.
1381
1382 ------------------------------------------------------------------------
1383 r4047 | ajc | 2005-11-13 05:19:15 +0100 (Sun, 13 Nov 2005) | 4 lines
1384
1385 * Strip prepended '/webcit' in requested url's.  This may allow us to handle
1386   incoming proxy requests from a front end web server.
1387 * Don't require a session cookie for static content.
1388
1389 ------------------------------------------------------------------------
1390 r4046 | ajc | 2005-11-10 23:38:41 +0100 (Thu, 10 Nov 2005) | 3 lines
1391
1392 * Completed the implementation of a simple drop target for messages.  Right
1393   now it just drops to trash.  Need to do a folder list drop now.
1394
1395 ------------------------------------------------------------------------
1396 r4045 | ajc | 2005-11-10 05:08:57 +0100 (Thu, 10 Nov 2005) | 3 lines
1397
1398 * Removed arbitrary upper bound in message select array, after realizing that
1399   JavaScript arrays don't need to have their size declared.
1400
1401 ------------------------------------------------------------------------
1402 r4044 | ajc | 2005-11-09 05:50:45 +0100 (Wed, 09 Nov 2005) | 3 lines
1403
1404 * Mailbox view: selected messages are now draggablevi ChangeLog   (Now we just need to
1405   implement a place to drop them.)
1406
1407 ------------------------------------------------------------------------
1408 r4043 | ajc | 2005-11-08 06:44:50 +0100 (Tue, 08 Nov 2005) | 2 lines
1409
1410 * Now it resizes on mousemove instead of mouseup.  Very nice animated effect.
1411
1412 ------------------------------------------------------------------------
1413 r4042 | ajc | 2005-11-08 06:37:30 +0100 (Tue, 08 Nov 2005) | 2 lines
1414
1415 * First cut of message list resize.  It works but it resizes on mouseup.
1416
1417 ------------------------------------------------------------------------
1418 r4041 | ajc | 2005-11-07 16:46:18 +0100 (Mon, 07 Nov 2005) | 3 lines
1419
1420 * Disable the I-bar cursor when hovering over message summary lines in the
1421   mailbox view; go with the default pointer instead.
1422
1423 ------------------------------------------------------------------------
1424 r4040 | ajc | 2005-11-07 05:28:14 +0100 (Mon, 07 Nov 2005) | 4 lines
1425
1426 * Mailbox summary view -- headers are now ever-present; they do not scroll
1427   with the table.
1428
1429
1430 ------------------------------------------------------------------------
1431 r4039 | ajc | 2005-11-07 04:31:31 +0100 (Mon, 07 Nov 2005) | 3 lines
1432
1433 * Changed keypress handling so that it works not only in web browsers, but in
1434   Internet Explorer as well.
1435
1436 ------------------------------------------------------------------------
1437 r4038 | ajc | 2005-11-06 18:27:45 +0100 (Sun, 06 Nov 2005) | 4 lines
1438
1439 * Message delete: table row delete is now handled by a script.aculo.us effect
1440   instead of by just clearing out the innerHTML of the table row div, because
1441   IE barfs on the latter.
1442
1443 ------------------------------------------------------------------------
1444 r4036 | ajc | 2005-11-06 04:54:00 +0100 (Sun, 06 Nov 2005) | 2 lines
1445
1446 * Found and removed more absolute URL's.
1447
1448 ------------------------------------------------------------------------
1449 r4035 | ajc | 2005-11-05 06:59:40 +0100 (Sat, 05 Nov 2005) | 1 line
1450
1451 minor tweak to previous checkin
1452 ------------------------------------------------------------------------
1453 r4034 | ajc | 2005-11-05 06:51:39 +0100 (Sat, 05 Nov 2005) | 4 lines
1454
1455 * The checkboxes are gone!  Implemented ajax delete of selected messages,
1456   via either the Delete button or the Delete key.
1457
1458
1459 ------------------------------------------------------------------------
1460 r4033 | ajc | 2005-11-05 05:52:53 +0100 (Sat, 05 Nov 2005) | 3 lines
1461
1462 * Multi select using ctrl now handles the condition of a message already being
1463   selected and the user doing ctrl-click to deselect it.
1464
1465 ------------------------------------------------------------------------
1466 r4032 | ajc | 2005-11-04 23:05:13 +0100 (Fri, 04 Nov 2005) | 2 lines
1467
1468  * Multi select (using the ctrl key) is now working.
1469
1470 ------------------------------------------------------------------------
1471 r4031 | ajc | 2005-11-04 05:47:01 +0100 (Fri, 04 Nov 2005) | 1 line
1472
1473 more of the same
1474 ------------------------------------------------------------------------
1475 r4030 | ajc | 2005-11-04 05:45:24 +0100 (Fri, 04 Nov 2005) | 2 lines
1476
1477 * Removed all of the absolute URL's.
1478
1479 ------------------------------------------------------------------------
1480 r4029 | ajc | 2005-11-04 05:39:09 +0100 (Fri, 04 Nov 2005) | 1 line
1481
1482 lower case tags
1483 ------------------------------------------------------------------------
1484 r4027 | ajc | 2005-11-03 23:48:09 +0100 (Thu, 03 Nov 2005) | 1 line
1485
1486 removed some absolute urls
1487 ------------------------------------------------------------------------
1488 r4026 | ajc | 2005-11-03 23:22:34 +0100 (Thu, 03 Nov 2005) | 1 line
1489
1490 minor href fix
1491 ------------------------------------------------------------------------
1492 r4025 | ajc | 2005-11-03 18:44:47 +0100 (Thu, 03 Nov 2005) | 1 line
1493
1494 remove ml_slider
1495 ------------------------------------------------------------------------
1496 r4024 | ajc | 2005-11-03 17:13:46 +0100 (Thu, 03 Nov 2005) | 6 lines
1497
1498 * Removed the 'mark message as seen' C code (in the mailbox view) because it
1499   was no longer getting called.  Implemented this in JavaScript using an ajax
1500   call plus a new WebCit function to perform generic server commands using
1501   ajax.  Also reinstated the removal of bold font weight for messages
1502   transitioning from unseen to seen (again, in JavaScript).
1503
1504 ------------------------------------------------------------------------
1505 r4023 | ajc | 2005-11-03 05:47:28 +0100 (Thu, 03 Nov 2005) | 6 lines
1506
1507 * Mailbox view -- onClick is now implemented by a JavaScript function which
1508   is defined in wclib.js -- now, it not only handles the Ajax load of the
1509   message into the preview pane, but it also highlights the table row, and
1510   remembers the highlighting so it can be turned off when another row is
1511   selected.  This is if course a prelude to ajaxifying the table...
1512
1513 ------------------------------------------------------------------------
1514 r4022 | ajc | 2005-11-02 23:51:23 +0100 (Wed, 02 Nov 2005) | 1 line
1515
1516 rules=rows for the message summary table
1517 ------------------------------------------------------------------------
1518 r4021 | ajc | 2005-11-02 21:59:38 +0100 (Wed, 02 Nov 2005) | 6 lines
1519
1520 * Switched the mailbox summary back to a table.  This is tabular data and it
1521   ought to be marked up as a table.  We went to fixed width floating div's in
1522   order to use script.aculo.us 'draggable' but dragging the entire row ended
1523   up looking like crap, and it didn't appear that we would be able to drag
1524   outside the source div anyway.  So we're going back to the table.
1525
1526 ------------------------------------------------------------------------
1527 r4020 | ajc | 2005-11-02 21:08:22 +0100 (Wed, 02 Nov 2005) | 1 line
1528
1529 oldest to newest, newest to oldest settings in message board view
1530 ------------------------------------------------------------------------
1531 r4019 | ajc | 2005-11-02 06:11:09 +0100 (Wed, 02 Nov 2005) | 1 line
1532
1533 read reverse
1534 ------------------------------------------------------------------------
1535 r4018 | ajc | 2005-11-02 04:30:56 +0100 (Wed, 02 Nov 2005) | 1 line
1536
1537 added per-user internet mail permission setting
1538 ------------------------------------------------------------------------
1539 r4017 | ajc | 2005-11-01 04:30:52 +0100 (Tue, 01 Nov 2005) | 4 lines
1540
1541 * messages.c: the summary line for each message is now a SPAN instead of
1542   a DIV.  This was done because we needed the SPAN anyway to apply styles,
1543   and saves some space.
1544
1545 ------------------------------------------------------------------------
1546 r4016 | ajc | 2005-10-31 18:55:44 +0100 (Mon, 31 Oct 2005) | 1 line
1547
1548 small css fix
1549 ------------------------------------------------------------------------
1550 r4015 | ajc | 2005-10-31 05:36:33 +0100 (Mon, 31 Oct 2005) | 1 line
1551
1552 minor fix to above
1553 ------------------------------------------------------------------------
1554 r4012 | ajc | 2005-10-31 03:59:24 +0100 (Mon, 31 Oct 2005) | 2 lines
1555
1556 * summary.c: fixed the date display.
1557
1558 ------------------------------------------------------------------------
1559 r4010 | ajc | 2005-10-30 06:41:54 +0100 (Sun, 30 Oct 2005) | 4 lines
1560
1561 * messages.c: the summary line for each message is now a div containing fixed
1562   width floating spans instead of a table row.  This is being done as part of
1563   the preparations to ajaxify the presentation of this data.
1564
1565 ------------------------------------------------------------------------
1566 r4009 | ajc | 2005-10-27 22:57:52 +0200 (Thu, 27 Oct 2005) | 1 line
1567
1568 THIS IS 6.31
1569 ------------------------------------------------------------------------
1570 r4006 | ajc | 2005-10-26 22:20:05 +0200 (Wed, 26 Oct 2005) | 3 lines
1571
1572 * Bumped internal version number to 6.31.  Minimum Citadel server required
1573   is version 6.61.
1574
1575 ------------------------------------------------------------------------
1576 r4004 | ajc | 2005-10-26 18:10:53 +0200 (Wed, 26 Oct 2005) | 3 lines
1577
1578 * webcit.c: msgesc() no longer inserts backslashes before every single-quote
1579   appearing in the quoted or forwarded message.
1580
1581 ------------------------------------------------------------------------
1582 r4001 | ajc | 2005-10-25 05:42:27 +0200 (Tue, 25 Oct 2005) | 1 line
1583
1584 test
1585 ------------------------------------------------------------------------
1586 r4000 | ajc | 2005-10-25 05:18:43 +0200 (Tue, 25 Oct 2005) | 1 line
1587
1588 commit
1589 ------------------------------------------------------------------------
1590 r3998 | ajc | 2005-10-25 05:10:52 +0200 (Tue, 25 Oct 2005) | 2 lines
1591
1592 * Mailbox view: deleting messages now moves them to the Trash folder
1593
1594 ------------------------------------------------------------------------
1595 r3995 | ajc | 2005-10-25 04:19:18 +0200 (Tue, 25 Oct 2005) | 3 lines
1596
1597 * calendar_view.c: fixed a variable initialization bug that was causing some
1598   time-specific events to be displayed as all-day events.
1599
1600 ------------------------------------------------------------------------
1601 r3994 | ajc | 2005-10-24 17:59:53 +0200 (Mon, 24 Oct 2005) | 4 lines
1602
1603 * List sub/unsub confirmation -- Citadel now wants http:// or https://
1604   prepended as part of the 'submitted subscribe url' so we are now doing
1605   that.
1606
1607 ------------------------------------------------------------------------
1608 r3988 | ajc | 2005-10-22 07:02:13 +0200 (Sat, 22 Oct 2005) | 4 lines
1609
1610 * More changes required to be able to do embedded message/rfc822 and still be
1611   able to view the attachments in the embedded submessage.   Yow.
1612 * Brought over the updated MIME parser from the Citadel package.
1613
1614 ------------------------------------------------------------------------
1615 r3983 | ajc | 2005-10-21 21:27:12 +0200 (Fri, 21 Oct 2005) | 4 lines
1616
1617 * Handle embedded message/rfc822 submessages, using the new form of MSG4 on
1618   the Citadel server that can extract these for us.  There is still a bug or
1619   two in this to be fixed...
1620
1621 ------------------------------------------------------------------------
1622 r3972 | ajc | 2005-10-17 17:13:15 +0200 (Mon, 17 Oct 2005) | 1 line
1623
1624 THIS IS 6.30
1625 ------------------------------------------------------------------------
1626 r3968 | ajc | 2005-10-15 07:01:39 +0200 (Sat, 15 Oct 2005) | 1 line
1627
1628  
1629 ------------------------------------------------------------------------
1630 r3967 | ajc | 2005-10-15 06:52:31 +0200 (Sat, 15 Oct 2005) | 1 line
1631
1632  
1633 ------------------------------------------------------------------------
1634 r3966 | ajc | 2005-10-15 06:50:43 +0200 (Sat, 15 Oct 2005) | 1 line
1635
1636  
1637 ------------------------------------------------------------------------
1638 r3965 | ajc | 2005-10-15 06:44:16 +0200 (Sat, 15 Oct 2005) | 2 lines
1639
1640 * Sort messages in reverse date order when no sort preference is set
1641 * When going from non-date sort to date sort, try reverse order first
1642 ------------------------------------------------------------------------
1643 r3964 | ajc | 2005-10-15 06:29:16 +0200 (Sat, 15 Oct 2005) | 1 line
1644
1645 * Better handling of multiple recipients in reply-all
1646 ------------------------------------------------------------------------
1647 r3963 | ajc | 2005-10-13 21:31:41 +0200 (Thu, 13 Oct 2005) | 5 lines
1648
1649 * <tr> and </tr> tags for each row in a mailbox summary view, are now
1650   output by display_summarized() instead of by readloop().  This makes the
1651   code easier to read and refactors it slightly in preparation for some evil
1652   plans...
1653
1654 ------------------------------------------------------------------------
1655 r3961 | ajc | 2005-10-13 05:59:03 +0200 (Thu, 13 Oct 2005) | 3 lines
1656
1657 * Rooms view -- render properly when empty floors exist
1658   [fixes bugzilla issue # 156]
1659
1660 ------------------------------------------------------------------------
1661 r3952 | ajc | 2005-10-11 05:02:49 +0200 (Tue, 11 Oct 2005) | 1 line
1662
1663 -
1664 ------------------------------------------------------------------------
1665 r3947 | ajc | 2005-10-09 06:34:43 +0200 (Sun, 09 Oct 2005) | 1 line
1666
1667 oops
1668 ------------------------------------------------------------------------
1669 r3946 | ajc | 2005-10-09 06:32:23 +0200 (Sun, 09 Oct 2005) | 1 line
1670
1671 new mail notification
1672 ------------------------------------------------------------------------
1673 r3945 | ajc | 2005-10-09 06:13:32 +0200 (Sun, 09 Oct 2005) | 1 line
1674
1675 dont read/write to closed ssl context
1676 ------------------------------------------------------------------------
1677 r3943 | ajc | 2005-10-08 05:13:25 +0200 (Sat, 08 Oct 2005) | 1 line
1678
1679 Test
1680 ------------------------------------------------------------------------
1681 r3942 | ajc | 2005-10-08 05:13:05 +0200 (Sat, 08 Oct 2005) | 1 line
1682
1683 Test
1684 ------------------------------------------------------------------------
1685 r3941 | ajc | 2005-10-08 05:12:33 +0200 (Sat, 08 Oct 2005) | 1 line
1686
1687 need citadel 6.58
1688 ------------------------------------------------------------------------
1689 r3940 | ajc | 2005-10-08 05:10:03 +0200 (Sat, 08 Oct 2005) | 1 line
1690
1691 cvs to svn
1692 ------------------------------------------------------------------------
1693 r3938 | ajc | 2005-10-07 23:37:51 +0200 (Fri, 07 Oct 2005) | 1 line
1694
1695 fix infinite loop
1696 ------------------------------------------------------------------------
1697 r3937 | ajc | 2005-10-07 21:40:52 +0200 (Fri, 07 Oct 2005) | 1 line
1698
1699 no cvs
1700 ------------------------------------------------------------------------
1701 r3936 | ajc | 2005-10-07 21:39:51 +0200 (Fri, 07 Oct 2005) | 1 line
1702
1703 re-added binary
1704 ------------------------------------------------------------------------
1705 r3935 | ajc | 2005-10-07 21:37:44 +0200 (Fri, 07 Oct 2005) | 1 line
1706
1707 removing bad statics
1708 ------------------------------------------------------------------------
1709 r3934 | ajc | 2005-10-07 20:47:45 +0200 (Fri, 07 Oct 2005) | 1 line
1710
1711 Test to see if log is updated automatically
1712 ------------------------------------------------------------------------
1713 r3933 | ajc | 2005-10-07 20:47:13 +0200 (Fri, 07 Oct 2005) | 1 line
1714
1715 Added boostrap
1716 ------------------------------------------------------------------------
1717 r3931 | ajc | 2005-10-06 21:34:28 +0200 (Thu, 06 Oct 2005) | 2 lines
1718
1719 *** empty log message ***
1720
1721 ------------------------------------------------------------------------
1722 r3930 | ajc | 2005-10-06 21:34:09 +0200 (Thu, 06 Oct 2005) | 3 lines
1723
1724 * GroupDAV locate_message_by_uid() now uses the EUID command on the Citadel
1725   server.  Fast fast.
1726
1727 ------------------------------------------------------------------------
1728 r3924 | error | 2005-10-05 19:54:08 +0200 (Wed, 05 Oct 2005) | 2 lines
1729
1730 * Show the ThreadSSL in the debugging logs.
1731
1732 ------------------------------------------------------------------------
1733 r3919 | ajc | 2005-10-01 04:51:12 +0200 (Sat, 01 Oct 2005) | 2 lines
1734
1735 *** empty log message ***
1736
1737 ------------------------------------------------------------------------
1738 r3918 | ajc | 2005-09-30 22:57:27 +0200 (Fri, 30 Sep 2005) | 3 lines
1739
1740 * Added "Display Name" (or as vCard calls it, "friendly name" or "fn") to
1741   the vCard editing screen.
1742
1743 ------------------------------------------------------------------------
1744 r3917 | ajc | 2005-09-29 18:34:10 +0200 (Thu, 29 Sep 2005) | 2 lines
1745
1746 *** empty log message ***
1747
1748 ------------------------------------------------------------------------
1749 r3916 | ajc | 2005-09-29 17:59:33 +0200 (Thu, 29 Sep 2005) | 2 lines
1750
1751 * Finished the "signature" function.
1752
1753 ------------------------------------------------------------------------
1754 r3915 | ajc | 2005-09-29 06:10:40 +0200 (Thu, 29 Sep 2005) | 2 lines
1755
1756 * sig is done, but need to add proper handling of linebreaks
1757
1758 ------------------------------------------------------------------------
1759 r3914 | ajc | 2005-09-29 04:54:17 +0200 (Thu, 29 Sep 2005) | 2 lines
1760
1761 * Began implementing the "signature" feature.  It doesn't work yet.
1762
1763 ------------------------------------------------------------------------
1764 r3913 | ajc | 2005-09-28 05:29:47 +0200 (Wed, 28 Sep 2005) | 2 lines
1765
1766 * Don't display room banner on "Confirm move of message" screen
1767
1768 ------------------------------------------------------------------------
1769 r3912 | ajc | 2005-09-28 05:19:14 +0200 (Wed, 28 Sep 2005) | 6 lines
1770
1771 * "Reply" and "ReplyAll" now quote the original message, but only when
1772   it's private mail.
1773 * For non-mail, a "ReplyQuoted" button is now present.
1774 * "Move" and "Delete" are now present for a user's mailbox rooms.
1775 * Improved the <blockquote> style.
1776
1777 ------------------------------------------------------------------------
1778 r3910 | ajc | 2005-09-27 04:12:13 +0200 (Tue, 27 Sep 2005) | 3 lines
1779
1780 * When clicking on an email address in a vCard to send the person an
1781   email message, use the display name plus the email address.
1782
1783 ------------------------------------------------------------------------
1784 r3909 | ajc | 2005-09-26 23:56:31 +0200 (Mon, 26 Sep 2005) | 3 lines
1785
1786 * Offer the [Move] and [Delete] buttons not only for aide/roomaide, but
1787   also whenever we are in a mailbox room owned by the user.
1788
1789 ------------------------------------------------------------------------
1790 r3907 | ajc | 2005-09-26 20:47:41 +0200 (Mon, 26 Sep 2005) | 2 lines
1791
1792 new tinymce
1793
1794 ------------------------------------------------------------------------
1795 r3906 | ajc | 2005-09-26 20:44:32 +0200 (Mon, 26 Sep 2005) | 2 lines
1796
1797 * new tinymce
1798
1799 ------------------------------------------------------------------------
1800 r3905 | ajc | 2005-09-26 20:36:41 +0200 (Mon, 26 Sep 2005) | 2 lines
1801
1802 *** empty log message ***
1803
1804 ------------------------------------------------------------------------
1805 r3904 | ajc | 2005-09-26 20:00:52 +0200 (Mon, 26 Sep 2005) | 3 lines
1806
1807 * Upgraded TinyMCE to version 2.0RC3.  This fixes a conflict with
1808   the prototype.js library.
1809
1810 ------------------------------------------------------------------------
1811 r3903 | ajc | 2005-09-26 06:09:51 +0200 (Mon, 26 Sep 2005) | 2 lines
1812
1813 *** empty log message ***
1814
1815 ------------------------------------------------------------------------
1816 r3902 | ajc | 2005-09-26 05:10:10 +0200 (Mon, 26 Sep 2005) | 2 lines
1817
1818 * Updated "make install" to handle the multi static thing
1819
1820 ------------------------------------------------------------------------
1821 r3901 | ajc | 2005-09-26 04:47:36 +0200 (Mon, 26 Sep 2005) | 2 lines
1822
1823 * Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
1824
1825 ------------------------------------------------------------------------
1826 r3900 | ajc | 2005-09-25 23:21:13 +0200 (Sun, 25 Sep 2005) | 2 lines
1827
1828 *** empty log message ***
1829
1830 ------------------------------------------------------------------------
1831 r3899 | ajc | 2005-09-25 22:58:56 +0200 (Sun, 25 Sep 2005) | 3 lines
1832
1833 * Generalized the way we handle static content directories so that we may
1834   have more than one of them (i.e. not just "static/")
1835
1836 ------------------------------------------------------------------------
1837 r3896 | ajc | 2005-09-21 15:25:53 +0200 (Wed, 21 Sep 2005) | 3 lines
1838
1839 * The RSS/XML button is temporarily commented out in order to prevent
1840   users from selecting this possibly unfinished feature.
1841
1842 ------------------------------------------------------------------------
1843 r3892 | ajc | 2005-09-21 06:00:54 +0200 (Wed, 21 Sep 2005) | 5 lines
1844
1845 * Downloading attachments now gives the browser a better hint as to what
1846   it should name the file.
1847 * Downloading attachments is now supported even when the MIME part is
1848   stupidly listed as "inline" rather than "attachment."
1849
1850 ------------------------------------------------------------------------
1851 r3891 | ajc | 2005-09-20 23:59:22 +0200 (Tue, 20 Sep 2005) | 4 lines
1852
1853 * webcit.c: moved request_method[] out of the global scope (yikes!!!)
1854 * rss.c: removed "const" from function declarations to silence
1855          a compiler warning
1856
1857 ------------------------------------------------------------------------
1858 r3890 | ajc | 2005-09-19 04:56:21 +0200 (Mon, 19 Sep 2005) | 6 lines
1859
1860 * Two-pane mail reading now uses Ajax instead of a hidden iframe, and it's
1861   very crisp and responsive.
1862 * "Print message" function now opens up a new window for the print
1863   preview.  I just couldn't figure out a way to keep the b0rken IE from
1864   printing the screen instead of the message.
1865
1866 ------------------------------------------------------------------------
1867 r3889 | ajc | 2005-09-19 04:07:19 +0200 (Mon, 19 Sep 2005) | 3 lines
1868
1869 * Renamed 'ScriptaculousEffect' back to 'Effect' because there is no
1870   longer any namespace conflict.
1871
1872 ------------------------------------------------------------------------
1873 r3887 | ajc | 2005-09-18 23:47:49 +0200 (Sun, 18 Sep 2005) | 2 lines
1874
1875 *** empty log message ***
1876
1877 ------------------------------------------------------------------------
1878 r3884 | ajc | 2005-09-18 20:49:43 +0200 (Sun, 18 Sep 2005) | 2 lines
1879
1880 *** empty log message ***
1881
1882 ------------------------------------------------------------------------
1883 r3882 | ajc | 2005-09-18 18:00:15 +0200 (Sun, 18 Sep 2005) | 8 lines
1884
1885 * Discovered that Prototype makes it easy to auto-refresh, so I switched
1886   the wholist and summary refresh code to use that API instead of doing it
1887   myself.
1888 * Switched all HTTP/1.0 HTTP/1.1.  I don't know if this is going to break
1889   anything (it shouldn't -- I'm not knowingly depending upon any features
1890   of HTTP/1.0), but it *fixes* the problem of Internet Exploder caching
1891   pages even when it's told not to.
1892
1893 ------------------------------------------------------------------------
1894 r3881 | ajc | 2005-09-18 17:02:30 +0200 (Sun, 18 Sep 2005) | 9 lines
1895
1896 * summary.c: summary screen is now updated using ajax instead of refreshing
1897   the whole page.  Not only does this look cleaner, but it also has the
1898   happy side effect of not reloading all of the images.
1899 * webcit.c: new API calls begin_ajax_response() and end_ajax_response() for
1900   wrapping inner div's
1901 * webcit.c: removed the "refresh30" parameter from output_headers() and
1902   from all code that calls it.  We don't need it anymore; refreshing the
1903   entire page is, like, sooooo 2004.  :)
1904
1905 ------------------------------------------------------------------------
1906 r3880 | ajc | 2005-09-18 16:30:05 +0200 (Sun, 18 Sep 2005) | 4 lines
1907
1908 * Added a "random number" parameter to the wholist ajax refresh request,
1909   because b0rken MSIE still insists on fetching from its cache even though
1910   it's been explicitly told not to.
1911
1912 ------------------------------------------------------------------------
1913 r3879 | ajc | 2005-09-18 06:04:32 +0200 (Sun, 18 Sep 2005) | 5 lines
1914
1915 * Switched the wholist updater to Prototype's AJAX updater, instead of
1916   using Rico's wrapper around it.  It's actually simpler and doesn't seem
1917   to require strict XML, which are both wins.
1918 * Removed Rico from the build.
1919
1920 ------------------------------------------------------------------------
1921 r3878 | ajc | 2005-09-18 05:15:15 +0200 (Sun, 18 Sep 2005) | 3 lines
1922
1923 * Remove spurious "No new messages" message when viewing an
1924   empty address book.
1925
1926 ------------------------------------------------------------------------
1927 r3877 | ajc | 2005-09-18 04:18:39 +0200 (Sun, 18 Sep 2005) | 2 lines
1928
1929 *** empty log message ***
1930
1931 ------------------------------------------------------------------------
1932 r3876 | ajc | 2005-09-18 02:53:15 +0200 (Sun, 18 Sep 2005) | 2 lines
1933
1934 * "Reply All" button
1935
1936 ------------------------------------------------------------------------
1937 r3871 | ajc | 2005-09-17 18:44:30 +0200 (Sat, 17 Sep 2005) | 4 lines
1938
1939 * The JavaScript code to activate the ajax-powered recipient autocompleters
1940   has been moved to a function in wclib.js (it's still activated from an
1941   inline script in messages.c)
1942
1943 ------------------------------------------------------------------------
1944 r3870 | ajc | 2005-09-17 15:18:05 +0200 (Sat, 17 Sep 2005) | 4 lines
1945
1946 * fmt_date.c: changes to "brief" mode.  It now displays time only if the
1947   date is today, month/day/time if the date is within the last six months,
1948   and date only for anything older.
1949
1950 ------------------------------------------------------------------------
1951 r3869 | ajc | 2005-09-17 05:00:06 +0200 (Sat, 17 Sep 2005) | 3 lines
1952
1953 * Fixed the autocompletion for CC: and BCC:
1954 * Moved the autocompletion styles into the stylesheet where they belong
1955
1956 ------------------------------------------------------------------------
1957 r3867 | ajc | 2005-09-16 22:22:48 +0200 (Fri, 16 Sep 2005) | 4 lines
1958
1959 * Inital support for CC: and BCC: is working.  Autocompletion of these
1960   lines is not functional.  I don't know whether it's because I did
1961   something wrong, or if the ajax library only allows one per screen.
1962
1963 ------------------------------------------------------------------------
1964 r3864 | ajc | 2005-09-16 06:34:46 +0200 (Fri, 16 Sep 2005) | 2 lines
1965
1966 * Initial hack of Cc: and Bcc: support
1967
1968 ------------------------------------------------------------------------
1969 r3862 | ajc | 2005-09-16 04:36:01 +0200 (Fri, 16 Sep 2005) | 3 lines
1970
1971 * The 'To:' box accepts more characters now
1972 * Removed the border from the new 'XML' button
1973
1974 ------------------------------------------------------------------------
1975 r3861 | error | 2005-09-16 03:20:00 +0200 (Fri, 16 Sep 2005) | 2 lines
1976
1977 Add Reply and Email links; and an RSS link in the header
1978
1979 ------------------------------------------------------------------------
1980 r3859 | ajc | 2005-09-15 23:29:42 +0200 (Thu, 15 Sep 2005) | 4 lines
1981
1982 * Made the message list div slightly larger, the preview pane equally
1983   smaller, and stuck a separator bar in between them that will someday
1984   be draggable.
1985
1986 ------------------------------------------------------------------------
1987 r3858 | ajc | 2005-09-15 22:45:48 +0200 (Thu, 15 Sep 2005) | 2 lines
1988
1989 *** empty log message ***
1990
1991 ------------------------------------------------------------------------
1992 r3855 | ajc | 2005-09-14 05:53:43 +0200 (Wed, 14 Sep 2005) | 3 lines
1993
1994 * Autocompletion now fetches candidate addresses using the AUTO server
1995   command being built for Citadel 6.56
1996
1997 ------------------------------------------------------------------------
1998 r3852 | ajc | 2005-09-13 16:03:04 +0200 (Tue, 13 Sep 2005) | 2 lines
1999
2000 *** empty log message ***
2001
2002 ------------------------------------------------------------------------
2003 r3851 | ajc | 2005-09-13 16:02:40 +0200 (Tue, 13 Sep 2005) | 2 lines
2004
2005 * THIS IS 6.25
2006
2007 ------------------------------------------------------------------------
2008 r3848 | ajc | 2005-09-12 22:57:58 +0200 (Mon, 12 Sep 2005) | 3 lines
2009
2010 * Save/Cancel buttons are now at the top *and* bottom of the message
2011   entry screen.  Evidently some users seem to want this.
2012
2013 ------------------------------------------------------------------------
2014 r3847 | ajc | 2005-09-12 21:03:44 +0200 (Mon, 12 Sep 2005) | 3 lines
2015
2016 * When forwarding a message, properly escape the quoted headers (especially
2017   the subject) for insertion into the editor.
2018
2019 ------------------------------------------------------------------------
2020 r3846 | ajc | 2005-09-12 20:20:21 +0200 (Mon, 12 Sep 2005) | 2 lines
2021
2022 * The "forward" button is now working, and it forwards the attachments.
2023
2024 ------------------------------------------------------------------------
2025 r3845 | ajc | 2005-09-12 06:08:05 +0200 (Mon, 12 Sep 2005) | 4 lines
2026
2027 * Built an initial version of the "forward message" function.  It works
2028   perfectly on the message text now, but we cannot consider it finished
2029   until it also forwards attachments.
2030
2031 ------------------------------------------------------------------------
2032 r3843 | ajc | 2005-09-10 06:26:54 +0200 (Sat, 10 Sep 2005) | 2 lines
2033
2034 *** empty log message ***
2035
2036 ------------------------------------------------------------------------
2037 r3842 | ajc | 2005-09-10 05:23:05 +0200 (Sat, 10 Sep 2005) | 4 lines
2038
2039 * Determined where to insert a "Forward" button and the functionality it
2040   implements.  In order to complete this function we will need a
2041   form-sanitized output mode for read_message().
2042
2043 ------------------------------------------------------------------------
2044 r3841 | ajc | 2005-09-10 00:06:12 +0200 (Sat, 10 Sep 2005) | 2 lines
2045
2046 *** empty log message ***
2047
2048 ------------------------------------------------------------------------
2049 r3840 | ajc | 2005-09-09 21:47:29 +0200 (Fri, 09 Sep 2005) | 2 lines
2050
2051 * Removed some dead code
2052
2053 ------------------------------------------------------------------------
2054 r3837 | ajc | 2005-09-09 06:43:37 +0200 (Fri, 09 Sep 2005) | 2 lines
2055
2056 *** empty log message ***
2057
2058 ------------------------------------------------------------------------
2059 r3836 | ajc | 2005-09-09 06:43:31 +0200 (Fri, 09 Sep 2005) | 6 lines
2060
2061 * Checked in a copy of the "script.aculo.us" library by Thomas Fuchs.
2062   NOTE: I had to search-and-replace "Effect" to "ScriptaculousEffect" in
2063   all of their files, to avoid a conflict with the name "Effect" in Rico.
2064 * Implemented recipient autocompletion when composing mail, using the
2065   script.aculo.us drop-down box and an ajax fetch.  Cool!!
2066
2067 ------------------------------------------------------------------------
2068 r3835 | ajc | 2005-09-09 06:43:23 +0200 (Fri, 09 Sep 2005) | 7 lines
2069
2070 * Checked in a copy of the "script.aculo.us" library by Thomas Fuchs.
2071   NOTE: I had to search-and-replace "Effect" to "ScriptaculousEffect" in
2072   all of their files, to avoid a conflict with the name "Effect" in Rico.
2073 * Implemented recipient autocompletion when composing mail, using the
2074   script.aculo.us drop-down box and an ajax fetch.  Cool!!
2075 Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
2076
2077 ------------------------------------------------------------------------
2078 r3831 | ajc | 2005-09-06 16:44:28 +0200 (Tue, 06 Sep 2005) | 3 lines
2079
2080 * Altered the logic which determines whether to display a "Post message"
2081   or "Send message" button on the message entry screen.
2082
2083 ------------------------------------------------------------------------
2084 r3828 | ajc | 2005-09-01 05:57:31 +0200 (Thu, 01 Sep 2005) | 2 lines
2085
2086 *** empty log message ***
2087
2088 ------------------------------------------------------------------------
2089 r3827 | ajc | 2005-09-01 05:54:34 +0200 (Thu, 01 Sep 2005) | 6 lines
2090
2091 * The "prompt for recipient" screen is now gone.  When the user is posting
2092   from a room requiring a recipient, a "To:" line now appears above the
2093   "Subject:" line.  Entering an invalid recipient causes the message entry
2094   screen to loop back to itself, with the form contents still intact, and
2095   the ImportantMessage box set to the error message.
2096
2097 ------------------------------------------------------------------------
2098 r3826 | ajc | 2005-08-30 06:30:53 +0200 (Tue, 30 Aug 2005) | 4 lines
2099
2100 * messages.c: teh b0rken Intarweb Exploder was printing the screen rather
2101   than the hidden iframe when user selects "Print" message.  Applied a
2102   workaround.
2103
2104 ------------------------------------------------------------------------
2105 r3823 | ajc | 2005-08-23 04:57:06 +0200 (Tue, 23 Aug 2005) | 3 lines
2106
2107 * Added some files to the po/ directory, but I really don't know what I'm
2108   doing here...
2109
2110 ------------------------------------------------------------------------
2111 r3822 | ajc | 2005-08-22 23:22:00 +0200 (Mon, 22 Aug 2005) | 5 lines
2112
2113 * vcard_edit.c webcit.c webserver.c who.c : i18n
2114 * This should complete the internationalization of the entire WebCit
2115   package.  Testing must be done, and then of course we must have someone
2116   do a translation so we can see if this thing works.
2117
2118 ------------------------------------------------------------------------
2119 r3821 | ajc | 2005-08-22 22:27:26 +0200 (Mon, 22 Aug 2005) | 3 lines
2120
2121 * userlist.c: i18n
2122 * vcard.c: minor change to comments in code
2123
2124 ------------------------------------------------------------------------
2125 r3820 | ajc | 2005-08-22 22:21:21 +0200 (Mon, 22 Aug 2005) | 2 lines
2126
2127 * useredit.c: i18n
2128
2129 ------------------------------------------------------------------------
2130 r3819 | ajc | 2005-08-22 21:26:09 +0200 (Mon, 22 Aug 2005) | 2 lines
2131
2132 * subst.c summary.c sysmsgs.c : i18n
2133
2134 ------------------------------------------------------------------------
2135 r3818 | ajc | 2005-08-22 21:06:52 +0200 (Mon, 22 Aug 2005) | 2 lines
2136
2137 * siteconfig.c: i18n
2138
2139 ------------------------------------------------------------------------
2140 r3817 | ajc | 2005-08-22 20:02:24 +0200 (Mon, 22 Aug 2005) | 2 lines
2141
2142 * siteconfig.c: began i18n
2143
2144 ------------------------------------------------------------------------
2145 r3816 | ajc | 2005-08-22 18:53:11 +0200 (Mon, 22 Aug 2005) | 2 lines
2146
2147 * rss.c: i18n
2148
2149 ------------------------------------------------------------------------
2150 r3815 | ajc | 2005-08-22 06:33:30 +0200 (Mon, 22 Aug 2005) | 4 lines
2151
2152 * paging.c preferences.c roomops.c : i18n
2153 * Also changed various "OK" buttons to labels more descriptive of
2154   their actual functions.
2155
2156 ------------------------------------------------------------------------
2157 r3814 | ajc | 2005-08-22 03:02:42 +0200 (Mon, 22 Aug 2005) | 5 lines
2158
2159 * messages.c: finished i18n
2160 * webcit.h: minimum required Citadel server version is now 6.55; this is
2161   required in order to gain access to the new version of the MSGS command
2162   that includes a header summary.
2163
2164 ------------------------------------------------------------------------
2165 r3811 | ajc | 2005-08-21 07:02:17 +0200 (Sun, 21 Aug 2005) | 2 lines
2166
2167 * messages.c: renamed some elements
2168
2169 ------------------------------------------------------------------------
2170 r3810 | ajc | 2005-08-20 06:37:50 +0200 (Sat, 20 Aug 2005) | 3 lines
2171
2172 * mainmenu.c: i18n
2173 * messages.c: partially i18n
2174
2175 ------------------------------------------------------------------------
2176 r3809 | ajc | 2005-08-19 23:46:49 +0200 (Fri, 19 Aug 2005) | 2 lines
2177
2178 * inetconf.c, listsub.c, part of mainmenu.c: i18n
2179
2180 ------------------------------------------------------------------------
2181 r3808 | ajc | 2005-08-19 18:56:35 +0200 (Fri, 19 Aug 2005) | 2 lines
2182
2183 *** empty log message ***
2184
2185 ------------------------------------------------------------------------
2186 r3807 | ajc | 2005-08-19 18:56:06 +0200 (Fri, 19 Aug 2005) | 2 lines
2187
2188 * inetconf.c: partial i18n
2189
2190 ------------------------------------------------------------------------
2191 r3806 | error | 2005-08-19 04:01:31 +0200 (Fri, 19 Aug 2005) | 2 lines
2192
2193 RSS: Format the room info better.
2194
2195 ------------------------------------------------------------------------
2196 r3805 | error | 2005-08-19 03:58:06 +0200 (Fri, 19 Aug 2005) | 2 lines
2197
2198 RSS: Update debugging messages
2199
2200 ------------------------------------------------------------------------
2201 r3804 | error | 2005-08-19 03:53:06 +0200 (Fri, 19 Aug 2005) | 2 lines
2202
2203 Fix lingering timezone problem in If-Modified-Since
2204
2205 ------------------------------------------------------------------------
2206 r3803 | error | 2005-08-19 03:18:01 +0200 (Fri, 19 Aug 2005) | 2 lines
2207
2208 If-Modified-Since is now working properly.
2209
2210 ------------------------------------------------------------------------
2211 r3802 | error | 2005-08-19 02:52:28 +0200 (Fri, 19 Aug 2005) | 2 lines
2212
2213 Clean up the RSS feed. Attempt to read If-Modified-Since header.
2214
2215 ------------------------------------------------------------------------
2216 r3801 | error | 2005-08-19 00:59:38 +0200 (Fri, 19 Aug 2005) | 2 lines
2217
2218 First-draft of RSS support.
2219
2220 ------------------------------------------------------------------------
2221 r3800 | error | 2005-08-19 00:57:55 +0200 (Fri, 19 Aug 2005) | 2 lines
2222
2223 gotoroom() now returns nonzero on error
2224
2225 ------------------------------------------------------------------------
2226 r3799 | ajc | 2005-08-19 00:08:26 +0200 (Fri, 19 Aug 2005) | 2 lines
2227
2228 * iconbar.c: i18n
2229
2230 ------------------------------------------------------------------------
2231 r3798 | ajc | 2005-08-18 20:33:34 +0200 (Thu, 18 Aug 2005) | 2 lines
2232
2233 * calendar_view.c event.c floors.c graphics.c html2html.c iconbar.c: i18n
2234
2235 ------------------------------------------------------------------------
2236 r3797 | ajc | 2005-08-18 18:17:25 +0200 (Thu, 18 Aug 2005) | 2 lines
2237
2238 * calendar_tools.c: i18n
2239
2240 ------------------------------------------------------------------------
2241 r3796 | ajc | 2005-08-18 16:36:54 +0200 (Thu, 18 Aug 2005) | 7 lines
2242
2243 * calendar.c: finished preparing strings for i18n
2244 * sysmsgs.c: Save/Cancel buttons now have different element names, so we
2245   can do a "which element has a nonzero length" check instead of a "what
2246   is the value of this element" check.  This is vital because the value
2247   equals the label, and the label will change if the language changes.
2248   This must be done throughout the system.
2249
2250 ------------------------------------------------------------------------
2251 r3795 | ajc | 2005-08-18 00:18:00 +0200 (Thu, 18 Aug 2005) | 2 lines
2252
2253 * calendar.c: altered conflict reporting strings for better i18n
2254
2255 ------------------------------------------------------------------------
2256 r3794 | ajc | 2005-08-17 19:56:32 +0200 (Wed, 17 Aug 2005) | 3 lines
2257
2258 * availability.c: prepared for i18n
2259 * calendar.c: began preparing for i18n
2260
2261 ------------------------------------------------------------------------
2262 r3793 | ajc | 2005-08-17 19:45:00 +0200 (Wed, 17 Aug 2005) | 2 lines
2263
2264 * auth.c: prepared for internationalization
2265
2266 ------------------------------------------------------------------------
2267 r3792 | ajc | 2005-08-17 05:43:20 +0200 (Wed, 17 Aug 2005) | 3 lines
2268
2269 * More work to get the gettext stuff working, although I really don't
2270   know what I'm doing here
2271
2272 ------------------------------------------------------------------------
2273 r3791 | ajc | 2005-08-16 22:51:08 +0200 (Tue, 16 Aug 2005) | 2 lines
2274
2275 * More gettext/i18n crap
2276
2277 ------------------------------------------------------------------------
2278 r3790 | ajc | 2005-08-16 22:14:25 +0200 (Tue, 16 Aug 2005) | 2 lines
2279
2280 * This is an attempt to gettextize the WebCit build.
2281
2282 ------------------------------------------------------------------------
2283 r3789 | ajc | 2005-08-15 18:49:02 +0200 (Mon, 15 Aug 2005) | 3 lines
2284
2285 * post_mime_to_server() now includes "MIME-Version: 1.0" as required
2286   by RCC2045.  Some clients look for this.  (Thanks to Shayne for this one)
2287
2288 ------------------------------------------------------------------------
2289 r3787 | ajc | 2005-08-12 23:53:32 +0200 (Fri, 12 Aug 2005) | 3 lines
2290
2291 * All OS-level includes are now included from webcit.h instead of from
2292   each individual .c file.  This will keep the build cleaner.
2293
2294 ------------------------------------------------------------------------
2295 r3782 | ajc | 2005-08-12 03:01:27 +0200 (Fri, 12 Aug 2005) | 6 lines
2296
2297 * The iconbar and summary screen now connect to the user's primary
2298   groupware rooms using the new macros: _CALENDAR_, _TASKS_, _NOTES_,
2299   and _CONTACTS_, in order to facilitate those rooms potentially having
2300   different names on some hosts (such as, perhaps, the same names but in
2301   different languages).
2302
2303 ------------------------------------------------------------------------
2304 r3781 | ajc | 2005-08-12 01:20:13 +0200 (Fri, 12 Aug 2005) | 2 lines
2305
2306 *** empty log message ***
2307
2308 ------------------------------------------------------------------------
2309 r3780 | ajc | 2005-08-12 01:15:05 +0200 (Fri, 12 Aug 2005) | 2 lines
2310
2311 * Added debian build directory (submitted by W. Goesgens)
2312
2313 ------------------------------------------------------------------------
2314 r3777 | ajc | 2005-08-10 23:55:04 +0200 (Wed, 10 Aug 2005) | 3 lines
2315
2316 * siteconfig.c: added support for "instant expunge" and "allow spoofing"
2317   global configuration options.
2318
2319 ------------------------------------------------------------------------
2320 r3769 | ajc | 2005-08-09 03:13:29 +0200 (Tue, 09 Aug 2005) | 3 lines
2321
2322 * Mailbox summary view is now generated using the server's
2323   new "message list with headers summary" mode.
2324
2325 ------------------------------------------------------------------------
2326 r3765 | ajc | 2005-08-05 18:28:40 +0200 (Fri, 05 Aug 2005) | 2 lines
2327
2328 * THIS IS 6.21
2329
2330 ------------------------------------------------------------------------
2331 r3758 | ajc | 2005-08-02 04:38:34 +0200 (Tue, 02 Aug 2005) | 2 lines
2332
2333 * new iconv check for both libiconv and built-in iconv
2334
2335 ------------------------------------------------------------------------
2336 r3756 | ajc | 2005-08-01 04:28:57 +0200 (Mon, 01 Aug 2005) | 2 lines
2337
2338 * Made the ImportantMessage div less obtrusive
2339
2340 ------------------------------------------------------------------------
2341 r3754 | ajc | 2005-07-29 18:26:04 +0200 (Fri, 29 Jul 2005) | 3 lines
2342
2343 * omit check for gnu libiconv -- the iconv functionality is built into
2344   most operating systems now.
2345
2346 ------------------------------------------------------------------------
2347 r3753 | ajc | 2005-07-29 06:37:29 +0200 (Fri, 29 Jul 2005) | 2 lines
2348
2349 * fixed a bug in subject iconv ing
2350
2351 ------------------------------------------------------------------------
2352 r3750 | ajc | 2005-07-28 06:06:31 +0200 (Thu, 28 Jul 2005) | 4 lines
2353
2354 * "Print" button on each message.  It even uses a hidden iframe to
2355   eliminate the "here's the printable view" window; the user goes straight
2356   to the browser's print dialog.  Slick!
2357
2358 ------------------------------------------------------------------------
2359 r3749 | ajc | 2005-07-28 05:40:05 +0200 (Thu, 28 Jul 2005) | 2 lines
2360
2361 * "Delete selected" button is now "Delete" and it works again
2362
2363 ------------------------------------------------------------------------
2364 r3747 | ajc | 2005-07-28 05:16:30 +0200 (Thu, 28 Jul 2005) | 3 lines
2365
2366 * Awesome new 2-pane layout with ajax functionality for mailbox view.
2367 * Slick new fade-out effect for "important message" boxes.
2368
2369 ------------------------------------------------------------------------
2370 r3746 | ajc | 2005-07-26 06:08:41 +0200 (Tue, 26 Jul 2005) | 3 lines
2371
2372 * Previous checkin broke viewing of individual messages while in
2373   mailbox summary mode.  Fixed.
2374
2375 ------------------------------------------------------------------------
2376 r3745 | ajc | 2005-07-26 05:46:29 +0200 (Tue, 26 Jul 2005) | 4 lines
2377
2378 * The new sorting options broke the delete-message checkboxes.  Fixed.
2379 * Sorting options are now selectable in either direction, and are
2380   persistent across sessions.
2381
2382 ------------------------------------------------------------------------
2383 r3743 | ajc | 2005-07-25 21:22:30 +0200 (Mon, 25 Jul 2005) | 2 lines
2384
2385 * mailbox summary sort by subject/sender/date
2386
2387 ------------------------------------------------------------------------
2388 r3741 | ajc | 2005-07-24 06:25:44 +0200 (Sun, 24 Jul 2005) | 3 lines
2389
2390 * Replaced the old Citadel logo with a new one
2391   designed by Lisa Aurigemma (vermilion).
2392
2393 ------------------------------------------------------------------------
2394 r3740 | ajc | 2005-07-23 06:28:36 +0200 (Sat, 23 Jul 2005) | 2 lines
2395
2396 *** empty log message ***
2397
2398 ------------------------------------------------------------------------
2399 r3739 | ajc | 2005-07-23 06:28:19 +0200 (Sat, 23 Jul 2005) | 2 lines
2400
2401 * Updated the docs and the version number
2402
2403 ------------------------------------------------------------------------
2404 r3738 | ajc | 2005-07-23 06:18:41 +0200 (Sat, 23 Jul 2005) | 2 lines
2405
2406 * New AJAX-based wholist refresh
2407
2408 ------------------------------------------------------------------------
2409 r3737 | ajc | 2005-07-22 17:07:29 +0200 (Fri, 22 Jul 2005) | 4 lines
2410
2411 * 'whobbs' is now 'who'
2412 * Refactored the wholist code to have its inner div output by a separate
2413   function, in anticipation of possible ajax functionality being added
2414
2415 ------------------------------------------------------------------------
2416 r3736 | ajc | 2005-07-22 06:03:31 +0200 (Fri, 22 Jul 2005) | 3 lines
2417
2418 * HTML messages in foreign character sets are now converted to UTF-8 for
2419   display.
2420
2421 ------------------------------------------------------------------------
2422 r3735 | ajc | 2005-07-22 05:40:22 +0200 (Fri, 22 Jul 2005) | 3 lines
2423
2424 * Handle display of RFC2047-encoded subjects and senders by converting
2425   them to UTF-8 (all WebCit pages are output as UTF-8).  Resolves bug #136.
2426
2427 ------------------------------------------------------------------------
2428 r3732 | ajc | 2005-07-20 06:26:24 +0200 (Wed, 20 Jul 2005) | 4 lines
2429
2430 * Detect libiconv on the host system and link it in if present.
2431 * If libiconv is present, convert foreign charsets to UTF-8 on the fly
2432   when outputting text/plain messages.  (Still need to do text/html.)
2433
2434 ------------------------------------------------------------------------
2435 r3729 | ajc | 2005-07-19 19:05:23 +0200 (Tue, 19 Jul 2005) | 6 lines
2436
2437 * Removed the last couple of places where forms were submitted using
2438   the GET method.  POST is just so technologically cleaner that we should
2439   use it all the time.
2440 * Fixed a bug in the MIME parser that was causing it to not be 8-bit
2441   clean.
2442
2443 ------------------------------------------------------------------------
2444 r3728 | ajc | 2005-07-19 16:24:25 +0200 (Tue, 19 Jul 2005) | 2 lines
2445
2446 *** empty log message ***
2447
2448 ------------------------------------------------------------------------
2449 r3727 | ajc | 2005-07-19 16:23:04 +0200 (Tue, 19 Jul 2005) | 4 lines
2450
2451 * mime_parser.c: don't default Content-type: to text/plain, because when
2452   an HTTP POST operation is performed, the content type is expected to
2453   be empty.
2454
2455 ------------------------------------------------------------------------
2456 r3725 | ajc | 2005-07-19 06:15:45 +0200 (Tue, 19 Jul 2005) | 3 lines
2457
2458 * Brought over the newest version of the MIME parser from Citadel,
2459   containing an API that supports arbitrary character sets.
2460
2461 ------------------------------------------------------------------------
2462 r3723 | ajc | 2005-07-19 05:17:22 +0200 (Tue, 19 Jul 2005) | 2 lines
2463
2464 * Added more icons
2465
2466 ------------------------------------------------------------------------
2467 r3722 | ajc | 2005-07-14 06:21:53 +0200 (Thu, 14 Jul 2005) | 3 lines
2468
2469 * More intelligent JavaScript to handle the greying out of end date and
2470   start/end times when "all day event" is selected.
2471
2472 ------------------------------------------------------------------------
2473 r3721 | ajc | 2005-07-14 06:02:19 +0200 (Thu, 14 Jul 2005) | 3 lines
2474
2475 * Fix bug #147 (date sometimes saved incorrectly for all day events due
2476   to timezone differences)
2477
2478 ------------------------------------------------------------------------
2479 r3720 | ajc | 2005-07-13 18:55:59 +0200 (Wed, 13 Jul 2005) | 2 lines
2480
2481 * Use the new icons in more places.
2482
2483 ------------------------------------------------------------------------
2484 r3719 | ajc | 2005-07-13 03:59:22 +0200 (Wed, 13 Jul 2005) | 2 lines
2485
2486 * Installed the final batch of new icons
2487
2488 ------------------------------------------------------------------------
2489 r3718 | ajc | 2005-07-13 00:10:56 +0200 (Wed, 13 Jul 2005) | 2 lines
2490
2491 * Icon update
2492
2493 ------------------------------------------------------------------------
2494 r3717 | ajc | 2005-07-12 23:30:37 +0200 (Tue, 12 Jul 2005) | 2 lines
2495
2496 *** empty log message ***
2497
2498 ------------------------------------------------------------------------
2499 r3708 | ajc | 2005-06-29 19:55:32 +0200 (Wed, 29 Jun 2005) | 6 lines
2500
2501 * Any HTTP method other than GET or POST is now routed directly to the
2502   GroupDAV code.  This will eventually allow requests such as "PROPFIND /"
2503   to work.
2504 * GroupDAV requests not beginning with "/groupdav" now automatically have
2505   that prefix prepended to them.
2506
2507 ------------------------------------------------------------------------
2508 r3707 | ajc | 2005-06-29 17:25:01 +0200 (Wed, 29 Jun 2005) | 4 lines
2509
2510 * Added an experimental OPTIONS method.  This is not required by GroupDAV,
2511   but it is an experiment to see whether we can use the same code framework
2512   to implement other DAV variants in the future.
2513
2514 ------------------------------------------------------------------------
2515 r3706 | ajc | 2005-06-29 05:12:28 +0200 (Wed, 29 Jun 2005) | 2 lines
2516
2517 * Bumped internal version number to 6.20
2518
2519 ------------------------------------------------------------------------
2520 r3705 | ajc | 2005-06-29 05:10:10 +0200 (Wed, 29 Jun 2005) | 5 lines
2521
2522 * PROPFIND on an individual item inside a room now works (it simply
2523   spews the href and etag properties, regardless of what the request
2524   was).  This is not valid GroupDAV, but Kontact expects this request to
2525   succeed before an item can be deleted, so we provide a simple response.
2526
2527 ------------------------------------------------------------------------
2528 r3704 | ajc | 2005-06-28 16:12:38 +0200 (Tue, 28 Jun 2005) | 3 lines
2529
2530 * GroupDAV HTTP header "ETag:" is now output as "etag:" in order to deal with
2531   a case-sensitivity bug in the Kontact client.
2532
2533 ------------------------------------------------------------------------
2534 r3702 | ajc | 2005-06-28 00:15:38 +0200 (Tue, 28 Jun 2005) | 2 lines
2535
2536 * Header file adjustments to make it work on FreeBSD
2537
2538 ------------------------------------------------------------------------
2539 r3701 | ajc | 2005-06-27 19:38:06 +0200 (Mon, 27 Jun 2005) | 3 lines
2540
2541 * HTML pages are now output as "Content-type: text/html; charset=utf-8"
2542   UTF-8 is going to be the standard character set for the Citadel system.
2543
2544 ------------------------------------------------------------------------
2545 r3698 | ajc | 2005-06-24 21:58:03 +0200 (Fri, 24 Jun 2005) | 5 lines
2546
2547 * Added a "preferences and settings" screen for each user.
2548 * Removed the javascript date output stuff because it's not granular
2549   or international enough.
2550 * All dates and times can now be 12 or 24 hours.
2551
2552 ------------------------------------------------------------------------
2553 r3697 | ajc | 2005-06-24 17:17:49 +0200 (Fri, 24 Jun 2005) | 4 lines
2554
2555 * The date/time stamp of messages are now output using JavaScript's
2556   toLocaleString() function, observing the browser's locale and timezone
2557   instead of the web server's.
2558
2559 ------------------------------------------------------------------------
2560 r3696 | ajc | 2005-06-23 18:17:49 +0200 (Thu, 23 Jun 2005) | 3 lines
2561
2562 * crypto.c: keys/ directory is relative to the directory from which WebCit
2563   is actually running, not relative to the compiled-in WEBCITDIR
2564
2565 ------------------------------------------------------------------------
2566 r3695 | ajc | 2005-06-23 06:16:20 +0200 (Thu, 23 Jun 2005) | 2 lines
2567
2568 *** empty log message ***
2569
2570 ------------------------------------------------------------------------
2571 r3694 | ajc | 2005-06-23 06:08:46 +0200 (Thu, 23 Jun 2005) | 2 lines
2572
2573 *** empty log message ***
2574
2575 ------------------------------------------------------------------------
2576 r3693 | ajc | 2005-06-23 06:01:59 +0200 (Thu, 23 Jun 2005) | 3 lines
2577
2578 * groupdav_main.c: remove double slashes in path name
2579   (suggested by Johannes Schneider)
2580
2581 ------------------------------------------------------------------------
2582 r3689 | ajc | 2005-06-22 05:04:22 +0200 (Wed, 22 Jun 2005) | 2 lines
2583
2584 * siteconfig.c: add "auto db log cull" setting now in Citadel 6.52
2585
2586 ------------------------------------------------------------------------
2587 r3687 | ajc | 2005-06-21 04:27:39 +0200 (Tue, 21 Jun 2005) | 4 lines
2588
2589 * Moved some JavaScript functions out of head.html and into a new wclib.js
2590   file, which can be included and cached.  This will form the basis for a
2591   new WebCit JavaScript function library.
2592
2593 ------------------------------------------------------------------------
2594 r3686 | ajc | 2005-06-20 22:38:50 +0200 (Mon, 20 Jun 2005) | 4 lines
2595
2596 * The main stylesheet is now in a separate file in the static/ directory.
2597   Something we did recently must have fixed the caching problem, because it's
2598   only being fetched once now (or "now once" if you're Pennsylvania Dutch).
2599
2600 ------------------------------------------------------------------------
2601 r3685 | ajc | 2005-06-20 05:47:44 +0200 (Mon, 20 Jun 2005) | 5 lines
2602
2603 * inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
2604   to a heap-allocated buffer rather than a char[xxx].  This fixes a problem
2605   reported by at least one site where the Internet configuration screen
2606   was malfunctioning.
2607
2608 ------------------------------------------------------------------------
2609 r3684 | ajc | 2005-06-19 06:12:03 +0200 (Sun, 19 Jun 2005) | 2 lines
2610
2611 * Integrated the second batch of new icons.
2612
2613 ------------------------------------------------------------------------
2614 r3683 | ajc | 2005-06-19 00:58:59 +0200 (Sun, 19 Jun 2005) | 5 lines
2615
2616 * Installed the 16x16 "users" icon as favicon.ico, mainly for performance
2617   reasons -- the browser will cache favicon.ico and won't keep asking for
2618   it over and over again, eliminating a second HTTP transaction every time
2619   the user clicks on something.
2620
2621 ------------------------------------------------------------------------
2622 r3682 | ajc | 2005-06-19 00:48:34 +0200 (Sun, 19 Jun 2005) | 2 lines
2623
2624 *** empty log message ***
2625
2626 ------------------------------------------------------------------------
2627 r3681 | ajc | 2005-06-19 00:18:35 +0200 (Sun, 19 Jun 2005) | 4 lines
2628
2629 * Replaced the most recent batch of icons with a "better" set which was
2630   sent by the design house.  I don't know what the difference is, but
2631   I'm going to assume they're better.
2632
2633 ------------------------------------------------------------------------
2634 r3678 | ajc | 2005-06-15 05:56:56 +0200 (Wed, 15 Jun 2005) | 2 lines
2635
2636 * Accept ".ifb" as a valid extension for requesting free/busy
2637
2638 ------------------------------------------------------------------------
2639 r3677 | ajc | 2005-06-15 03:52:40 +0200 (Wed, 15 Jun 2005) | 2 lines
2640
2641 * THIS IS 6.19
2642
2643 ------------------------------------------------------------------------
2644 r3676 | ajc | 2005-06-15 03:50:29 +0200 (Wed, 15 Jun 2005) | 2 lines
2645
2646 * Bumped the internal version number to 6.19
2647
2648 ------------------------------------------------------------------------
2649 r3675 | ajc | 2005-06-14 16:47:48 +0200 (Tue, 14 Jun 2005) | 3 lines
2650
2651 * Moved the <td> and </td> in the room icon out of roomops.c and
2652   into static/roombanner.html, since every room will have an icon now.
2653
2654 ------------------------------------------------------------------------
2655 r3674 | ajc | 2005-06-14 05:21:57 +0200 (Tue, 14 Jun 2005) | 4 lines
2656
2657 * When no icon is present on the server for a room, display the default
2658   icon for that room's current view.
2659 * Replace "graphic" with "icon" throughout the system messages.
2660
2661 ------------------------------------------------------------------------
2662 r3673 | ajc | 2005-06-14 03:59:46 +0200 (Tue, 14 Jun 2005) | 2 lines
2663
2664 * 16x16 icons in the new tree view.  Nice!
2665
2666 ------------------------------------------------------------------------
2667 r3672 | ajc | 2005-06-14 00:05:54 +0200 (Tue, 14 Jun 2005) | 3 lines
2668
2669 * Finished the initial NanoTree integration.  TODO: use a different icon
2670   for each node depending on the view set for that room.
2671
2672 ------------------------------------------------------------------------
2673 r3671 | ajc | 2005-06-13 05:39:20 +0200 (Mon, 13 Jun 2005) | 2 lines
2674
2675 *** empty log message ***
2676
2677 ------------------------------------------------------------------------
2678 r3670 | ajc | 2005-06-13 00:02:46 +0200 (Mon, 13 Jun 2005) | 4 lines
2679
2680 * Began replacing the old, sux0r-prone tree view with NanoTree.
2681   WARNING: This isn't finished, but I'm committing it anyway because I have
2682   to move to a different computer.  DON'T RUN THIS.
2683
2684 ------------------------------------------------------------------------
2685 r3669 | ajc | 2005-06-12 20:34:50 +0200 (Sun, 12 Jun 2005) | 2 lines
2686
2687 * Removed some unreferenced files from the static/ directory.
2688
2689 ------------------------------------------------------------------------
2690 r3668 | ajc | 2005-06-12 19:01:01 +0200 (Sun, 12 Jun 2005) | 4 lines
2691
2692 * Increase maximum viewable message count from 4096 to 10000
2693 * Summary view now truncates subject to 75 characters, and sender
2694   to 25 characters (adding an ellipsis...) to keep the display neat & tidy
2695
2696 ------------------------------------------------------------------------
2697 r3667 | ajc | 2005-06-12 18:03:11 +0200 (Sun, 12 Jun 2005) | 4 lines
2698
2699 * When viewing a mailbox (view == VIEW_MAILBOX), messages are marked as
2700   seen when they are viewed, and Goto does not automatically mark the
2701   remaining messages as seen.
2702
2703 ------------------------------------------------------------------------
2704 r3661 | ajc | 2005-06-12 00:29:13 +0200 (Sun, 12 Jun 2005) | 2 lines
2705
2706 * Integrated the first batch of new icons.
2707
2708 ------------------------------------------------------------------------
2709 r3654 | ajc | 2005-06-07 06:31:01 +0200 (Tue, 07 Jun 2005) | 2 lines
2710
2711 * Don't compress when HTTP tracing/logging is enabled
2712
2713 ------------------------------------------------------------------------
2714 r3653 | ajc | 2005-06-07 02:40:11 +0200 (Tue, 07 Jun 2005) | 2 lines
2715
2716 *** empty log message ***
2717
2718 ------------------------------------------------------------------------
2719 r3652 | ajc | 2005-06-07 01:50:17 +0200 (Tue, 07 Jun 2005) | 3 lines
2720
2721 * Made some changes to the calendar/uuid logic to fix a bug that caused
2722   duplicate entries for an event to appear in some situations
2723
2724 ------------------------------------------------------------------------
2725 r3651 | ajc | 2005-06-06 18:20:36 +0200 (Mon, 06 Jun 2005) | 2 lines
2726
2727 * GroupDAV URI escape character is now '%' in order to be consistent...
2728
2729 ------------------------------------------------------------------------
2730 r3650 | ajc | 2005-06-04 06:07:36 +0200 (Sat, 04 Jun 2005) | 3 lines
2731
2732 * Calendar invitations: changed "Accept/Tentative/Decline" buttons to
2733   links in order to avoid them being in nested forms.
2734
2735 ------------------------------------------------------------------------
2736 r3645 | ajc | 2005-06-02 18:10:08 +0200 (Thu, 02 Jun 2005) | 2 lines
2737
2738 * tools.c: generated uuid's no longer contain "{" and "}" characters.
2739
2740 ------------------------------------------------------------------------
2741 r3635 | ajc | 2005-05-26 06:38:17 +0200 (Thu, 26 May 2005) | 2 lines
2742
2743 * THIS IS 6.11
2744
2745 ------------------------------------------------------------------------
2746 r3634 | ajc | 2005-05-26 06:37:59 +0200 (Thu, 26 May 2005) | 2 lines
2747
2748 * Updated internal version number to 6.11
2749
2750 ------------------------------------------------------------------------
2751 r3633 | ajc | 2005-05-26 06:28:27 +0200 (Thu, 26 May 2005) | 5 lines
2752
2753 * Applied GroupDAV patches sent in by Johannes Schneider which improve the
2754   protocol accuracy of xmlns and etag responses.
2755 * Fixed a MIME Content-Type bug which I had inadvertently introduced while
2756   removing a temporary hack that was put in during KDE 3.4 beta
2757
2758 ------------------------------------------------------------------------
2759 r3631 | ajc | 2005-05-24 06:26:47 +0200 (Tue, 24 May 2005) | 3 lines
2760
2761 * Applied a patch sent by Johannes Schneider for correcting the XML
2762   namespace presented in the PROPFIND command.
2763
2764 ------------------------------------------------------------------------
2765 r3627 | ajc | 2005-05-23 21:30:34 +0200 (Mon, 23 May 2005) | 3 lines
2766
2767 * Move "enable full text" checkbox configuration to its new location in
2768   the configuration back end.
2769
2770 ------------------------------------------------------------------------
2771 r3623 | ajc | 2005-05-22 18:20:09 +0200 (Sun, 22 May 2005) | 2 lines
2772
2773 * siteconfig.c: add checkbox for enabling full text index on server
2774
2775 ------------------------------------------------------------------------
2776 r3588 | ajc | 2005-05-11 05:00:03 +0200 (Wed, 11 May 2005) | 4 lines
2777
2778 * webcit.c: fixed a string bug that caused the whole system to not work
2779 * messages.c: fullname only and brief date in summary view, so that it
2780   doesn't wrap onto two lines quite as often
2781
2782 ------------------------------------------------------------------------
2783 r3562 | ajc | 2005-04-11 22:20:05 +0200 (Mon, 11 Apr 2005) | 2 lines
2784
2785 *** empty log message ***
2786
2787 ------------------------------------------------------------------------
2788 r3561 | ajc | 2005-04-11 22:09:33 +0200 (Mon, 11 Apr 2005) | 2 lines
2789
2790 * Began an assault on strcpy()
2791
2792 ------------------------------------------------------------------------
2793 r3559 | ajc | 2005-04-11 16:45:13 +0200 (Mon, 11 Apr 2005) | 3 lines
2794
2795 * Replaced serv_gets() with serv_getln() - which now requires the caller
2796   to supply the size of the target buffer.
2797
2798 ------------------------------------------------------------------------
2799 r3558 | ajc | 2005-04-08 21:36:56 +0200 (Fri, 08 Apr 2005) | 2 lines
2800
2801 * Moved to the new string tokenizer API
2802
2803 ------------------------------------------------------------------------
2804 r3557 | ajc | 2005-04-04 19:50:06 +0200 (Mon, 04 Apr 2005) | 2 lines
2805
2806 * THIS IS 6.10 (unfinished first time install wizard has been disabled)
2807
2808 ------------------------------------------------------------------------
2809 r3556 | ajc | 2005-04-04 19:49:31 +0200 (Mon, 04 Apr 2005) | 3 lines
2810
2811 * configure.in: fix libical version detection
2812 * bumped internal version number to 6.10
2813
2814 ------------------------------------------------------------------------
2815 r3553 | ajc | 2005-03-30 23:44:47 +0200 (Wed, 30 Mar 2005) | 6 lines
2816
2817 * Changed the color of the side button bar
2818 * Removed session ID's from wholist display, because they are only
2819   interesting to computers, not to people.
2820 * Also changed the session ID variable (we still need it internally) from
2821   a char to an int, because session numbers are big now.
2822
2823 ------------------------------------------------------------------------
2824 r3552 | ajc | 2005-03-30 19:34:35 +0200 (Wed, 30 Mar 2005) | 2 lines
2825
2826 *** empty log message ***
2827
2828 ------------------------------------------------------------------------
2829 r3551 | ajc | 2005-03-30 19:27:55 +0200 (Wed, 30 Mar 2005) | 3 lines
2830
2831 * serv_crypto.c: made changes to OpenSSL calls ... removed unnecessary
2832   calls and also enabled SSLv3/TLSv1
2833
2834 ------------------------------------------------------------------------
2835 r3540 | ajc | 2005-03-10 06:13:21 +0100 (Thu, 10 Mar 2005) | 2 lines
2836
2837 * Created the framework for the "first time setup wizard"
2838
2839 ------------------------------------------------------------------------
2840 r3539 | ajc | 2005-03-10 05:51:54 +0100 (Thu, 10 Mar 2005) | 2 lines
2841
2842 *** empty log message ***
2843
2844 ------------------------------------------------------------------------
2845 r3535 | ajc | 2005-03-09 05:08:30 +0100 (Wed, 09 Mar 2005) | 6 lines
2846
2847 * Delete room is now confirmed through a JavaScript popup instead of
2848   a transition page
2849 * New icon for "Tasks."  In order to keep it consistent with the rest of
2850   the icons, it is ugly.
2851 * Modified page popup style slightly.
2852
2853 ------------------------------------------------------------------------
2854 r3534 | ajc | 2005-03-09 03:35:41 +0100 (Wed, 09 Mar 2005) | 2 lines
2855
2856 *** empty log message ***
2857
2858 ------------------------------------------------------------------------
2859 r3533 | ajc | 2005-03-08 05:59:34 +0100 (Tue, 08 Mar 2005) | 4 lines
2860
2861 * More attractive display of vCards (hide unknown fields)
2862 * Added "title" and "organization" to vCard display/edit
2863 * Replaced semicolon with comma-space in vCard name display
2864
2865 ------------------------------------------------------------------------
2866 r3531 | ajc | 2005-03-07 05:03:29 +0100 (Mon, 07 Mar 2005) | 5 lines
2867
2868 * auth.c: shrink the margins on the login screen so the user sees something
2869   resembling a window.
2870 * Allow editing of address book entries wherever possible.
2871 * Anything that was a (link) is now a [link]
2872
2873 ------------------------------------------------------------------------
2874 r3530 | ajc | 2005-03-07 02:45:30 +0100 (Mon, 07 Mar 2005) | 2 lines
2875
2876 * Rolled back to the old RTE because the new one doesn't work in Safari.
2877
2878 ------------------------------------------------------------------------
2879 r3529 | ajc | 2005-03-07 02:42:42 +0100 (Mon, 07 Mar 2005) | 2 lines
2880
2881 *** empty log message ***
2882
2883 ------------------------------------------------------------------------
2884 r3528 | ajc | 2005-03-07 02:42:18 +0100 (Mon, 07 Mar 2005) | 2 lines
2885
2886 * Removed richtext_compressed.js because we don't use it.
2887
2888 ------------------------------------------------------------------------
2889 r3525 | ajc | 2005-03-05 23:26:26 +0100 (Sat, 05 Mar 2005) | 2 lines
2890
2891 * crypto.c: allow use of chained certificates
2892
2893 ------------------------------------------------------------------------
2894 r3524 | ajc | 2005-03-05 06:04:34 +0100 (Sat, 05 Mar 2005) | 2 lines
2895
2896 * minor html changes
2897
2898 ------------------------------------------------------------------------
2899 r3522 | ajc | 2005-03-04 05:21:05 +0100 (Fri, 04 Mar 2005) | 3 lines
2900
2901 * When a room is set to the "mailbox" view, "Read new / read all" is
2902   replaced by "View message list."
2903
2904 ------------------------------------------------------------------------
2905 r3515 | ajc | 2005-03-03 05:03:53 +0100 (Thu, 03 Mar 2005) | 2 lines
2906
2907 *** empty log message ***
2908
2909 ------------------------------------------------------------------------
2910 r3503 | ajc | 2005-02-28 05:01:55 +0100 (Mon, 28 Feb 2005) | 8 lines
2911
2912 * Updated to the latest version of Kevin Roth's richtext editor.  Had to
2913   modify it a bit (removal of 'px' suffix, and addition of 'cols=80') to
2914   allow it to gracefully degrade in Konqueror even when we specify our
2915   happy 100% width.
2916 * Modified the message entry screen a bit.  Full height just isn't practical
2917   with all those wacky browsers out there, unfortunately.  Removed most of
2918   the div's.
2919
2920 ------------------------------------------------------------------------
2921 r3495 | ajc | 2005-02-23 06:08:20 +0100 (Wed, 23 Feb 2005) | 3 lines
2922
2923 * Better control of HTTP headers which control browser caches.  Static
2924   objects are getting properly cached now.
2925
2926 ------------------------------------------------------------------------
2927 r3493 | ajc | 2005-02-22 06:15:28 +0100 (Tue, 22 Feb 2005) | 3 lines
2928
2929 * When the "begin_burst() / end_burst()" semantics are in use, perform
2930   gzip compression when the client indicates support for it.
2931
2932 ------------------------------------------------------------------------
2933 r3492 | ajc | 2005-02-22 00:00:04 +0100 (Tue, 22 Feb 2005) | 6 lines
2934
2935 * begin_burst() / end_burst() semantics now apply to all pages which are
2936   output using the "include_html_head" option of output_headers() (which
2937   is nearly all of them).  This should speed up the network considerably,
2938   and also pave the way for another attempt at adding zlib compression
2939   back in.
2940
2941 ------------------------------------------------------------------------
2942 r3491 | ajc | 2005-02-21 23:00:18 +0100 (Mon, 21 Feb 2005) | 2 lines
2943
2944 * THIS IS 6.03
2945
2946 ------------------------------------------------------------------------
2947 r3489 | ajc | 2005-02-21 22:57:56 +0100 (Mon, 21 Feb 2005) | 2 lines
2948
2949 * Various debugging type of everythingism to help chat mode to work.
2950
2951 ------------------------------------------------------------------------
2952 r3486 | ajc | 2005-02-21 20:58:39 +0100 (Mon, 21 Feb 2005) | 4 lines
2953
2954 * Misc changes to debug chat lockups
2955 * Dead session purge is now O(n) instead of O(something_larger)
2956 * Session binding for each transaction is faster too
2957
2958 ------------------------------------------------------------------------
2959 r3485 | ajc | 2005-02-21 05:47:41 +0100 (Mon, 21 Feb 2005) | 6 lines
2960
2961 * When creating rooms:
2962 * 1. Selecting a view other than "Bulletin Board" causes the room access
2963 *    type to default to "private mailbox"
2964 * 2. When the room access type changes to "private mailbox," the floor
2965 *    selector is greyed out because it is irrelevant.
2966
2967 ------------------------------------------------------------------------
2968 r3482 | ajc | 2005-02-20 07:48:30 +0100 (Sun, 20 Feb 2005) | 6 lines
2969
2970 * View-o-matic now has "View as: " before it.  "Messages" has been changed
2971   to "Bulletin Board" and "Summary" has been changed to "Mailbox Summary"
2972 * The View-o-matic is now styled to be smaller and color-matched to the
2973   banner box it lives in.
2974 * Removed "Summary" from message range selector.  It is redundant.
2975
2976 ------------------------------------------------------------------------
2977 r3481 | ajc | 2005-02-20 07:27:53 +0100 (Sun, 20 Feb 2005) | 5 lines
2978
2979 * Switched the Reply/Move/Delete buttons back to ordinary links, because
2980   the nested forms were causing the bottom part of the outer form to stop
2981   working (message range selector went dead).  Thanks to triLcat for
2982   reporting this.
2983
2984 ------------------------------------------------------------------------
2985 r3480 | ajc | 2005-02-19 07:01:15 +0100 (Sat, 19 Feb 2005) | 6 lines
2986
2987 * The previous <div style=\"margin-right:1px\"> has been replaced by a
2988   named div in the stylesheet.  This allows us to perform a vile, sleazy
2989   hack to keep IE6 from exhibiting its horizontal scrollbar bug.  There
2990   will unfortunately always be a right margin in IE6, but there
2991   doesn't appear to be any easy workaround.
2992
2993 ------------------------------------------------------------------------
2994 r3479 | ajc | 2005-02-19 06:22:00 +0100 (Sat, 19 Feb 2005) | 5 lines
2995
2996 * Replaced all the "centered 99% tables" with 100% width tables wrapped
2997   inside a div with margin-right:1px to remove the horizontal scrollbar
2998   in Gecko without creating whitespace.  IE6's problem is much more
2999   serious and will require dropping a nuclear bomb on Redmond to fix.
3000
3001 ------------------------------------------------------------------------
3002 r3478 | ajc | 2005-02-19 04:43:51 +0100 (Sat, 19 Feb 2005) | 2 lines
3003
3004 *** empty log message ***
3005
3006 ------------------------------------------------------------------------
3007 r3477 | ajc | 2005-02-18 19:53:34 +0100 (Fri, 18 Feb 2005) | 2 lines
3008
3009 *** empty log message ***
3010
3011 ------------------------------------------------------------------------
3012 r3476 | ajc | 2005-02-18 06:09:53 +0100 (Fri, 18 Feb 2005) | 2 lines
3013
3014 * Moved the room access control screen into a tab on the edit room menu
3015
3016 ------------------------------------------------------------------------
3017 r3474 | ajc | 2005-02-17 05:48:26 +0100 (Thu, 17 Feb 2005) | 18 lines
3018
3019 * After setup is complete, tell them how to log in.
3020 * Don't allow the creation of accounts with blank passwords.
3021 * Don't allow users to change to a blank password.
3022 * Fixed the positioning of a few more screens that accidentally got
3023   partially hidden underneath the iconbar.
3024 * Boldfaced the "Password changed." and other prompts.
3025 * Removed the unreadable blue-on-blue links in the calendar day
3026   view.  They're redundant anyway, now: "Add new calendar event" and
3027   "month view" are both in the banner bar.
3028 * "New messages / All messages" are now "Read new messages / Read all
3029   messages"
3030 * "Save message" button is now "Post message" for public room posts,
3031   and "Send message" for email.
3032 * "Message has been posted" is now "Message has been sent" for email.
3033 * Swapped positions of "Add users" and "Edit users" boxes.
3034 * vCard editor: "Other Internet email addresses" is now "aliases"
3035 * Renamed the "Users" button to "Who is online?"
3036
3037 ------------------------------------------------------------------------
3038 r3468 | ajc | 2005-02-16 06:40:31 +0100 (Wed, 16 Feb 2005) | 2 lines
3039
3040 * More display fixes
3041
3042 ------------------------------------------------------------------------
3043 r3467 | ajc | 2005-02-16 06:22:23 +0100 (Wed, 16 Feb 2005) | 3 lines
3044
3045 * inetconf.c: fixed memory management problem that was causing all
3046   the inetconf to get discarded during edit on IBM POWER5
3047
3048 ------------------------------------------------------------------------
3049 r3463 | ajc | 2005-02-15 06:23:16 +0100 (Tue, 15 Feb 2005) | 2 lines
3050
3051 * THIS IS 6.02
3052
3053 ------------------------------------------------------------------------
3054 r3462 | ajc | 2005-02-15 06:23:00 +0100 (Tue, 15 Feb 2005) | 2 lines
3055
3056 *** empty log message ***
3057
3058 ------------------------------------------------------------------------
3059 r3461 | ajc | 2005-02-15 06:20:45 +0100 (Tue, 15 Feb 2005) | 5 lines
3060
3061 * Fixed an HTTP output error for static data which was causing images
3062   to display improperly in Konqueror
3063 * Changed most of the beginbox_nt boxes to centered tables with 99%
3064   width, to avoid the mysterious horizontal scrollbar
3065
3066 ------------------------------------------------------------------------
3067 r3460 | ajc | 2005-02-14 05:57:24 +0100 (Mon, 14 Feb 2005) | 4 lines
3068
3069 * Started changing some of the top-level tables from 100% width to 99%
3070   width in order to keep the b0rken CSS box-model from displaying a
3071   horizontal scroll bar when it shouldn't.  Lose, lose, lose.
3072
3073 ------------------------------------------------------------------------
3074 r3457 | ajc | 2005-02-13 05:22:31 +0100 (Sun, 13 Feb 2005) | 2 lines
3075
3076 * Network configuration screen: add IMAPS, POP3S, and SMTPS ports
3077
3078 ------------------------------------------------------------------------
3079 r3454 | ajc | 2005-02-12 05:23:59 +0100 (Sat, 12 Feb 2005) | 2 lines
3080
3081 * THIS IS 6.01
3082
3083 ------------------------------------------------------------------------
3084 r3452 | ajc | 2005-02-11 04:35:58 +0100 (Fri, 11 Feb 2005) | 3 lines
3085
3086 * useredit.c: added an "Delete user" button, because it was unintuitive
3087   to tell people "Delete a user by setting their access level to 0"
3088
3089 ------------------------------------------------------------------------
3090 r3448 | ajc | 2005-02-09 05:37:32 +0100 (Wed, 09 Feb 2005) | 2 lines
3091
3092 * More GroupDAV fixes and tuning.
3093
3094 ------------------------------------------------------------------------
3095 r3447 | ajc | 2005-02-08 05:34:02 +0100 (Tue, 08 Feb 2005) | 2 lines
3096
3097 *** empty log message ***
3098
3099 ------------------------------------------------------------------------
3100 r3445 | ajc | 2005-02-07 23:56:05 +0100 (Mon, 07 Feb 2005) | 2 lines
3101
3102 *** empty log message ***
3103
3104 ------------------------------------------------------------------------
3105 r3444 | ajc | 2005-02-07 23:02:00 +0100 (Mon, 07 Feb 2005) | 4 lines
3106
3107 * groupdav_propfind.c: output all XML on a single line, with no linebreaks,
3108   and no whitespace between tags.  We have discovered that doing otherwise
3109   will break certain clients.
3110
3111 ------------------------------------------------------------------------
3112 r3443 | ajc | 2005-02-06 04:59:33 +0100 (Sun, 06 Feb 2005) | 2 lines
3113
3114 * Added some HTTP Date: header output
3115
3116 ------------------------------------------------------------------------
3117 r3442 | ajc | 2005-02-05 23:58:46 +0100 (Sat, 05 Feb 2005) | 2 lines
3118
3119 * All GroupDAV HTTP output is now \r\n instead of \n terminated.
3120
3121 ------------------------------------------------------------------------
3122 r3440 | ajc | 2005-02-05 09:36:13 +0100 (Sat, 05 Feb 2005) | 2 lines
3123
3124 * Added an everything-buffering thingi so we can do Content-length:
3125
3126 ------------------------------------------------------------------------
3127 r3439 | ajc | 2005-02-05 08:54:48 +0100 (Sat, 05 Feb 2005) | 2 lines
3128
3129 *** empty log message ***
3130
3131 ------------------------------------------------------------------------
3132 r3438 | ajc | 2005-02-05 05:36:31 +0100 (Sat, 05 Feb 2005) | 2 lines
3133
3134 *** empty log message ***
3135
3136 ------------------------------------------------------------------------
3137 r3437 | ajc | 2005-02-05 05:16:01 +0100 (Sat, 05 Feb 2005) | 4 lines
3138
3139 * Cleanup of new message range view-o-matic
3140 * GroupDAV GET operations now only send the Content-type: and Date:
3141   headers.  All the others are irrelevant.
3142
3143 ------------------------------------------------------------------------
3144 r3435 | ajc | 2005-02-04 20:19:23 +0100 (Fri, 04 Feb 2005) | 2 lines
3145
3146 * Message reading range selection is now a drop-down box.
3147
3148 ------------------------------------------------------------------------
3149 r3434 | ajc | 2005-02-04 18:22:18 +0100 (Fri, 04 Feb 2005) | 2 lines
3150
3151 * Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
3152
3153 ------------------------------------------------------------------------
3154 r3433 | ajc | 2005-02-04 04:43:31 +0100 (Fri, 04 Feb 2005) | 2 lines
3155
3156 * fixed the tasks view in the summary screen
3157
3158 ------------------------------------------------------------------------
3159 r3432 | ajc | 2005-02-03 22:44:20 +0100 (Thu, 03 Feb 2005) | 2 lines
3160
3161 * Minor comment and syntax cleanups
3162
3163 ------------------------------------------------------------------------
3164 r3431 | ajc | 2005-02-03 06:13:57 +0100 (Thu, 03 Feb 2005) | 2 lines
3165
3166 * More tuning for GroupDAV compliance.
3167
3168 ------------------------------------------------------------------------
3169 r3430 | ajc | 2005-02-03 05:38:41 +0100 (Thu, 03 Feb 2005) | 5 lines
3170
3171 * VTODO components need to be encapsulated inside VCALENDAR components,
3172   just like we do with VEVENT components.  There's a bunch of software
3173   (including the beforesave hook on our own Citadel server) that expects
3174   this encapsulation.
3175
3176 ------------------------------------------------------------------------
3177 r3428 | ajc | 2005-02-03 03:44:14 +0100 (Thu, 03 Feb 2005) | 2 lines
3178
3179 *** empty log message ***
3180
3181 ------------------------------------------------------------------------
3182 r3427 | ajc | 2005-02-03 00:29:55 +0100 (Thu, 03 Feb 2005) | 2 lines
3183
3184 *** empty log message ***
3185
3186 ------------------------------------------------------------------------
3187 r3426 | ajc | 2005-02-03 00:25:22 +0100 (Thu, 03 Feb 2005) | 3 lines
3188
3189 * Encode GroupDAV uid's using more concise string escaping, because the
3190   old way was making KOrganizer choke.
3191
3192 ------------------------------------------------------------------------
3193 r3425 | ajc | 2005-02-02 05:13:36 +0100 (Wed, 02 Feb 2005) | 2 lines
3194
3195 * Debugged the GroupDAV service with KOrganizer.  It's mostly working now.
3196
3197 ------------------------------------------------------------------------
3198 r3424 | ajc | 2005-02-02 00:15:50 +0100 (Wed, 02 Feb 2005) | 2 lines
3199
3200 * Completed GroupDAV PUT.  Untested.
3201
3202 ------------------------------------------------------------------------
3203 r3422 | ajc | 2005-02-01 20:52:29 +0100 (Tue, 01 Feb 2005) | 5 lines
3204
3205 * Bumped the internal version number to 6.01
3206 * Set the minimum required Citadel version to 6.40, because we need the
3207   automatic fill-in-missing-uid groupware stuff, and the new ENT0 semantics
3208   with confirmation.
3209
3210 ------------------------------------------------------------------------
3211 r3420 | ajc | 2005-02-01 16:15:40 +0100 (Tue, 01 Feb 2005) | 2 lines
3212
3213 * Better purging of not-logged-in GroupDAV sessions
3214
3215 ------------------------------------------------------------------------
3216 r3419 | ajc | 2005-02-01 15:55:12 +0100 (Tue, 01 Feb 2005) | 4 lines
3217
3218 * Reworked the PROPFIND xml output based on an example transaction
3219   supplied by Reinhold Kainhofer.  Groupware folder enumeration works
3220   properly in Kontact now.
3221
3222 ------------------------------------------------------------------------
3223 r3418 | ajc | 2005-02-01 05:43:08 +0100 (Tue, 01 Feb 2005) | 2 lines
3224
3225 *** empty log message ***
3226
3227 ------------------------------------------------------------------------
3228 r3417 | ajc | 2005-02-01 04:49:09 +0100 (Tue, 01 Feb 2005) | 3 lines
3229
3230 * Completed "folder list" PROPFIND, now listing all rooms set to a
3231   calendar, tasks, or address view, using the GroupDAV properties.
3232
3233 ------------------------------------------------------------------------
3234 r3415 | ajc | 2005-02-01 03:29:07 +0100 (Tue, 01 Feb 2005) | 2 lines
3235
3236 *** empty log message ***
3237
3238 ------------------------------------------------------------------------
3239 r3414 | ajc | 2005-02-01 03:28:33 +0100 (Tue, 01 Feb 2005) | 4 lines
3240
3241 * "time(NULL) mod 60" doesn't work for some reason, so it has been removed.
3242   When defaulting a new event date/time to now, set the seconds to zero
3243   manually.
3244
3245 ------------------------------------------------------------------------
3246 r3413 | ajc | 2005-02-01 00:31:26 +0100 (Tue, 01 Feb 2005) | 3 lines
3247
3248 * Initial attempt at GroupDAV PROPFIND for folder enumeration.  Hardcoded
3249   to only show the Calendar> room.  It kinda-sorta works with KOrganizer.
3250
3251 ------------------------------------------------------------------------
3252 r3412 | ajc | 2005-01-31 17:24:48 +0100 (Mon, 31 Jan 2005) | 2 lines
3253
3254 * iconbar is now a happy css hovery lightupy div thing
3255
3256 ------------------------------------------------------------------------
3257 r3411 | ajc | 2005-01-29 04:59:25 +0100 (Sat, 29 Jan 2005) | 2 lines
3258
3259 * Implemented the GroupDAV DELETE method.
3260
3261 ------------------------------------------------------------------------
3262 r3410 | ajc | 2005-01-28 06:25:43 +0100 (Fri, 28 Jan 2005) | 3 lines
3263
3264 * iconbar no longer uses the beginbox/endbox semantics, but instead lives
3265   directly inside the iconbar div.
3266
3267 ------------------------------------------------------------------------
3268 r3409 | ajc | 2005-01-28 06:13:02 +0100 (Fri, 28 Jan 2005) | 7 lines
3269
3270 * GroupDAV object URL's are now based on the EUID of a message (which is
3271   derived from the UID of the groupware object itself) instead of the
3272   message number.  This was done in order to conform to GroupDAV's
3273   requirement that the URL cannot change after an object is updated.
3274 * The ETag of a GroupDAV object is still the message number, and in fact
3275   doing so meets that requirement perfectly.
3276
3277 ------------------------------------------------------------------------
3278 r3404 | ajc | 2005-01-26 19:15:34 +0100 (Wed, 26 Jan 2005) | 2 lines
3279
3280 * PROPFIND now outputs fully qualified URL's
3281
3282 ------------------------------------------------------------------------
3283 r3403 | ajc | 2005-01-26 19:02:23 +0100 (Wed, 26 Jan 2005) | 2 lines
3284
3285 * Initial implementation of GroupDAV PROPFIND
3286
3287 ------------------------------------------------------------------------
3288 r3402 | ajc | 2005-01-26 17:28:23 +0100 (Wed, 26 Jan 2005) | 6 lines
3289
3290 * Output ETags in double quotes to conform with the new GroupDAV draft.
3291 * Output HTTP Server: header in GroupDAV transactions
3292 * Server: header now displays both WebCit and Citadel versions
3293 * Added groupdav_common_headers() to output HTTP headers common to all
3294   GroupDAV transactions (Connection: close, Server: WebCit, etc.)
3295
3296 ------------------------------------------------------------------------
3297 r3400 | ajc | 2005-01-25 20:51:04 +0100 (Tue, 25 Jan 2005) | 2 lines
3298
3299 * Accept escaped characters in GroupDAV GET URL's
3300
3301 ------------------------------------------------------------------------
3302 r3397 | ajc | 2005-01-25 05:17:20 +0100 (Tue, 25 Jan 2005) | 3 lines
3303
3304 * Implemented the Groupdav GET method, more or less in its final form
3305   (still need to fix the room/folder naming semantics)
3306
3307 ------------------------------------------------------------------------
3308 r3396 | ajc | 2005-01-25 04:12:27 +0100 (Tue, 25 Jan 2005) | 3 lines
3309
3310 * Completed HTTP "Basic" authentication, and a stub function for the
3311   main entry point for GroupDAV functions.
3312
3313 ------------------------------------------------------------------------
3314 r3395 | ajc | 2005-01-24 04:37:48 +0100 (Mon, 24 Jan 2005) | 2 lines
3315
3316 * Began laying the groundwork for http-authenticated GroupDAV sessions.
3317
3318 ------------------------------------------------------------------------
3319 r3394 | ajc | 2005-01-22 23:50:51 +0100 (Sat, 22 Jan 2005) | 2 lines
3320
3321 * removed descriptions in non-main menus
3322
3323 ------------------------------------------------------------------------
3324 r3387 | ajc | 2005-01-21 04:20:32 +0100 (Fri, 21 Jan 2005) | 2 lines
3325
3326 *** empty log message ***
3327
3328 ------------------------------------------------------------------------
3329 r3386 | ajc | 2005-01-20 22:24:27 +0100 (Thu, 20 Jan 2005) | 5 lines
3330
3331 * When viewing a calendar room, the "Read all messages" link in the
3332   room banner has been replaced by "Day view" and "Month view" links.
3333   (I have also imported icons for week and year views, in case we add
3334   these later.)
3335
3336 ------------------------------------------------------------------------
3337 r3385 | ajc | 2005-01-20 17:43:50 +0100 (Thu, 20 Jan 2005) | 2 lines
3338
3339 *** empty log message ***
3340
3341 ------------------------------------------------------------------------
3342 r3384 | ajc | 2005-01-20 17:13:56 +0100 (Thu, 20 Jan 2005) | 3 lines
3343
3344 * Added in a bunch of stupid JavaScript to allow the instant message
3345   window to be dismissed.
3346
3347 ------------------------------------------------------------------------
3348 r3383 | ajc | 2005-01-20 05:10:45 +0100 (Thu, 20 Jan 2005) | 5 lines
3349
3350 * Cleaned up a bunch of unused cruft from the old layout
3351 * Instant messages are now displayed in a div that layers itself
3352   over the rest of the site.  It would be nice if we could figure out
3353   a way to make a clickable "hide" box...
3354
3355 ------------------------------------------------------------------------
3356 r3378 | ajc | 2005-01-17 05:38:17 +0100 (Mon, 17 Jan 2005) | 3 lines
3357
3358 * Navbar is now dynamic, in an attempt to make only the relevant controls
3359   appear on any given page.
3360
3361 ------------------------------------------------------------------------
3362 r3377 | ajc | 2005-01-15 08:19:08 +0100 (Sat, 15 Jan 2005) | 3 lines
3363
3364 * Removed the fixed pixel width from the tree view room list so it doesn't
3365   wrap around in an ugly way on aIEeeee.
3366
3367 ------------------------------------------------------------------------
3368 r3376 | ajc | 2005-01-15 06:26:27 +0100 (Sat, 15 Jan 2005) | 2 lines
3369
3370 * Message entry window is now somewhat full screen.
3371
3372 ------------------------------------------------------------------------
3373 r3375 | ajc | 2005-01-15 04:05:25 +0100 (Sat, 15 Jan 2005) | 2 lines
3374
3375 *** empty log message ***
3376
3377 ------------------------------------------------------------------------
3378 r3374 | ajc | 2005-01-15 03:16:50 +0100 (Sat, 15 Jan 2005) | 2 lines
3379
3380 *** empty log message ***
3381
3382 ------------------------------------------------------------------------
3383 r3373 | ajc | 2005-01-14 22:03:18 +0100 (Fri, 14 Jan 2005) | 2 lines
3384
3385 * A few logging hacks
3386
3387 ------------------------------------------------------------------------
3388 r3371 | ajc | 2005-01-14 16:00:51 +0100 (Fri, 14 Jan 2005) | 2 lines
3389
3390 * Placed the navbar into the room banner, at least in its temporary form.
3391
3392 ------------------------------------------------------------------------
3393 r3370 | ajc | 2005-01-14 05:53:54 +0100 (Fri, 14 Jan 2005) | 2 lines
3394
3395 *** empty log message ***
3396
3397 ------------------------------------------------------------------------
3398 r3369 | ajc | 2005-01-14 05:53:12 +0100 (Fri, 14 Jan 2005) | 4 lines
3399
3400 * Got the three-pane model working not only with web browsers, but also
3401   with the disgusting abomination called Internet Explorer.  It is my
3402   sincere hope that a tsunami wipes out Redmond.
3403
3404 ------------------------------------------------------------------------
3405 r3368 | ajc | 2005-01-14 05:39:37 +0100 (Fri, 14 Jan 2005) | 2 lines
3406
3407 *** empty log message ***
3408
3409 ------------------------------------------------------------------------
3410 r3367 | ajc | 2005-01-14 05:17:50 +0100 (Fri, 14 Jan 2005) | 2 lines
3411
3412 *** empty log message ***
3413
3414 ------------------------------------------------------------------------
3415 r3366 | ajc | 2005-01-14 05:06:35 +0100 (Fri, 14 Jan 2005) | 2 lines
3416
3417 *** empty log message ***
3418
3419 ------------------------------------------------------------------------
3420 r3365 | ajc | 2005-01-13 19:38:08 +0100 (Thu, 13 Jan 2005) | 2 lines
3421
3422 * Insert a newline between </div> and <div id="text">
3423
3424 ------------------------------------------------------------------------
3425 r3363 | ajc | 2005-01-12 04:31:02 +0100 (Wed, 12 Jan 2005) | 2 lines
3426
3427 *** empty log message ***
3428
3429 ------------------------------------------------------------------------
3430 r3362 | ajc | 2005-01-11 17:20:21 +0100 (Tue, 11 Jan 2005) | 3 lines
3431
3432 * Switching doctype from XHTML to HTML 4.01 STRICT, because nothing handles
3433   XHTML properly.
3434
3435 ------------------------------------------------------------------------
3436 r3361 | ajc | 2005-01-11 17:15:16 +0100 (Tue, 11 Jan 2005) | 2 lines
3437
3438 *** empty log message ***
3439
3440 ------------------------------------------------------------------------
3441 r3360 | ajc | 2005-01-11 15:55:03 +0100 (Tue, 11 Jan 2005) | 2 lines
3442
3443 *** empty log message ***
3444
3445 ------------------------------------------------------------------------
3446 r3359 | ajc | 2005-01-11 06:05:11 +0100 (Tue, 11 Jan 2005) | 7 lines
3447
3448 * *** HUGE CHANGES ***   *** WARNING: NOT FULLY FUNCTIONAL ***
3449 * Ripped things apart in a big way.  The frameset is gone (except for
3450   chat, for which we'll probably keep frames).  Iconbar and banner are
3451   now done using CSS and <div> tags.
3452 * Room read/enter/goto controls are currently missing.  Stay tuned.
3453 * I am in the process of rewriting all of the markup as valid XHTML.
3454
3455 ------------------------------------------------------------------------
3456 r3335 | ajc | 2004-12-29 23:08:08 +0100 (Wed, 29 Dec 2004) | 3 lines
3457
3458 * roomops.c: provide a way to create room shares with a mapping to an
3459   alternate room name on the other end.
3460
3461 ------------------------------------------------------------------------
3462 r3334 | ajc | 2004-12-29 20:46:04 +0100 (Wed, 29 Dec 2004) | 2 lines
3463
3464 *** empty log message ***
3465
3466 ------------------------------------------------------------------------
3467 r3333 | ajc | 2004-12-29 18:28:09 +0100 (Wed, 29 Dec 2004) | 4 lines
3468
3469 * roomops.c: when adding/removing nodes in the 'Sharing' tab, don't go
3470   all corrupty-whatever when a remote room name mapping is found.  Display
3471   the mapping and preserve it across share/unshare operations.
3472
3473 ------------------------------------------------------------------------
3474 r3332 | ajc | 2004-12-28 04:58:37 +0100 (Tue, 28 Dec 2004) | 2 lines
3475
3476 * THIS IS 5.28
3477
3478 ------------------------------------------------------------------------
3479 r3331 | ajc | 2004-12-28 04:58:25 +0100 (Tue, 28 Dec 2004) | 4 lines
3480
3481 * Corrected overly-escaped reply-to addresses in "reply" button
3482 * Repaired toggling of self-service account creation in admin screen
3483 * Bumped internal version number to 5.28
3484
3485 ------------------------------------------------------------------------
3486 r3324 | ajc | 2004-12-07 05:41:58 +0100 (Tue, 07 Dec 2004) | 2 lines
3487
3488 * THIS IS 5.27
3489
3490 ------------------------------------------------------------------------
3491 r3323 | ajc | 2004-12-07 05:41:04 +0100 (Tue, 07 Dec 2004) | 9 lines
3492
3493 * Finally tracked down the WC->vars heap corruption issue (for real this
3494   time).  We now call clear_local_substs() at the end of each HTTP
3495   transaction, whether we need to or not, instead of calling it whenever
3496   we're done with something we wanted session variables for.
3497 * Finally tracked down the years-long "misplaced '(edit)' link" bug, by
3498   copying serv_info->serv_pid to WC->ctdl_pid at the time it's loaded,
3499   preventing it from getting clobbered by another session.
3500 * Bumped internal version number to 5.27
3501
3502 ------------------------------------------------------------------------
3503 r3322 | ajc | 2004-12-01 22:36:01 +0100 (Wed, 01 Dec 2004) | 2 lines
3504
3505 * THIS IS 5.26
3506
3507 ------------------------------------------------------------------------
3508 r3321 | ajc | 2004-12-01 22:35:45 +0100 (Wed, 01 Dec 2004) | 2 lines
3509
3510 * Changed internal version number to 5.26
3511
3512 ------------------------------------------------------------------------
3513 r3320 | ajc | 2004-12-01 22:34:17 +0100 (Wed, 01 Dec 2004) | 2 lines
3514
3515 * Numerous memory management bugfixes.
3516
3517 ------------------------------------------------------------------------
3518 r3319 | ajc | 2004-12-01 17:48:24 +0100 (Wed, 01 Dec 2004) | 2 lines
3519
3520 * tools.c: don't crash when striplt() is called with a zero-length string
3521
3522 ------------------------------------------------------------------------
3523 r3317 | ajc | 2004-12-01 06:15:11 +0100 (Wed, 01 Dec 2004) | 3 lines
3524
3525 * Coupla memory allocation fixes, but nothing that fixes the bug I'm
3526   trying to find...
3527
3528 ------------------------------------------------------------------------
3529 r3312 | ajc | 2004-11-12 19:02:36 +0100 (Fri, 12 Nov 2004) | 2 lines
3530
3531 * Updated the richtext editor (new version from Kevin Roth's site)
3532
3533 ------------------------------------------------------------------------
3534 r3303 | ajc | 2004-11-03 21:21:13 +0100 (Wed, 03 Nov 2004) | 2 lines
3535
3536 * THIS IS 5.25
3537
3538 ------------------------------------------------------------------------
3539 r3302 | ajc | 2004-11-03 21:21:02 +0100 (Wed, 03 Nov 2004) | 2 lines
3540
3541 * Changed internal version number to 5.25
3542
3543 ------------------------------------------------------------------------
3544 r3293 | ajc | 2004-10-20 04:41:45 +0200 (Wed, 20 Oct 2004) | 5 lines
3545
3546 * New "notes" icon
3547 * Added the notes room to the icon bar
3548 * Set up an initial implementation of Notes view.  Attractive enough to
3549   publish, but read-only.  Needs a note editor.
3550
3551 ------------------------------------------------------------------------
3552 r3292 | ajc | 2004-10-15 05:10:26 +0200 (Fri, 15 Oct 2004) | 3 lines
3553
3554 * Calendar objects UID now generated by generate_uuid() which creates
3555   pseudo-DCE-ish UUID's.
3556
3557 ------------------------------------------------------------------------
3558 r3286 | ajc | 2004-10-05 03:59:32 +0200 (Tue, 05 Oct 2004) | 2 lines
3559
3560 * localtime_r() fixes
3561
3562 ------------------------------------------------------------------------
3563 r3279 | ajc | 2004-10-03 04:56:35 +0200 (Sun, 03 Oct 2004) | 2 lines
3564
3565 * Added a pthread_attr_destroy() in the appropriate place (thanks fleeb!)
3566
3567 ------------------------------------------------------------------------
3568 r3277 | ajc | 2004-10-01 18:23:24 +0200 (Fri, 01 Oct 2004) | 3 lines
3569
3570 * Set up framework for "notes" view, and added a skeleton function for
3571   the actual display.
3572
3573 ------------------------------------------------------------------------
3574 r3275 | ajc | 2004-09-30 05:44:01 +0200 (Thu, 30 Sep 2004) | 2 lines
3575
3576 * fix line width break problem in chat
3577
3578 ------------------------------------------------------------------------
3579 r3274 | ajc | 2004-09-28 18:12:47 +0200 (Tue, 28 Sep 2004) | 2 lines
3580
3581 * THIS IS 5.24
3582
3583 ------------------------------------------------------------------------
3584 r3273 | ajc | 2004-09-28 18:12:31 +0200 (Tue, 28 Sep 2004) | 2 lines
3585
3586 * Prepare for 5.24 release
3587
3588 ------------------------------------------------------------------------
3589 r3269 | ajc | 2004-09-27 04:17:47 +0200 (Mon, 27 Sep 2004) | 3 lines
3590
3591 * messages.c: fix build problem on non-calendar-enabled installations
3592 * floors.c: fix a warning message
3593
3594 ------------------------------------------------------------------------
3595 r3268 | ajc | 2004-09-25 05:34:21 +0200 (Sat, 25 Sep 2004) | 2 lines
3596
3597 * summary.c: Fixed a calling syntax problem
3598
3599 ------------------------------------------------------------------------
3600 r3267 | ajc | 2004-09-25 05:18:47 +0200 (Sat, 25 Sep 2004) | 2 lines
3601
3602 * small stylesheet fix
3603
3604 ------------------------------------------------------------------------
3605 r3266 | ajc | 2004-09-24 06:21:42 +0200 (Fri, 24 Sep 2004) | 3 lines
3606
3607 * Fixed display bug for room list mode when we dropped down multiple
3608   sublevels at once (such as, from 3 to 1 instead of from 2 to 1)
3609
3610 ------------------------------------------------------------------------
3611 r3265 | ajc | 2004-09-24 06:08:25 +0200 (Fri, 24 Sep 2004) | 3 lines
3612
3613 * Put our <SPAN> tags back in to denote floors, rooms with new msgs, and
3614   rooms without new msgs
3615
3616 ------------------------------------------------------------------------
3617 r3264 | ajc | 2004-09-24 06:04:35 +0200 (Fri, 24 Sep 2004) | 3 lines
3618
3619 * "folders view" of room list now uses Dave Lindquist's "menuExpandable3"
3620   tree view.
3621
3622 ------------------------------------------------------------------------
3623 r3263 | ajc | 2004-09-23 05:21:10 +0200 (Thu, 23 Sep 2004) | 2 lines
3624
3625 * roomops.c: "folders" view of rooms is an actual Unnumbered List now.
3626
3627 ------------------------------------------------------------------------
3628 r3253 | ajc | 2004-09-16 04:42:37 +0200 (Thu, 16 Sep 2004) | 2 lines
3629
3630 * Set default view of new rooms during CRE8 command instead of afterwards
3631
3632 ------------------------------------------------------------------------
3633 r3251 | ajc | 2004-09-15 05:08:50 +0200 (Wed, 15 Sep 2004) | 2 lines
3634
3635 * Support config of seaperate MSA port in Citadel 6.26
3636
3637 ------------------------------------------------------------------------
3638 r3246 | ajc | 2004-09-10 05:49:18 +0200 (Fri, 10 Sep 2004) | 2 lines
3639
3640 * Added 'dialog' mode to setup
3641
3642 ------------------------------------------------------------------------
3643 r3230 | ajc | 2004-08-31 22:31:01 +0200 (Tue, 31 Aug 2004) | 3 lines
3644
3645 * When saving VTODO (tasks), insert a UID if none is already present.  Also
3646   increment the sequence, or insert one if none is already present.
3647
3648 ------------------------------------------------------------------------
3649 r3228 | ajc | 2004-08-31 05:03:06 +0200 (Tue, 31 Aug 2004) | 2 lines
3650
3651 * THIS IS 5.23
3652
3653 ------------------------------------------------------------------------
3654 r3227 | ajc | 2004-08-31 05:02:28 +0200 (Tue, 31 Aug 2004) | 2 lines
3655
3656 * Changed internal version number to 5.23
3657
3658 ------------------------------------------------------------------------
3659 r3217 | ajc | 2004-08-27 04:47:27 +0200 (Fri, 27 Aug 2004) | 2 lines
3660
3661 *** empty log message ***
3662
3663 ------------------------------------------------------------------------
3664 r3216 | ajc | 2004-08-27 04:40:07 +0200 (Fri, 27 Aug 2004) | 2 lines
3665
3666 * Ditched the graphical buttons because CSS can do the same thing faster.
3667
3668 ------------------------------------------------------------------------
3669 r3211 | ajc | 2004-08-18 05:16:12 +0200 (Wed, 18 Aug 2004) | 2 lines
3670
3671 * 'move' and 'delete' buttons only show when allowed to do those things
3672
3673 ------------------------------------------------------------------------
3674 r3210 | ajc | 2004-08-18 04:10:20 +0200 (Wed, 18 Aug 2004) | 3 lines
3675
3676 * Reply/Move/Delete buttons are now images, because system-native buttons
3677   were too big and ugly.
3678
3679 ------------------------------------------------------------------------
3680 r3194 | ajc | 2004-08-11 19:24:57 +0200 (Wed, 11 Aug 2004) | 3 lines
3681
3682 * static/iconbar.html: removed.
3683 * Updated the "powered by citadel" graphic
3684
3685 ------------------------------------------------------------------------
3686 r3193 | ajc | 2004-08-11 19:16:38 +0200 (Wed, 11 Aug 2004) | 2 lines
3687
3688 *** empty log message ***
3689
3690 ------------------------------------------------------------------------
3691 r3191 | ajc | 2004-08-11 05:49:18 +0200 (Wed, 11 Aug 2004) | 3 lines
3692
3693 * Replaced all instances of the name "Citadel/UX" with "Citadel"
3694 * Installed the "simple logo" in the iconbar
3695
3696 ------------------------------------------------------------------------
3697 r3190 | ajc | 2004-08-09 05:11:22 +0200 (Mon, 09 Aug 2004) | 2 lines
3698
3699 * Changed DOCTYPE to HTML 3.2 because that's really what it resembles
3700
3701 ------------------------------------------------------------------------
3702 r3189 | ajc | 2004-08-05 23:32:17 +0200 (Thu, 05 Aug 2004) | 3 lines
3703
3704 * Reply/Move/Delete are now buttons instead of links.  This should enable
3705   us to add some JavaScript magic for "Reply quoted" ...
3706
3707 ------------------------------------------------------------------------
3708 r3187 | ajc | 2004-08-05 04:47:23 +0200 (Thu, 05 Aug 2004) | 4 lines
3709
3710 * Removed the "pull_quote" style and used the <BLOCKQUOTE> tag instead.  It
3711   has a more predictable and attractive behavior, and can still be
3712   overridden in the style sheet if the site operator wants to.
3713
3714 ------------------------------------------------------------------------
3715 r3185 | ajc | 2004-08-04 05:52:24 +0200 (Wed, 04 Aug 2004) | 5 lines
3716
3717 * Tasks view is now pretty.
3718 * Tasks view now displays date due for each task.
3719 * Tasks view is now sorted by date due.
3720 * Tasks view now displays overdue tasks in red.
3721
3722 ------------------------------------------------------------------------
3723 r3184 | ajc | 2004-08-03 05:55:40 +0200 (Tue, 03 Aug 2004) | 4 lines
3724
3725 * Tasks view now uses the same buffer/dump logic as the calendar views, so
3726   we can sort them by due date and do a prettier display.  (Only the logic is
3727   changed so far.  The prettier display is forthcoming.)
3728
3729 ------------------------------------------------------------------------
3730 r3174 | ajc | 2004-07-21 04:57:09 +0200 (Wed, 21 Jul 2004) | 2 lines
3731
3732 * Internet Configuration screen looks a little neater now
3733
3734 ------------------------------------------------------------------------
3735 r3173 | ajc | 2004-07-21 04:45:15 +0200 (Wed, 21 Jul 2004) | 2 lines
3736
3737 * Completed the "Internet Configuration" screen
3738
3739 ------------------------------------------------------------------------
3740 r3172 | ajc | 2004-07-16 21:13:37 +0200 (Fri, 16 Jul 2004) | 2 lines
3741
3742 *** empty log message ***
3743
3744 ------------------------------------------------------------------------
3745 r3171 | ajc | 2004-07-16 21:13:11 +0200 (Fri, 16 Jul 2004) | 2 lines
3746
3747 * tools.c: display 13:00 as 12pm, not 12am
3748
3749 ------------------------------------------------------------------------
3750 r3170 | ajc | 2004-07-16 05:14:03 +0200 (Fri, 16 Jul 2004) | 2 lines
3751
3752 * more work on inetconf screen
3753
3754 ------------------------------------------------------------------------
3755 r3169 | ajc | 2004-07-16 04:50:00 +0200 (Fri, 16 Jul 2004) | 2 lines
3756
3757 * useredit.c: put a pretty box around user editing
3758
3759 ------------------------------------------------------------------------
3760 r3166 | ajc | 2004-07-14 06:19:57 +0200 (Wed, 14 Jul 2004) | 2 lines
3761
3762 *** empty log message ***
3763
3764 ------------------------------------------------------------------------
3765 r3165 | ajc | 2004-07-13 05:25:08 +0200 (Tue, 13 Jul 2004) | 2 lines
3766
3767 * inetconf.c: added.  Not finished yet.
3768
3769 ------------------------------------------------------------------------
3770 r3160 | ajc | 2004-07-10 05:10:20 +0200 (Sat, 10 Jul 2004) | 8 lines
3771
3772 * Completed web screens for THE DREADED AUTO-PURGER by adding room and
3773   floor level configurations.
3774 * Put a space between OK and CANCEL buttons anywhere in the system where
3775   there wasn't one.
3776 * Some more of the room config/admin screens now return to themselves
3777   with a "ok, you did that" message when OK is pressed, instead of dropping
3778   out to the main menu.
3779
3780 ------------------------------------------------------------------------
3781 r3158 | ajc | 2004-07-08 05:03:02 +0200 (Thu, 08 Jul 2004) | 4 lines
3782
3783 * Added global settings for THE DREADED AUTO-PURGER to the site-wide
3784   configuration (public rooms default and mailboxes default).  Still need
3785   to add floor and room policy screens.
3786
3787 ------------------------------------------------------------------------
3788 r3153 | ajc | 2004-07-02 05:28:08 +0200 (Fri, 02 Jul 2004) | 4 lines
3789
3790 * Much-improved alphabet tabs for Address Book view.  Now divides the
3791   total number of names by (names per page, currently 60) and sets up
3792   that many tabs, with proper [Aaa-Bbb] labels on them.
3793
3794 ------------------------------------------------------------------------
3795 r3152 | ajc | 2004-07-02 05:26:06 +0200 (Fri, 02 Jul 2004) | 2 lines
3796
3797 *** empty log message ***
3798
3799 ------------------------------------------------------------------------
3800 r3151 | ajc | 2004-07-01 04:40:41 +0200 (Thu, 01 Jul 2004) | 4 lines
3801
3802 * Clicking "Enter a message" in a groupware room now automatically calls
3803   the correct editor for the type of objects in the room (message, calendar
3804   event, task, address book entry)
3805
3806 ------------------------------------------------------------------------
3807 r3150 | ajc | 2004-06-30 23:50:55 +0200 (Wed, 30 Jun 2004) | 2 lines
3808
3809 * minor fix
3810
3811 ------------------------------------------------------------------------
3812 r3149 | ajc | 2004-06-29 19:21:25 +0200 (Tue, 29 Jun 2004) | 3 lines
3813
3814 * Removed the word "room" in a few locations, as part of our push towards
3815   not looking like a BBS when running in groupware mode
3816
3817 ------------------------------------------------------------------------
3818 r3148 | ajc | 2004-06-29 02:37:04 +0200 (Tue, 29 Jun 2004) | 2 lines
3819
3820 *** empty log message ***
3821
3822 ------------------------------------------------------------------------
3823 r3147 | ajc | 2004-06-29 02:37:02 +0200 (Tue, 29 Jun 2004) | 2 lines
3824
3825 * Made some fonts bigger because users were complaining...
3826
3827 ------------------------------------------------------------------------
3828 r3145 | ajc | 2004-06-27 05:02:05 +0200 (Sun, 27 Jun 2004) | 3 lines
3829
3830 * Summary view -- always view ALL messages
3831 * Summary view -- new messages are in boldface
3832
3833 ------------------------------------------------------------------------
3834 r3144 | ajc | 2004-06-24 22:42:14 +0200 (Thu, 24 Jun 2004) | 4 lines
3835
3836 * Added the "server ip address" Citadel config option
3837 * Site config: added "Changes will not take effect until..." language
3838   to relevant screens
3839
3840 ------------------------------------------------------------------------
3841 r3140 | ajc | 2004-06-24 16:50:35 +0200 (Thu, 24 Jun 2004) | 2 lines
3842
3843 * Added the ability to listen on a single IP address instead of all addresses.
3844
3845 ------------------------------------------------------------------------
3846 r3138 | ajc | 2004-06-22 04:21:56 +0200 (Tue, 22 Jun 2004) | 2 lines
3847
3848 * Minor UI tweaks
3849
3850 ------------------------------------------------------------------------
3851 r3137 | ajc | 2004-06-21 17:00:52 +0200 (Mon, 21 Jun 2004) | 2 lines
3852
3853 * minor CSS changes
3854
3855 ------------------------------------------------------------------------
3856 r3136 | ajc | 2004-06-19 05:21:43 +0200 (Sat, 19 Jun 2004) | 2 lines
3857
3858 *** empty log message ***
3859
3860 ------------------------------------------------------------------------
3861 r3135 | ajc | 2004-06-19 05:21:40 +0200 (Sat, 19 Jun 2004) | 2 lines
3862
3863 * THIS IS 5.22
3864
3865 ------------------------------------------------------------------------
3866 r3132 | ajc | 2004-06-19 05:11:07 +0200 (Sat, 19 Jun 2004) | 4 lines
3867
3868 * Instead of a crufty "the topmost Internet email address will be used
3869   for outgoing email" explanation, separated it into "Primary Internet
3870   email address" and "Other email addresses" boxes.
3871
3872 ------------------------------------------------------------------------
3873 r3131 | ajc | 2004-06-19 04:42:13 +0200 (Sat, 19 Jun 2004) | 3 lines
3874
3875 * Removed the "aides access to mailboxes" config option, which is no longer
3876   part of the Citadel system.
3877
3878 ------------------------------------------------------------------------
3879 r3126 | ajc | 2004-06-16 04:07:22 +0200 (Wed, 16 Jun 2004) | 2 lines
3880
3881 * Removed a couple of lines of debugging code leftover from last night
3882
3883 ------------------------------------------------------------------------
3884 r3124 | ajc | 2004-06-15 06:07:25 +0200 (Tue, 15 Jun 2004) | 2 lines
3885
3886 * removed tracing code
3887
3888 ------------------------------------------------------------------------
3889 r3123 | ajc | 2004-06-15 05:06:11 +0200 (Tue, 15 Jun 2004) | 4 lines
3890
3891 * Bumped internal version number to 5.22
3892 * Use new fast headers-only-no-mime fetch mode in Citadel for
3893   message summaries
3894
3895 ------------------------------------------------------------------------
3896 r3121 | ajc | 2004-06-15 04:30:21 +0200 (Tue, 15 Jun 2004) | 2 lines
3897
3898 * Honor "maxmsgs" even when viewing a mailbox in summary mode
3899
3900 ------------------------------------------------------------------------
3901 r3119 | ajc | 2004-06-12 06:26:38 +0200 (Sat, 12 Jun 2004) | 3 lines
3902
3903 * Fixed some garbled output resulting from turning things that look like
3904   links into links.
3905
3906 ------------------------------------------------------------------------
3907 r3118 | ajc | 2004-06-11 18:09:36 +0200 (Fri, 11 Jun 2004) | 4 lines
3908
3909 * Moved the room graphic to the left of the room name in the banner, to
3910   make it more consistent with the rest of the site.
3911 * Reduced the size of the font in the iconbar
3912
3913 ------------------------------------------------------------------------
3914 r3117 | ajc | 2004-06-11 05:15:08 +0200 (Fri, 11 Jun 2004) | 4 lines
3915
3916 * When "Add" is clicked without specifying an upload filename, resume
3917   composition instead of aborting the post.
3918 * Add attachments to messages in forward order, not reverse order
3919
3920 ------------------------------------------------------------------------
3921 r3115 | ajc | 2004-06-10 05:08:48 +0200 (Thu, 10 Jun 2004) | 2 lines
3922
3923 * Improved the appearance of tabs in the room config screen
3924
3925 ------------------------------------------------------------------------
3926 r3114 | ajc | 2004-06-10 04:58:57 +0200 (Thu, 10 Jun 2004) | 2 lines
3927
3928 *** empty log message ***
3929
3930 ------------------------------------------------------------------------
3931 r3113 | ajc | 2004-06-10 04:58:55 +0200 (Thu, 10 Jun 2004) | 3 lines
3932
3933 * Made all the title boxes the same background color.  The old scheme was
3934   cute but not professional looking.
3935
3936 ------------------------------------------------------------------------
3937 r3106 | ajc | 2004-06-06 21:53:29 +0200 (Sun, 06 Jun 2004) | 2 lines
3938
3939 *** empty log message ***
3940
3941 ------------------------------------------------------------------------
3942 r3105 | ajc | 2004-06-06 21:53:27 +0200 (Sun, 06 Jun 2004) | 2 lines
3943
3944 * THIS IS 5.21
3945
3946 ------------------------------------------------------------------------
3947 r3104 | ajc | 2004-06-06 21:32:15 +0200 (Sun, 06 Jun 2004) | 6 lines
3948
3949 * Cleaned up a couple of FIXME's sitting around in the code
3950 * Altered the conditions under which stray http://... strings are
3951   automatically turned into links, to prevent that logic from
3952   transforming IMG tags into gibberish.
3953 * Set internal version number to 5.21
3954
3955 ------------------------------------------------------------------------
3956 r3103 | ajc | 2004-06-04 04:29:08 +0200 (Fri, 04 Jun 2004) | 2 lines
3957
3958 * Fixed bug in "validate new users" screen (thanks Campy)
3959
3960 ------------------------------------------------------------------------
3961 r3102 | ajc | 2004-06-03 05:21:22 +0200 (Thu, 03 Jun 2004) | 2 lines
3962
3963 * "Reply" button now carries the message subject into the reply.
3964
3965 ------------------------------------------------------------------------
3966 r3099 | ajc | 2004-06-02 04:07:54 +0200 (Wed, 02 Jun 2004) | 3 lines
3967
3968 * setup.c: updated the setup script to configure two /etc/inittab entries,
3969   one for http and one for https.
3970
3971 ------------------------------------------------------------------------
3972 r3098 | ajc | 2004-06-01 23:46:47 +0200 (Tue, 01 Jun 2004) | 5 lines
3973
3974 * crypto.c: when an SSL connection errors out (and closes) unexpectedly
3975   during a read or write operation, do not attempt to finish the operation
3976   unencrypted like we do in Citadel.  Here in WebCit land it only causes
3977   the server to segfault.
3978
3979 ------------------------------------------------------------------------
3980 r3097 | ajc | 2004-06-01 21:01:22 +0200 (Tue, 01 Jun 2004) | 3 lines
3981
3982 * netconf.c: widened some of the text entry fields
3983 * webcit.h: bumped up the internal version number to 5.20
3984
3985 ------------------------------------------------------------------------
3986 r3096 | ajc | 2004-06-01 20:44:20 +0200 (Tue, 01 Jun 2004) | 3 lines
3987
3988 * Return to the old command-line usage (-s for https, service is either
3989   http or https but not both)
3990
3991 ------------------------------------------------------------------------
3992 r3095 | ajc | 2004-06-01 05:32:29 +0200 (Tue, 01 Jun 2004) | 3 lines
3993
3994 * Add "permanent room" setting to room edit screen
3995 * create room -- allow longer strings
3996
3997 ------------------------------------------------------------------------
3998 r3094 | ajc | 2004-06-01 02:36:43 +0200 (Tue, 01 Jun 2004) | 3 lines
3999
4000 * Hmmph.  Do the session cookie as hex instead of base64.  There really
4001   are some characters in the base64 set that make HTTP do nasty things.
4002
4003 ------------------------------------------------------------------------
4004 r3093 | ajc | 2004-05-31 23:43:27 +0200 (Mon, 31 May 2004) | 4 lines
4005
4006 * Added "|END" to the session cookie before base64-ing it.  This fixes a
4007   problem with certain room names causing the webserver to freak out and
4008   break embedded images and stuff.  I don't know why.
4009
4010 ------------------------------------------------------------------------
4011 r3092 | ajc | 2004-05-31 22:34:11 +0200 (Mon, 31 May 2004) | 3 lines
4012
4013 * Message entry using Kevin Roth's excellent cross-platform richtext
4014   editing script.
4015
4016 ------------------------------------------------------------------------
4017 r3091 | ajc | 2004-05-31 17:54:13 +0200 (Mon, 31 May 2004) | 2 lines
4018
4019 * "text" and "HTML" options for message entry.
4020
4021 ------------------------------------------------------------------------
4022 r3089 | ajc | 2004-05-29 05:31:49 +0200 (Sat, 29 May 2004) | 2 lines
4023
4024 * tighten up the space between icons in the iconbar
4025
4026 ------------------------------------------------------------------------
4027 r3088 | ajc | 2004-05-28 22:24:53 +0200 (Fri, 28 May 2004) | 2 lines
4028
4029 * Cosmetic changes
4030
4031 ------------------------------------------------------------------------
4032 r3084 | ajc | 2004-05-24 05:02:38 +0200 (Mon, 24 May 2004) | 2 lines
4033
4034 * CSS change to make folder names stand out more in the "Folder View"
4035
4036 ------------------------------------------------------------------------
4037 r3067 | ajc | 2004-04-30 06:09:06 +0200 (Fri, 30 Apr 2004) | 2 lines
4038
4039 *** empty log message ***
4040
4041 ------------------------------------------------------------------------
4042 r3066 | ajc | 2004-04-30 06:09:01 +0200 (Fri, 30 Apr 2004) | 2 lines
4043
4044 * THIS IS 5.10
4045
4046 ------------------------------------------------------------------------
4047 r3065 | ajc | 2004-04-30 06:08:48 +0200 (Fri, 30 Apr 2004) | 3 lines
4048
4049 * Changed internal version number to 5.10
4050 * Updated documentation for the new HTTPS service
4051
4052 ------------------------------------------------------------------------
4053 r3062 | ajc | 2004-04-27 05:23:39 +0200 (Tue, 27 Apr 2004) | 2 lines
4054
4055 *** empty log message ***
4056
4057 ------------------------------------------------------------------------
4058 r3061 | ajc | 2004-04-27 05:21:36 +0200 (Tue, 27 Apr 2004) | 2 lines
4059
4060 * Prompt for HTTPS port number during setup.  We may make this optional.
4061
4062 ------------------------------------------------------------------------
4063 r3060 | ajc | 2004-04-27 05:16:31 +0200 (Tue, 27 Apr 2004) | 4 lines
4064
4065 * When running on the same host as Citadel, if no key/cert are found,
4066   symlink to Citadel's if possible.
4067 * One server binary now forks to start both http and https servers.
4068
4069 ------------------------------------------------------------------------
4070 r3056 | ajc | 2004-04-21 05:43:39 +0200 (Wed, 21 Apr 2004) | 3 lines
4071
4072 * Completed remaining SSL fixes.  Works in Moz, aIEeee, Konq; self-signed
4073   certs are also no longer invalid.
4074
4075 ------------------------------------------------------------------------
4076 r3054 | ajc | 2004-04-21 04:25:13 +0200 (Wed, 21 Apr 2004) | 3 lines
4077
4078 * Replaced ctdl_install_certificate() with convenience functions found
4079   in the OpenSSL library.
4080
4081 ------------------------------------------------------------------------
4082 r3053 | ajc | 2004-04-21 04:19:41 +0200 (Wed, 21 Apr 2004) | 4 lines
4083
4084 * Got HTTPS to work with Mozilla (by twiddling stuff that I still don't
4085   understand, but read at http://www.informit.com/articles/article.asp?p=22078
4086   ).  Still doesn't work with Internet Monopolizer, though.
4087
4088 ------------------------------------------------------------------------
4089 r3051 | ajc | 2004-04-20 04:32:44 +0200 (Tue, 20 Apr 2004) | 4 lines
4090
4091 * Allow setup to run seamlessly from within the Citadel/UX Ridiculously
4092   Easy Installer by observing the values of environment variables
4093   CITADEL_INSTALLER, CITADEL, and WEBCIT.
4094
4095 ------------------------------------------------------------------------
4096 r3050 | ajc | 2004-04-20 04:02:50 +0200 (Tue, 20 Apr 2004) | 2 lines
4097
4098 * "make install"
4099
4100 ------------------------------------------------------------------------
4101 r3049 | ajc | 2004-04-16 05:38:37 +0200 (Fri, 16 Apr 2004) | 2 lines
4102
4103 * more fixes
4104
4105 ------------------------------------------------------------------------
4106 r3048 | ajc | 2004-04-16 05:14:06 +0200 (Fri, 16 Apr 2004) | 2 lines
4107
4108 * Minor fix for previous checkin
4109
4110 ------------------------------------------------------------------------
4111 r3047 | ajc | 2004-04-16 04:59:01 +0200 (Fri, 16 Apr 2004) | 3 lines
4112
4113 * Completed SSL support.  Still doesn't work with all browsers... gotta
4114   figure out why
4115
4116 ------------------------------------------------------------------------
4117 r3046 | ajc | 2004-04-15 05:57:00 +0200 (Thu, 15 Apr 2004) | 3 lines
4118
4119 * Brought over the SSL/TLS stuff from Citadel.  I think it's complete but
4120   it has a crashy crashy bug in it.  Don't use it yet.
4121
4122 ------------------------------------------------------------------------
4123 r3038 | ajc | 2004-04-13 21:41:36 +0200 (Tue, 13 Apr 2004) | 3 lines
4124
4125 * GET /freebusy/user.vcf *and* /freebusy/user.vfb now both work.
4126   (freebusy data fetch for anonymous Kolab type clients)
4127
4128 ------------------------------------------------------------------------
4129 r3034 | ajc | 2004-04-10 06:32:59 +0200 (Sat, 10 Apr 2004) | 2 lines
4130
4131 * Fixed some version and copyright date oopses
4132
4133 ------------------------------------------------------------------------
4134 r3033 | ajc | 2004-04-10 06:29:33 +0200 (Sat, 10 Apr 2004) | 2 lines
4135
4136 *** empty log message ***
4137
4138 ------------------------------------------------------------------------
4139 r3032 | ajc | 2004-04-10 06:29:30 +0200 (Sat, 10 Apr 2004) | 2 lines
4140
4141 * THIS IS 5.06
4142
4143 ------------------------------------------------------------------------
4144 r3031 | ajc | 2004-04-10 06:29:21 +0200 (Sat, 10 Apr 2004) | 2 lines
4145
4146 * Changed internal version number to 5.06
4147
4148 ------------------------------------------------------------------------
4149 r3021 | ajc | 2004-03-29 06:30:20 +0200 (Mon, 29 Mar 2004) | 2 lines
4150
4151 * configure.in, Makefile.in: handle $LDFLAGS
4152
4153 ------------------------------------------------------------------------
4154 r2992 | ajc | 2004-03-20 06:03:14 +0100 (Sat, 20 Mar 2004) | 5 lines
4155
4156 * Original startup thread becomes a worker thread after initialization.
4157   Doing otherwise turns it into a zombie (at least on Linux) and possibly
4158   leads to other problems
4159 * Filter out NOOP's received in chat
4160
4161 ------------------------------------------------------------------------
4162 r2991 | ajc | 2004-03-18 05:32:28 +0100 (Thu, 18 Mar 2004) | 2 lines
4163
4164 *** empty log message ***
4165
4166 ------------------------------------------------------------------------
4167 r2990 | ajc | 2004-03-18 05:32:24 +0100 (Thu, 18 Mar 2004) | 4 lines
4168
4169 * Removed the language in README.TXT which told everyone that chat wouldn't
4170   work with a non-local Citadel server, because that's no longer true.
4171 * Removed the old chat applet from the static/ directory
4172
4173 ------------------------------------------------------------------------
4174 r2989 | ajc | 2004-03-18 05:00:47 +0100 (Thu, 18 Mar 2004) | 2 lines
4175
4176 * Rounded web boxes now look correct in all browsers.
4177
4178 ------------------------------------------------------------------------
4179 r2988 | ajc | 2004-03-17 19:25:31 +0100 (Wed, 17 Mar 2004) | 4 lines
4180
4181 * When creating a new user, auto-chain to the "edit user configuration"
4182   screen, and subsequently auto-chain to the "edit address book entry"
4183   screen.  This creates a nice sensible workflow.
4184
4185 ------------------------------------------------------------------------
4186 r2984 | ajc | 2004-03-15 23:47:09 +0100 (Mon, 15 Mar 2004) | 2 lines
4187
4188 * Prettied up the chat window a little more.
4189
4190 ------------------------------------------------------------------------
4191 r2977 | ajc | 2004-03-15 05:27:47 +0100 (Mon, 15 Mar 2004) | 2 lines
4192
4193 *** empty log message ***
4194
4195 ------------------------------------------------------------------------
4196 r2976 | ajc | 2004-03-15 05:27:44 +0100 (Mon, 15 Mar 2004) | 5 lines
4197
4198 * Chat now appears in a separate window
4199 * Use regular frames instead of IFRAMEs for chat
4200 * Display user's own chat text in bold+italic
4201 * Added a "List Users" button
4202
4203 ------------------------------------------------------------------------
4204 r2975 | ajc | 2004-03-15 04:45:01 +0100 (Mon, 15 Mar 2004) | 3 lines
4205
4206 * Open chat in a separate window.
4207 * Use regular frames instead of IFRAMEs.
4208
4209 ------------------------------------------------------------------------
4210 r2965 | error | 2004-03-09 21:46:33 +0100 (Tue, 09 Mar 2004) | 2 lines
4211
4212 * Add a Linux Software Map file
4213
4214 ------------------------------------------------------------------------
4215 r2962 | ajc | 2004-03-07 23:04:32 +0100 (Sun, 07 Mar 2004) | 3 lines
4216
4217 * Fix the current view not being set to the default view for the creator
4218   of a room.
4219
4220 ------------------------------------------------------------------------
4221 r2961 | ajc | 2004-03-07 22:31:17 +0100 (Sun, 07 Mar 2004) | 4 lines
4222
4223 * serv_read() now zeroes out the supplied buffer (with the supplied
4224   length) if a server read fails.  This causes serv_gets() to return
4225   instead of looping endlessly.  Fixes chat problem found on linux-ppc.
4226
4227 ------------------------------------------------------------------------
4228 r2954 | ajc | 2004-03-03 06:36:41 +0100 (Wed, 03 Mar 2004) | 2 lines
4229
4230 * Close chat socket if already open
4231
4232 ------------------------------------------------------------------------
4233 r2953 | ajc | 2004-03-03 06:21:36 +0100 (Wed, 03 Mar 2004) | 5 lines
4234
4235 * Made the chat screen totally kick-ass sweet.  The flickering reload
4236   i-frame is now tiny and hidden, and it *appends* new chat data to
4237   the viewable window using JavaScript.  No flickering + scrollback!
4238 * Added a help button to the chat screen.
4239
4240 ------------------------------------------------------------------------
4241 r2947 | ajc | 2004-02-29 23:52:15 +0100 (Sun, 29 Feb 2004) | 3 lines
4242
4243 * Close and clear (set to -1) server socket handle when socket errors are
4244   detected.  Fixes a chat problem reported by Winzlo.
4245
4246 ------------------------------------------------------------------------
4247 r2946 | ajc | 2004-02-29 07:12:52 +0100 (Sun, 29 Feb 2004) | 2 lines
4248
4249 * can add chat to iconbar
4250
4251 ------------------------------------------------------------------------
4252 r2945 | ajc | 2004-02-29 06:34:25 +0100 (Sun, 29 Feb 2004) | 2 lines
4253
4254 * Display the Chat menu option as "Chat with other users in <roomname>"
4255
4256 ------------------------------------------------------------------------
4257 r2941 | ajc | 2004-02-27 06:04:38 +0100 (Fri, 27 Feb 2004) | 2 lines
4258
4259 * fix frameset bug in page popups
4260
4261 ------------------------------------------------------------------------
4262 r2936 | ajc | 2004-02-26 05:08:58 +0100 (Thu, 26 Feb 2004) | 5 lines
4263
4264 * Fixed a problem that made WebCit go to the "no cookies" screen instead
4265   of the logout banner.
4266 * Ford's latest stupid room has a name with more than 64 characters, and
4267   we still had a 64-byte room name in the march_list struct.  ooooops...
4268
4269 ------------------------------------------------------------------------
4270 r2935 | ajc | 2004-02-26 04:07:26 +0100 (Thu, 26 Feb 2004) | 2 lines
4271
4272 * Put the /favicon.ico --> /static/favicon.ico hack back in.  Why not?
4273
4274 ------------------------------------------------------------------------
4275 r2934 | ajc | 2004-02-26 00:11:49 +0100 (Thu, 26 Feb 2004) | 2 lines
4276
4277 * do_logout
4278
4279 ------------------------------------------------------------------------
4280 r2933 | ajc | 2004-02-26 00:10:28 +0100 (Thu, 26 Feb 2004) | 2 lines
4281
4282 * Allow "/do_logout" as a no-frames page
4283
4284 ------------------------------------------------------------------------
4285 r2932 | ajc | 2004-02-26 00:00:21 +0100 (Thu, 26 Feb 2004) | 3 lines
4286
4287 * Changed the favicon support to LINK tags in the HEAD of static stuff,
4288   to make life easier.  (Thanks to prosthetik for this)
4289
4290 ------------------------------------------------------------------------
4291 r2931 | ajc | 2004-02-25 16:20:11 +0100 (Wed, 25 Feb 2004) | 2 lines
4292
4293 * Support for favicon.ico in the static/ directory
4294
4295 ------------------------------------------------------------------------
4296 r2928 | ajc | 2004-02-24 05:06:42 +0100 (Tue, 24 Feb 2004) | 2 lines
4297
4298 * Changed the colors slightly in chat screen
4299
4300 ------------------------------------------------------------------------
4301 r2918 | ajc | 2004-02-20 07:07:06 +0100 (Fri, 20 Feb 2004) | 2 lines
4302
4303 * Replaced the Java chat with a new system based on IFRAME's and JavaScript
4304
4305 ------------------------------------------------------------------------
4306 r2915 | ajc | 2004-02-19 04:32:53 +0100 (Thu, 19 Feb 2004) | 2 lines
4307
4308 * THIS IS 5.05
4309
4310 ------------------------------------------------------------------------
4311 r2914 | ajc | 2004-02-19 04:32:38 +0100 (Thu, 19 Feb 2004) | 3 lines
4312
4313 * Changed the internal version number to 5.05
4314 * Completed the frames fix
4315
4316 ------------------------------------------------------------------------
4317 r2913 | ajc | 2004-02-18 21:11:07 +0100 (Wed, 18 Feb 2004) | 2 lines
4318
4319 * page_user
4320
4321 ------------------------------------------------------------------------
4322 r2912 | ajc | 2004-02-18 21:08:29 +0100 (Wed, 18 Feb 2004) | 3 lines
4323
4324 * Fixed the frameset force reload logic.  Now it does the whole frameset
4325   without displaying an error in the main frame.
4326
4327 ------------------------------------------------------------------------
4328 r2911 | ajc | 2004-02-18 20:17:51 +0100 (Wed, 18 Feb 2004) | 3 lines
4329
4330 * Force reload of frameset if someone tries to escape it.  Not perfect
4331   but it mostly works at this poing.
4332
4333 ------------------------------------------------------------------------
4334 r2906 | ajc | 2004-02-17 04:37:11 +0100 (Tue, 17 Feb 2004) | 3 lines
4335
4336 * Indicate to Citadel that we want Server Generated Invitations when
4337   calendar events are saved.  (No longer the default in Citadel server.)
4338
4339 ------------------------------------------------------------------------
4340 r2888 | ajc | 2004-02-09 05:49:32 +0100 (Mon, 09 Feb 2004) | 2 lines
4341
4342 * Prepare for a way to avoid falling out of the main frameset
4343
4344 ------------------------------------------------------------------------
4345 r2887 | ajc | 2004-02-09 04:38:14 +0100 (Mon, 09 Feb 2004) | 2 lines
4346
4347 * cvsignore
4348
4349 ------------------------------------------------------------------------
4350 r2886 | ajc | 2004-02-09 04:37:57 +0100 (Mon, 09 Feb 2004) | 6 lines
4351
4352 * Changed the thread pool management algorithm.  Detecting idle time between
4353   socket accepts was not working reliably on all systems, so we now follow
4354   the same algorithm as the Citadel server (spawn more threads when number
4355   of sessions < number of threads, but keep constrained to pre-defined
4356   minimum and maximum thread count)
4357
4358 ------------------------------------------------------------------------
4359 r2874 | ajc | 2004-02-03 04:09:54 +0100 (Tue, 03 Feb 2004) | 2 lines
4360
4361 * THIS IS 5.04
4362
4363 ------------------------------------------------------------------------
4364 r2873 | ajc | 2004-02-03 03:19:35 +0100 (Tue, 03 Feb 2004) | 2 lines
4365
4366 * stuff
4367
4368 ------------------------------------------------------------------------
4369 r2869 | ajc | 2004-01-28 05:31:35 +0100 (Wed, 28 Jan 2004) | 2 lines
4370
4371 * THIS IS 5.03
4372
4373 ------------------------------------------------------------------------
4374 r2868 | ajc | 2004-01-28 05:31:22 +0100 (Wed, 28 Jan 2004) | 2 lines
4375
4376 * update for 5.03
4377
4378 ------------------------------------------------------------------------
4379 r2867 | ajc | 2004-01-28 05:30:48 +0100 (Wed, 28 Jan 2004) | 2 lines
4380
4381 * Create Room can now offer calendar and address book rooms
4382
4383 ------------------------------------------------------------------------
4384 r2860 | ajc | 2004-01-17 22:25:30 +0100 (Sat, 17 Jan 2004) | 3 lines
4385
4386 * Add 'base DN' and 'bind DN' and 'bind DN password' to siteconfig
4387 * Split the config for LDAP Connector into its own panel
4388
4389 ------------------------------------------------------------------------
4390 r2859 | ajc | 2004-01-17 05:32:54 +0100 (Sat, 17 Jan 2004) | 2 lines
4391
4392 * Add site config options for Citadel servers which support LDAP
4393
4394 ------------------------------------------------------------------------
4395 r2770 | ajc | 2003-10-24 04:50:19 +0200 (Fri, 24 Oct 2003) | 3 lines
4396
4397 * Clicking "Enter Message" in a room with an Address Book view opens
4398   a blank vCard entry screen.
4399
4400 ------------------------------------------------------------------------
4401 r2769 | ajc | 2003-10-23 05:16:55 +0200 (Thu, 23 Oct 2003) | 2 lines
4402
4403 * THIS IS 5.02
4404
4405 ------------------------------------------------------------------------
4406 r2768 | ajc | 2003-10-23 05:16:40 +0200 (Thu, 23 Oct 2003) | 2 lines
4407
4408 * 5.02
4409
4410 ------------------------------------------------------------------------
4411 r2767 | ajc | 2003-10-23 05:07:54 +0200 (Thu, 23 Oct 2003) | 4 lines
4412
4413 * event.c: Found and removed another unquoted multi-line string literal
4414 * webcit.h: changed an #ifdef HAVE_ICAL_H
4415   to #ifdef WEBCIT_WITH_CALENDAR_SERVICE to avoid false positives
4416
4417 ------------------------------------------------------------------------
4418 r2766 | ajc | 2003-10-22 03:42:12 +0200 (Wed, 22 Oct 2003) | 2 lines
4419
4420 * iconbar.c: removed a stray character or two...
4421
4422 ------------------------------------------------------------------------
4423 r2765 | ajc | 2003-10-21 06:26:41 +0200 (Tue, 21 Oct 2003) | 2 lines
4424
4425 * THIS IS 5.01
4426
4427 ------------------------------------------------------------------------
4428 r2764 | ajc | 2003-10-21 06:26:27 +0200 (Tue, 21 Oct 2003) | 2 lines
4429
4430 * bumped the version string to 5.01
4431
4432 ------------------------------------------------------------------------
4433 r2762 | ajc | 2003-10-17 05:08:28 +0200 (Fri, 17 Oct 2003) | 2 lines
4434
4435 * Finished prettying up the vCard display
4436
4437 ------------------------------------------------------------------------
4438 r2760 | ajc | 2003-10-17 04:31:45 +0200 (Fri, 17 Oct 2003) | 4 lines
4439
4440 * Multi-line string literals are deprecated in GCC 3.1 unless each line
4441   is wrapped in quotes.  Performed this fix so it'll compile.
4442 * setup.c: removed references to unused variable tempfile[]
4443
4444 ------------------------------------------------------------------------
4445 r2756 | ajc | 2003-10-09 05:17:02 +0200 (Thu, 09 Oct 2003) | 2 lines
4446
4447 * Started prettying up the vCard display.
4448
4449 ------------------------------------------------------------------------
4450 r2755 | ajc | 2003-10-08 04:33:49 +0200 (Wed, 08 Oct 2003) | 2 lines
4451
4452 * Begin work on better handling of vCard display
4453
4454 ------------------------------------------------------------------------
4455 r2744 | ajc | 2003-09-04 05:41:27 +0200 (Thu, 04 Sep 2003) | 2 lines
4456
4457 * siteconfig.c: changed some config items to drop-down boxes
4458
4459 ------------------------------------------------------------------------
4460 r2737 | ajc | 2003-08-27 06:26:54 +0200 (Wed, 27 Aug 2003) | 3 lines
4461
4462 * Split the site configuration screen up into four different screens,
4463   and added a meta-menu
4464
4465 ------------------------------------------------------------------------
4466 r2735 | ajc | 2003-08-24 05:31:50 +0200 (Sun, 24 Aug 2003) | 3 lines
4467
4468 * Finished the setup program
4469 * Bumped the internal version number to 5.01
4470
4471 ------------------------------------------------------------------------
4472 r2734 | ajc | 2003-08-22 02:47:27 +0200 (Fri, 22 Aug 2003) | 2 lines
4473
4474 * setup is now working, but it still needs a way to detect a running WebCit
4475
4476 ------------------------------------------------------------------------
4477 r2733 | ajc | 2003-08-22 02:25:40 +0200 (Fri, 22 Aug 2003) | 2 lines
4478
4479 * Added a skeleton "setup" program to the tree.  It does not work yet.
4480
4481 ------------------------------------------------------------------------
4482 r2730 | ajc | 2003-08-20 05:48:55 +0200 (Wed, 20 Aug 2003) | 3 lines
4483
4484 * Added iconbar shortcut to Contacts room
4485 * Minimum required Citadel is now 6.11
4486
4487 ------------------------------------------------------------------------
4488 r2728 | ajc | 2003-08-20 05:07:25 +0200 (Wed, 20 Aug 2003) | 5 lines
4489
4490 * Address book "single card" view now suppresses "reading nn message" and
4491   instead shows the letter indices across the top
4492 * Clicking on an address in a vCard now connects to WebCit mail instead
4493   of a browser mailto: link
4494
4495 ------------------------------------------------------------------------
4496 r2727 | ajc | 2003-08-19 06:18:44 +0200 (Tue, 19 Aug 2003) | 3 lines
4497
4498 * Changed things around in the address book view.  Made it sorted and
4499   more clickable and better looking...
4500
4501 ------------------------------------------------------------------------
4502 r2718 | error | 2003-08-12 20:54:03 +0200 (Tue, 12 Aug 2003) | 2 lines
4503
4504 * messages.c: fix off-by-one-error in selector bar
4505
4506 ------------------------------------------------------------------------
4507 r2716 | ajc | 2003-08-08 05:03:22 +0200 (Fri, 08 Aug 2003) | 2 lines
4508
4509 * minor comma
4510
4511 ------------------------------------------------------------------------
4512 r2715 | ajc | 2003-08-08 00:18:05 +0200 (Fri, 08 Aug 2003) | 2 lines
4513
4514 * Add the Summary Page to the customizable iconbar
4515
4516 ------------------------------------------------------------------------
4517 r2714 | ajc | 2003-08-07 05:51:54 +0200 (Thu, 07 Aug 2003) | 2 lines
4518
4519 * Customizable icon bar as: pictures and text, pictures, text
4520
4521 ------------------------------------------------------------------------
4522 r2713 | ajc | 2003-08-05 05:52:17 +0200 (Tue, 05 Aug 2003) | 3 lines
4523
4524 * First working version of the customizable iconbar.  It contains a basic
4525   set of options and now automatically refreshes when it's customized.
4526
4527 ------------------------------------------------------------------------
4528 r2711 | ajc | 2003-08-04 05:50:33 +0200 (Mon, 04 Aug 2003) | 4 lines
4529
4530 * First cut at the customizable iconbar is done.  A bunch of generic options
4531   are there.  Still need to get the actual iconbar to refresh when changes
4532   are made.
4533
4534 ------------------------------------------------------------------------
4535 r2710 | ajc | 2003-08-03 23:02:04 +0200 (Sun, 03 Aug 2003) | 2 lines
4536
4537 * More work on customizable iconbar
4538
4539 ------------------------------------------------------------------------
4540 r2708 | ajc | 2003-08-02 07:25:48 +0200 (Sat, 02 Aug 2003) | 2 lines
4541
4542 * Laid the groundwork for a customizable iconbar
4543
4544 ------------------------------------------------------------------------
4545 r2706 | ajc | 2003-07-30 05:57:49 +0200 (Wed, 30 Jul 2003) | 2 lines
4546
4547 * Add config.c_purge_hour to config screen
4548
4549 ------------------------------------------------------------------------
4550 r2679 | ajc | 2003-07-07 00:07:00 +0200 (Mon, 07 Jul 2003) | 8 lines
4551
4552 * When converting "anything that looks like a URL" to a real link, first
4553   make sure that it isn't already inside a link.  This fixes most of the
4554   long, ugly URL strings sent by eBay.
4555 * Automatically dismantle mailto: links in HTML messages, and convert
4556   them to WebCit mail links (clicking on it sends the user to the Mail
4557   room and begins composing a new message with the recipient and subject
4558   fields pre-populated).
4559
4560 ------------------------------------------------------------------------
4561 r2678 | ajc | 2003-06-29 22:51:22 +0200 (Sun, 29 Jun 2003) | 3 lines
4562
4563 * Worked around a rendering bug in Satan's Browser that was causing it
4564   to draw the calendar month view much wider than the actual screen wdith
4565
4566 ------------------------------------------------------------------------
4567 r2671 | error | 2003-06-28 06:09:37 +0200 (Sat, 28 Jun 2003) | 3 lines
4568
4569 * roomops.c: Backout change to display one less box in the first column in
4570   roomlist view, it doesn't seem to work for everyone
4571
4572 ------------------------------------------------------------------------
4573 r2670 | error | 2003-06-28 05:52:51 +0200 (Sat, 28 Jun 2003) | 2 lines
4574
4575 * Don't tell browsers not to cache static documents
4576
4577 ------------------------------------------------------------------------
4578 r2669 | error | 2003-06-28 05:35:24 +0200 (Sat, 28 Jun 2003) | 2 lines
4579
4580 * roomops.c: Display one less floor in the first column in romlist view
4581
4582 ------------------------------------------------------------------------
4583 r2667 | ajc | 2003-06-26 05:37:59 +0200 (Thu, 26 Jun 2003) | 4 lines
4584
4585 * Allow anonymous HTTP requests for /freebusy/user%20name.vcf (or .vfb)
4586   This will allow some groupware clients to browse the free/busy times of
4587   other users on the system.
4588
4589 ------------------------------------------------------------------------
4590 r2662 | ajc | 2003-06-21 07:17:24 +0200 (Sat, 21 Jun 2003) | 6 lines
4591
4592 * Better alignment of system messages
4593 * Exterminated display_error() and replaced it with WC->ImportantMessage
4594   which is displayed in a bubble on top of whatever page you're on next.
4595 * Small cosmetic changes
4596 * Fixed some nesting problems in output_headers()
4597
4598 ------------------------------------------------------------------------
4599 r2661 | ajc | 2003-06-20 05:39:27 +0200 (Fri, 20 Jun 2003) | 2 lines
4600
4601 * Optimization to floor layout in box view
4602
4603 ------------------------------------------------------------------------
4604 r2660 | ajc | 2003-06-20 05:04:26 +0200 (Fri, 20 Jun 2003) | 2 lines
4605
4606 * "Reply" button on messages now handles IGnet recipients correctly
4607
4608 ------------------------------------------------------------------------
4609 r2654 | ajc | 2003-06-10 06:23:12 +0200 (Tue, 10 Jun 2003) | 2 lines
4610
4611 * THIS IS 5.00
4612
4613 ------------------------------------------------------------------------
4614 r2653 | ajc | 2003-06-10 06:22:58 +0200 (Tue, 10 Jun 2003) | 2 lines
4615
4616 * Updated docs and headers for 5.00 release
4617
4618 ------------------------------------------------------------------------
4619 r2649 | ajc | 2003-06-10 06:05:23 +0200 (Tue, 10 Jun 2003) | 3 lines
4620
4621 * De-tabled the left side icon bar and reduced one of the graphics, so
4622   that all of the rounded corners show up in Satan's Browser.
4623
4624 ------------------------------------------------------------------------
4625 r2648 | ajc | 2003-06-10 05:47:41 +0200 (Tue, 10 Jun 2003) | 2 lines
4626
4627 * style.css: added font selection to default <BODY> tag
4628
4629 ------------------------------------------------------------------------
4630 r2647 | ajc | 2003-06-06 05:44:21 +0200 (Fri, 06 Jun 2003) | 2 lines
4631
4632 *** empty log message ***
4633
4634 ------------------------------------------------------------------------
4635 r2646 | ajc | 2003-06-06 05:30:42 +0200 (Fri, 06 Jun 2003) | 2 lines
4636
4637 *** empty log message ***
4638
4639 ------------------------------------------------------------------------
4640 r2645 | ajc | 2003-06-06 05:26:03 +0200 (Fri, 06 Jun 2003) | 6 lines
4641
4642 * Satan's Browser insists on putting bloody acres of whitespace to the
4643   right of any bulleted list items, making any multi-column table containing
4644   a list take more than the entire screen.  Removed all such lists so it
4645   looks ok.  If you are reading this and you are a Microsoft employee, please
4646   commit suicide before you break anything else.
4647
4648 ------------------------------------------------------------------------
4649 r2644 | ajc | 2003-06-06 04:22:07 +0200 (Fri, 06 Jun 2003) | 7 lines
4650
4651 * Changed the upper left and upper right bounded box corners to a solid
4652   blue (#204B78) instead of gradiated, because it was looking funny in
4653   256-color mode.  It also looked funny in Internet Explorer, but people
4654   who use Internet Explorer are contributing to terrorism and really don't
4655   deserve Web access in the first place.  So I really just fixed this to make
4656   it look good in 256-color Netscape.
4657
4658 ------------------------------------------------------------------------
4659 r2643 | ajc | 2003-06-05 23:37:37 +0200 (Thu, 05 Jun 2003) | 3 lines
4660
4661 * Cosmetic changes.  Attempting to fix b0rken rendering of main menu
4662   in b0rken IE browser.  Die, Bill, Die.
4663
4664 ------------------------------------------------------------------------
4665 r2642 | ajc | 2003-06-05 05:52:32 +0200 (Thu, 05 Jun 2003) | 2 lines
4666
4667 * Buncha cosmetic changes
4668
4669 ------------------------------------------------------------------------
4670 r2638 | ajc | 2003-06-04 05:41:27 +0200 (Wed, 04 Jun 2003) | 3 lines
4671
4672 * Change the appearance of rooms with and without new messages in the
4673   room list -- now defined using CSS
4674
4675 ------------------------------------------------------------------------
4676 r2637 | ajc | 2003-06-03 05:57:46 +0200 (Tue, 03 Jun 2003) | 3 lines
4677
4678 * Tightened up the room banner a bit.  Smaller padding, smaller font,
4679   smaller images.
4680
4681 ------------------------------------------------------------------------
4682 r2634 | ajc | 2003-05-31 23:36:45 +0200 (Sat, 31 May 2003) | 2 lines
4683
4684 * Cosmetic changes
4685
4686 ------------------------------------------------------------------------
4687 r2632 | ajc | 2003-05-26 23:05:42 +0200 (Mon, 26 May 2003) | 3 lines
4688
4689 * availability.c: brought over ical_ctdl_is_overlap() from Citadel.  Used
4690   it to complete the free/busy checking for attendee availability.
4691
4692 ------------------------------------------------------------------------
4693 r2630 | ajc | 2003-05-26 07:44:45 +0200 (Mon, 26 May 2003) | 2 lines
4694
4695 * event.c: fix compiler warning
4696
4697 ------------------------------------------------------------------------
4698 r2629 | ajc | 2003-05-26 07:39:46 +0200 (Mon, 26 May 2003) | 3 lines
4699
4700 * webcit.h: change minimum required Citadel server to 6.07 due to FREEBUSY
4701   bug fixed in Citadel.
4702
4703 ------------------------------------------------------------------------
4704 r2626 | ajc | 2003-05-26 07:28:13 +0200 (Mon, 26 May 2003) | 3 lines
4705
4706 * serv_func.c: added utility function read_server_text()
4707 * availability.c: banged out more of this code -- still not complete
4708
4709 ------------------------------------------------------------------------
4710 r2625 | ajc | 2003-05-26 05:28:02 +0200 (Mon, 26 May 2003) | 3 lines
4711
4712 * Getting closer to doing the availability check.  Created new source
4713   module 'availability.c' for this purpose.  Stub function is in place.
4714
4715 ------------------------------------------------------------------------
4716 r2624 | ajc | 2003-05-25 06:25:20 +0200 (Sun, 25 May 2003) | 7 lines
4717
4718 * siteconfig.c: fixed a spelling error
4719 * event.c: add a "Check attendee availability" button, and the code to
4720   bypass saving the event to the server, do something with it, and then
4721   feed the twiddled data structure back to the form display function for
4722   further editing.  What's still missing is the code to do the actual
4723   availability check.
4724
4725 ------------------------------------------------------------------------
4726 r2623 | ajc | 2003-05-25 04:43:25 +0200 (Sun, 25 May 2003) | 2 lines
4727
4728 * cosmetics
4729
4730 ------------------------------------------------------------------------
4731 r2622 | ajc | 2003-05-25 00:22:37 +0200 (Sun, 25 May 2003) | 2 lines
4732
4733 * Small stylesheet hack to make it work with b0rken IE
4734
4735 ------------------------------------------------------------------------
4736 r2621 | ajc | 2003-05-25 00:13:10 +0200 (Sun, 25 May 2003) | 2 lines
4737
4738 * Changed the login banner a bit
4739
4740 ------------------------------------------------------------------------
4741 r2618 | ajc | 2003-05-20 05:25:41 +0200 (Tue, 20 May 2003) | 2 lines
4742
4743 * Separate event invitees with newlines instead of commas.
4744
4745 ------------------------------------------------------------------------
4746 r2616 | ajc | 2003-05-19 21:55:31 +0200 (Mon, 19 May 2003) | 2 lines
4747
4748 *** empty log message ***
4749
4750 ------------------------------------------------------------------------
4751 r2615 | ajc | 2003-05-19 21:55:09 +0200 (Mon, 19 May 2003) | 3 lines
4752
4753 * summary.c: eliminate compiler warnings about unused variables when
4754   compiling a WebCit service without calendar support
4755
4756 ------------------------------------------------------------------------
4757 r2614 | ajc | 2003-05-18 04:05:38 +0200 (Sun, 18 May 2003) | 2 lines
4758
4759 * More conversion of screens to the new look-and-feel.
4760
4761 ------------------------------------------------------------------------
4762 r2610 | ajc | 2003-05-16 06:11:32 +0200 (Fri, 16 May 2003) | 5 lines
4763
4764 * We don't need no steenking workaround.  Problem fixed.  MIME parser not
4765   broken.  Web server was calling it with bad parameters.  All fixed now.
4766 * Slightly tweaked the look of the tabs in the room edit screen.  Still looks
4767   like crap.
4768
4769 ------------------------------------------------------------------------
4770 r2608 | ajc | 2003-05-15 06:52:26 +0200 (Thu, 15 May 2003) | 2 lines
4771
4772 * Minor workaround in web forms to handle mime parser problem in uploads
4773
4774 ------------------------------------------------------------------------
4775 r2607 | ajc | 2003-05-15 05:36:02 +0200 (Thu, 15 May 2003) | 2 lines
4776
4777 * look and feel overhaul -- almost done!
4778
4779 ------------------------------------------------------------------------
4780 r2605 | ajc | 2003-05-14 05:49:30 +0200 (Wed, 14 May 2003) | 2 lines
4781
4782 * go gadget go
4783
4784 ------------------------------------------------------------------------
4785 r2604 | ajc | 2003-05-14 05:46:35 +0200 (Wed, 14 May 2003) | 2 lines
4786
4787 * More background cleanup
4788
4789 ------------------------------------------------------------------------
4790 r2603 | ajc | 2003-05-13 06:38:26 +0200 (Tue, 13 May 2003) | 2 lines
4791
4792 * beginbox_nt (no titlebar)
4793
4794 ------------------------------------------------------------------------
4795 r2602 | ajc | 2003-05-13 06:37:36 +0200 (Tue, 13 May 2003) | 2 lines
4796
4797 * Begin migration to the new "rounded boxes" look
4798
4799 ------------------------------------------------------------------------
4800 r2601 | ajc | 2003-05-13 05:59:40 +0200 (Tue, 13 May 2003) | 2 lines
4801
4802 * add corners
4803
4804 ------------------------------------------------------------------------
4805 r2598 | ajc | 2003-05-05 19:19:46 +0200 (Mon, 05 May 2003) | 3 lines
4806
4807 * Cleanups to summary page when running on a non ical enabled system
4808 * Use non breaking spaces in summary page box titles
4809
4810 ------------------------------------------------------------------------
4811 r2597 | ajc | 2003-05-05 19:05:27 +0200 (Mon, 05 May 2003) | 2 lines
4812
4813 * Non breaking spaces in summary page box titles
4814
4815 ------------------------------------------------------------------------
4816 r2596 | ajc | 2003-05-05 19:01:03 +0200 (Mon, 05 May 2003) | 2 lines
4817
4818 * Stretch the corners a bit
4819
4820 ------------------------------------------------------------------------
4821 r2595 | ajc | 2003-05-04 06:22:41 +0200 (Sun, 04 May 2003) | 3 lines
4822
4823 * Display body of messages on a white background.  I am doing this in order
4824   to prepare for making the general background of the screen a darker color.
4825
4826 ------------------------------------------------------------------------
4827 r2594 | ajc | 2003-05-04 04:54:56 +0200 (Sun, 04 May 2003) | 2 lines
4828
4829 * Summary page now uses our cutesy new rounded window boxes
4830
4831 ------------------------------------------------------------------------
4832 r2593 | ajc | 2003-05-04 04:40:53 +0200 (Sun, 04 May 2003) | 2 lines
4833
4834 * oops, here are the files
4835
4836 ------------------------------------------------------------------------
4837 r2592 | ajc | 2003-05-03 23:28:43 +0200 (Sat, 03 May 2003) | 2 lines
4838
4839 * Added in a slick new box style and put the room lists in it
4840
4841 ------------------------------------------------------------------------
4842 r2591 | ajc | 2003-05-03 18:57:04 +0200 (Sat, 03 May 2003) | 3 lines
4843
4844 * In the 'folders' and 'portal' views, change the folder delimiter
4845   from / to \ to avoid conflict with room names that have slashes
4846
4847 ------------------------------------------------------------------------
4848 r2589 | ajc | 2003-05-03 18:23:30 +0200 (Sat, 03 May 2003) | 2 lines
4849
4850 * Enforce three columns in portal view of room list
4851
4852 ------------------------------------------------------------------------
4853 r2588 | ajc | 2003-05-03 06:52:32 +0200 (Sat, 03 May 2003) | 2 lines
4854
4855 * Added an experimental new "portal view" to the room list options
4856
4857 ------------------------------------------------------------------------
4858 r2586 | ajc | 2003-05-02 05:23:41 +0200 (Fri, 02 May 2003) | 2 lines
4859
4860 * Minor change to room list algorithm
4861
4862 ------------------------------------------------------------------------
4863 r2585 | ajc | 2003-05-01 17:33:05 +0200 (Thu, 01 May 2003) | 2 lines
4864
4865 * Fixed a potential memory leak in enumeration of MIME parts
4866
4867 ------------------------------------------------------------------------
4868 r2584 | ajc | 2003-05-01 05:11:35 +0200 (Thu, 01 May 2003) | 3 lines
4869
4870 * When static content is requested, fetch it without trying to connect
4871   to Citadel first.
4872
4873 ------------------------------------------------------------------------
4874 r2581 | ajc | 2003-04-30 07:00:00 +0200 (Wed, 30 Apr 2003) | 3 lines
4875
4876 * Added the ability to compose messages with file attachments uploaded from
4877   the browser
4878
4879 ------------------------------------------------------------------------
4880 r2576 | ajc | 2003-04-27 06:46:02 +0200 (Sun, 27 Apr 2003) | 5 lines
4881
4882 * Replace LKRN/LKRO in "folders view" room list with a single LKRA that
4883   observes the flag designating the presence of new messages.  (The "rooms
4884   view" uses an LKRN/LKRO pair *per floor* and has the same inefficiency,
4885   but that view may get axed soon.)
4886
4887 ------------------------------------------------------------------------
4888 r2575 | ajc | 2003-04-26 23:57:53 +0200 (Sat, 26 Apr 2003) | 3 lines
4889
4890 * tcp_sockets.c: when an outgoing socket connection fails, close the socket
4891   before returning an error code to avoid a file descriptor leak
4892
4893 ------------------------------------------------------------------------
4894 r2567 | ajc | 2003-04-19 23:42:36 +0200 (Sat, 19 Apr 2003) | 4 lines
4895
4896 * Repaired all my b0rken COLOR tags
4897 * Replaced most FONT tags with SPAN tags
4898 * Added new styles
4899
4900 ------------------------------------------------------------------------
4901 r2566 | ajc | 2003-04-19 21:58:10 +0200 (Sat, 19 Apr 2003) | 2 lines
4902
4903 * Lots of great changes from Nick to make the site CSS-enabled.
4904
4905 ------------------------------------------------------------------------
4906 r2564 | ajc | 2003-04-14 06:04:40 +0200 (Mon, 14 Apr 2003) | 2 lines
4907
4908 * First cut of CSS-izing WebCit.  Probably b0rken.
4909
4910 ------------------------------------------------------------------------
4911 r2563 | ajc | 2003-04-14 05:28:42 +0200 (Mon, 14 Apr 2003) | 2 lines
4912
4913 * Added color picker (still more work left to get it working)
4914
4915 ------------------------------------------------------------------------
4916 r2562 | ajc | 2003-04-09 06:02:32 +0200 (Wed, 09 Apr 2003) | 6 lines
4917
4918 * Remove the defaulthost/defaultport vs. c_host/c_port stuff -- we haven't
4919   supported the idea of one WebCit connecting to multiple Citadels for a
4920   long time.  Now it's just one set of variables, called ctdlhost/ctdlport.
4921 * When connecting to Citadel through a Unix domain socket, don't try to make
4922   the Java chat applet available.
4923
4924 ------------------------------------------------------------------------
4925 r2556 | ajc | 2003-03-31 05:32:19 +0200 (Mon, 31 Mar 2003) | 3 lines
4926
4927 * messages.c: check for 000 terminator while parsing RFC822 headers to
4928   prevent getting hung up while displaying certain badly formatted messages.
4929
4930 ------------------------------------------------------------------------
4931 r2554 | ajc | 2003-03-30 08:13:19 +0200 (Sun, 30 Mar 2003) | 5 lines
4932
4933 * When reading from the server, do not treat CR as end-of-line because
4934   there's probably an LF coming after it.  Instead, keep reading to the LF
4935   and then strip both.
4936 * No not underline links in the icon bars
4937
4938 ------------------------------------------------------------------------
4939 r2543 | ajc | 2003-03-17 05:17:41 +0100 (Mon, 17 Mar 2003) | 9 lines
4940
4941 * Call to accept() was being made with an uninitialized variable for the
4942   third argument.  Changed the second and third argument to NULL and 0 because
4943   we don't really need accept() to fill up a buffer full of information that
4944   we'll never use.  (Thanks to SteveV for reporting the bug and helping to
4945   troubleshoot it.)
4946 * Removed the mutex wrapper around select() because we don't need it.  All
4947   idle worker threads now block on select() and one of them will wake up when
4948   a connection arrives.
4949
4950 ------------------------------------------------------------------------
4951 r2537 | ajc | 2003-03-15 21:55:03 +0100 (Sat, 15 Mar 2003) | 3 lines
4952
4953 * When a requested image is not available on the Citadel server, send a
4954   1x1 transparent GIF instead of 404 error.
4955
4956 ------------------------------------------------------------------------
4957 r2535 | ajc | 2003-03-14 05:21:57 +0100 (Fri, 14 Mar 2003) | 3 lines
4958
4959 * clone events to be encapsulated before saving, because the original
4960   instance may already have a parent, and that makes crashy crashy
4961
4962 ------------------------------------------------------------------------
4963 r2534 | ajc | 2003-03-14 05:09:30 +0100 (Fri, 14 Mar 2003) | 2 lines
4964
4965 * test
4966
4967 ------------------------------------------------------------------------
4968 r2533 | ajc | 2003-03-13 06:57:17 +0100 (Thu, 13 Mar 2003) | 2 lines
4969
4970 * More encapsulation.  Warning: there are bugs in this!!
4971
4972 ------------------------------------------------------------------------
4973 r2531 | ajc | 2003-03-13 06:20:23 +0100 (Thu, 13 Mar 2003) | 5 lines
4974
4975 * Various changes to the calendar service to handle messages containing
4976   fully encapsulated VCALENDAR components instead of only unencapsulated
4977   VEVENT subcomponents.  We have to move in this direction for compatibility
4978   with other products.
4979
4980 ------------------------------------------------------------------------
4981 r2522 | ajc | 2003-03-01 23:07:19 +0100 (Sat, 01 Mar 2003) | 6 lines
4982
4983 * New user registration, as well as existing user re-registration, now
4984   uses the vCard editing screen.
4985 * Administratively editing users' address book entries now works again,
4986   mainly due to a fix in the Citadel server.  Now requiring Citadel 6.06
4987   in order to enforce this.
4988
4989 ------------------------------------------------------------------------
4990 r2514 | ajc | 2003-02-19 04:49:36 +0100 (Wed, 19 Feb 2003) | 2 lines
4991
4992 * THIS IS 4.10
4993
4994 ------------------------------------------------------------------------
4995 r2513 | ajc | 2003-02-19 04:49:17 +0100 (Wed, 19 Feb 2003) | 2 lines
4996
4997 * latest config.guess and config.sub from www.gnu.org
4998
4999 ------------------------------------------------------------------------
5000 r2496 | ajc | 2003-02-07 05:44:17 +0100 (Fri, 07 Feb 2003) | 4 lines
5001
5002 * Replaced sleep() with a function that sleeps using select() in order to
5003   avoid potential issues with SIGALRM.  Possible fix for weird behavior
5004   when running on a Macintosh.
5005
5006 ------------------------------------------------------------------------
5007 r2494 | ajc | 2003-01-29 23:32:07 +0100 (Wed, 29 Jan 2003) | 2 lines
5008
5009 * Shuffled some code and comments around; minor cleanup
5010
5011 ------------------------------------------------------------------------
5012 r2492 | ajc | 2003-01-28 16:37:12 +0100 (Tue, 28 Jan 2003) | 5 lines
5013
5014 * All functions which read binary data from the server now make use of the
5015   read_server_binary() function in tools.c
5016 * Binary reads from server now have safety code to prevent infinite loops
5017 * All output of MIME objects is now done with http_transmit_thing()
5018
5019 ------------------------------------------------------------------------
5020 r2483 | ajc | 2003-01-19 07:28:04 +0100 (Sun, 19 Jan 2003) | 2 lines
5021
5022 * Minimum required Citadel version 6.05
5023
5024 ------------------------------------------------------------------------
5025 r2473 | ajc | 2003-01-16 05:41:26 +0100 (Thu, 16 Jan 2003) | 4 lines
5026
5027 * When displaying edit controls for time of day in the calendar, only show
5028   minutes that are multiples of 5 ... unless the existing value is not a
5029   multiple of 5, in which case we show that too.
5030
5031 ------------------------------------------------------------------------
5032 r2470 | ajc | 2003-01-15 18:34:04 +0100 (Wed, 15 Jan 2003) | 3 lines
5033
5034 * event.c: fixed a misspelling
5035 * config.guess, config.sub: updated using latest from ftp.gnu.org
5036
5037 ------------------------------------------------------------------------
5038 r2466 | ajc | 2003-01-14 05:21:27 +0100 (Tue, 14 Jan 2003) | 2 lines
5039
5040 * Only offer views which make sense for the default view of a room
5041
5042 ------------------------------------------------------------------------
5043 r2463 | ajc | 2003-01-13 04:34:33 +0100 (Mon, 13 Jan 2003) | 2 lines
5044
5045 * Get ready for the 6.10 release
5046
5047 ------------------------------------------------------------------------
5048 r2461 | ajc | 2003-01-13 00:22:53 +0100 (Mon, 13 Jan 2003) | 2 lines
5049
5050 * configure.in: check for libical v0.24 or newer
5051
5052 ------------------------------------------------------------------------
5053 r2457 | ajc | 2003-01-07 05:56:17 +0100 (Tue, 07 Jan 2003) | 3 lines
5054
5055 * Complete the free/busy transparency handling in the form
5056 * Default times for new events are now in the correct timezone
5057
5058 ------------------------------------------------------------------------
5059 r2456 | ajc | 2003-01-06 19:01:35 +0100 (Mon, 06 Jan 2003) | 3 lines
5060
5061 * Begin handling of TRANSP property to show event times as free or
5062   busy (not finished).
5063
5064 ------------------------------------------------------------------------
5065 r2454 | ajc | 2003-01-05 22:02:14 +0100 (Sun, 05 Jan 2003) | 2 lines
5066
5067 * Summary page: three columns are now all the same width
5068
5069 ------------------------------------------------------------------------
5070 r2453 | ajc | 2003-01-05 21:56:05 +0100 (Sun, 05 Jan 2003) | 2 lines
5071
5072 * minor fix for previous checkin
5073
5074 ------------------------------------------------------------------------
5075 r2452 | ajc | 2003-01-05 21:51:01 +0100 (Sun, 05 Jan 2003) | 2 lines
5076
5077 * Display PARTSTAT for attendees
5078
5079 ------------------------------------------------------------------------
5080 r2450 | ajc | 2003-01-05 06:01:00 +0100 (Sun, 05 Jan 2003) | 2 lines
5081
5082 * Add "today's calendar events" to the summary page.
5083
5084 ------------------------------------------------------------------------
5085 r2449 | ajc | 2003-01-05 05:27:28 +0100 (Sun, 05 Jan 2003) | 2 lines
5086
5087 * Add "Tasks" to the summary page
5088
5089 ------------------------------------------------------------------------
5090 r2446 | ajc | 2002-12-28 06:44:09 +0100 (Sat, 28 Dec 2002) | 2 lines
5091
5092 * ical_dezonify.c: brought over new version from the Citadel source (again)
5093
5094 ------------------------------------------------------------------------
5095 r2444 | ajc | 2002-12-28 06:12:45 +0100 (Sat, 28 Dec 2002) | 2 lines
5096
5097 * ical_dezonify.c: brought over new version from the Citadel source.
5098
5099 ------------------------------------------------------------------------
5100 r2441 | ajc | 2002-12-26 05:04:48 +0100 (Thu, 26 Dec 2002) | 3 lines
5101
5102 * Perform CHEK command when automatically establishing sessions, not just
5103   when one is explicitly created.  Some stuff is missing otherwise.
5104
5105 ------------------------------------------------------------------------
5106 r2440 | ajc | 2002-12-26 00:18:06 +0100 (Thu, 26 Dec 2002) | 3 lines
5107
5108 * Be more strategic about when to call ical_dezonify()
5109   (This may be the last set of fixes.  I hope so.)
5110
5111 ------------------------------------------------------------------------
5112 r2437 | ajc | 2002-12-25 22:39:38 +0100 (Wed, 25 Dec 2002) | 4 lines
5113
5114 * ical_dezonify.c: added.
5115 * calendar.c: convert incoming ical messages to UTC
5116   (the usual routines will then convert them to local time for display)
5117
5118 ------------------------------------------------------------------------
5119 r2436 | ajc | 2002-12-25 08:06:00 +0100 (Wed, 25 Dec 2002) | 2 lines
5120
5121 * Tweaked the code to work with libical 0.24
5122
5123 ------------------------------------------------------------------------
5124 r2433 | ajc | 2002-12-20 05:50:01 +0100 (Fri, 20 Dec 2002) | 2 lines
5125
5126 * When saving a calendar event, increment the SEQUENCE property.
5127
5128 ------------------------------------------------------------------------
5129 r2431 | ajc | 2002-12-18 06:03:39 +0100 (Wed, 18 Dec 2002) | 5 lines
5130
5131 * In the calendar code, changed all "struct tm *" to "struct tm" and changed
5132   all "tm = localtime(foo)" to "memcpy(&tm, localtime(foo), sizeof(struct tm))"
5133   Because the libc-allocated buffer was getting clobbered.
5134 * This fixes the problem fleeb reported with Feb 1 events making it go nuts.
5135
5136 ------------------------------------------------------------------------
5137 r2429 | ajc | 2002-12-17 06:01:39 +0100 (Tue, 17 Dec 2002) | 3 lines
5138
5139 * Prettied up the calendar day view layout
5140 * Hour/minute editing fields now use am/pm hours and 2-digit minutes
5141
5142 ------------------------------------------------------------------------
5143 r2428 | ajc | 2002-12-16 05:43:30 +0100 (Mon, 16 Dec 2002) | 4 lines
5144
5145 * Correctly handle local time zone when figuring out which day and time to
5146   display events on calendar month/day views.  This also seems to have
5147   fixed the bug that was causing events to sometimes get lost when saved.
5148
5149 ------------------------------------------------------------------------
5150 r2425 | ajc | 2002-12-15 06:50:59 +0100 (Sun, 15 Dec 2002) | 3 lines
5151
5152 * Form editing of date/time fields now assumes that the icaltimetype being
5153   manipulated is in UTC.  It converts to/from local time for editing.
5154
5155 ------------------------------------------------------------------------
5156 r2422 | ajc | 2002-12-11 00:25:47 +0100 (Wed, 11 Dec 2002) | 2 lines
5157
5158 * Display attendees in message view of calendar objects
5159
5160 ------------------------------------------------------------------------
5161 r2418 | ajc | 2002-12-07 23:12:59 +0100 (Sat, 07 Dec 2002) | 3 lines
5162
5163 * Handle incoming RSVP's for meetings.  (Note: this will not actually work
5164   until I implement the Citadel server function which it calls.)
5165
5166 ------------------------------------------------------------------------
5167 r2408 | ajc | 2002-11-30 22:34:51 +0100 (Sat, 30 Nov 2002) | 2 lines
5168
5169 * Submit organizer in a hidden field, in case the server needs it
5170
5171 ------------------------------------------------------------------------
5172 r2406 | ajc | 2002-11-30 05:46:46 +0100 (Sat, 30 Nov 2002) | 3 lines
5173
5174 * First cut at adding/removing attendees to an event
5175   (Actual invitations should be sent by the Citadel server)
5176
5177 ------------------------------------------------------------------------
5178 r2405 | ajc | 2002-11-30 00:56:19 +0100 (Sat, 30 Nov 2002) | 4 lines
5179
5180 * Completed "me as organizer" -- the user's own e-mail address is inserted
5181   as the organizer of new events.  Detect when the user is the organizer and
5182   enable/disable the attendees box accordingly.
5183
5184 ------------------------------------------------------------------------
5185 r2404 | ajc | 2002-11-29 17:38:37 +0100 (Fri, 29 Nov 2002) | 2 lines
5186
5187 * Started some "me as organizer" stuff.  (BROKEN BUILD ... I'll fix soon.)
5188
5189 ------------------------------------------------------------------------
5190 r2401 | ajc | 2002-11-28 07:03:24 +0100 (Thu, 28 Nov 2002) | 4 lines
5191
5192 * Issue an ISME command when editing an event, to determine whether the user
5193   viewing the event is the organizer.  (Will use this later to allow/disallow
5194   sending out invitations.)
5195
5196 ------------------------------------------------------------------------
5197 r2400 | ajc | 2002-11-28 07:02:36 +0100 (Thu, 28 Nov 2002) | 2 lines
5198
5199 *** empty log message ***
5200
5201 ------------------------------------------------------------------------
5202 r2397 | ajc | 2002-11-26 06:01:04 +0100 (Tue, 26 Nov 2002) | 2 lines
5203
5204 * Began handling attendee fields
5205
5206 ------------------------------------------------------------------------
5207 r2392 | ajc | 2002-11-17 00:40:11 +0100 (Sun, 17 Nov 2002) | 2 lines
5208
5209 * Calendar view
5210
5211 ------------------------------------------------------------------------
5212 r2391 | ajc | 2002-11-17 00:15:02 +0100 (Sun, 17 Nov 2002) | 4 lines
5213
5214 * Make the "all day event" shadebox smaller (month view) - no border.
5215 * Fixed bug that caused any events following an all day event to also appear
5216   with the shadebox.
5217
5218 ------------------------------------------------------------------------
5219 r2390 | ajc | 2002-11-16 06:40:54 +0100 (Sat, 16 Nov 2002) | 4 lines
5220
5221 * When adding new events to the calendar, default to the month [and day]
5222   currently being viewed.
5223 * Hotlink each hour of the day view to an add-new-event for that day/hour.
5224
5225 ------------------------------------------------------------------------
5226 r2388 | ajc | 2002-11-15 06:05:48 +0100 (Fri, 15 Nov 2002) | 2 lines
5227
5228 * Put in back/forward (yesterday/tomorrow) links in calendar day view
5229
5230 ------------------------------------------------------------------------
5231 r2387 | ajc | 2002-11-15 05:23:26 +0100 (Fri, 15 Nov 2002) | 2 lines
5232
5233 * Cosmetic changes to comments
5234
5235 ------------------------------------------------------------------------
5236 r2386 | ajc | 2002-11-15 05:11:46 +0100 (Fri, 15 Nov 2002) | 5 lines
5237
5238 * Added even more nifty JavaScript to cause the hour/minute and end date
5239   fields of a calendar event form to render as disabled when the "all day
5240   event" box is checked -- not just when the user checks the box, but also
5241   when the box begins its life already checked.
5242
5243 ------------------------------------------------------------------------
5244 r2385 | ajc | 2002-11-14 05:59:40 +0100 (Thu, 14 Nov 2002) | 2 lines
5245
5246 * Correctly serialize and save all day events using date instead of date/time
5247
5248 ------------------------------------------------------------------------
5249 r2383 | ajc | 2002-11-13 05:49:23 +0100 (Wed, 13 Nov 2002) | 4 lines
5250
5251 * "All day event" shows as a single checkbox, instead of one for the start
5252   time and one for the end time.  Added nifty JavaScript to zero and shade
5253   the hour/minute and all end time fields when all-day-event is checked.
5254
5255 ------------------------------------------------------------------------
5256 r2382 | ajc | 2002-11-12 06:57:27 +0100 (Tue, 12 Nov 2002) | 5 lines
5257
5258 * Display a nicer looking screen when replying to calendar invitations
5259 * When displaying day view, don't show all day events twice
5260 * Day or month view: denote all day events by displaying them inside
5261   a grey box.
5262
5263 ------------------------------------------------------------------------
5264 r2381 | ajc | 2002-11-12 05:48:18 +0100 (Tue, 12 Nov 2002) | 2 lines
5265
5266 * Polish up the meeting reply code.
5267
5268 ------------------------------------------------------------------------
5269 r2379 | ajc | 2002-11-12 04:26:39 +0100 (Tue, 12 Nov 2002) | 3 lines
5270
5271 * Tell the user about broken Citadel server connections instead of
5272   simply printing "Goodbye"
5273
5274 ------------------------------------------------------------------------
5275 r2359 | ajc | 2002-10-23 06:11:38 +0200 (Wed, 23 Oct 2002) | 3 lines
5276
5277 * Detect when a meeting invitation is actually an update for an existing UID
5278   and tell the user so.
5279
5280 ------------------------------------------------------------------------
5281 r2357 | ajc | 2002-10-23 06:02:23 +0200 (Wed, 23 Oct 2002) | 2 lines
5282
5283 * comments
5284
5285 ------------------------------------------------------------------------
5286 r2353 | ajc | 2002-10-21 22:16:38 +0200 (Mon, 21 Oct 2002) | 2 lines
5287
5288 * Display conflicts nicely
5289
5290 ------------------------------------------------------------------------
5291 r2351 | ajc | 2002-10-21 20:29:14 +0200 (Mon, 21 Oct 2002) | 2 lines
5292
5293 * Ask server to hunt for conflicts when displaying a meeting invitation
5294
5295 ------------------------------------------------------------------------
5296 r2345 | ajc | 2002-10-19 23:28:32 +0200 (Sat, 19 Oct 2002) | 2 lines
5297
5298 * Moved the calendar meeting request reply functionality to the Citadel server
5299
5300 ------------------------------------------------------------------------
5301 r2344 | ajc | 2002-10-19 19:10:14 +0200 (Sat, 19 Oct 2002) | 3 lines
5302
5303 * Add "Tentative" accept button
5304 * Only display Accept/Tentative/Decline button when method=REQUEST
5305
5306 ------------------------------------------------------------------------
5307 r2343 | ajc | 2002-10-19 17:57:26 +0200 (Sat, 19 Oct 2002) | 2 lines
5308
5309 * Tentative button
5310
5311 ------------------------------------------------------------------------
5312 r2340 | ajc | 2002-10-19 06:16:37 +0200 (Sat, 19 Oct 2002) | 2 lines
5313
5314 * Save an incoming meeting request into the user's calendar.
5315
5316 ------------------------------------------------------------------------
5317 r2339 | ajc | 2002-10-18 22:55:05 +0200 (Fri, 18 Oct 2002) | 2 lines
5318
5319 * Began work on meeting request accept/decline
5320
5321 ------------------------------------------------------------------------
5322 r2333 | ajc | 2002-10-16 21:16:39 +0200 (Wed, 16 Oct 2002) | 2 lines
5323
5324 * Fixes and updates to build WebCit on Linux for IBM S/390
5325
5326 ------------------------------------------------------------------------
5327 r2323 | ajc | 2002-10-09 06:12:44 +0200 (Wed, 09 Oct 2002) | 4 lines
5328
5329 * Templatized trailing HTML
5330 * Templatized "new start page" page
5331 * Added global substitution macros
5332
5333 ------------------------------------------------------------------------
5334 r2322 | ajc | 2002-10-09 05:51:01 +0200 (Wed, 09 Oct 2002) | 2 lines
5335
5336 * Templatized the <HEAD> section of HTML
5337
5338 ------------------------------------------------------------------------
5339 r2320 | ajc | 2002-10-08 01:03:38 +0200 (Tue, 08 Oct 2002) | 2 lines
5340
5341 * messages.c: don't display room name field when it's blank
5342
5343 ------------------------------------------------------------------------
5344 r2317 | ajc | 2002-10-07 06:10:38 +0200 (Mon, 07 Oct 2002) | 4 lines
5345
5346 * When displaying meeting invitations, only show date/time for VEVENT
5347   subcomponents.  Date/time for other subcomponents are irrelevant.
5348 * Cleaned up HTML display of meeting invitations.
5349
5350 ------------------------------------------------------------------------
5351 r2313 | ajc | 2002-10-03 05:40:31 +0200 (Thu, 03 Oct 2002) | 2 lines
5352
5353 * Worked on meeting accept/decline a little bit
5354
5355 ------------------------------------------------------------------------
5356 r2306 | ajc | 2002-09-30 05:58:35 +0200 (Mon, 30 Sep 2002) | 2 lines
5357
5358 * Dabbled in handling incoming meeting requests
5359
5360 ------------------------------------------------------------------------
5361 r2305 | ajc | 2002-09-29 23:36:47 +0200 (Sun, 29 Sep 2002) | 2 lines
5362
5363 * ugly icon (won't be ugly with background)
5364
5365 ------------------------------------------------------------------------
5366 r2304 | ajc | 2002-09-29 23:25:45 +0200 (Sun, 29 Sep 2002) | 2 lines
5367
5368 * minor cleanup
5369
5370 ------------------------------------------------------------------------
5371 r2303 | ajc | 2002-09-29 22:15:43 +0200 (Sun, 29 Sep 2002) | 2 lines
5372
5373 * Completed the calendar day view
5374
5375 ------------------------------------------------------------------------
5376 r2300 | ajc | 2002-09-28 06:01:30 +0200 (Sat, 28 Sep 2002) | 2 lines
5377
5378 * started fleshing out the calendar day view
5379
5380 ------------------------------------------------------------------------
5381 r2299 | ajc | 2002-09-27 23:19:28 +0200 (Fri, 27 Sep 2002) | 2 lines
5382
5383 * Add new event
5384
5385 ------------------------------------------------------------------------
5386 r2298 | ajc | 2002-09-27 20:31:33 +0200 (Fri, 27 Sep 2002) | 3 lines
5387
5388 * Properly handle VEVENT saves (fixed nasty loopy loopy bug)
5389 * After saving a VEVENT, return to the correct calendar view and date
5390
5391 ------------------------------------------------------------------------
5392 r2297 | ajc | 2002-09-27 19:15:44 +0200 (Fri, 27 Sep 2002) | 2 lines
5393
5394 * Removed the gzip compression stuff due to bugs in Internet Explorer.
5395
5396 ------------------------------------------------------------------------
5397 r2295 | ajc | 2002-09-27 06:37:21 +0200 (Fri, 27 Sep 2002) | 2 lines
5398
5399 * New, buggy versions of event editing screens
5400
5401 ------------------------------------------------------------------------
5402 r2294 | ajc | 2002-09-27 00:00:16 +0200 (Fri, 27 Sep 2002) | 3 lines
5403
5404 * Fixed buggy month-selection algorithm (January is month 0 in 'struct tm' but
5405   month 1 in libical functions)
5406
5407 ------------------------------------------------------------------------
5408 r2293 | ajc | 2002-09-25 23:57:13 +0200 (Wed, 25 Sep 2002) | 3 lines
5409
5410 * Keep track of msgnums in the two-pass calendar loop, so we can hotlink to
5411   individual items
5412
5413 ------------------------------------------------------------------------
5414 r2292 | ajc | 2002-09-25 23:48:16 +0200 (Wed, 25 Sep 2002) | 2 lines
5415
5416 *** empty log message ***
5417
5418 ------------------------------------------------------------------------
5419 r2291 | ajc | 2002-09-24 06:12:35 +0200 (Tue, 24 Sep 2002) | 3 lines
5420
5421 * Rough cut of the two-pass calendar display routines (first pass: go thru
5422   messages gathering VEVENT items; second pass: render calendar with data)
5423
5424 ------------------------------------------------------------------------
5425 r2290 | ajc | 2002-09-23 06:01:33 +0200 (Mon, 23 Sep 2002) | 2 lines
5426
5427 * Presentation changes to calendar month view
5428
5429 ------------------------------------------------------------------------
5430 r2289 | ajc | 2002-09-22 07:20:27 +0200 (Sun, 22 Sep 2002) | 2 lines
5431
5432 * Began implementing month view
5433
5434 ------------------------------------------------------------------------
5435 r2288 | ajc | 2002-09-22 05:50:54 +0200 (Sun, 22 Sep 2002) | 4 lines
5436
5437 * calendar_view.c: added.  (This module will contain month/week/day views)
5438 * Move "add new task" to below "DONE" label.  This causes it to appear even
5439   when there are no existing tasks (messages) in the room.
5440
5441 ------------------------------------------------------------------------
5442 r2285 | ajc | 2002-09-21 06:38:05 +0200 (Sat, 21 Sep 2002) | 4 lines
5443
5444 * Added utility functions for displaying vcalendar timestamps in web forms
5445   and translating form data back to timestamps.
5446 * Completed the "edit task" and "add new task" screens.
5447
5448 ------------------------------------------------------------------------
5449 r2284 | ajc | 2002-09-20 23:48:52 +0200 (Fri, 20 Sep 2002) | 2 lines
5450
5451 * Broken save-to-disk
5452
5453 ------------------------------------------------------------------------
5454 r2283 | ajc | 2002-09-20 22:53:59 +0200 (Fri, 20 Sep 2002) | 2 lines
5455
5456 * save/delete/cancel
5457
5458 ------------------------------------------------------------------------
5459 r2282 | ajc | 2002-09-20 22:28:08 +0200 (Fri, 20 Sep 2002) | 2 lines
5460
5461 * Smooth transition between "list tasks" & "edit task" screens
5462
5463 ------------------------------------------------------------------------
5464 r2281 | ajc | 2002-09-20 05:54:44 +0200 (Fri, 20 Sep 2002) | 3 lines
5465
5466 * Display the "Tasks" view as a bulleted list with each task clickable
5467 * Clicking brings up an (unfinished) "edit task" screen
5468
5469 ------------------------------------------------------------------------
5470 r2280 | ajc | 2002-09-18 23:44:02 +0200 (Wed, 18 Sep 2002) | 2 lines
5471
5472 * display VTODO parameters
5473
5474 ------------------------------------------------------------------------
5475 r2279 | ajc | 2002-09-17 06:21:00 +0200 (Tue, 17 Sep 2002) | 2 lines
5476
5477 * Handler chains for VCALENDAR and VTODO types
5478
5479 ------------------------------------------------------------------------
5480 r2278 | ajc | 2002-09-17 05:37:10 +0200 (Tue, 17 Sep 2002) | 2 lines
5481
5482 * Implemented a 'display handler' infrastructure for various groupware types
5483
5484 ------------------------------------------------------------------------
5485 r2274 | ajc | 2002-09-16 05:35:12 +0200 (Mon, 16 Sep 2002) | 3 lines
5486
5487 * Just a bunch of glue code to iterate through the various types of ical
5488   objects we could encounter
5489
5490 ------------------------------------------------------------------------
5491 r2273 | ajc | 2002-09-15 06:05:41 +0200 (Sun, 15 Sep 2002) | 2 lines
5492
5493 * Process calendar object subcomponents
5494
5495 ------------------------------------------------------------------------
5496 r2272 | ajc | 2002-09-15 05:40:13 +0200 (Sun, 15 Sep 2002) | 6 lines
5497
5498 * calendar.c: added
5499 * When a text/calendar MIME type is discovered in a message, send it to
5500   the (currently skeleton) parser in calendar.c
5501 * calendar.c: skeleton parser for calendar objects which currently just
5502   creates an icalcomponent object and frees it.
5503
5504 ------------------------------------------------------------------------
5505 r2270 | ajc | 2002-09-15 05:16:24 +0200 (Sun, 15 Sep 2002) | 3 lines
5506
5507 * Changed decode_base64() to CtdlDecodeBase64() to avoid conflict with
5508   function namespace in libical
5509
5510 ------------------------------------------------------------------------
5511 r2269 | ajc | 2002-09-15 04:50:55 +0200 (Sun, 15 Sep 2002) | 2 lines
5512
5513 * Duh.  I don't need to twiddle CFLAGS when autoconf provides -DHAVE_ZLIB_H
5514
5515 ------------------------------------------------------------------------
5516 r2268 | ajc | 2002-09-14 23:33:31 +0200 (Sat, 14 Sep 2002) | 2 lines
5517
5518 * Backed out compression of inlines -- not all browsers appear to handle it
5519
5520 ------------------------------------------------------------------------
5521 r2267 | ajc | 2002-09-14 22:20:29 +0200 (Sat, 14 Sep 2002) | 3 lines
5522
5523 * Attempting to push more stuff through compression.  I've introduced some
5524   sort of deadlock bug that I can't seem to find yet...
5525
5526 ------------------------------------------------------------------------
5527 r2266 | ajc | 2002-09-14 22:00:23 +0200 (Sat, 14 Sep 2002) | 2 lines
5528
5529 * Compress output_image() graphics
5530
5531 ------------------------------------------------------------------------
5532 r2265 | ajc | 2002-09-14 18:26:35 +0200 (Sat, 14 Sep 2002) | 3 lines
5533
5534 * output_image() now reads the entire image from Citadel into a buffer before
5535   sending it to the browser (for performance reasons, and so it can compress)
5536
5537 ------------------------------------------------------------------------
5538 r2264 | ajc | 2002-09-14 06:52:59 +0200 (Sat, 14 Sep 2002) | 2 lines
5539
5540 * Look for the "libical" calendaring library and link it in if present...
5541
5542 ------------------------------------------------------------------------
5543 r2263 | ajc | 2002-09-14 06:02:36 +0200 (Sat, 14 Sep 2002) | 2 lines
5544
5545 * Finished gzip compression of dynamic pages (when browser supports it)
5546
5547 ------------------------------------------------------------------------
5548 r2262 | ajc | 2002-09-13 22:40:53 +0200 (Fri, 13 Sep 2002) | 3 lines
5549
5550 * Detect when the client browser is capable of gzip encoding
5551   (actual encoding is not implemented yet)
5552
5553 ------------------------------------------------------------------------
5554 r2261 | ajc | 2002-09-13 17:54:40 +0200 (Fri, 13 Sep 2002) | 2 lines
5555
5556 * Reversed the above change because I broke it somehow
5557
5558 ------------------------------------------------------------------------
5559 r2259 | ajc | 2002-09-12 00:47:00 +0200 (Thu, 12 Sep 2002) | 2 lines
5560
5561 * Started adding in compression and calendaring library detects (not finished)
5562
5563 ------------------------------------------------------------------------
5564 r2256 | ajc | 2002-09-09 05:56:14 +0200 (Mon, 09 Sep 2002) | 2 lines
5565
5566 * This is version 4.00
5567
5568 ------------------------------------------------------------------------
5569 r2255 | ajc | 2002-09-09 05:51:01 +0200 (Mon, 09 Sep 2002) | 4 lines
5570
5571 * In the HTML-to-HTML converter:
5572   --> Open links in new window (as with text msgs)
5573   --> Convert loose URL's to hot links (as with text msgs)
5574
5575 ------------------------------------------------------------------------
5576 r2247 | ajc | 2002-09-06 05:59:11 +0200 (Fri, 06 Sep 2002) | 3 lines
5577
5578 * Added an "About this server" panel to the Summary page.
5579   (Useless fluff, but better than an empty column.)
5580
5581 ------------------------------------------------------------------------
5582 r2234 | ajc | 2002-08-26 04:57:06 +0200 (Mon, 26 Aug 2002) | 2 lines
5583
5584 * Rooms listed on the summary page are now clickable-gotoable
5585
5586 ------------------------------------------------------------------------
5587 r2232 | ajc | 2002-08-26 03:24:09 +0200 (Mon, 26 Aug 2002) | 2 lines
5588
5589 * Added a "summary" page (rather sparse for now)
5590
5591 ------------------------------------------------------------------------
5592 r2230 | ajc | 2002-08-24 17:30:48 +0200 (Sat, 24 Aug 2002) | 2 lines
5593
5594 * GET instead of POST for listsub.  Also add a 'Back...' link.
5595
5596 ------------------------------------------------------------------------
5597 r2229 | ajc | 2002-08-24 07:59:24 +0200 (Sat, 24 Aug 2002) | 2 lines
5598
5599 * Bugfixes and cosmetic changes to listsub system
5600
5601 ------------------------------------------------------------------------
5602 r2227 | ajc | 2002-08-23 05:37:19 +0200 (Fri, 23 Aug 2002) | 2 lines
5603
5604 * Finished all of the subscribe/unsubscribe/confirm stuff!  (I think)
5605
5606 ------------------------------------------------------------------------
5607 r2221 | ajc | 2002-08-22 05:55:47 +0200 (Thu, 22 Aug 2002) | 2 lines
5608
5609 * 'unsubscribe' command (but not 'confirm unsubscribe')
5610
5611 ------------------------------------------------------------------------
5612 r2218 | ajc | 2002-08-21 23:58:37 +0200 (Wed, 21 Aug 2002) | 3 lines
5613
5614 * Completed self-service list subscription via web.
5615   (Still need to implement unsubscribe.)
5616
5617 ------------------------------------------------------------------------
5618 r2217 | ajc | 2002-08-17 00:06:51 +0200 (Sat, 17 Aug 2002) | 2 lines
5619
5620 * self-service
5621
5622 ------------------------------------------------------------------------
5623 r2214 | ajc | 2002-08-16 05:51:12 +0200 (Fri, 16 Aug 2002) | 2 lines
5624
5625 * I think I've finally nailed the 'no session' pages now...
5626
5627 ------------------------------------------------------------------------
5628 r2213 | ajc | 2002-08-15 05:49:47 +0200 (Thu, 15 Aug 2002) | 2 lines
5629
5630 * Fleshed out the list subscription page a bit
5631
5632 ------------------------------------------------------------------------
5633 r2210 | ajc | 2002-08-14 22:00:32 +0200 (Wed, 14 Aug 2002) | 2 lines
5634
5635 * form stuff
5636
5637 ------------------------------------------------------------------------
5638 r2209 | ajc | 2002-08-14 04:57:21 +0200 (Wed, 14 Aug 2002) | 2 lines
5639
5640 * List subscription (not finished)
5641
5642 ------------------------------------------------------------------------
5643 r2207 | ajc | 2002-08-13 21:55:12 +0200 (Tue, 13 Aug 2002) | 3 lines
5644
5645 * Keep track of the HTTP "Host:" header being sent by the browser.
5646   (We're going to need this in the near future)
5647
5648 ------------------------------------------------------------------------
5649 r2194 | ajc | 2002-08-05 18:07:31 +0200 (Mon, 05 Aug 2002) | 2 lines
5650
5651 * Moved "edit floor label pic" to the floor editing screen
5652
5653 ------------------------------------------------------------------------
5654 r2193 | ajc | 2002-08-05 17:53:00 +0200 (Mon, 05 Aug 2002) | 2 lines
5655
5656 * Commands to add, change, delete floors
5657
5658 ------------------------------------------------------------------------
5659 r2185 | ajc | 2002-07-26 05:20:04 +0200 (Fri, 26 Jul 2002) | 2 lines
5660
5661 * Beautified the folder tabs in "edit room"
5662
5663 ------------------------------------------------------------------------
5664 r2184 | ajc | 2002-07-25 06:01:58 +0200 (Thu, 25 Jul 2002) | 2 lines
5665
5666 * Final cleanup of changes (finally located and fixed the bug)
5667
5668 ------------------------------------------------------------------------
5669 r2183 | ajc | 2002-07-24 06:14:24 +0200 (Wed, 24 Jul 2002) | 2 lines
5670
5671 * Minor code cleanup of last night's changes
5672
5673 ------------------------------------------------------------------------
5674 r2182 | ajc | 2002-07-23 17:40:54 +0200 (Tue, 23 Jul 2002) | 2 lines
5675
5676 * Minor cleanup of previous changes
5677
5678 ------------------------------------------------------------------------
5679 r2181 | ajc | 2002-07-23 06:43:59 +0200 (Tue, 23 Jul 2002) | 3 lines
5680
5681 * Updated message reading to use the new MSG4 command, so we can do output
5682   of various types of richtext (mainly HTML).
5683
5684 ------------------------------------------------------------------------
5685 r2171 | ajc | 2002-07-16 05:37:24 +0200 (Tue, 16 Jul 2002) | 2 lines
5686
5687 * Small change to above
5688
5689 ------------------------------------------------------------------------
5690 r2170 | ajc | 2002-07-16 05:23:37 +0200 (Tue, 16 Jul 2002) | 2 lines
5691
5692 * Display HTML messages as HTML.  (Wow!)
5693
5694 ------------------------------------------------------------------------
5695 r2169 | ajc | 2002-07-13 06:39:59 +0200 (Sat, 13 Jul 2002) | 3 lines
5696
5697 * Handle multipart/alternative in a nicer way, giving us the opportunity to
5698   output HTML instead of converting to text/plain and back.  (Not finished.)
5699
5700 ------------------------------------------------------------------------
5701 r2165 | ajc | 2002-07-11 05:17:03 +0200 (Thu, 11 Jul 2002) | 2 lines
5702
5703 * hacks to text_to_server() to transmit messages as HTML
5704
5705 ------------------------------------------------------------------------
5706 r2164 | ajc | 2002-07-09 06:21:14 +0200 (Tue, 09 Jul 2002) | 2 lines
5707
5708 * 'idle' icon
5709
5710 ------------------------------------------------------------------------
5711 r2163 | ajc | 2002-07-06 05:10:26 +0200 (Sat, 06 Jul 2002) | 3 lines
5712
5713 * Enable a "make this my start page" link that works in lots of places.
5714   Configures a user's preference of where to go after login.
5715
5716 ------------------------------------------------------------------------
5717 r2148 | ajc | 2002-06-20 00:01:31 +0200 (Thu, 20 Jun 2002) | 5 lines
5718
5719 * When editing another user's vCard, do a "transient goto" to their config
5720   room so you don't automatically gain access to their config room.
5721 * When creating a user, go back to the "select user to edit" screen with the
5722   new user's account name pre-selected.
5723
5724 ------------------------------------------------------------------------
5725 r2144 | ajc | 2002-06-17 05:48:44 +0200 (Mon, 17 Jun 2002) | 2 lines
5726
5727 * Finished the thing to edit other users' vCards.
5728
5729 ------------------------------------------------------------------------
5730 r2142 | ajc | 2002-06-16 23:49:02 +0200 (Sun, 16 Jun 2002) | 3 lines
5731
5732 * Administratively edit other users' vCards.  Still needs a couple of lines
5733   of glue code to make it work.
5734
5735 ------------------------------------------------------------------------
5736 r2140 | ajc | 2002-06-16 00:15:03 +0200 (Sun, 16 Jun 2002) | 2 lines
5737
5738 * stuff
5739
5740 ------------------------------------------------------------------------
5741 r2137 | ajc | 2002-06-15 22:34:39 +0200 (Sat, 15 Jun 2002) | 3 lines
5742
5743 * Use safestrncpy() instead of strncpy() where appropriate
5744 * Fixed a memory allocation bug in the vCard parser
5745
5746 ------------------------------------------------------------------------
5747 r2118 | ajc | 2002-05-23 05:40:05 +0200 (Thu, 23 May 2002) | 2 lines
5748
5749 * Brought over a utility function I'll need later
5750
5751 ------------------------------------------------------------------------
5752 r2115 | ajc | 2002-05-22 04:34:57 +0200 (Wed, 22 May 2002) | 2 lines
5753
5754 * Finished room/folder view selector.  Pretty cool.
5755
5756 ------------------------------------------------------------------------
5757 r2114 | ajc | 2002-05-22 03:53:23 +0200 (Wed, 22 May 2002) | 2 lines
5758
5759 * Room list or folder list?  Give the user a choice.  (Has bugs.)
5760
5761 ------------------------------------------------------------------------
5762 r2100 | error | 2002-05-12 17:21:44 +0200 (Sun, 12 May 2002) | 3 lines
5763
5764 * do_template() now parses a .wml file for WAP clients, and a .html file
5765   for everybody else
5766
5767 ------------------------------------------------------------------------
5768 r2099 | error | 2002-05-12 00:46:19 +0200 (Sun, 12 May 2002) | 2 lines
5769
5770 * Track whether user-agent is a WAP gateway
5771
5772 ------------------------------------------------------------------------
5773 r2098 | error | 2002-05-11 17:35:07 +0200 (Sat, 11 May 2002) | 2 lines
5774
5775 * webcit.c: add MIME types for WAP/WML
5776
5777 ------------------------------------------------------------------------
5778 r2097 | ajc | 2002-05-10 17:29:58 +0200 (Fri, 10 May 2002) | 2 lines
5779
5780 * Hacked the address book view a little bit
5781
5782 ------------------------------------------------------------------------
5783 r2096 | ajc | 2002-05-09 05:53:56 +0200 (Thu, 09 May 2002) | 2 lines
5784
5785 * Began working on address book view
5786
5787 ------------------------------------------------------------------------
5788 r2095 | ajc | 2002-05-08 05:38:58 +0200 (Wed, 08 May 2002) | 2 lines
5789
5790 * Preferences framework
5791
5792 ------------------------------------------------------------------------
5793 r2094 | ajc | 2002-05-07 05:57:30 +0200 (Tue, 07 May 2002) | 2 lines
5794
5795 * In message summary, replace 'Del' links with checkboxes
5796
5797 ------------------------------------------------------------------------
5798 r2092 | ajc | 2002-05-05 05:28:16 +0200 (Sun, 05 May 2002) | 2 lines
5799
5800 * Shuffled around the room banner a bit
5801
5802 ------------------------------------------------------------------------
5803 r2089 | ajc | 2002-05-03 21:32:40 +0200 (Fri, 03 May 2002) | 2 lines
5804
5805 * Finished "folder list" mode (still need to move it to a permanent location)
5806
5807 ------------------------------------------------------------------------
5808 r2088 | ajc | 2002-05-03 05:55:17 +0200 (Fri, 03 May 2002) | 2 lines
5809
5810 * more folder display stuff
5811
5812 ------------------------------------------------------------------------
5813 r2087 | ajc | 2002-05-02 00:03:07 +0200 (Thu, 02 May 2002) | 2 lines
5814
5815 * "folder list" view (not finished)
5816
5817 ------------------------------------------------------------------------
5818 r2086 | ajc | 2002-05-01 05:23:32 +0200 (Wed, 01 May 2002) | 2 lines
5819
5820 * Added a drop-down box to change a user's view of a room.
5821
5822 ------------------------------------------------------------------------
5823 r2084 | ajc | 2002-04-28 05:56:47 +0200 (Sun, 28 Apr 2002) | 2 lines
5824
5825 * Finished summary mode (for the most part, anyway)
5826
5827 ------------------------------------------------------------------------
5828 r2083 | ajc | 2002-04-26 23:13:21 +0200 (Fri, 26 Apr 2002) | 3 lines
5829
5830 * Separated "summary mode" message listing into its own function
5831 * Go to summary mode automatically when the server says that view=1
5832
5833 ------------------------------------------------------------------------
5834 r2082 | ajc | 2002-04-26 22:11:00 +0200 (Fri, 26 Apr 2002) | 2 lines
5835
5836 * view
5837
5838 ------------------------------------------------------------------------
5839 r2078 | ajc | 2002-04-20 06:14:29 +0200 (Sat, 20 Apr 2002) | 2 lines
5840
5841 * Some work on email summary screen
5842
5843 ------------------------------------------------------------------------
5844 r2059 | ajc | 2002-03-31 07:02:39 +0200 (Sun, 31 Mar 2002) | 3 lines
5845
5846 * Remove "Page another user" link from main menu
5847 * Add "edit my citadel config room" type link from edit user screen
5848
5849 ------------------------------------------------------------------------
5850 r2058 | ajc | 2002-03-29 23:30:45 +0100 (Fri, 29 Mar 2002) | 2 lines
5851
5852 * Finished the "edit user" screen.
5853
5854 ------------------------------------------------------------------------
5855 r2057 | ajc | 2002-03-29 16:18:10 +0100 (Fri, 29 Mar 2002) | 2 lines
5856
5857 * yep ... more user edit stuff
5858
5859 ------------------------------------------------------------------------
5860 r2055 | ajc | 2002-03-27 05:22:44 +0100 (Wed, 27 Mar 2002) | 2 lines
5861
5862 * more useredit
5863
5864 ------------------------------------------------------------------------
5865 r2054 | ajc | 2002-03-26 20:01:12 +0100 (Tue, 26 Mar 2002) | 2 lines
5866
5867 * More edit user stuff
5868
5869 ------------------------------------------------------------------------
5870 r2053 | ajc | 2002-03-26 19:23:24 +0100 (Tue, 26 Mar 2002) | 3 lines
5871
5872 * Don't display room banner on screens that don't pertain to a particular room
5873 * Initial prep for add/change/delete user accounts screen
5874
5875 ------------------------------------------------------------------------
5876 r2044 | ajc | 2002-03-22 05:33:08 +0100 (Fri, 22 Mar 2002) | 2 lines
5877
5878 * "vcard edit" button for _other_ users' My Citadel Config rooms as well
5879
5880 ------------------------------------------------------------------------
5881 r2042 | ajc | 2002-03-19 05:35:11 +0100 (Tue, 19 Mar 2002) | 2 lines
5882
5883 * Brought over yet another new version of the MIME parser from Citadel
5884
5885 ------------------------------------------------------------------------
5886 r2031 | ajc | 2002-03-13 04:56:52 +0100 (Wed, 13 Mar 2002) | 2 lines
5887
5888 * New site config option "Allow system Aides to gain access to mailboxes"
5889
5890 ------------------------------------------------------------------------
5891 r2027 | ajc | 2002-03-13 00:14:00 +0100 (Wed, 13 Mar 2002) | 3 lines
5892
5893 * Moved room access controls out of the admin menu and into the room commands
5894   menu.  Prettied up the access control list screen.
5895
5896 ------------------------------------------------------------------------
5897 r2006 | ajc | 2002-03-10 07:07:09 +0100 (Sun, 10 Mar 2002) | 2 lines
5898
5899 * Handle multiple Internet e-mail addresses in vCard editor
5900
5901 ------------------------------------------------------------------------
5902 r1998 | ajc | 2002-03-08 05:22:39 +0100 (Fri, 08 Mar 2002) | 2 lines
5903
5904 * doc change
5905
5906 ------------------------------------------------------------------------
5907 r1997 | ajc | 2002-03-07 05:56:09 +0100 (Thu, 07 Mar 2002) | 3 lines
5908
5909 * Final polish for initial round of vCard editing functions.  Only show "edit"
5910   link when editing user's own vCard in the My Citadel Config> room.
5911
5912 ------------------------------------------------------------------------
5913 r1995 | ajc | 2002-03-06 06:22:33 +0100 (Wed, 06 Mar 2002) | 2 lines
5914
5915 * More vcard editing form stuff
5916
5917 ------------------------------------------------------------------------
5918 r1994 | ajc | 2002-03-05 23:48:44 +0100 (Tue, 05 Mar 2002) | 2 lines
5919
5920 * form cosmetics
5921
5922 ------------------------------------------------------------------------
5923 r1992 | ajc | 2002-03-05 23:09:43 +0100 (Tue, 05 Mar 2002) | 2 lines
5924
5925 * a few more fields
5926
5927 ------------------------------------------------------------------------
5928 r1991 | ajc | 2002-03-05 06:05:09 +0100 (Tue, 05 Mar 2002) | 2 lines
5929
5930 * More vCard editing stuff
5931
5932 ------------------------------------------------------------------------
5933 r1987 | ajc | 2002-03-04 06:28:54 +0100 (Mon, 04 Mar 2002) | 2 lines
5934
5935 * Wrote some skeleton code for robust vCard editing
5936
5937 ------------------------------------------------------------------------
5938 r1986 | ajc | 2002-03-03 07:58:25 +0100 (Sun, 03 Mar 2002) | 2 lines
5939
5940 * Login errors displayed in red
5941
5942 ------------------------------------------------------------------------
5943 r1985 | ajc | 2002-03-03 07:52:59 +0100 (Sun, 03 Mar 2002) | 2 lines
5944
5945 * Allow editing of the "disable self-service user account creation" site config option
5946
5947 ------------------------------------------------------------------------
5948 r1976 | ajc | 2002-02-24 08:02:44 +0100 (Sun, 24 Feb 2002) | 3 lines
5949
5950 * Added the ability to enter a Subject: line in messages
5951 * Go to the Mail room when user clicks on the new mail alert icon
5952
5953 ------------------------------------------------------------------------
5954 r1965 | ajc | 2002-02-13 23:47:51 +0100 (Wed, 13 Feb 2002) | 2 lines
5955
5956 * Added some rudimentary support for displaying vCards as card-looking things
5957
5958 ------------------------------------------------------------------------
5959 r1960 | ajc | 2002-02-13 16:04:26 +0100 (Wed, 13 Feb 2002) | 2 lines
5960
5961 * Began some hacks for vCard processing
5962
5963 ------------------------------------------------------------------------
5964 r1927 | error | 2002-01-25 00:50:37 +0100 (Fri, 25 Jan 2002) | 2 lines
5965
5966 * Trace file using lprintf() similarly to citserver
5967
5968 ------------------------------------------------------------------------
5969 r1900 | ajc | 2002-01-13 10:07:10 +0100 (Sun, 13 Jan 2002) | 2 lines
5970
5971 * THIS IS 3.23
5972
5973 ------------------------------------------------------------------------
5974 r1899 | ajc | 2002-01-13 10:06:38 +0100 (Sun, 13 Jan 2002) | 2 lines
5975
5976 * Brought over the debugged mime parser from Citadel
5977
5978 ------------------------------------------------------------------------
5979 r1875 | error | 2002-01-05 07:19:17 +0100 (Sat, 05 Jan 2002) | 2 lines
5980
5981 * Add MIME types text/css and image/png
5982
5983 ------------------------------------------------------------------------
5984 r1870 | ajc | 2002-01-03 23:32:39 +0100 (Thu, 03 Jan 2002) | 2 lines
5985
5986 * templatized the "prompt for recipient" screen
5987
5988 ------------------------------------------------------------------------
5989 r1851 | error | 2001-12-28 10:43:05 +0100 (Fri, 28 Dec 2001) | 2 lines
5990
5991 * Client support for hostnames up to 63 characters
5992
5993 ------------------------------------------------------------------------
5994 r1847 | ajc | 2001-12-27 00:11:59 +0100 (Thu, 27 Dec 2001) | 2 lines
5995
5996 * THIS IS 3.22
5997
5998 ------------------------------------------------------------------------
5999 r1846 | ajc | 2001-12-27 00:11:47 +0100 (Thu, 27 Dec 2001) | 2 lines
6000
6001 * 3.22
6002
6003 ------------------------------------------------------------------------
6004 r1845 | ajc | 2001-12-27 00:11:25 +0100 (Thu, 27 Dec 2001) | 2 lines
6005
6006 * Minor change to the upload handler, to fix graphics uploads
6007
6008 ------------------------------------------------------------------------
6009 r1844 | ajc | 2001-12-26 06:28:04 +0100 (Wed, 26 Dec 2001) | 2 lines
6010
6011 * THIS IS 3.21
6012
6013 ------------------------------------------------------------------------
6014 r1843 | ajc | 2001-12-26 06:27:51 +0100 (Wed, 26 Dec 2001) | 2 lines
6015
6016 * doco and header update for 3.21
6017
6018 ------------------------------------------------------------------------
6019 r1842 | ajc | 2001-12-26 06:24:13 +0100 (Wed, 26 Dec 2001) | 4 lines
6020
6021 * Reverted all of the navbar and iconbar functions back to plain, ordinary
6022   link tags.  The nifty JavaScript stuff is now used only to light up the
6023   buttons during mouse hovers, and nothing more.
6024
6025 ------------------------------------------------------------------------
6026 r1840 | error | 2001-12-25 01:14:44 +0100 (Tue, 25 Dec 2001) | 2 lines
6027
6028 * Fixed the iconbar and navbar buttons; they now work in Netscape 4.x
6029
6030 ------------------------------------------------------------------------
6031 r1837 | ajc | 2001-12-21 07:04:07 +0100 (Fri, 21 Dec 2001) | 2 lines
6032
6033 * THIS IS 3.20
6034
6035 ------------------------------------------------------------------------
6036 r1836 | ajc | 2001-12-21 07:03:55 +0100 (Fri, 21 Dec 2001) | 2 lines
6037
6038 * 3.20
6039
6040 ------------------------------------------------------------------------
6041 r1835 | ajc | 2001-12-20 06:02:42 +0100 (Thu, 20 Dec 2001) | 3 lines
6042
6043 * If you paid for this software, someone is ripping you off.
6044 * Fixed the urlesc() function to use a caller-supplied target buffer.
6045
6046 ------------------------------------------------------------------------
6047 r1833 | ajc | 2001-12-18 21:35:32 +0100 (Tue, 18 Dec 2001) | 2 lines
6048
6049 * More fun JavaScript-enabled buttons
6050
6051 ------------------------------------------------------------------------
6052 r1832 | ajc | 2001-12-18 17:48:08 +0100 (Tue, 18 Dec 2001) | 2 lines
6053
6054 * Began testing new JavaScript-enabled k00l light-up buttonz
6055
6056 ------------------------------------------------------------------------
6057 r1830 | ajc | 2001-12-18 07:06:20 +0100 (Tue, 18 Dec 2001) | 2 lines
6058
6059 * mime parser update
6060
6061 ------------------------------------------------------------------------
6062 r1823 | ajc | 2001-12-15 21:51:33 +0100 (Sat, 15 Dec 2001) | 2 lines
6063
6064 * "reply" button on pop-up pages
6065
6066 ------------------------------------------------------------------------
6067 r1813 | ajc | 2001-12-11 17:02:41 +0100 (Tue, 11 Dec 2001) | 2 lines
6068
6069 * Completed support for add/remove mailing list recipients.
6070
6071 ------------------------------------------------------------------------
6072 r1812 | ajc | 2001-12-11 16:22:53 +0100 (Tue, 11 Dec 2001) | 2 lines
6073
6074 * Began constructing the listserv screen for config (not tested)
6075
6076 ------------------------------------------------------------------------
6077 r1811 | ajc | 2001-12-11 06:37:12 +0100 (Tue, 11 Dec 2001) | 2 lines
6078
6079 * Finished the share/unshare room screen in Edit Room
6080
6081 ------------------------------------------------------------------------
6082 r1800 | ajc | 2001-12-03 05:43:40 +0100 (Mon, 03 Dec 2001) | 2 lines
6083
6084 * Brought over an update of the MIME parser from Citadel.
6085
6086 ------------------------------------------------------------------------
6087 r1793 | ajc | 2001-12-02 08:09:13 +0100 (Sun, 02 Dec 2001) | 3 lines
6088
6089 * Turned the room editing page into a tabbed dialog
6090 * Started adding some of the room sharing stuff
6091
6092 ------------------------------------------------------------------------
6093 r1782 | ajc | 2001-11-22 06:17:06 +0100 (Thu, 22 Nov 2001) | 2 lines
6094
6095 * Completed the add/change/delete neighbor node screens
6096
6097 ------------------------------------------------------------------------
6098 r1781 | ajc | 2001-11-18 06:39:54 +0100 (Sun, 18 Nov 2001) | 2 lines
6099
6100 * more work on netconf
6101
6102 ------------------------------------------------------------------------
6103 r1780 | ajc | 2001-11-18 02:47:24 +0100 (Sun, 18 Nov 2001) | 3 lines
6104
6105 * Tentatively begun the change of networking configuration screens to reflect
6106   the new network architecture of the server.
6107
6108 ------------------------------------------------------------------------
6109 r1779 | ajc | 2001-11-18 02:41:09 +0100 (Sun, 18 Nov 2001) | 4 lines
6110
6111 * Brought over the newer string tokenizer from Citadel
6112 * Upgraded all the generic string buffers to 4096 bytes, using the Citadel
6113   server's convention of #define SIZ 4096
6114
6115 ------------------------------------------------------------------------
6116 r1775 | ajc | 2001-11-14 04:20:22 +0100 (Wed, 14 Nov 2001) | 2 lines
6117
6118 * Add some more of the newer config settings to the site config screen
6119
6120 ------------------------------------------------------------------------
6121 r1735 | ajc | 2001-09-25 05:34:09 +0200 (Tue, 25 Sep 2001) | 3 lines
6122
6123 * Fix for WebCit servers running on port 80: detect Windoze worm-of-the-week
6124   and bail out without bothering the Citadel server.
6125
6126 ------------------------------------------------------------------------
6127 r1705 | ajc | 2001-08-22 18:38:06 +0200 (Wed, 22 Aug 2001) | 4 lines
6128
6129 * Added the "-c" command line option to generate optional cookies indicating
6130   the host name of the server.  This makes it easy to put a cluster of WebCit
6131   servers behind (for example) an Arrowpoint load balancer.
6132
6133 ------------------------------------------------------------------------
6134 r1702 | ajc | 2001-08-21 06:02:56 +0200 (Tue, 21 Aug 2001) | 3 lines
6135
6136 * Added some more meta-tags to (hopefully) prevent the "lame goto" caused by
6137   unwanted page caching
6138
6139 ------------------------------------------------------------------------
6140 r1699 | ajc | 2001-08-13 05:43:24 +0200 (Mon, 13 Aug 2001) | 2 lines
6141
6142 * Got it!
6143
6144 ------------------------------------------------------------------------
6145 r1698 | ajc | 2001-08-13 05:40:01 +0200 (Mon, 13 Aug 2001) | 2 lines
6146
6147 * Another attempt at focus
6148
6149 ------------------------------------------------------------------------
6150 r1695 | ajc | 2001-08-11 06:24:39 +0200 (Sat, 11 Aug 2001) | 2 lines
6151
6152 * Attempt at setting focus to msgtext area when entering a message.
6153
6154 ------------------------------------------------------------------------
6155 r1689 | ajc | 2001-08-02 05:42:03 +0200 (Thu, 02 Aug 2001) | 2 lines
6156
6157 * Changed the wholist to work with the new masquerade semantics
6158
6159 ------------------------------------------------------------------------
6160 r1663 | ajc | 2001-06-28 17:05:35 +0200 (Thu, 28 Jun 2001) | 2 lines
6161
6162 * tag for 3.01
6163
6164 ------------------------------------------------------------------------
6165 r1662 | ajc | 2001-06-28 17:05:18 +0200 (Thu, 28 Jun 2001) | 2 lines
6166
6167 * 3.01
6168
6169 ------------------------------------------------------------------------
6170 r1661 | ajc | 2001-06-28 17:03:49 +0200 (Thu, 28 Jun 2001) | 3 lines
6171
6172 * Every generated page now includes a meta tag to disable evil "smart tags"
6173   (see http://smarttags.manilasites.com/ for more information)
6174
6175 ------------------------------------------------------------------------
6176 r1660 | ajc | 2001-06-28 04:39:54 +0200 (Thu, 28 Jun 2001) | 3 lines
6177
6178 * Placated users who whine about privacy policy by adding MESG ROOMACCESS to
6179   the screen where you can create a room...
6180
6181 ------------------------------------------------------------------------
6182 r1657 | ajc | 2001-06-27 08:24:07 +0200 (Wed, 27 Jun 2001) | 2 lines
6183
6184 * Tagged everything as Version 3.00
6185
6186 ------------------------------------------------------------------------
6187 r1656 | ajc | 2001-06-27 08:22:49 +0200 (Wed, 27 Jun 2001) | 2 lines
6188
6189 * Updated docs for the 3.00 release
6190
6191 ------------------------------------------------------------------------
6192 r1655 | ajc | 2001-06-27 08:16:02 +0200 (Wed, 27 Jun 2001) | 3 lines
6193
6194 * Correct generated window name in pop up pages
6195 * Added handling of MIME inline images (not tested)
6196
6197 ------------------------------------------------------------------------
6198 r1654 | ajc | 2001-06-22 19:58:20 +0200 (Fri, 22 Jun 2001) | 6 lines
6199
6200 * A few performance and tuning cleanups.  Increased the size of the socket
6201   queue length to 100 for use on big systems.  Also, during startup, the
6202   initial startup thread now exits after creating the worker threads, instead
6203   of becoming a worker thread itself.  For some reason Solaris had problems
6204   with the latter method.
6205
6206 ------------------------------------------------------------------------
6207 r1643 | ajc | 2001-06-07 06:36:07 +0200 (Thu, 07 Jun 2001) | 2 lines
6208
6209 * First cut at downloading attachments throught the browser.
6210
6211 ------------------------------------------------------------------------
6212 r1641 | ajc | 2001-06-07 05:16:57 +0200 (Thu, 07 Jun 2001) | 2 lines
6213
6214 * Brought over an updated mime parser from Citadel
6215
6216 ------------------------------------------------------------------------
6217 r1639 | ajc | 2001-06-06 16:44:25 +0200 (Wed, 06 Jun 2001) | 2 lines
6218
6219 * mime_parser.c: #include <pthread.h> so it compiles cleanly
6220
6221 ------------------------------------------------------------------------
6222 r1636 | ajc | 2001-05-31 04:26:24 +0200 (Thu, 31 May 2001) | 2 lines
6223
6224 * Fixed login to take you to the Lobby instead of the next room.
6225
6226 ------------------------------------------------------------------------
6227 r1635 | ajc | 2001-05-31 04:21:47 +0200 (Thu, 31 May 2001) | 2 lines
6228
6229 * more mime fix attempts
6230
6231 ------------------------------------------------------------------------
6232 r1634 | ajc | 2001-05-31 00:37:09 +0200 (Thu, 31 May 2001) | 3 lines
6233
6234 * Fix to upload handler to recognize browser uploads based on *either* a "name"
6235   or a "filename" from the MIME parser.
6236
6237 ------------------------------------------------------------------------
6238 r1633 | ajc | 2001-05-30 03:06:57 +0200 (Wed, 30 May 2001) | 2 lines
6239
6240 * Changes to mime parser ... still something wrong
6241
6242 ------------------------------------------------------------------------
6243 r1632 | ajc | 2001-05-28 21:27:31 +0200 (Mon, 28 May 2001) | 2 lines
6244
6245 * Fixed bug which marked all messages in Lobby as old before reading at login
6246
6247 ------------------------------------------------------------------------
6248 r1630 | ajc | 2001-05-26 00:39:27 +0200 (Sat, 26 May 2001) | 2 lines
6249
6250 * Brought over the new MIME parser from Citadel.  WARNING: BROKEN BUILD!!
6251
6252 ------------------------------------------------------------------------
6253 r1629 | ajc | 2001-05-23 18:15:25 +0200 (Wed, 23 May 2001) | 2 lines
6254
6255 * UI changes (pretty frames with no scrollbars)
6256
6257 ------------------------------------------------------------------------
6258 r1628 | ajc | 2001-05-22 02:32:18 +0200 (Tue, 22 May 2001) | 2 lines
6259
6260 * cosmetics
6261
6262 ------------------------------------------------------------------------
6263 r1627 | ajc | 2001-05-22 02:02:18 +0200 (Tue, 22 May 2001) | 2 lines
6264
6265 * Another attempt to fix the fd leak
6266
6267 ------------------------------------------------------------------------
6268 r1626 | ajc | 2001-05-19 04:21:40 +0200 (Sat, 19 May 2001) | 2 lines
6269
6270 * Attempt to fix the dangling sockets.
6271
6272 ------------------------------------------------------------------------
6273 r1624 | ajc | 2001-05-15 05:22:27 +0200 (Tue, 15 May 2001) | 2 lines
6274
6275 * More icon updates and link cleanup type stuff
6276
6277 ------------------------------------------------------------------------
6278 r1621 | ajc | 2001-05-06 07:11:50 +0200 (Sun, 06 May 2001) | 3 lines
6279
6280 * Added paging icon and right-justified it
6281 * Send-page window is now a popup
6282
6283 ------------------------------------------------------------------------
6284 r1620 | ajc | 2001-05-04 06:28:10 +0200 (Fri, 04 May 2001) | 2 lines
6285
6286 * Added "page user" button in wholist
6287
6288 ------------------------------------------------------------------------
6289 r1619 | ajc | 2001-05-01 02:49:45 +0200 (Tue, 01 May 2001) | 2 lines
6290
6291 * more of the UI overhaul
6292
6293 ------------------------------------------------------------------------
6294 r1618 | ajc | 2001-04-30 03:58:02 +0200 (Mon, 30 Apr 2001) | 2 lines
6295
6296 * more changes
6297
6298 ------------------------------------------------------------------------
6299 r1617 | ajc | 2001-04-30 03:49:37 +0200 (Mon, 30 Apr 2001) | 2 lines
6300
6301 * more work on UI overhaul
6302
6303 ------------------------------------------------------------------------
6304 r1616 | ajc | 2001-04-29 06:39:25 +0200 (Sun, 29 Apr 2001) | 2 lines
6305
6306 * User interface overhaul now in progress.  WARNING: incomplete system.
6307
6308 ------------------------------------------------------------------------
6309 r1604 | cough | 2001-04-02 00:13:37 +0200 (Mon, 02 Apr 2001) | 3 lines
6310
6311 * Modified roomops.c to give users the ability to pick a floor at room
6312   creation time.
6313
6314 ------------------------------------------------------------------------
6315 r1552 | ajc | 2001-02-15 03:16:23 +0100 (Thu, 15 Feb 2001) | 2 lines
6316
6317 * Added credit for Andru Luvisi <luvisi@andru.sonoma.edu> for the above
6318
6319 ------------------------------------------------------------------------
6320 r1551 | ajc | 2001-02-15 02:21:55 +0100 (Thu, 15 Feb 2001) | 3 lines
6321
6322 * Applied a patch submitted by "cough" to add who-knows-room and
6323   invite/kickout functionality.
6324
6325 ------------------------------------------------------------------------
6326 r1519 | ajc | 2001-01-26 00:10:00 +0100 (Fri, 26 Jan 2001) | 2 lines
6327
6328 * "Delete message" button now confirms on client-side using JavaScript
6329
6330 ------------------------------------------------------------------------
6331 r1460 | ajc | 2000-12-05 19:42:25 +0100 (Tue, 05 Dec 2000) | 2 lines
6332
6333 * strip webserver
6334
6335 ------------------------------------------------------------------------
6336 r1459 | ajc | 2000-12-05 19:39:49 +0100 (Tue, 05 Dec 2000) | 3 lines
6337
6338 * Added support for non-USA countries in registration screen (requires the
6339   latest Citadel server, which supports the country field)
6340
6341 ------------------------------------------------------------------------
6342 r1415 | ajc | 2000-10-20 06:27:46 +0200 (Fri, 20 Oct 2000) | 2 lines
6343
6344 * zapped_list() -- fixed broken HTML tags.  (Closes bug #76.)
6345
6346 ------------------------------------------------------------------------
6347 r1394 | ajc | 2000-10-03 18:44:04 +0200 (Tue, 03 Oct 2000) | 2 lines
6348
6349 * Tagged for 2.13 release
6350
6351 ------------------------------------------------------------------------
6352 r1393 | ajc | 2000-10-03 18:43:09 +0200 (Tue, 03 Oct 2000) | 2 lines
6353
6354 * This is gonna be 2.13
6355
6356 ------------------------------------------------------------------------
6357 r1392 | ajc | 2000-10-03 05:15:56 +0200 (Tue, 03 Oct 2000) | 2 lines
6358
6359 * Cosmetic changes to login screen, menu bar, and message header bar
6360
6361 ------------------------------------------------------------------------
6362 r1389 | ajc | 2000-09-28 05:44:52 +0200 (Thu, 28 Sep 2000) | 3 lines
6363
6364 * Linked to the bio/photo page from message headers.  I'm not sure I like the
6365   color scheme, though.
6366
6367 ------------------------------------------------------------------------
6368 r1388 | ajc | 2000-09-28 05:37:23 +0200 (Thu, 28 Sep 2000) | 2 lines
6369
6370 * who.c: provide links to bio/photo pages for each user in the wholist
6371
6372 ------------------------------------------------------------------------
6373 r1386 | ajc | 2000-09-24 23:50:46 +0200 (Sun, 24 Sep 2000) | 2 lines
6374
6375 * oops a bug
6376
6377 ------------------------------------------------------------------------
6378 r1385 | ajc | 2000-09-24 23:37:21 +0200 (Sun, 24 Sep 2000) | 3 lines
6379
6380 * When reading large numbers of messages, group them in smaller numbers and
6381   display the selector bar in search engine style (like AltaVista and Google)
6382
6383 ------------------------------------------------------------------------
6384 r1384 | ajc | 2000-09-24 06:17:19 +0200 (Sun, 24 Sep 2000) | 2 lines
6385
6386 * Templatized the room banner.
6387
6388 ------------------------------------------------------------------------
6389 r1383 | ajc | 2000-09-21 20:50:51 +0200 (Thu, 21 Sep 2000) | 2 lines
6390
6391 * IE rots your teeth.  Use Netscape.
6392
6393 ------------------------------------------------------------------------
6394 r1382 | ajc | 2000-09-21 20:48:40 +0200 (Thu, 21 Sep 2000) | 2 lines
6395
6396 * no more velma.  people who use IE are idiots.
6397
6398 ------------------------------------------------------------------------
6399 r1381 | ajc | 2000-09-21 20:46:11 +0200 (Thu, 21 Sep 2000) | 2 lines
6400
6401 * don't need the brain damage file anymore.  IE sucks.
6402
6403 ------------------------------------------------------------------------
6404 r1379 | ajc | 2000-09-17 05:29:49 +0200 (Sun, 17 Sep 2000) | 2 lines
6405
6406 * Templatized the "<BODY BACKGROUND=...>" type stuff that starts each page.
6407
6408 ------------------------------------------------------------------------
6409 r1378 | error | 2000-09-14 13:43:37 +0200 (Thu, 14 Sep 2000) | 3 lines
6410
6411 Replace occurrences of % throughout the HTML with %% so as to be friendly
6412 to HP/UX printf() and possibly others.
6413
6414 ------------------------------------------------------------------------
6415 r1377 | ajc | 2000-09-13 06:13:59 +0200 (Wed, 13 Sep 2000) | 3 lines
6416
6417 * Completed the initial hack of the variable substitution template thingy.
6418   Check out static/login.html to see the first template.
6419
6420 ------------------------------------------------------------------------
6421 r1376 | ajc | 2000-09-12 15:15:59 +0200 (Tue, 12 Sep 2000) | 2 lines
6422
6423 * login dot html
6424
6425 ------------------------------------------------------------------------
6426 r1374 | ajc | 2000-09-11 19:08:16 +0200 (Mon, 11 Sep 2000) | 2 lines
6427
6428 * Started templatizing the login screen.  Not finished yet.
6429
6430 ------------------------------------------------------------------------
6431 r1373 | ajc | 2000-09-11 05:29:50 +0200 (Mon, 11 Sep 2000) | 2 lines
6432
6433 * Started working on a variable-substitution thing
6434
6435 ------------------------------------------------------------------------
6436 r1355 | ajc | 2000-08-30 05:20:25 +0200 (Wed, 30 Aug 2000) | 2 lines
6437
6438 * Put the wholist back into its own window.
6439
6440 ------------------------------------------------------------------------
6441 r1337 | ajc | 2000-08-04 05:48:33 +0200 (Fri, 04 Aug 2000) | 2 lines
6442
6443 * Fixed page popup windows
6444
6445 ------------------------------------------------------------------------
6446 r1332 | ajc | 2000-07-26 15:08:43 +0200 (Wed, 26 Jul 2000) | 2 lines
6447
6448 * reduced margins
6449
6450 ------------------------------------------------------------------------
6451 r1315 | ajc | 2000-07-06 05:46:29 +0200 (Thu, 06 Jul 2000) | 2 lines
6452
6453 * Fixed the count in 'there are xxx messages remaining."  (Closes bug #61)
6454
6455 ------------------------------------------------------------------------
6456 r1312 | ajc | 2000-06-29 06:22:37 +0200 (Thu, 29 Jun 2000) | 3 lines
6457
6458 * Changed the format of the wholis (again).  Now it shows up in a frame
6459   instead of a separate window.
6460
6461 ------------------------------------------------------------------------
6462 r1298 | ajc | 2000-06-12 05:28:44 +0200 (Mon, 12 Jun 2000) | 2 lines
6463
6464 * added support for multi-line paging
6465
6466 ------------------------------------------------------------------------
6467 r1297 | ajc | 2000-06-07 06:11:28 +0200 (Wed, 07 Jun 2000) | 2 lines
6468
6469 * HTML changes to room banner
6470
6471 ------------------------------------------------------------------------
6472 r1293 | ajc | 2000-05-31 06:29:54 +0200 (Wed, 31 May 2000) | 3 lines
6473
6474 * Initial support for "summary" (headers only, no body) mode of reading
6475   messages, and "read one" mode.  For future support of 'traditional' email.
6476
6477 ------------------------------------------------------------------------
6478 r1291 | ajc | 2000-05-23 22:35:57 +0200 (Tue, 23 May 2000) | 2 lines
6479
6480 * Tagged for the 2.12 release
6481
6482 ------------------------------------------------------------------------
6483 r1287 | ajc | 2000-05-18 04:33:39 +0200 (Thu, 18 May 2000) | 4 lines
6484
6485 * Don't call whobbs() directly after changing masq room/host, it screws up the
6486   refresh.  It now calls an HTTP redirect page instead.
6487 * added http_redirect(char *url) function to accomplish the above
6488
6489 ------------------------------------------------------------------------
6490 r1283 | ajc | 2000-05-08 19:24:32 +0200 (Mon, 08 May 2000) | 3 lines
6491
6492 * Removed HTTP date fields because it was confusing browser caches (weird)
6493 * Moved express messages to a pop-up HTML window (as opposed to a dialog box)
6494
6495 ------------------------------------------------------------------------
6496 r1282 | ajc | 2000-05-08 01:46:55 +0200 (Mon, 08 May 2000) | 3 lines
6497
6498 * added Date: and Last-Modified: headers to HTTP output
6499 * masquerade room/host screen now runs in wholist window, and returns to it
6500
6501 ------------------------------------------------------------------------
6502 r1281 | ajc | 2000-05-02 19:32:06 +0200 (Tue, 02 May 2000) | 2 lines
6503
6504 * Font related changes to html
6505
6506 ------------------------------------------------------------------------
6507 r1278 | ajc | 2000-04-20 04:42:23 +0200 (Thu, 20 Apr 2000) | 5 lines
6508
6509 * tcp_sockets.c: changed memcpy() to memset() in tcp_connectsock; this was
6510   crashing every session, every time.  (?)
6511 * End the session after displaying robots.txt or nocookies.html, to prevent
6512   big session logjams when either of these conditions are met
6513
6514 ------------------------------------------------------------------------
6515 r1277 | ajc | 2000-04-20 04:10:43 +0200 (Thu, 20 Apr 2000) | 2 lines
6516
6517 * foo?
6518
6519 ------------------------------------------------------------------------
6520 r1273 | nbryant | 2000-04-15 17:43:46 +0200 (Sat, 15 Apr 2000) | 3 lines
6521
6522 * warning fix for 64-bit compile on ultrasparc. (kids don't try this at home,
6523   64-bit gcc on sparc is evil)
6524
6525 ------------------------------------------------------------------------
6526 r1261 | nbryant | 2000-04-06 22:42:03 +0200 (Thu, 06 Apr 2000) | 2 lines
6527
6528 * configure.in: fix a typo
6529
6530 ------------------------------------------------------------------------
6531 r1260 | nbryant | 2000-04-06 22:37:01 +0200 (Thu, 06 Apr 2000) | 2 lines
6532
6533 * solaris cleanups and warning fixes
6534
6535 ------------------------------------------------------------------------
6536 r1258 | ajc | 2000-03-31 05:48:52 +0200 (Fri, 31 Mar 2000) | 3 lines
6537
6538 * text_to_server() now behaves the way web users expect text entry to work.
6539   Soft linebreaks are soft, hard linebreaks are hard.  No indentation.
6540
6541 ------------------------------------------------------------------------
6542 r1257 | ajc | 2000-03-31 04:39:06 +0200 (Fri, 31 Mar 2000) | 2 lines
6543
6544 * Fixed bugs in "Site configuration" and added new fields.
6545
6546 ------------------------------------------------------------------------
6547 r1255 | ajc | 2000-03-31 04:08:45 +0200 (Fri, 31 Mar 2000) | 3 lines
6548
6549 * Added "max messages per page" and "read next nnn" stuff to read loop
6550   (probably not in its final form)
6551
6552 ------------------------------------------------------------------------
6553 r1253 | nbryant | 2000-03-28 19:02:47 +0200 (Tue, 28 Mar 2000) | 2 lines
6554
6555 * configure.in: check for -lsocket -lnsl on Solaris and other SVR4-alikes
6556
6557 ------------------------------------------------------------------------
6558 r1251 | ajc | 2000-03-27 18:18:17 +0200 (Mon, 27 Mar 2000) | 2 lines
6559
6560 * Implement multi-room chat as available in Citadel 5.70
6561
6562 ------------------------------------------------------------------------
6563 r1245 | ajc | 2000-03-23 05:45:18 +0100 (Thu, 23 Mar 2000) | 2 lines
6564
6565 * Experimental move of wholist to a separate auto-refreshing window
6566
6567 ------------------------------------------------------------------------
6568 r1237 | ajc | 2000-03-19 23:49:09 +0100 (Sun, 19 Mar 2000) | 6 lines
6569
6570 * Made the header-bar buttons more visible
6571 * Added a "reply" header-bar button
6572 * Move "Subject:" lines into the header-bar
6573 * Padded the header-bars by one pixel (nicer looking)
6574 * Changed message date/time output format
6575
6576 ------------------------------------------------------------------------
6577 r1236 | ajc | 2000-03-19 20:49:31 +0100 (Sun, 19 Mar 2000) | 2 lines
6578
6579 * Added support for unix domain sockets
6580
6581 ------------------------------------------------------------------------
6582 r1175 | nbryant | 2000-02-12 00:45:04 +0100 (Sat, 12 Feb 2000) | 3 lines
6583
6584 * Makefile.in, configure.in: add, like, some *more* code for FreeBSD
6585 * tcp_sockets.c: include <arpa/inet.h>
6586
6587 ------------------------------------------------------------------------
6588 r1174 | nbryant | 2000-02-12 00:30:04 +0100 (Sat, 12 Feb 2000) | 2 lines
6589
6590 configure.in: added some code for FreeBSD
6591
6592 ------------------------------------------------------------------------
6593 r1138 | ajc | 2000-01-16 01:23:53 +0100 (Sun, 16 Jan 2000) | 2 lines
6594
6595 * div align=center
6596
6597 ------------------------------------------------------------------------
6598 r1129 | ajc | 2000-01-11 05:28:08 +0100 (Tue, 11 Jan 2000) | 2 lines
6599
6600 * Bugfix
6601
6602 ------------------------------------------------------------------------
6603 r1128 | ajc | 2000-01-11 05:20:40 +0100 (Tue, 11 Jan 2000) | 2 lines
6604
6605 * Add "close window" option to goodbye screen
6606
6607 ------------------------------------------------------------------------
6608 r1116 | ajc | 2000-01-04 16:39:30 +0100 (Tue, 04 Jan 2000) | 2 lines
6609
6610 * oops, forgot to bump the version number in .h and docs
6611
6612 ------------------------------------------------------------------------
6613 r1115 | ajc | 2000-01-04 16:24:18 +0100 (Tue, 04 Jan 2000) | 3 lines
6614
6615 * Worked around HTTP bugs in Internet Explorer 5.  Die, Bill, Die.
6616 * This will be released as v2.11; tagged everything as such.
6617
6618 ------------------------------------------------------------------------
6619 r1109 | ajc | 1999-12-24 05:57:22 +0100 (Fri, 24 Dec 1999) | 2 lines
6620
6621 * 2.10 release
6622
6623 ------------------------------------------------------------------------
6624 r1107 | ajc | 1999-12-23 05:54:48 +0100 (Thu, 23 Dec 1999) | 3 lines
6625
6626 * Changed session cookie from hexadecimal encoding to base64
6627 * Removed overly verbose logging
6628
6629 ------------------------------------------------------------------------
6630 r1094 | ajc | 1999-12-12 19:12:28 +0100 (Sun, 12 Dec 1999) | 3 lines
6631
6632 * get http request: clear hold buffer before starting to read in HTTP request.
6633   This was causing some requests to get corrupted.
6634
6635 ------------------------------------------------------------------------
6636 r1083 | ajc | 1999-12-08 19:25:21 +0100 (Wed, 08 Dec 1999) | 3 lines
6637
6638 * Increased the size of the backlog queue length passed to accept() and made
6639   it a configuration parameter in webcit.h
6640
6641 ------------------------------------------------------------------------
6642 r1080 | ajc | 1999-12-07 17:09:26 +0100 (Tue, 07 Dec 1999) | 2 lines
6643
6644 * Better (non fireworks display mode) handling of broken HTTP sockets
6645
6646 ------------------------------------------------------------------------
6647 r1079 | ajc | 1999-12-06 05:25:52 +0100 (Mon, 06 Dec 1999) | 2 lines
6648
6649 * fixes fixes fixes
6650
6651 ------------------------------------------------------------------------
6652 r1078 | ajc | 1999-12-06 05:07:10 +0100 (Mon, 06 Dec 1999) | 2 lines
6653
6654 bugfix
6655
6656 ------------------------------------------------------------------------
6657 r1077 | ajc | 1999-12-06 04:40:30 +0100 (Mon, 06 Dec 1999) | 2 lines
6658
6659 * Moved a bunch of other global variables to per-session variables
6660
6661 ------------------------------------------------------------------------
6662 r1076 | ajc | 1999-12-06 03:09:16 +0100 (Mon, 06 Dec 1999) | 2 lines
6663
6664 * ooooops
6665
6666 ------------------------------------------------------------------------
6667 r1075 | ajc | 1999-12-06 03:05:34 +0100 (Mon, 06 Dec 1999) | 2 lines
6668
6669 * Moved global march list into per-session context
6670
6671 ------------------------------------------------------------------------
6672 r1074 | ajc | 1999-12-05 19:55:29 +0100 (Sun, 05 Dec 1999) | 2 lines
6673
6674 * fix defaulthost/defaultport
6675
6676 ------------------------------------------------------------------------
6677 r1073 | ajc | 1999-12-05 19:38:30 +0100 (Sun, 05 Dec 1999) | 2 lines
6678
6679 * Removed a comment
6680
6681 ------------------------------------------------------------------------
6682 r1072 | ajc | 1999-12-05 19:38:03 +0100 (Sun, 05 Dec 1999) | 2 lines
6683
6684 * Auto-scaling worker thread pool size
6685
6686 ------------------------------------------------------------------------
6687 r1071 | ajc | 1999-12-05 18:38:41 +0100 (Sun, 05 Dec 1999) | 2 lines
6688
6689 * Additional debugging and cleanup
6690
6691 ------------------------------------------------------------------------
6692 r1070 | ajc | 1999-12-04 23:16:05 +0100 (Sat, 04 Dec 1999) | 3 lines
6693
6694 * Moved all diagnostic output to stderr
6695 * Moved "HTTP/1.0 200 OK" output to output_headers()
6696
6697 ------------------------------------------------------------------------
6698 r1069 | ajc | 1999-12-04 22:56:59 +0100 (Sat, 04 Dec 1999) | 2 lines
6699
6700 * Finished the overhaul.  Now to tune...
6701
6702 ------------------------------------------------------------------------
6703 r1068 | ajc | 1999-12-03 19:48:57 +0100 (Fri, 03 Dec 1999) | 2 lines
6704
6705 * Removed some pseudocode
6706
6707 ------------------------------------------------------------------------
6708 r1067 | ajc | 1999-12-03 18:59:53 +0100 (Fri, 03 Dec 1999) | 3 lines
6709
6710 * BROKEN BUILD.  Wrote most of the session removal code, but some of it is
6711   pseudocode so the build is currently broken.
6712
6713 ------------------------------------------------------------------------
6714 r1066 | ajc | 1999-12-03 17:39:00 +0100 (Fri, 03 Dec 1999) | 2 lines
6715
6716 * Don't exit the server at the end of a session
6717
6718 ------------------------------------------------------------------------
6719 r1065 | ajc | 1999-12-03 17:37:46 +0100 (Fri, 03 Dec 1999) | 2 lines
6720
6721 * Repaired HTTP output for image transfers and static content
6722
6723 ------------------------------------------------------------------------
6724 r1064 | ajc | 1999-12-03 06:09:55 +0100 (Fri, 03 Dec 1999) | 4 lines
6725
6726 * Rewrote the HTTP engine and application coupling to run in a worker thread
6727   model and to run as a single multithreaded program (eliminated helper
6728   processes and pipes).  It currently runs but has many large bugs.
6729
6730 ------------------------------------------------------------------------
6731 r1063 | ajc | 1999-12-03 01:18:20 +0100 (Fri, 03 Dec 1999) | 2 lines
6732
6733 * Added ".c.o" rule to Makefile
6734
6735 ------------------------------------------------------------------------
6736 r1060 | ajc | 1999-11-26 04:33:00 +0100 (Fri, 26 Nov 1999) | 3 lines
6737
6738 * Started moving all of the global variables into a struct, to facilitate
6739   multithreaded server.
6740
6741 ------------------------------------------------------------------------
6742 r1058 | ajc | 1999-11-26 02:28:10 +0100 (Fri, 26 Nov 1999) | 2 lines
6743
6744 * 2.01 release
6745
6746 ------------------------------------------------------------------------
6747 r1017 | ajc | 1999-11-04 03:05:02 +0100 (Thu, 04 Nov 1999) | 2 lines
6748
6749 * Added 'number of worker threads' to site config screen
6750
6751 ------------------------------------------------------------------------
6752 r996 | ajc | 1999-10-25 04:25:09 +0200 (Mon, 25 Oct 1999) | 2 lines
6753
6754 * Shuffled around the room editing commands
6755
6756 ------------------------------------------------------------------------
6757 r979 | ajc | 1999-10-14 06:07:21 +0200 (Thu, 14 Oct 1999) | 2 lines
6758
6759 * Cleaned up the bottom-of-page icons
6760
6761 ------------------------------------------------------------------------
6762 r975 | ajc | 1999-10-09 01:58:11 +0200 (Sat, 09 Oct 1999) | 2 lines
6763
6764 * Minor bug fix in registration screen
6765
6766 ------------------------------------------------------------------------
6767 r970 | ajc | 1999-10-06 04:44:02 +0200 (Wed, 06 Oct 1999) | 4 lines
6768
6769 * Per Nick's request, removed the key bindings stuff.  He knows how to fit
6770   it back in when it's fixed.  Also added more attempts at cache disabling,
6771   but it still doesn't work in the StarOffice browser.  I don't know why.
6772
6773 ------------------------------------------------------------------------
6774 r964 | ajc | 1999-10-02 05:26:14 +0200 (Sat, 02 Oct 1999) | 4 lines
6775
6776 * Merged in Nick's bit of JavaScript to handle key commands.
6777   BROKEN BUILD ALERT!!  This runs all the time, even when the cursor is
6778   in a text field.  Right now you can't even log in.
6779
6780 ------------------------------------------------------------------------
6781 r939 | ajc | 1999-09-01 03:06:11 +0200 (Wed, 01 Sep 1999) | 2 lines
6782
6783 * Added "max message length" field in global config screen
6784
6785 ------------------------------------------------------------------------
6786 r929 | ajc | 1999-08-24 23:11:50 +0200 (Tue, 24 Aug 1999) | 2 lines
6787
6788 added sample source for buttons
6789
6790 ------------------------------------------------------------------------
6791 r916 | ajc | 1999-08-14 20:16:10 +0200 (Sat, 14 Aug 1999) | 2 lines
6792
6793 * Fixed escputs() and its friends to properly handle ' (single quote) chars
6794
6795 ------------------------------------------------------------------------
6796 r842 | ajc | 1999-07-19 02:18:18 +0200 (Mon, 19 Jul 1999) | 2 lines
6797
6798  Did neat stuff to the bottom of the page
6799
6800 ------------------------------------------------------------------------
6801 r833 | ajc | 1999-07-13 05:48:56 +0200 (Tue, 13 Jul 1999) | 3 lines
6802
6803  messages.c: don't auto-link URL's in messages if it would cause
6804           a buffer overrun.
6805
6806 ------------------------------------------------------------------------
6807 r832 | ajc | 1999-07-13 05:31:24 +0200 (Tue, 13 Jul 1999) | 3 lines
6808
6809         * webcit.c: exit Webcit sessions semi-gracefully when the connection
6810           to a Citadel server fails.
6811
6812 ------------------------------------------------------------------------
6813 r831 | ajc | 1999-07-13 05:20:14 +0200 (Tue, 13 Jul 1999) | 2 lines
6814
6815 Revert
6816
6817 ------------------------------------------------------------------------
6818 r830 | ajc | 1999-07-13 04:45:48 +0200 (Tue, 13 Jul 1999) | 2 lines
6819
6820 Increased some buffer sizes to handle large embedded URL's
6821
6822 ------------------------------------------------------------------------
6823 r829 | ajc | 1999-07-13 03:59:30 +0200 (Tue, 13 Jul 1999) | 2 lines
6824
6825 transparent up.gif
6826
6827 ------------------------------------------------------------------------
6828 r823 | ajc | 1999-07-10 23:52:30 +0200 (Sat, 10 Jul 1999) | 3 lines
6829
6830         * Recompiled the Java chat applet using a genuine JDK 1.0.2
6831           compiler.  This should make more browsers happy.
6832
6833 ------------------------------------------------------------------------
6834 r820 | ajc | 1999-07-06 01:38:52 +0200 (Tue, 06 Jul 1999) | 2 lines
6835
6836  Do a slrp_highest() when logging off.
6837
6838 ------------------------------------------------------------------------
6839 r818 | ajc | 1999-07-01 01:20:42 +0200 (Thu, 01 Jul 1999) | 2 lines
6840
6841 Added support for "robots.txt" telling spiders to go away.
6842
6843 ------------------------------------------------------------------------
6844 r816 | ajc | 1999-06-27 04:53:47 +0200 (Sun, 27 Jun 1999) | 3 lines
6845
6846         * Rearranged the code in "Site-wide configuration" and "Generic
6847           server command" to avoid nested server operations
6848
6849 ------------------------------------------------------------------------
6850 r813 | ajc | 1999-06-24 04:38:56 +0200 (Thu, 24 Jun 1999) | 2 lines
6851
6852 foo?
6853
6854 ------------------------------------------------------------------------
6855 r812 | ajc | 1999-06-24 03:44:48 +0200 (Thu, 24 Jun 1999) | 3 lines
6856
6857         * webcit.c: added "back, top, next" buttons to bottom of each page
6858         * menubar.html: replaced "User list" with "Page another user"
6859
6860 ------------------------------------------------------------------------
6861 r811 | ajc | 1999-06-22 20:53:53 +0200 (Tue, 22 Jun 1999) | 2 lines
6862
6863 context_loop.c: rearranged some code to try to eliminate deadlocks
6864
6865 ------------------------------------------------------------------------
6866 r808 | ajc | 1999-06-18 17:57:17 +0200 (Fri, 18 Jun 1999) | 3 lines
6867
6868         * Unknown URL's now display the main menu instead of diagnostics
6869         * Diagnostics are now at <baseurl>/diagnostics
6870
6871 ------------------------------------------------------------------------
6872 r806 | ajc | 1999-06-08 04:01:29 +0200 (Tue, 08 Jun 1999) | 4 lines
6873
6874         * Session no longer locks up when an express message is cancelled
6875         * The default Citadel server is now "localhost" instead of uncnsrd
6876         * Added some documentation
6877
6878 ------------------------------------------------------------------------
6879 r805 | ajc | 1999-06-08 03:53:15 +0200 (Tue, 08 Jun 1999) | 2 lines
6880
6881 Added docs
6882
6883 ------------------------------------------------------------------------
6884 r804 | ajc | 1999-06-05 05:13:04 +0200 (Sat, 05 Jun 1999) | 2 lines
6885
6886 Got rid of TODO.txt
6887
6888 ------------------------------------------------------------------------
6889 r803 | ajc | 1999-06-03 18:29:57 +0200 (Thu, 03 Jun 1999) | 4 lines
6890
6891         * roomops.c: made room banner graphics more reliable
6892         * messages.c: added code to prevent accidental "double-posting"
6893         * who.c: fixed the "Change room/host/user" submit logic
6894
6895 ------------------------------------------------------------------------
6896 r801 | nick | 1999-06-03 15:56:04 +0200 (Thu, 03 Jun 1999) | 2 lines
6897
6898 hanged menubar.html so the links can be read
6899
6900 ------------------------------------------------------------------------
6901 r800 | ajc | 1999-06-03 05:48:55 +0200 (Thu, 03 Jun 1999) | 3 lines
6902
6903         * Ditched the frames mode completely.  It wasn't working properly in,
6904           among other places, IE 5.  Die, Bill, Die.
6905
6906 ------------------------------------------------------------------------
6907 r799 | ajc | 1999-05-29 07:01:12 +0200 (Sat, 29 May 1999) | 3 lines
6908
6909         * WebCit now sends the name of the end user's browser as the client
6910           name in a Citadel IDEN command rather than its own name.
6911
6912 ------------------------------------------------------------------------
6913 r798 | ajc | 1999-05-29 06:38:09 +0200 (Sat, 29 May 1999) | 5 lines
6914
6915         * Fixed the behavior of the "forget room" routine, to properly handle
6916           the transition back to the Lobby after it's all done.
6917         * Added ExpressMessageCat() to allow code to send the user messages
6918           along with incoming express messages
6919
6920 ------------------------------------------------------------------------
6921 r796 | ajc | 1999-05-22 05:35:59 +0200 (Sat, 22 May 1999) | 3 lines
6922
6923         * Minor code cleanups
6924         * New mail notification
6925
6926 ------------------------------------------------------------------------
6927 r786 | ajc | 1999-05-18 03:02:40 +0200 (Tue, 18 May 1999) | 2 lines
6928
6929  Top-aligned all the cells in the fake frames in non-frames mode
6930
6931 ------------------------------------------------------------------------
6932 r784 | ajc | 1999-05-15 05:38:36 +0200 (Sat, 15 May 1999) | 4 lines
6933
6934
6935         * Initial entry to _BASEROOM_ at login now done as a Skip instead
6936           of a Goto, in order to prevent it from first marking all msgs old.
6937
6938 ------------------------------------------------------------------------
6939 r774 | ajc | 1999-05-11 05:10:20 +0200 (Tue, 11 May 1999) | 3 lines
6940
6941         * Replaced _most_ gotoroom() calls with smart_goto(), a version
6942           which can differentiate the needs of frames and noframes modes
6943
6944 ------------------------------------------------------------------------
6945 r768 | ajc | 1999-05-08 07:07:33 +0200 (Sat, 08 May 1999) | 2 lines
6946
6947 webserver.c: added "-t" option to send traces somewhere else
6948
6949 ------------------------------------------------------------------------
6950 r759 | ajc | 1999-04-28 05:38:05 +0200 (Wed, 28 Apr 1999) | 5 lines
6951
6952         * context_loop.c: display an error page if the client browser
6953           requests a non-root page and there is no cookie set
6954         * webserver.c: took my name off the copyright notice (it's a group
6955           effort, after all)
6956
6957 ------------------------------------------------------------------------
6958 r758 | ajc | 1999-04-28 05:11:58 +0200 (Wed, 28 Apr 1999) | 2 lines
6959
6960 credits
6961
6962 ------------------------------------------------------------------------
6963 r725 | ajc | 1999-04-19 05:44:08 +0200 (Mon, 19 Apr 1999) | 3 lines
6964
6965         * Reworked a lot of the structure, made more HTML "embeddable"
6966         * Changed the noframes mode to display "fake" frames using tables
6967
6968 ------------------------------------------------------------------------
6969 r724 | ajc | 1999-04-19 02:30:07 +0200 (Mon, 19 Apr 1999) | 2 lines
6970
6971 Minor cosmetic fix
6972
6973 ------------------------------------------------------------------------
6974 r722 | nick | 1999-04-17 00:32:33 +0200 (Sat, 17 Apr 1999) | 3 lines
6975
6976 Thus Apr 14 6:30:00 1999 Nick Grossman <nick@ulster.net>
6977         Fixed my fix in who.c (fixed frame target in room name)
6978
6979 ------------------------------------------------------------------------
6980 r721 | nick | 1999-04-17 00:25:57 +0200 (Sat, 17 Apr 1999) | 4 lines
6981
6982 Changed some output formatting, mostly <FONT> tags. Changed who.c
6983 to use urlescputs() rather than escputs() so names with spaces are
6984 handled correctly.
6985
6986 ------------------------------------------------------------------------
6987 r715 | ajc | 1999-04-15 02:03:05 +0200 (Thu, 15 Apr 1999) | 2 lines
6988
6989 Got it!
6990
6991 ------------------------------------------------------------------------
6992 r714 | ajc | 1999-04-14 23:58:04 +0200 (Wed, 14 Apr 1999) | 5 lines
6993
6994         http://www.webreference.com/dhtml/column18/menuFrLoad.html
6995         How to cause "onLoad=" to cause a sibling frame to refresh without
6996         having to use the nonportable HTTP "Window-Target:" directive.  Began
6997         implementation of this; it should allow portable NS/IE compatibility.
6998
6999 ------------------------------------------------------------------------
7000 r685 | ajc | 1999-04-08 03:52:09 +0200 (Thu, 08 Apr 1999) | 2 lines
7001
7002         * Implemented "access level required to create rooms"
7003
7004 ------------------------------------------------------------------------
7005 r646 | ajc | 1999-03-18 06:24:27 +0100 (Thu, 18 Mar 1999) | 4 lines
7006
7007         * webcit.c: modified getz() to *exit* the program when fgets()
7008           returns an error.  This is actually the desired behavior; it would
7009           otherwise busy-loop forever on a broken pipe.
7010
7011 ------------------------------------------------------------------------
7012 r625 | ajc | 1999-03-07 04:39:33 +0100 (Sun, 07 Mar 1999) | 2 lines
7013
7014 roomops.c: in room list, print a &nbsp; in otherwise empty cells
7015
7016 ------------------------------------------------------------------------
7017 r624 | ajc | 1999-03-07 04:26:10 +0100 (Sun, 07 Mar 1999) | 2 lines
7018
7019 Initial value of 'noframes' is now set by the braindamage check
7020
7021 ------------------------------------------------------------------------
7022 r623 | ajc | 1999-03-07 04:25:31 +0100 (Sun, 07 Mar 1999) | 2 lines
7023
7024 Fixed stuff
7025
7026 ------------------------------------------------------------------------
7027 r622 | ajc | 1999-03-07 04:17:30 +0100 (Sun, 07 Mar 1999) | 2 lines
7028
7029 updated the TODO
7030
7031 ------------------------------------------------------------------------
7032 r621 | ajc | 1999-03-07 04:10:14 +0100 (Sun, 07 Mar 1999) | 2 lines
7033
7034 Ran everything through "indent -kr -i8"
7035
7036 ------------------------------------------------------------------------
7037 r620 | ajc | 1999-03-07 04:09:55 +0100 (Sun, 07 Mar 1999) | 2 lines
7038
7039         * wildmat.c, braindamage.c: added
7040
7041 ------------------------------------------------------------------------
7042 r619 | ajc | 1999-03-07 01:59:02 +0100 (Sun, 07 Mar 1999) | 5 lines
7043
7044         * webcit.c: added to getz() the ability to return an error code;
7045           implemented this in the main loop, hopefully fixing problems
7046         * Added "braindamage" file (frames/JS browser compatibility list)
7047         * Added HTTP "User-agent:" detection (still need to DO SOMETHING)
7048
7049 ------------------------------------------------------------------------
7050 r603 | ajc | 1999-02-27 18:28:52 +0100 (Sat, 27 Feb 1999) | 2 lines
7051
7052 comments
7053
7054 ------------------------------------------------------------------------
7055 r600 | nbryant | 1999-02-24 23:15:55 +0100 (Wed, 24 Feb 1999) | 3 lines
7056
7057         * context_loop.c: warning fix
7058         * webcit.c: off_t is a 64-bit `long long' on BSDI (eek!)
7059
7060 ------------------------------------------------------------------------
7061 r595 | nick | 1999-02-23 23:23:49 +0100 (Tue, 23 Feb 1999) | 2 lines
7062
7063 Nick: More interface tweaks to who.c
7064
7065 ------------------------------------------------------------------------
7066 r582 | nick | 1999-02-19 22:09:54 +0100 (Fri, 19 Feb 1999) | 2 lines
7067
7068 Cosmetic changes. Updated roomops.c, who.c and /static
7069
7070 ------------------------------------------------------------------------
7071 r577 | ajc | 1999-02-17 19:35:35 +0100 (Wed, 17 Feb 1999) | 2 lines
7072
7073 Added locate_host.c
7074
7075 ------------------------------------------------------------------------
7076 r553 | ajc | 1999-01-31 01:01:51 +0100 (Sun, 31 Jan 1999) | 2 lines
7077
7078 Resolve the name of the connecting host and pass it on to Citadel
7079
7080 ------------------------------------------------------------------------
7081 r550 | ajc | 1999-01-30 05:07:33 +0100 (Sat, 30 Jan 1999) | 2 lines
7082
7083 fixed the noframes mode
7084
7085 ------------------------------------------------------------------------
7086 r549 | ajc | 1999-01-29 20:51:23 +0100 (Fri, 29 Jan 1999) | 5 lines
7087
7088         * wDumpContent() is now responsible for </BODY></HTML> most of the
7089           time (parameter settable) so that the main menu can easily be
7090           embedded in every page when running in noframes mode
7091         * noframes mode selection is now carried in the cookie
7092
7093 ------------------------------------------------------------------------
7094 r547 | ajc | 1999-01-29 05:14:25 +0100 (Fri, 29 Jan 1999) | 2 lines
7095
7096         * Made the system semi-navigable in noframes mode.
7097
7098 ------------------------------------------------------------------------
7099 r546 | ajc | 1999-01-29 02:33:41 +0100 (Fri, 29 Jan 1999) | 2 lines
7100
7101 noframes switch
7102
7103 ------------------------------------------------------------------------
7104 r545 | ajc | 1999-01-29 02:30:44 +0100 (Fri, 29 Jan 1999) | 3 lines
7105
7106         * Made the frames stuff less dependent on the HTML TARGET= directive
7107           and more dependent on the HTTP Window-target: directive.
7108
7109 ------------------------------------------------------------------------
7110 r544 | ajc | 1999-01-29 02:00:25 +0100 (Fri, 29 Jan 1999) | 2 lines
7111
7112 checkbox
7113
7114 ------------------------------------------------------------------------
7115 r540 | ajc | 1999-01-25 05:39:23 +0100 (Mon, 25 Jan 1999) | 2 lines
7116
7117 Added floor selection support to edit room
7118
7119 ------------------------------------------------------------------------
7120 r539 | ajc | 1999-01-25 04:20:17 +0100 (Mon, 25 Jan 1999) | 2 lines
7121
7122 IE SUCKS!!
7123
7124 ------------------------------------------------------------------------
7125 r537 | ajc | 1999-01-24 02:02:55 +0100 (Sun, 24 Jan 1999) | 2 lines
7126
7127 BugFix
7128
7129 ------------------------------------------------------------------------
7130 r534 | ajc | 1999-01-22 01:07:39 +0100 (Fri, 22 Jan 1999) | 2 lines
7131
7132 Minor shuffling around of code and removal of unused functions.
7133
7134 ------------------------------------------------------------------------
7135 r533 | ajc | 1999-01-22 01:06:14 +0100 (Fri, 22 Jan 1999) | 2 lines
7136
7137 Added TODO
7138
7139 ------------------------------------------------------------------------
7140 r524 | ajc | 1999-01-14 23:31:38 +0100 (Thu, 14 Jan 1999) | 2 lines
7141
7142 mime parser fixes
7143
7144 ------------------------------------------------------------------------
7145 r523 | ajc | 1999-01-14 23:15:02 +0100 (Thu, 14 Jan 1999) | 3 lines
7146
7147         * Modified the back end of mime_parser to use callbacks instead of
7148           doing something specific.  Now we can use it elsewhere.
7149
7150 ------------------------------------------------------------------------
7151 r518 | ajc | 1999-01-12 23:12:37 +0100 (Tue, 12 Jan 1999) | 2 lines
7152
7153 finished site-config screen and added generic-command screen
7154
7155 ------------------------------------------------------------------------
7156 r513 | ajc | 1999-01-10 02:41:25 +0100 (Sun, 10 Jan 1999) | 2 lines
7157
7158 lotsa stuff
7159
7160 ------------------------------------------------------------------------
7161 r512 | ajc | 1999-01-10 02:40:47 +0100 (Sun, 10 Jan 1999) | 2 lines
7162
7163 Lotsa stuff.  See ChangeLog for details.
7164
7165 ------------------------------------------------------------------------
7166 r507 | ajc | 1999-01-05 05:50:05 +0100 (Tue, 05 Jan 1999) | 2 lines
7167
7168 msg changes
7169
7170 ------------------------------------------------------------------------
7171 r506 | ajc | 1999-01-05 05:40:39 +0100 (Tue, 05 Jan 1999) | 2 lines
7172
7173 Added an "edit your session" screen to change your wholisting.
7174
7175 ------------------------------------------------------------------------
7176 r505 | ajc | 1999-01-05 05:05:01 +0100 (Tue, 05 Jan 1999) | 2 lines
7177
7178 Removed wc_host and wc_port cookies.
7179
7180 ------------------------------------------------------------------------
7181 r504 | ajc | 1999-01-04 05:09:51 +0100 (Mon, 04 Jan 1999) | 3 lines
7182
7183         * Added a "kill session" link to each line of the wholist when
7184           logged in as an aide, and the screens to perform this operation.
7185
7186 ------------------------------------------------------------------------
7187 r503 | ajc | 1999-01-04 04:45:24 +0100 (Mon, 04 Jan 1999) | 2 lines
7188
7189 Added networking configuration screens.  These still need testing.
7190
7191 ------------------------------------------------------------------------
7192 r501 | ajc | 1999-01-04 02:18:44 +0100 (Mon, 04 Jan 1999) | 2 lines
7193
7194 Added "change password"
7195
7196 ------------------------------------------------------------------------
7197 r500 | ajc | 1999-01-04 02:07:54 +0100 (Mon, 04 Jan 1999) | 6 lines
7198
7199         * Added "enter registration"
7200         * Set up automatic trigger of Enter Registration when the server
7201           says it's needed
7202         * Established that a one-to-one WebCit/Citadel correspondence will
7203           be required.  No big deal due to shared code segments.
7204
7205 ------------------------------------------------------------------------
7206 r499 | ajc | 1999-01-01 08:01:48 +0100 (Fri, 01 Jan 1999) | 4 lines
7207
7208         * Added "add/edit room graphic" screens.
7209         * Added "add/edit floor graphic" screens.
7210         * Fixed display of floor graphic in known rooms list.
7211
7212 ------------------------------------------------------------------------
7213 r497 | ajc | 1999-01-01 03:55:26 +0100 (Fri, 01 Jan 1999) | 5 lines
7214
7215         * Final cvs commit for 1998 (an awful year, I'm glad to see it over).
7216         * "Finished" the MIME parser.
7217         * Got image uploads working.
7218         * Added "add/edit user photo" screens.
7219
7220 ------------------------------------------------------------------------
7221 r496 | ajc | 1999-01-01 02:59:45 +0100 (Fri, 01 Jan 1999) | 2 lines
7222
7223 stuff
7224
7225 ------------------------------------------------------------------------
7226 r495 | ajc | 1999-01-01 02:24:47 +0100 (Fri, 01 Jan 1999) | 2 lines
7227
7228 more work on the mime stuff
7229
7230 ------------------------------------------------------------------------
7231 r494 | ajc | 1998-12-31 05:56:42 +0100 (Thu, 31 Dec 1998) | 3 lines
7232
7233         * Wrote mime_parser.c for handling of image uploads.  This will also
7234           be used in future Citadel MIME projects.
7235
7236 ------------------------------------------------------------------------
7237 r493 | ajc | 1998-12-31 05:20:16 +0100 (Thu, 31 Dec 1998) | 2 lines
7238
7239 added more stuff to the parser
7240
7241 ------------------------------------------------------------------------
7242 r492 | ajc | 1998-12-31 03:24:25 +0100 (Thu, 31 Dec 1998) | 2 lines
7243
7244 got it working ok
7245
7246 ------------------------------------------------------------------------
7247 r491 | ajc | 1998-12-31 03:07:54 +0100 (Thu, 31 Dec 1998) | 2 lines
7248
7249 got boundaries working
7250
7251 ------------------------------------------------------------------------
7252 r490 | ajc | 1998-12-31 02:53:08 +0100 (Thu, 31 Dec 1998) | 2 lines
7253
7254 Fleshed out the mime parser a bit
7255
7256 ------------------------------------------------------------------------
7257 r489 | ajc | 1998-12-31 02:36:40 +0100 (Thu, 31 Dec 1998) | 2 lines
7258
7259 uuuughhhh... added mime_parser.c to prepare for uploads
7260
7261 ------------------------------------------------------------------------
7262 r487 | ajc | 1998-12-30 05:39:01 +0100 (Wed, 30 Dec 1998) | 2 lines
7263
7264         * Added "validate users"
7265
7266 ------------------------------------------------------------------------
7267 r486 | ajc | 1998-12-30 05:26:17 +0100 (Wed, 30 Dec 1998) | 3 lines
7268
7269         * Fixed a bug in the room banner display code
7270         * Added "delete room"
7271
7272 ------------------------------------------------------------------------
7273 r485 | ajc | 1998-12-29 01:19:04 +0100 (Tue, 29 Dec 1998) | 2 lines
7274
7275 debugs
7276
7277 ------------------------------------------------------------------------
7278 r483 | ajc | 1998-12-28 06:26:32 +0100 (Mon, 28 Dec 1998) | 3 lines
7279
7280         * Added "edit room info file"
7281         * Added "edit bio"
7282
7283 ------------------------------------------------------------------------
7284 r481 | ajc | 1998-12-27 06:04:16 +0100 (Sun, 27 Dec 1998) | 2 lines
7285
7286 added "edit room"
7287
7288 ------------------------------------------------------------------------
7289 r480 | ajc | 1998-12-27 06:03:59 +0100 (Sun, 27 Dec 1998) | 2 lines
7290
7291 added "Create room"
7292
7293 ------------------------------------------------------------------------
7294 r479 | ajc | 1998-12-27 05:28:38 +0100 (Sun, 27 Dec 1998) | 2 lines
7295
7296         * Added "create room"
7297
7298 ------------------------------------------------------------------------
7299 r478 | ajc | 1998-12-27 05:13:55 +0100 (Sun, 27 Dec 1998) | 3 lines
7300
7301         * Changed the "auto read new" functionality from a meta refresh tag
7302           to an "onload" directive (the former was causing graphics problems)
7303
7304 ------------------------------------------------------------------------
7305 r477 | ajc | 1998-12-27 04:44:18 +0100 (Sun, 27 Dec 1998) | 2 lines
7306
7307 dunno ... what did I do?
7308
7309 ------------------------------------------------------------------------
7310 r470 | ajc | 1998-12-23 04:37:23 +0100 (Wed, 23 Dec 1998) | 4 lines
7311
7312         * Got the Zap and List-Zapped commands working
7313         * Added a convenience function to display a page with an error string
7314         * Automatically do a read-new-msgs whenever a new room banner is loaded
7315
7316 ------------------------------------------------------------------------
7317 r466 | ajc | 1998-12-18 04:49:56 +0100 (Fri, 18 Dec 1998) | 2 lines
7318
7319         * Added goto private rooms
7320
7321 ------------------------------------------------------------------------
7322 r465 | ajc | 1998-12-18 02:48:32 +0100 (Fri, 18 Dec 1998) | 2 lines
7323
7324 Added the chat system
7325
7326 ------------------------------------------------------------------------
7327 r464 | ajc | 1998-12-18 02:38:40 +0100 (Fri, 18 Dec 1998) | 3 lines
7328
7329         * Added the screens to send pages
7330         * Changed message headers to display in bigger font, non-boldface
7331
7332 ------------------------------------------------------------------------
7333 r460 | ajc | 1998-12-16 22:24:52 +0100 (Wed, 16 Dec 1998) | 2 lines
7334
7335 Replace "Citadel/UX" in menu bar with the Citadel/UX logo
7336
7337 ------------------------------------------------------------------------
7338 r459 | ajc | 1998-12-16 22:13:10 +0100 (Wed, 16 Dec 1998) | 2 lines
7339
7340 added start-webcit (temporary)
7341
7342 ------------------------------------------------------------------------
7343 r453 | nbryant | 1998-12-14 22:48:23 +0100 (Mon, 14 Dec 1998) | 2 lines
7344
7345 automatically regenerate Makefile when Makefile.in changes
7346
7347 ------------------------------------------------------------------------
7348 r452 | ajc | 1998-12-14 06:11:53 +0100 (Mon, 14 Dec 1998) | 2 lines
7349
7350 Display express messages in cute little JavaScript popup window.
7351
7352 ------------------------------------------------------------------------
7353 r451 | ajc | 1998-12-14 05:51:51 +0100 (Mon, 14 Dec 1998) | 3 lines
7354
7355 Set up an option in output_headers() to optionally print the most
7356 often used opening HTML as well as the HTTP headers.
7357
7358 ------------------------------------------------------------------------
7359 r450 | ajc | 1998-12-14 05:25:09 +0100 (Mon, 14 Dec 1998) | 2 lines
7360
7361  roomops.c: fixed buggy implementation of ungoto
7362
7363 ------------------------------------------------------------------------
7364 r449 | ajc | 1998-12-14 02:50:36 +0100 (Mon, 14 Dec 1998) | 2 lines
7365
7366 userlist.c: added.  This adds "userlist" and "show user" functions.
7367
7368 ------------------------------------------------------------------------
7369 r448 | ajc | 1998-12-14 01:26:41 +0100 (Mon, 14 Dec 1998) | 2 lines
7370
7371 messages.c: added "move message" functionality
7372
7373 ------------------------------------------------------------------------
7374 r447 | ajc | 1998-12-14 01:16:31 +0100 (Mon, 14 Dec 1998) | 2 lines
7375
7376 messages.c: added "delete message" functionality
7377
7378 ------------------------------------------------------------------------
7379 r446 | ajc | 1998-12-14 00:52:55 +0100 (Mon, 14 Dec 1998) | 5 lines
7380
7381         * Ignore SIGPIPE; this seems to magically make the program bulletproof
7382           against broken HTTP connections.
7383         * Added a housekeeping thread to periodically remove dead sessions
7384           and kill idle sessions.
7385
7386 ------------------------------------------------------------------------
7387 r443 | ajc | 1998-12-13 19:57:56 +0100 (Sun, 13 Dec 1998) | 2 lines
7388
7389 remove extra diagnostic
7390
7391 ------------------------------------------------------------------------
7392 r442 | ajc | 1998-12-13 19:55:37 +0100 (Sun, 13 Dec 1998) | 2 lines
7393
7394 Check for dead webcit child process before each transaction.
7395
7396 ------------------------------------------------------------------------
7397 r441 | ajc | 1998-12-13 19:36:01 +0100 (Sun, 13 Dec 1998) | 2 lines
7398
7399 context_loop.c: Moved "remove session" into its own function
7400
7401 ------------------------------------------------------------------------
7402 r440 | ajc | 1998-12-13 19:11:17 +0100 (Sun, 13 Dec 1998) | 2 lines
7403
7404 i dunno
7405
7406 ------------------------------------------------------------------------
7407 r439 | ajc | 1998-12-12 06:44:18 +0100 (Sat, 12 Dec 1998) | 2 lines
7408
7409    * Brought over message reading and entry functions from old WebCit
7410
7411 ------------------------------------------------------------------------
7412 r438 | ajc | 1998-12-12 06:44:05 +0100 (Sat, 12 Dec 1998) | 2 lines
7413
7414    * Brought over message reading and entry functions from old WebCit
7415
7416 ------------------------------------------------------------------------
7417 r437 | ajc | 1998-12-12 03:26:37 +0100 (Sat, 12 Dec 1998) | 2 lines
7418
7419 fixed spacing
7420
7421 ------------------------------------------------------------------------
7422 r436 | ajc | 1998-12-12 03:15:09 +0100 (Sat, 12 Dec 1998) | 2 lines
7423
7424 Brought over message reading functions from old WebCit
7425
7426 ------------------------------------------------------------------------
7427 r432 | nbryant | 1998-12-10 22:10:45 +0100 (Thu, 10 Dec 1998) | 2 lines
7428
7429         * webserver.c: remove commented-out references to SO_LINGER
7430
7431 ------------------------------------------------------------------------
7432 r431 | nbryant | 1998-12-10 21:34:37 +0100 (Thu, 10 Dec 1998) | 2 lines
7433
7434         * context_loop.c: really fix the SO_LINGER stuff
7435
7436 ------------------------------------------------------------------------
7437 r430 | ajc | 1998-12-10 17:58:29 +0100 (Thu, 10 Dec 1998) | 2 lines
7438
7439 config.h.in
7440
7441 ------------------------------------------------------------------------
7442 r429 | ajc | 1998-12-10 17:38:27 +0100 (Thu, 10 Dec 1998) | 2 lines
7443
7444 initial tests for image uploads
7445
7446 ------------------------------------------------------------------------
7447 r428 | ajc | 1998-12-10 05:04:10 +0100 (Thu, 10 Dec 1998) | 2 lines
7448
7449 Set up login banner graphic and background image graphic
7450
7451 ------------------------------------------------------------------------
7452 r427 | ajc | 1998-12-10 04:13:56 +0100 (Thu, 10 Dec 1998) | 2 lines
7453
7454 Added support for graphics images retrieved from the Citadel server.
7455
7456 ------------------------------------------------------------------------
7457 r426 | ajc | 1998-12-10 01:24:20 +0100 (Thu, 10 Dec 1998) | 2 lines
7458
7459 weird stuff regarding that trailing CRLF
7460
7461 ------------------------------------------------------------------------
7462 r425 | ajc | 1998-12-10 00:52:30 +0100 (Thu, 10 Dec 1998) | 4 lines
7463
7464         * context_loop.c: After fork(), child process closes the HTTP socket
7465           so when the parent process closes it, it actually _does_ close.
7466           Otherwise, aIEeeee and possibly other browsers will hang.
7467
7468 ------------------------------------------------------------------------
7469 r424 | ajc | 1998-12-09 21:08:44 +0100 (Wed, 09 Dec 1998) | 2 lines
7470
7471 Added support for new user login (still need to handle registration).
7472
7473 ------------------------------------------------------------------------
7474 r423 | nbryant | 1998-12-09 20:35:28 +0100 (Wed, 09 Dec 1998) | 2 lines
7475
7476 * context_loop.c, webserver.c, webserver.h: SO_LINGER and locking fix
7477
7478 ------------------------------------------------------------------------
7479 r422 | ajc | 1998-12-09 17:16:37 +0100 (Wed, 09 Dec 1998) | 3 lines
7480
7481         * Smoothed out some of the login/logout code.  Failed authentication
7482           now works the way it should.  New user login not yet supported.
7483
7484 ------------------------------------------------------------------------
7485 r421 | ajc | 1998-12-09 00:44:26 +0100 (Wed, 09 Dec 1998) | 2 lines
7486
7487 cosmetic
7488
7489 ------------------------------------------------------------------------
7490 r420 | ajc | 1998-12-08 21:47:04 +0100 (Tue, 08 Dec 1998) | 4 lines
7491
7492         * Discovered that the HTTP socket problem is related to a socket that
7493           isn't properly lingering on close.  Temporarily hacked a sleep(10)
7494           into context_loop.c until it is figured out.
7495
7496 ------------------------------------------------------------------------
7497 r417 | ajc | 1998-12-07 23:07:22 +0100 (Mon, 07 Dec 1998) | 3 lines
7498
7499         * Did a little debugging, still trying to figure out why logging in
7500           displays "Connection reset by peer" error.  It used to work...
7501
7502 ------------------------------------------------------------------------
7503 r414 | nbryant | 1998-12-07 06:33:04 +0100 (Mon, 07 Dec 1998) | 2 lines
7504
7505 updated dependencies
7506
7507 ------------------------------------------------------------------------
7508 r410 | ajc | 1998-12-07 02:29:17 +0100 (Mon, 07 Dec 1998) | 2 lines
7509
7510 added new "action" variable to make main loop simpler
7511
7512 ------------------------------------------------------------------------
7513 r409 | ajc | 1998-12-07 01:51:45 +0100 (Mon, 07 Dec 1998) | 2 lines
7514
7515 Fixed broken interpretation of variables specified in the URL
7516
7517 ------------------------------------------------------------------------
7518 r408 | nbryant | 1998-12-06 20:56:38 +0100 (Sun, 06 Dec 1998) | 2 lines
7519
7520 * context_loop.c: warning fix
7521
7522 ------------------------------------------------------------------------
7523 r406 | nbryant | 1998-12-06 06:37:20 +0100 (Sun, 06 Dec 1998) | 2 lines
7524
7525         * webserver.c: prototype vsnprintf
7526
7527 ------------------------------------------------------------------------
7528 r403 | nbryant | 1998-12-05 21:59:40 +0100 (Sat, 05 Dec 1998) | 2 lines
7529
7530 portability enhancements
7531
7532 ------------------------------------------------------------------------
7533 r402 | nbryant | 1998-12-05 21:31:58 +0100 (Sat, 05 Dec 1998) | 2 lines
7534
7535 fixed a typo
7536
7537 ------------------------------------------------------------------------
7538 r401 | nbryant | 1998-12-05 21:15:37 +0100 (Sat, 05 Dec 1998) | 4 lines
7539
7540         * tcp_sockets.c: removed some dead code
7541         * context_loop.c: oops, I made a memory leak. fix fix fix. also close
7542           unused ends of pipes, fix a file descriptor leak and a race condition
7543
7544 ------------------------------------------------------------------------
7545 r399 | nbryant | 1998-12-05 06:27:41 +0100 (Sat, 05 Dec 1998) | 2 lines
7546
7547 Makefile
7548
7549 ------------------------------------------------------------------------
7550 r398 | nbryant | 1998-12-05 06:27:02 +0100 (Sat, 05 Dec 1998) | 3 lines
7551
7552         * context_loop.c: moved the monster 64k buffer array off the stack
7553         * tcp_sockets.c: getservbyname() doesn't set errno.
7554
7555 ------------------------------------------------------------------------
7556 r397 | nbryant | 1998-12-05 04:17:05 +0100 (Sat, 05 Dec 1998) | 3 lines
7557
7558         * converted to autoconf and began port to Digital UNIX
7559         * warning fixes
7560
7561 ------------------------------------------------------------------------
7562 r396 | nbryant | 1998-12-04 20:39:02 +0100 (Fri, 04 Dec 1998) | 3 lines
7563
7564         * webserver.c, context_loop.c, webcit.c: add commandline args for host
7565           and port
7566
7567 ------------------------------------------------------------------------
7568 r395 | nbryant | 1998-12-04 05:43:47 +0100 (Fri, 04 Dec 1998) | 2 lines
7569
7570         * webserver.c: warning fix
7571
7572 ------------------------------------------------------------------------
7573 r394 | ajc | 1998-12-04 05:01:48 +0100 (Fri, 04 Dec 1998) | 2 lines
7574
7575 Got webcit-initiated session cleanups to work properly.
7576
7577 ------------------------------------------------------------------------
7578 r393 | ajc | 1998-12-04 03:09:29 +0100 (Fri, 04 Dec 1998) | 3 lines
7579
7580 Got lots of goto, ungoto, skip, etc. working
7581 Advanced menu is in place
7582
7583 ------------------------------------------------------------------------
7584 r392 | ajc | 1998-12-04 02:45:17 +0100 (Fri, 04 Dec 1998) | 2 lines
7585
7586 added ungoto
7587
7588 ------------------------------------------------------------------------
7589 r391 | ajc | 1998-12-04 02:21:24 +0100 (Fri, 04 Dec 1998) | 2 lines
7590
7591 do_welcome
7592
7593 ------------------------------------------------------------------------
7594 r390 | ajc | 1998-12-04 02:17:56 +0100 (Fri, 04 Dec 1998) | 2 lines
7595
7596 logout now goes to "_top" frame to clear the frameset.
7597
7598 ------------------------------------------------------------------------
7599 r389 | ajc | 1998-12-04 02:13:57 +0100 (Fri, 04 Dec 1998) | 2 lines
7600
7601 stuff
7602
7603 ------------------------------------------------------------------------
7604 r388 | ajc | 1998-12-04 02:00:02 +0100 (Fri, 04 Dec 1998) | 2 lines
7605
7606 changed the title
7607
7608 ------------------------------------------------------------------------
7609 r387 | ajc | 1998-12-04 01:55:20 +0100 (Fri, 04 Dec 1998) | 2 lines
7610
7611 changes to become_logged_in()
7612
7613 ------------------------------------------------------------------------
7614 r386 | ajc | 1998-12-04 01:42:24 +0100 (Fri, 04 Dec 1998) | 2 lines
7615
7616 login page is now static
7617
7618 ------------------------------------------------------------------------
7619 r385 | ajc | 1998-12-04 01:42:09 +0100 (Fri, 04 Dec 1998) | 2 lines
7620
7621 Login page is now static
7622
7623 ------------------------------------------------------------------------
7624 r384 | nick | 1998-12-03 23:31:39 +0100 (Thu, 03 Dec 1998) | 2 lines
7625
7626 Nick: Added redirect()
7627
7628 ------------------------------------------------------------------------
7629 r382 | ajc | 1998-12-03 19:22:08 +0100 (Thu, 03 Dec 1998) | 4 lines
7630
7631 Got some of the cross-frame stuff working.
7632 Got the room banners working, and also added the "back" and "forward"
7633 buttons to the banner.
7634
7635 ------------------------------------------------------------------------
7636 r378 | ajc | 1998-12-03 05:42:01 +0100 (Thu, 03 Dec 1998) | 2 lines
7637
7638 Got the menu bar working (sort of)
7639
7640 ------------------------------------------------------------------------
7641 r377 | ajc | 1998-12-03 05:24:27 +0100 (Thu, 03 Dec 1998) | 2 lines
7642
7643 Fixed the locks, though I'm not sure I did it correctly.
7644
7645 ------------------------------------------------------------------------
7646 r376 | ajc | 1998-12-03 05:08:26 +0100 (Thu, 03 Dec 1998) | 2 lines
7647
7648 added .cvsignore
7649
7650 ------------------------------------------------------------------------
7651 r375 | ajc | 1998-12-03 05:07:57 +0100 (Thu, 03 Dec 1998) | 2 lines
7652
7653 hmm
7654
7655 ------------------------------------------------------------------------
7656 r359 | ajc | 1998-11-30 05:25:20 +0100 (Mon, 30 Nov 1998) | 2 lines
7657
7658 we still have a problem
7659
7660 ------------------------------------------------------------------------
7661 r358 | ajc | 1998-11-30 01:08:07 +0100 (Mon, 30 Nov 1998) | 2 lines
7662
7663 added stuff
7664
7665 ------------------------------------------------------------------------
7666 r357 | ajc | 1998-11-30 01:07:47 +0100 (Mon, 30 Nov 1998) | 2 lines
7667
7668 got known rooms list working
7669
7670 ------------------------------------------------------------------------
7671 r356 | ajc | 1998-11-26 02:48:50 +0100 (Thu, 26 Nov 1998) | 2 lines
7672
7673 started to add wholist
7674
7675 ------------------------------------------------------------------------
7676 r355 | ajc | 1998-11-26 02:36:38 +0100 (Thu, 26 Nov 1998) | 2 lines
7677
7678 got login and frames working together
7679
7680 ------------------------------------------------------------------------
7681 r354 | ajc | 1998-11-25 22:42:39 +0100 (Wed, 25 Nov 1998) | 2 lines
7682
7683 fixed da framez
7684
7685 ------------------------------------------------------------------------
7686 r353 | ajc | 1998-11-25 20:03:09 +0100 (Wed, 25 Nov 1998) | 3 lines
7687
7688 completed part of the login procedure
7689 added the frameset
7690
7691 ------------------------------------------------------------------------
7692 r352 | ajc | 1998-11-25 16:54:45 +0100 (Wed, 25 Nov 1998) | 2 lines
7693
7694 i dunno
7695
7696 ------------------------------------------------------------------------
7697 r351 | ajc | 1998-11-25 16:34:51 +0100 (Wed, 25 Nov 1998) | 2 lines
7698
7699 handled unpacking of multiple cookies coming in on one Cookie: line
7700
7701 ------------------------------------------------------------------------
7702 r350 | ajc | 1998-11-25 05:13:36 +0100 (Wed, 25 Nov 1998) | 2 lines
7703
7704 Added IDEN
7705
7706 ------------------------------------------------------------------------
7707 r348 | ajc | 1998-11-25 04:57:37 +0100 (Wed, 25 Nov 1998) | 2 lines
7708
7709 handled content
7710
7711 ------------------------------------------------------------------------
7712 r347 | ajc | 1998-11-25 04:11:39 +0100 (Wed, 25 Nov 1998) | 2 lines
7713
7714 added make clean
7715
7716 ------------------------------------------------------------------------
7717 r346 | ajc | 1998-11-25 04:11:03 +0100 (Wed, 25 Nov 1998) | 2 lines
7718
7719 oooh, lotsa good stuff
7720
7721 ------------------------------------------------------------------------
7722 r345 | ajc | 1998-11-25 03:17:00 +0100 (Wed, 25 Nov 1998) | 2 lines
7723
7724 got a basic framework for content working
7725
7726 ------------------------------------------------------------------------
7727 r343 | ajc | 1998-11-24 20:28:12 +0100 (Tue, 24 Nov 1998) | 3 lines
7728
7729 started on the static loader stuff
7730 added pthread locking
7731
7732 ------------------------------------------------------------------------
7733 r338 | ajc | 1998-11-24 17:24:40 +0100 (Tue, 24 Nov 1998) | 2 lines
7734
7735 Initial revision
7736
7737 ------------------------------------------------------------------------