silenced a silly little compiler warning
[citadel.git] / citadel / modules /
2017-12-06 Art Cancrominor cosmetic cleanups
2017-11-30 Art CancroSynchronization of LDAP users to Citadel is now complet...
2017-11-06 Art Cancrogetuserbyuid() now uses the extauth index, so we can...
2017-11-06 Art CancroInternal version number to 913 to activate UID indexing...
2017-11-06 Art CancroIndex by UID
2017-11-05 Art Cancromore moving towards ldap sync ... lots of refactoring
2017-10-30 Art CancroMore use of %m instead of strerror(errno)
2017-10-30 Art CancroRepurposed an old upgrade module for upcoming index...
2017-10-30 Art Cancrowtf, people? we indent with tabs not spaces.
2017-10-30 Art CancroInternal API change, create_user() now expects to be...
2017-10-30 Art CancroChange the become_user parameter of create_user() to...
2017-10-30 Art CancroRemove unused parameter
2017-10-28 Art CancroMore prep for turning openid table into generic externa...
2017-10-28 Art CancroCDB_OPENID is now CDB_EXTAUTH
2017-10-26 Art Cancroremove DH parameter stuff that isn't needed and doesn...
2017-10-26 Art Cancroremove syntax error
2017-10-26 Art Cancrotry to work with libical1 and libical2
2017-10-25 Art Cancrolibical_errors_are_fatal is now opaque. Change to...
2017-07-12 Art CancroNew config option 'c_smtpclient_try_starttls' if nonzer...
2017-07-12 Art CancroCURUSESSL_TRY for outbound SMTP (currently commented...
2017-07-12 Art CancroRun db->compact() to shrink DB files on disk after...
2017-07-02 Art CancroExperiment with DB->compact() to reduce the size of...
2017-07-02 Art CancroCompleted initial version of text client admin edit...
2017-06-24 Art CancroAGEA and ASEA server commands to get and set a user...
2017-06-23 Art Cancrosmall cleanup of serv_user.c before I work on it
2017-06-14 Art Cancrotext client <.A>ide <S>ysconfig <I>nternet , when encou...
2017-06-11 Art Cancrosyntax cleanup
2017-06-05 Art CancroStarting to work on the inetcfg_backend stuff
2017-05-24 Art CancroRemoved some vestiges of the old logging system
2017-05-19 Art CancroAt login time, copy prefer email addresses for user...
2017-05-18 Art CancroCompleted the code to insert each email address for...
2017-05-16 Art CancroNew data format for internet addresses, convert old...
2017-04-18 Art CancroFix output of UID COPY operation
2017-04-18 Art Cancroimap_output_copyuid_response() now accepts an IMAP...
2017-04-14 Art CancroTransmit the proper host name (set from c_fqdn) in...
2017-04-07 Art CancroHonor retry time
2017-04-07 Art Cancrofix double-free when there are multiple mxes
2017-04-07 Art Cancrobug
2017-04-06 Art CancroFixed a bug reported by bennabiy, certain IMAP FETCH...
2017-04-05 Art CancroCompleted the rewrite of the network poller. Again...
2017-04-05 Art CancroRevert "Remove the netout consolidation phase. We...
2017-04-05 Art CancroRemove the netout consolidation phase. We are going...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-31 Art CancroIndents are 8 characters wide and are expressed as...
2017-03-31 Art Cancrocleanup
2017-03-31 Art CancroThese hooks are not needed when running single threaded
2017-03-30 Art Cancromore moving to new logging standard
2017-03-30 Art CancroUpdated XMPP server to new logging standard
2017-03-30 Art Cancroupdated serv_networkclient.c to new logging standard
2017-03-30 Art Cancroupdated modules/network/*.c to new logging standard
2017-03-25 Art CancroAs far as I can tell this module was never linked into...
2017-03-24 Art CancroUpdated more modules to the new logging standard
2017-03-24 Art CancroUpdated more modules to the new logging standard
2017-03-24 Art Cancroooooohh pretty!
2017-03-24 Art CancroRemove example queue message from comments
2017-03-24 Art CancroIf the administrator specifies a smart-host as an smtp...
2017-03-23 Art CancroNew SMTP client implementation makes libcurl do all...
2017-03-15 Art Cancropop3: style cleanup
2017-03-12 Art CancroRemoved race condition from CheckIfAlreadySeen()
2017-03-11 Art CancroMerge branch 'easy_pop3'
2017-03-11 Art CancroCompleted the new simplified pop3client.
2017-03-10 Art Cancroantiexpire 0 for rss
2017-03-10 Art Cancroantiexpire 0 for rss
2017-03-10 Art Cancroantiexpire 0 for pop3
2017-03-10 Art Cancroqueue-then-do
2017-03-10 Art Cancroparse uidl list
2017-03-09 Art CancroTry POP3S first, then POP3 if it fails. Always ignore...
2017-03-09 Art CancroTry pop3s first, then pop3
2017-03-09 Art Cancrofoo
2017-03-09 Art CancroSkeletonize pop3client for easy_curl rewrite
2017-03-09 Art CancroPlaying around with the pop3 client
2017-03-09 Art CancroEager-zero and compress CDB_USETABLE records to save...
2017-03-07 Art CancroIMAP server: fix spurious 'incorrect number of paramete...
2017-03-04 Art CancroMore style cleanup ... preparing to streamline the...
2017-03-04 Art Cancrostyle cleanup
2017-03-04 Art Cancrostyle cleanup
2017-03-04 Art Cancrostyle cleanup
2017-03-04 Art Cancrostyle cleanup
2017-03-02 Art CancroAccept the 'content' tag OR the 'summary' tag for Atom...
2017-02-28 Art CancroOne blank line between sections of code, two blanks...
2017-02-27 Art CancroParse date format correctly in Atom feeds
2017-02-26 Art CancroIgnore namespace, this is a naive parser, this fixes...
2017-02-26 Art CancroCompleted the greatly-simplified RSS feed reader
2017-02-26 Art CancroMore work on the simplified parser
2017-02-26 Art Cancroparser
2017-02-26 Art CancroParser fix
2017-02-26 Art CancroMove back to single threaded structure for rss feed...
2017-01-15 Art CancroFixed a syntax error introduced by the previous commit...
2017-01-15 Art CancroRemove the vCard module's attempt to create a netconfig...
2017-01-06 Art Cancrooops, I left a debug printf in there that I shouldn...
2017-01-06 Art CancroFinished up headers mode 1 vs 9, also change vertical...
2017-01-06 Art CancroIntroduce new MSGS mode for threads to avoid breaking...
2017-01-04 Art CancroAdd hashes of message id and references to msgs command...
2016-04-24 Art CancroRemoved the logic that attempted to deliver mailing...
2016-04-23 Art CancroRemoved all references to ctdl_hlp_dir. cmd_mesg(...
2016-04-20 Art Cancrostyle cleanup
2016-04-20 Art CancroULRI and DLRI commands now replace _roompic_ upload...
2016-04-20 Art CancroRemoved upload and download of _roompic_ keyword. ...
2016-04-20 Art Cancromaga
2016-04-20 Art CancroUse the new data format for RoomInfo in spoolcontrol...
next