citadel.git
7 years agoIf the administrator specifies a smart-host as an smtp:// or smtps:// URI, allow...
Art Cancro [Fri, 24 Mar 2017 01:15:22 +0000 (21:15 -0400)]
If the administrator specifies a smart-host as an smtp:// or smtps:// URI, allow that.

7 years agoNew SMTP client implementation makes libcurl do all the work.
Art Cancro [Thu, 23 Mar 2017 21:56:58 +0000 (17:56 -0400)]
New SMTP client implementation makes libcurl do all the work.

7 years agofixed off-by-one error in previous commit
Art Cancro [Thu, 23 Mar 2017 20:30:44 +0000 (16:30 -0400)]
fixed off-by-one error in previous commit

7 years agoNew ctdlsh command "mailq" to show the outbound SMTP queue
Art Cancro [Thu, 23 Mar 2017 20:25:08 +0000 (16:25 -0400)]
New ctdlsh command "mailq" to show the outbound SMTP queue

7 years agoRemoved some defines no longer in use
Art Cancro [Sun, 19 Mar 2017 04:08:58 +0000 (00:08 -0400)]
Removed some defines no longer in use

7 years agopop3: style cleanup
Art Cancro [Wed, 15 Mar 2017 16:35:01 +0000 (12:35 -0400)]
pop3: style cleanup

7 years ago80 column screens are so 20th century
Art Cancro [Mon, 13 Mar 2017 15:25:53 +0000 (11:25 -0400)]
80 column screens are so 20th century

7 years agowebcit-ng
Art Cancro [Sun, 12 Mar 2017 05:32:38 +0000 (00:32 -0500)]
webcit-ng

7 years agomove webcit-ng into a directory of master
Art Cancro [Sun, 12 Mar 2017 05:30:06 +0000 (00:30 -0500)]
move webcit-ng into a directory of master

7 years agoThis is really just me playing around with git
Art Cancro [Sun, 12 Mar 2017 05:13:45 +0000 (00:13 -0500)]
This is really just me playing around with git

7 years agoCoding style cleanup in textclient/routines2.c
Art Cancro [Sun, 12 Mar 2017 04:40:54 +0000 (23:40 -0500)]
Coding style cleanup in textclient/routines2.c

7 years agoRemoved race condition from CheckIfAlreadySeen()
Art Cancro [Sun, 12 Mar 2017 04:14:20 +0000 (23:14 -0500)]
Removed race condition from CheckIfAlreadySeen()

7 years agoMoving the interval selection to a different place
Art Cancro [Sat, 11 Mar 2017 21:23:52 +0000 (16:23 -0500)]
Moving the interval selection to a different place

7 years agoMerge branch 'easy_pop3'
Art Cancro [Sat, 11 Mar 2017 21:03:00 +0000 (16:03 -0500)]
Merge branch 'easy_pop3'

7 years agoCompleted the new simplified pop3client.
Art Cancro [Sat, 11 Mar 2017 21:02:07 +0000 (16:02 -0500)]
Completed the new simplified pop3client.

7 years agoantiexpire 0 for rss
Art Cancro [Fri, 10 Mar 2017 16:41:49 +0000 (11:41 -0500)]
antiexpire 0 for rss

7 years agoantiexpire 0 for rss
Art Cancro [Fri, 10 Mar 2017 16:41:49 +0000 (11:41 -0500)]
antiexpire 0 for rss

7 years agoantiexpire 0 for pop3
Art Cancro [Fri, 10 Mar 2017 16:40:51 +0000 (11:40 -0500)]
antiexpire 0 for pop3

7 years agoqueue-then-do
Art Cancro [Fri, 10 Mar 2017 15:30:01 +0000 (10:30 -0500)]
queue-then-do

7 years agoparse uidl list
Art Cancro [Fri, 10 Mar 2017 04:00:11 +0000 (23:00 -0500)]
parse uidl list

7 years agoTry POP3S first, then POP3 if it fails. Always ignore the certificate because that...
Art Cancro [Thu, 9 Mar 2017 15:29:02 +0000 (10:29 -0500)]
Try POP3S first, then POP3 if it fails.  Always ignore the certificate because that's a false sense of security and I don't feel like adding the complexity required to make the user specify their preference on every single connection.  Also ran some tests to confirm that once libcurl opens a POP3 connection it stays open for the remaining commands, which is good because we don't want the message numbers to get out of sequence.

