citadel.git
7 years agoConverted two more .c files to new logging standard
Art Cancro [Fri, 7 Apr 2017 15:35:19 +0000 (11:35 -0400)]
Converted two more .c files to new logging standard

7 years agofix double-free when there are multiple mxes
Art Cancro [Fri, 7 Apr 2017 12:35:58 +0000 (08:35 -0400)]
fix double-free when there are multiple mxes

7 years agobug
Art Cancro [Fri, 7 Apr 2017 12:23:17 +0000 (08:23 -0400)]
bug

7 years agoFixed a bug reported by bennabiy, certain IMAP FETCH operations were outputting a...
Art Cancro [Thu, 6 Apr 2017 18:48:50 +0000 (14:48 -0400)]
Fixed a bug reported by bennabiy, certain IMAP FETCH operations were outputting a stray newline to the client which should have been captured into redirect_buffer

7 years agoCompleted the rewrite of the network poller. Again I'm not terribly happy with this...
Art Cancro [Wed, 5 Apr 2017 16:22:17 +0000 (12:22 -0400)]
Completed the rewrite of the network poller.  Again I'm not terribly happy with this one.  All of the Gen 3 pollers have libcurl do all the work, but this one doesn't.  I intend to replace IGnet protocol completely with something else (probably NNTP or IGnet-over-SMTP) in the not too distant future.

7 years agoRevert "Remove the netout consolidation phase. We are going to leave it as multiple...
Art Cancro [Wed, 5 Apr 2017 01:52:59 +0000 (21:52 -0400)]
Revert "Remove the netout consolidation phase.  We are going to leave it as multiple files and send them all"

This reverts commit 819f040ad844dcb6cf404136c469254715b525b4.

7 years agoRemove the netout consolidation phase. We are going to leave it as multiple files...
Art Cancro [Wed, 5 Apr 2017 01:35:05 +0000 (21:35 -0400)]
Remove the netout consolidation phase.  We are going to leave it as multiple files and send them all

7 years agoRemove obsolete client config option
Art Cancro [Tue, 4 Apr 2017 20:29:14 +0000 (16:29 -0400)]
Remove obsolete client config option

7 years agoInitial version of new room sharing poller. I don't really like this because it...
Art Cancro [Tue, 4 Apr 2017 20:26:47 +0000 (16:26 -0400)]
Initial version of new room sharing poller.  I don't really like this because it resembles a Gen 1 poller more than a Gen 3 poller, but this is going to be an intermediate step.

7 years agoIndents are 8 characters wide and are expressed as a tab character.
Art Cancro [Fri, 31 Mar 2017 18:10:41 +0000 (14:10 -0400)]
Indents are 8 characters wide and are expressed as a tab character.
Anyone who disagrees is LITERALLY Hitler.

7 years agocleanup
Art Cancro [Fri, 31 Mar 2017 18:06:13 +0000 (14:06 -0400)]
cleanup

7 years agoThese hooks are not needed when running single threaded
Art Cancro [Fri, 31 Mar 2017 14:24:14 +0000 (10:24 -0400)]
These hooks are not needed when running single threaded

7 years agomore moving to new logging standard
Art Cancro [Thu, 30 Mar 2017 21:18:40 +0000 (17:18 -0400)]
more moving to new logging standard

7 years agoUpdated XMPP server to new logging standard
Art Cancro [Thu, 30 Mar 2017 20:42:33 +0000 (16:42 -0400)]
Updated XMPP server to new logging standard

7 years agoupdated serv_networkclient.c to new logging standard
Art Cancro [Thu, 30 Mar 2017 13:57:20 +0000 (09:57 -0400)]
updated serv_networkclient.c to new logging standard

7 years agoupdated modules/network/*.c to new logging standard
Art Cancro [Thu, 30 Mar 2017 13:47:36 +0000 (09:47 -0400)]
updated modules/network/*.c to new logging standard

7 years agoAs far as I can tell this module was never linked into the system
Art Cancro [Sat, 25 Mar 2017 03:43:14 +0000 (23:43 -0400)]
As far as I can tell this module was never linked into the system

7 years agoUpdated more modules to the new logging convention
Art Cancro [Sat, 25 Mar 2017 03:36:07 +0000 (23:36 -0400)]
Updated more modules to the new logging convention

7 years agoUpdated more modules to the new logging standard
Art Cancro [Fri, 24 Mar 2017 20:48:33 +0000 (16:48 -0400)]
Updated more modules to the new logging standard

7 years agoUpdated more modules to the new logging standard
Art Cancro [Fri, 24 Mar 2017 20:41:19 +0000 (16:41 -0400)]
Updated more modules to the new logging standard

7 years agomsgbase.c updated to new logging standard
Art Cancro [Fri, 24 Mar 2017 20:31:20 +0000 (16:31 -0400)]
msgbase.c updated to new logging standard

7 years agoUpdated more modules to the new logging standard
Art Cancro [Fri, 24 Mar 2017 20:15:18 +0000 (16:15 -0400)]
Updated more modules to the new logging standard

7 years agodatabase.c: update to new logging standard
Art Cancro [Fri, 24 Mar 2017 16:03:56 +0000 (12:03 -0400)]
database.c: update to new logging standard

7 years agoooooohh pretty!
Art Cancro [Fri, 24 Mar 2017 15:52:09 +0000 (11:52 -0400)]
ooooohh pretty!

7 years agoRemove example queue message from comments
Art Cancro [Fri, 24 Mar 2017 15:29:32 +0000 (11:29 -0400)]
Remove example queue message from comments

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