[Citadel Development] clarify terms in license

2024-01-16 Thread rss

[Citadel Development] Wondering how we ever got by with narrow terminals

2024-01-16 Thread rss

[Citadel Development] End support for libical <2.0

2024-01-16 Thread rss

[Citadel Development] serv_calendar.c: basically reformatting for modern standards

2024-01-16 Thread rss

[Citadel Development] serv_calendar.c: basically reformatting for modern standards

2024-01-16 Thread rss

[Citadel Development] dammit, learn to spell

2024-01-16 Thread rss

[Citadel Development] serv_calendar.c: more formatting changes

2024-01-16 Thread rss

[Citadel Development] Continuing the war against C89-style comments

2024-01-16 Thread rss

[Citadel Development] That about wraps it up for serv_calendar.c

2024-01-16 Thread rss

[Citadel Development] The little LEDs on the NanoPi blink when there is activity.

2024-01-16 Thread rss

[Citadel Development] Can you tell I'm REALLY avoiding another task right now?

2024-01-16 Thread rss

[Citadel Development] This time I'm waiting for the computer.

2024-01-16 Thread rss

[Citadel Development] Still waiting...

2024-01-16 Thread rss

[Citadel Development] Still waiting for the computer. Or rather, for other computers.

2024-01-16 Thread rss

[Citadel Development] The damn thing finished. Let's see what it did.

2024-01-16 Thread rss

[Citadel Development] START_CHAT_MODE is renamed to SEND_THEN_RECV

2024-01-16 Thread rss

[Citadel Development] Don't log each table open/close, just the whole operation

2024-01-16 Thread rss

[Citadel Development] Experimenting with the code layout for calendar report handling.

2024-01-16 Thread rss

[Citadel Development] move calendar prototypes around, add more with cproto

2024-01-16 Thread rss

[Citadel Development] updated description

2024-01-16 Thread rss

[Citadel Development] move calendar prototypes around, add more with cproto

2024-01-10 Thread rss

[Citadel Development] Experimenting with the code layout for calendar report handling.

2024-01-08 Thread rss
The goal is to provide calendar searches (date range etc) for both WebCit-NG and for CALDAV REPORT method in a DRY way.

[Citadel Development] Don't log each table open/close, just the whole operation

2024-01-08 Thread rss

[Citadel Development] START_CHAT_MODE is renamed to SEND_THEN_RECV

2024-01-08 Thread rss
This protocol mode began almost 30 years ago when we handled real time chat by holding a session open and moving data back and forth until told to stop. We don't do that anymore, but there are several places where a command requires sending long data in both directions. SEND_THEN_RECV is a better

[Citadel Development] The damn thing finished. Let's see what it did.

2024-01-05 Thread rss

[Citadel Development] This time I'm waiting for the computer.

2024-01-05 Thread rss

[Citadel Development] Still waiting...

2024-01-05 Thread rss

[Citadel Development] Still waiting for the computer. Or rather, for other computers.

2024-01-05 Thread rss

[Citadel Development] Can you tell I'm REALLY avoiding another task right now?

2024-01-05 Thread rss

[Citadel Development] The little LEDs on the NanoPi blink when there is activity.

2024-01-05 Thread rss
It's fun to watch. It's fun to build on ARM first and try x86 later.

[Citadel Development] Continuing the war against C89-style comments

2024-01-05 Thread rss

[Citadel Development] That about wraps it up for serv_calendar.c

2024-01-05 Thread rss
Seeing this code has really brought me back to the upstairs room in my old house where I wrote most of it back in 2002-2003. I can see the sunlight coming in the windows, the color of the carpet, the little alcove where the computer was, the cat sleeping on top of the big CRT monitor. Hopefully t

[Citadel Development] serv_calendar.c: more formatting changes

2024-01-05 Thread rss

[Citadel Development] serv_calendar.c: basically reformatting for modern standards

2024-01-04 Thread rss
When I wrote this stuff I had a 109 column screen. Now our standard is 132 columns. Also we are seeking and destroying any place where spaces were used as indentation. Our code is indented with tabs, the way God intended.

[Citadel Development] dammit, learn to spell

2024-01-04 Thread rss
Many years ago, someone inserted an enum called eMesageText into the code and used it all over the place without correcting the spelling. This commit finally fixes it.

[Citadel Development] serv_calendar.c: basically reformatting for modern standards

2024-01-04 Thread rss
When I wrote this stuff I had a 109 column screen. Now our standard is 132 columns. Also we are seeking and destroying any place where spaces were used as indentation. Our code is indented with tabs, the way God intended.

[Citadel Development] End support for libical <2.0

2024-01-04 Thread rss

[Citadel Development] Wondering how we ever got by with narrow terminals

2024-01-04 Thread rss

[Citadel Development] clarify terms in license

2024-01-03 Thread rss

[Citadel Development] In case you haven't figured it out yet...