7 years agoTry pop3s first, then pop3
Art Cancro [Thu, 9 Mar 2017 15:15:16 +0000 (10:15 -0500)]
Try pop3s first, then pop3

7 years agofoo
Art Cancro [Thu, 9 Mar 2017 00:52:37 +0000 (19:52 -0500)]
foo

7 years agoSkeletonize pop3client for easy_curl rewrite
Art Cancro [Thu, 9 Mar 2017 00:49:13 +0000 (19:49 -0500)]
Skeletonize pop3client for easy_curl rewrite

7 years agoPlaying around with the pop3 client
Art Cancro [Thu, 9 Mar 2017 00:29:04 +0000 (19:29 -0500)]
Playing around with the pop3 client

7 years agoEager-zero and compress CDB_USETABLE records to save disk space.
Art Cancro [Thu, 9 Mar 2017 00:08:43 +0000 (19:08 -0500)]
Eager-zero and compress CDB_USETABLE records to save disk space.

7 years agoholy crap did I break this badly by reformatting it, I think that the module entry...
Art Cancro [Wed, 8 Mar 2017 19:15:41 +0000 (14:15 -0500)]
holy crap did I break this badly by reformatting it, I think that the module entry point scanner parser thing was looking for stuff to be formatted in a particular way, and I broke it so the build broke and bad things happened ... reverted most of it and cleaned up a couple of things , it builds now but I have to do all of the testing again to make sure there were no other side effects ... this is all going away in webcit-ng

7 years agoDon't force_room=Contacts in the vCard edit template
Art Cancro [Wed, 8 Mar 2017 18:31:30 +0000 (13:31 -0500)]
Don't force_room=Contacts in the vCard edit template

7 years agoIMAP server: fix spurious 'incorrect number of parameters' message when login fails
Art Cancro [Tue, 7 Mar 2017 23:23:59 +0000 (18:23 -0500)]
IMAP server: fix spurious 'incorrect number of parameters' message when login fails

7 years agofound the bug! fixed it!
Art Cancro [Tue, 7 Mar 2017 16:54:43 +0000 (11:54 -0500)]
found the bug!  fixed it!

7 years agoblah
Art Cancro [Tue, 7 Mar 2017 15:27:40 +0000 (10:27 -0500)]
blah