2024-01-03 Thread rss
This is what I do when I'm avoiding some other task.

[Citadel Development] dumploadtest.sh: added an exit 0 to the top of the script.

2024-01-03 Thread rss
This is a testing script intended for developers. The last thing we need is for some dumbass to run it without knowing what it does, and then come to us complaining that it deleted their database.

[Citadel Development] style cleanup

2024-01-03 Thread rss

[Citadel Development] Grammar change in the license declaration.

2024-01-03 Thread rss
Many of the files say "use, duplication, or disclosure ARE subject to..." but the common phrasing of this statement is apparently "use, duplication, or disclosure IS subject to..." We are already taking great delight in the fact that we are using the GPL without using Stallman's preferred declarat

[Citadel Development] More C99-style comments.

2024-01-03 Thread rss

[Citadel Development] serv_func.c: simplify IDEN command

2024-01-02 Thread rss
Remove parameters no longer used

[Citadel Development] The sooner we can put webcit-classic out to pasture the better.

2024-01-02 Thread rss
Between its origin as a shitty web application that I built when I had no idea what the hell I was doing, to all of the ways other people fucked it up later, this thing needs to die. As soon as possible.

[Citadel Development] Utilities displaying a color banner now use line drawing characters to form a...

2024-01-02 Thread rss
Utilities displaying a color banner now use line drawing characters to form a box instead of clearing to the end of the line with the background color. The latter does not have the desired effect on all terminals.

[Citadel Development] context.c: last_purge is local to dead_session_purge()

2024-01-02 Thread rss

[Citadel Development] Changes to server session timeouts.

2024-01-02 Thread rss
CLIENT_TIMEOUT was found in the header files but not used anywhere. Removed. dont_term was removed because it was not needed anywhere anymore.

[Citadel Development] Remove sock_close and sock_shutdown 'portability' defs.

2024-01-02 Thread rss

[Citadel Development] It is the current year. (c)-2024

2024-01-02 Thread rss

[Citadel Development] serv_session.c: style update

2023-12-31 Thread rss

[Citadel Development] Removed the dev_code, cli_code, and rev_level fields from the server session.

2023-12-31 Thread rss

[Citadel Development] Starting to bring over calendar server code from webcit-classic.

2023-12-27 Thread rss

[Citadel Development] view_calendar.js: finalized a fetch design pattern

2023-12-27 Thread rss
This uses "fetch" followed by ".then" etc. etc. etc. and is tuned to be a design pattern for future code

[Citadel Development] calendar_view.c (from webcit-classic) : clean up

2023-12-27 Thread rss
Style and comments cleanup. Some of this code is going to get copied over to WebCit-NG so we need to bring it up to our current coding standards (K&R, 1TBF, with C99-style comments)

[Citadel Development] Worked out the syntax for requesting a calendar range

2023-12-22 Thread rss

[Citadel Development] moar skeleton

2023-12-22 Thread rss

[Citadel Development] webcit.h: regenerated function prototypes using cproto

2023-12-22 Thread rss

[Citadel Development] calendar_functions.c: added skeleton

2023-12-22 Thread rss

[Citadel Development] room_functions.c: get_msglist() now returns Array

2023-12-22 Thread rss
Previously it returned a long* which contained a list of longs. Assembling this required the same allocation logic used in our array class, so now we're just using the array class.

[Citadel Development] Changed the arrangement of bytes in the universe

2023-12-22 Thread rss

[Citadel Development] Updated copyright date in files where git blame shows 2023 mods

2023-12-21 Thread rss

[Citadel Development] Added stub renderers for Calendar and Contacts rooms

2023-12-20 Thread rss

[Citadel Development] views.js: convert strings to template literals

2023-12-20 Thread rss

[Citadel Development] Found a place where 1TBS was not used, and fixed it.

2023-12-20 Thread rss
1TBS is important. People who do not use 1TBS are literally Hitler.

[Citadel Development] I really like template literals.

2023-12-19 Thread rss
And now that I know how to use them, I will be using more of them.

[Citadel Development] More template literals.

2023-12-19 Thread rss

[Citadel Development] Tuned up the CSS on more banner buttons

2023-12-19 Thread rss

[Citadel Development] Make the font sizes less cartoonish at extreme viewport sizes

2023-12-19 Thread rss

[Citadel Development] When forwarding an email, pre-load its attachments.

2023-12-18 Thread rss
This completes the effort to server-side-preload the attachments from the original message. They appear as attachments in the forwarded copy of the message in the composer, using the same API. A lot of effort went into making the 'attach' and 'forward attachments' functions DRY with respect to ea

[Citadel Development] serv_smtpclient.c: style cleanup

2023-12-17 Thread rss
Mostly just made stuff look nice in 132 columns

[Citadel Development] upload.c: completed the code to reload attachments.

2023-12-14 Thread rss
Now we have an API call to load attachments from existing messages instead of from the browser. This is the server side API. Still need to integrate it into the client.

[Citadel Development] view_mail.js: don't list attachments in a quote or forward

2023-12-14 Thread rss

[Citadel Development] upload.c: skeleton code for load_attachments_from_message()

2023-12-13 Thread rss

[Citadel Development] uploads.c: made the syslog less verbose

2023-12-13 Thread rss
Also documented the JSON return values in api.txt

[Citadel Development] view_mail.js: more improvements to mail forwarding

2023-12-12 Thread rss
* "Fwd:" instead of "Re:" * The "--- forwarded message ---" po string is carried over from webcit-classic * Make the editor aware that a message is being forwarded * TODO: load attachments from the message being forwarded

[Citadel Development] Keep the "Attachments:" button updated.

2023-12-12 Thread rss
When an attachment is added or removed using the upload window, also update the count in the button.

[Citadel Development] "Number of attachments" div name is now variable.

2023-12-12 Thread rss
Actually it's an array of strings, and the upload module will update every div stored in there with the attachment count.

[Citadel Development] view_mail.js: remove upload from local array when deleted.

2023-12-07 Thread rss
This makes the Attachments: counter decrement correctly.

[Citadel Development] view_mail.js: removed the is_quoted parameter.

2023-12-07 Thread rss
is_quoted is now determined by whether quoted_msgnum is nonzero. In mail, we always pull quote for replies.

[Citadel Development] view_mail.js: fixed handling of references field

2023-12-06 Thread rss

[Citadel Development] Converting recipient arrays to recipient strings:

2023-12-01 Thread rss
Fixed the dedupe so it works before now, and also made it DRY.

[Citadel Development] databaselayout.md: updated to remove networking

2023-11-30 Thread rss

[Citadel Development] Fixing the parameters sent to the mail composer.

2023-11-29 Thread rss
Reply/ReplyAll/Forward need some things that are not strings and the source arrays seem to still be in scope, so we go with that. Need to tune this up some more. Some things are still missing, such as the references and reply msgnum.

[Citadel Development] view_mail.js: make the Forward button appear.

2023-11-28 Thread rss
Needs a lot of work. Currently it is just a reply with no addressees filled in. It needs to not quote the message, and carry over the attachments.

[Citadel Development] "make cc/bcc visible" now makes BOTH visible.

2023-11-28 Thread rss
Somewhere along the line it lost CC and only showed BCC.

[Citadel Development] serv_extensions.c: style cleanup from 30,000 feet

2023-11-27 Thread rss
No, I'm not takin a broader view of the code. I'm actually on an airplane.

[Citadel Development] mail view: focus the cursor in the correct place when composing

2023-11-21 Thread rss

[Citadel Development] Focus on "To:" for new messages, body for replies.

2023-11-21 Thread rss

[Citadel Development] Only attempt to insert quote when replying to mail.

2023-11-21 Thread rss
Also do that after rendering the attachments window. Doing it before doesn't work. I don't know why.

[Citadel Development] Restored the gap before the "Hi From Stu" sound.

2023-11-21 Thread rss
Now I see why he put it there in the first place. Some players (including the one in my browser) cut off the first bit of sound.

[Citadel Development] Removed temporary diagnostic output

2023-11-21 Thread rss

[Citadel Development] upload.js: when removing an attachment, delete the div

2023-11-20 Thread rss
This is handled the usual way, when we get a successful response from the HTTP DELETE method, it triggers the removal of the list element showing the attachment.

[Citadel Development] When a mail compose is canceled, flush all uploads.

2023-11-19 Thread rss
Most of this was already in place. We now just run through our upload list and do an async DELETE operation for each one.

[Citadel Development] upload.js: moved the delete-an-attachment skeleton code to its own function

2023-11-09 Thread rss

[Citadel Development] Fixed the MIME boundary after the message text.

2023-11-06 Thread rss
It had the trailing dashes in it, so it was getting interpreted as the end of the message. Now that's corrected and the parsers of the world are happy. Also, we eliminated the double-nesting thing, and everything is hunky dory now.

[Citadel Development] Quoted-printable encode HTML messages on the WebCit Server side.

2023-11-06 Thread rss
This allows us to do multipart with attachments without nested encoding.

[Citadel Development] webcit-ng: fixed the way HTTP uploads are fed into the MIME Parser.

2023-11-06 Thread rss
mime_parser() expects HEADERS+CONTENT but our h.request_body only contains CONTENT. The fix: our transaction struct now has h.request_body_with_synth_headers that begins with a synthetic Content-Type: header followed by a blank line and then the request body. h.request_body is now just a pointer i

[Citadel Development] Looks like I need to remove some optimization cancer from mime_parser.c, but...

2023-11-06 Thread rss
Looks like I need to remove some optimization cancer from mime_parser.c, but first, a bit of style cleanup.

  1   2   3   4   >