7 years agoIsolated the bug (but haven't fixed it yet)
Art Cancro [Tue, 7 Mar 2017 15:06:14 +0000 (10:06 -0500)]
Isolated the bug (but haven't fixed it yet)

7 years agostyle cleanup , we have wide screens now
Art Cancro [Tue, 7 Mar 2017 14:51:23 +0000 (09:51 -0500)]
style cleanup , we have wide screens now

7 years agoSuppress stray display of contact names over address book tabs. Still need to fix...
Art Cancro [Sun, 5 Mar 2017 23:04:21 +0000 (18:04 -0500)]
Suppress stray display of contact names over address book tabs.  Still need to fix the tabs

7 years agospell 'yahoo' correctly
Art Cancro [Sun, 5 Mar 2017 21:58:39 +0000 (16:58 -0500)]
spell 'yahoo' correctly

7 years agoMore style cleanup ... preparing to streamline the pop3 client
Art Cancro [Sat, 4 Mar 2017 23:42:49 +0000 (18:42 -0500)]
More style cleanup ... preparing to streamline the pop3 client

7 years agostyle cleanup
Art Cancro [Sat, 4 Mar 2017 22:17:19 +0000 (17:17 -0500)]
style cleanup

7 years agostyle cleanup
Art Cancro [Sat, 4 Mar 2017 22:13:55 +0000 (17:13 -0500)]
style cleanup

7 years agostyle cleanup
Art Cancro [Sat, 4 Mar 2017 22:03:27 +0000 (17:03 -0500)]
style cleanup

7 years agostyle cleanup
Art Cancro [Sat, 4 Mar 2017 05:59:31 +0000 (00:59 -0500)]
style cleanup

7 years agostyle cleanup
Art Cancro [Sat, 4 Mar 2017 05:26:45 +0000 (00:26 -0500)]
style cleanup

7 years agocitserver version to 907
Art Cancro [Thu, 2 Mar 2017 13:10:06 +0000 (08:10 -0500)]
citserver version to 907

7 years agoAccept the 'content' tag OR the 'summary' tag for Atom feeds.
Art Cancro [Thu, 2 Mar 2017 13:06:15 +0000 (08:06 -0500)]
Accept the 'content' tag OR the 'summary' tag for Atom feeds.

7 years agologging changes
Art Cancro [Tue, 28 Feb 2017 16:32:46 +0000 (11:32 -0500)]
logging changes

7 years agominor cosmetic changes
Art Cancro [Tue, 28 Feb 2017 16:30:55 +0000 (11:30 -0500)]
minor cosmetic changes

7 years agoquickie header file change
Art Cancro [Tue, 28 Feb 2017 16:26:53 +0000 (11:26 -0500)]
quickie header file change

7 years agoOne blank line between sections of code, two blanks between functions.
Art Cancro [Tue, 28 Feb 2017 16:17:59 +0000 (11:17 -0500)]
One blank line between sections of code, two blanks between functions.

7 years agoParse date format correctly in Atom feeds
Art Cancro [Mon, 27 Feb 2017 00:11:05 +0000 (19:11 -0500)]
Parse date format correctly in Atom feeds

7 years agoIgnore namespace, this is a naive parser, this fixes Atom feeds
Art Cancro [Sun, 26 Feb 2017 23:58:17 +0000 (18:58 -0500)]
Ignore namespace, this is a naive parser, this fixes Atom feeds

7 years agoCompleted the greatly-simplified RSS feed reader
Art Cancro [Sun, 26 Feb 2017 23:44:59 +0000 (18:44 -0500)]
Completed the greatly-simplified RSS feed reader

7 years agoMore work on the simplified parser
Art Cancro [Sun, 26 Feb 2017 20:42:54 +0000 (15:42 -0500)]
More work on the simplified parser

7 years agoparser
Art Cancro [Sun, 26 Feb 2017 03:13:09 +0000 (22:13 -0500)]
parser

7 years agoParser fix
Art Cancro [Sun, 26 Feb 2017 01:58:22 +0000 (20:58 -0500)]
Parser fix

7 years agoMove back to single threaded structure for rss feed puller
Art Cancro [Sun, 26 Feb 2017 01:52:05 +0000 (20:52 -0500)]
Move back to single threaded structure for rss feed puller

7 years agocosmetic cleanup
Art Cancro [Sat, 25 Feb 2017 04:26:46 +0000 (23:26 -0500)]
cosmetic cleanup

7 years agoctdlsh can now run in interactive mode or accept a single command on the command...
Art Cancro [Wed, 15 Feb 2017 04:07:10 +0000 (23:07 -0500)]
ctdlsh can now run in interactive mode or accept a single command on the command line

7 years agoNew function StrBufDecodeQP() to decode a quoted-printable StrBuf in-place without...
Art Cancro [Wed, 1 Feb 2017 03:47:57 +0000 (22:47 -0500)]
New function StrBufDecodeQP() to decode a quoted-printable StrBuf in-place without reallocation

7 years agoFixed an oops in the setup program that was causing the system user to be reset to...
Art Cancro [Sun, 15 Jan 2017 23:24:45 +0000 (18:24 -0500)]
Fixed an oops in the setup program that was causing the system user to be reset to root on subsequent runs.

7 years agoFixed a syntax error introduced by the previous commit. Maybe the Russians did it...
Art Cancro [Sun, 15 Jan 2017 23:15:06 +0000 (18:15 -0500)]
Fixed a syntax error introduced by the previous commit.  Maybe the Russians did it!  HAHAHAHA

7 years agoRemove the vCard module's attempt to create a netconfig file in the obsolete format...
Art Cancro [Sun, 15 Jan 2017 23:06:08 +0000 (18:06 -0500)]
Remove the vCard module's attempt to create a netconfig file in the obsolete format for the Global Address Book room.  Increment version number to 906 for immediate release.

7 years agooops, I left a debug printf in there that I shouldn't have.
Art Cancro [Fri, 6 Jan 2017 23:35:43 +0000 (18:35 -0500)]
oops, I left a debug printf in there that I shouldn't have.

7 years agoFinished up headers mode 1 vs 9, also change vertical bars in subject to hyphens...
Art Cancro [Fri, 6 Jan 2017 23:24:25 +0000 (18:24 -0500)]
Finished up headers mode 1 vs 9, also change vertical bars in subject to hyphens so it doesnt screw up the protocol

7 years agoIntroduce new MSGS mode for threads to avoid breaking old webcit subject lines
Art Cancro [Fri, 6 Jan 2017 22:55:08 +0000 (17:55 -0500)]
Introduce new MSGS mode for threads to avoid breaking old webcit subject lines

7 years agoAdd hashes of message id and references to msgs commands with headers
Art Cancro [Wed, 4 Jan 2017 04:16:49 +0000 (23:16 -0500)]
Add hashes of message id and references to msgs commands with headers

7 years agoChange banner to 2017
Art Cancro [Sat, 31 Dec 2016 19:09:33 +0000 (14:09 -0500)]
Change banner to 2017

7 years agoSanitizing inputs on auth.c
Art Cancro [Fri, 25 Nov 2016 19:30:51 +0000 (14:30 -0500)]
Sanitizing inputs on auth.c

7 years agoLet Berkeley DB remove old database logs on its own, using the DB_LOG_AUTO_REMOVE...
Art Cancro [Mon, 14 Nov 2016 17:25:01 +0000 (12:25 -0500)]
Let Berkeley DB remove old database logs on its own, using the DB_LOG_AUTO_REMOVE flag instead of cdb_cull_logs().
The latter will be removed completely once we are confident this works well.

7 years agoVersion number to 903 for distribution
Art Cancro [Mon, 7 Nov 2016 21:10:17 +0000 (16:10 -0500)]
Version number to 903 for distribution

7 years agoSimple concurrency lock to prevent multiple citservers running at the same time
Art Cancro [Sat, 10 Sep 2016 21:20:21 +0000 (17:20 -0400)]
Simple concurrency lock to prevent multiple citservers running at the same time

7 years agoctdlsh configure script is now awesomer than gnu autotools.
Art Cancro [Thu, 25 Aug 2016 03:42:02 +0000 (23:42 -0400)]
ctdlsh configure script is now awesomer than gnu autotools.

7 years agoRemoved traces of another build that leaked into git master
Art Cancro [Mon, 22 Aug 2016 14:59:13 +0000 (10:59 -0400)]
Removed traces of another build that leaked into git master

7 years ago.gitignore
Art Cancro [Mon, 22 Aug 2016 14:38:48 +0000 (10:38 -0400)]
.gitignore

7 years agoconfigure script
Art Cancro [Fri, 19 Aug 2016 22:39:08 +0000 (18:39 -0400)]
configure script

7 years agoAdded a simple configure script that is superior to gnu autotools
Art Cancro [Fri, 19 Aug 2016 22:15:19 +0000 (18:15 -0400)]
Added a simple configure script that is superior to gnu autotools

7 years agohot help for config command in ctdlsh
Art Cancro [Wed, 17 Aug 2016 17:52:37 +0000 (13:52 -0400)]
hot help for config command in ctdlsh

7 years agoctdlsh can now get and set server configuration varia bles
Art Cancro [Wed, 17 Aug 2016 17:41:18 +0000 (13:41 -0400)]
ctdlsh can now get and set server configuration varia bles

7 years agoa little more work on our autotools-free Makefile
Art Cancro [Wed, 17 Aug 2016 16:50:20 +0000 (12:50 -0400)]
a little more work on our autotools-free Makefile

7 years agoStarted working on a ctdlsh command framework to show and manipulate the server confi...
Art Cancro [Tue, 16 Aug 2016 21:48:35 +0000 (17:48 -0400)]
Started working on a ctdlsh command framework to show and manipulate the server configuration.

7 years agoAdded a simple Makefile for ctdlsh
Art Cancro [Tue, 16 Aug 2016 20:35:20 +0000 (16:35 -0400)]
Added a simple Makefile for ctdlsh

7 years agoremoved all of the gnu autofoo crap from ctdlsh
Art Cancro [Tue, 16 Aug 2016 20:33:17 +0000 (16:33 -0400)]
removed all of the gnu autofoo crap from ctdlsh

7 years ago* Hillary Clinton is obviously sick right now. I hope she dies.
Art Cancro [Tue, 16 Aug 2016 20:24:43 +0000 (16:24 -0400)]
* Hillary Clinton is obviously sick right now.  I hope she dies.

7 years agoFixed a null pointer comparison
Art Cancro [Fri, 29 Jul 2016 14:22:03 +0000 (10:22 -0400)]
Fixed a null pointer comparison

7 years agoignore -p when called from telnetd
Art Cancro [Sat, 14 May 2016 15:09:19 +0000 (11:09 -0400)]
ignore -p when called from telnetd

7 years agoconnection debug on text client
Art Cancro [Sat, 14 May 2016 15:03:47 +0000 (11:03 -0400)]
connection debug on text client

7 years agotextclient: don't try to stat citadel.config; it doesn't exist anymore.
Art Cancro [Fri, 13 May 2016 14:22:17 +0000 (10:22 -0400)]
textclient: don't try to stat citadel.config; it doesn't exist anymore.

Conflicts:
webcit/webcit.h

7 years agoQuick hack to buildpackages, use "buildpackages version" to simply have it tell you... Release_902
Art Cancro [Fri, 6 May 2016 05:50:50 +0000 (01:50 -0400)]
Quick hack to buildpackages, use "buildpackages version" to simply have it tell you what version number it's picking up.

7 years agoFixed the version number display in the template
Art Cancro [Tue, 3 May 2016 03:36:20 +0000 (23:36 -0400)]
Fixed the version number display in the template

7 years agoHide the Telephone Number field in the site config, it is no longer present in Citade...
Art Cancro [Tue, 3 May 2016 03:33:38 +0000 (23:33 -0400)]
Hide the Telephone Number field in the site config, it is no longer present in Citadel Server

7 years agoFixed some fields in the legacy CONF PUT command, they were set up as booleans when...
Art Cancro [Tue, 3 May 2016 03:25:37 +0000 (23:25 -0400)]
Fixed some fields in the legacy CONF PUT command, they were set up as booleans when they should have been strings.

7 years agoWait longer (30 seconds instead of 10) to connect to Citadel server when running...
Art Cancro [Tue, 3 May 2016 02:29:01 +0000 (22:29 -0400)]
Wait longer (30 seconds instead of 10) to connect to Citadel server when running setup.  We might have just started the server and it's still initializing.  Also show a progress bar while doing this.

7 years agodatabase_cleanup.sh has another table to clean
Art Cancro [Tue, 3 May 2016 02:19:31 +0000 (22:19 -0400)]
database_cleanup.sh has another table to clean

8 years agowar on cruft continues
Art Cancro [Tue, 26 Apr 2016 16:29:26 +0000 (12:29 -0400)]
war on cruft continues

8 years agoRemoved the logic that attempted to deliver mailing lists not more than once per...
Art Cancro [Sun, 24 Apr 2016 23:16:09 +0000 (19:16 -0400)]
Removed the logic that attempted to deliver mailing lists not more than once per day.  It had two problems:  (1) The once-per-day logic failed to consider that there could be more than one mailing list; and (2) it didn't work.

8 years agoRemove dotted-decimal version numbers from the text client.
Art Cancro [Sun, 24 Apr 2016 18:53:57 +0000 (14:53 -0400)]
Remove dotted-decimal version numbers from the text client.

8 years agoNew command CONF LISTVAL to output the whole system configuration to an authorized...
Art Cancro [Sun, 24 Apr 2016 18:34:26 +0000 (14:34 -0400)]
New command CONF LISTVAL to output the whole system configuration to an authorized client.

8 years agoMoved all of techdoc/ into docs/ ... for now
Art Cancro [Sun, 24 Apr 2016 17:45:33 +0000 (13:45 -0400)]
Moved all of techdoc/ into docs/  ... for now

8 years agoContinued the war against cruft. Don't touch utmp anymore; always use the output...
Art Cancro [Sun, 24 Apr 2016 17:38:57 +0000 (13:38 -0400)]
Continued the war against cruft.  Don't touch utmp anymore; always use the output of 'who am i' for the client's hostname.  Also replaced old hand-coded extraction with a call to our library function stripallbut().

8 years agoHelp text for the <.H>elp: commands in the text client, has been moved *into* the...
Art Cancro [Sun, 24 Apr 2016 13:32:10 +0000 (09:32 -0400)]
Help text for the <.H>elp: commands in the text client, has been moved *into* the text client.

8 years agoRemoved all references to ctdl_hlp_dir. cmd_mesg() and cmd_emsg() now only look...
Art Cancro [Sat, 23 Apr 2016 18:37:14 +0000 (14:37 -0400)]
Removed all references to ctdl_hlp_dir.  cmd_mesg() and cmd_emsg() now only look in the messages directory.

8 years agoAdded a cast to silence a compiler warning
Art Cancro [Sat, 23 Apr 2016 18:25:26 +0000 (14:25 -0400)]
Added a cast to silence a compiler warning