Deleted some system banners that are no longer referenced
[citadel.git] / citadel / modules /
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...
2016-04-19 Art CancroMigrated the EINF and RINF commands to the new data...
2016-04-19 Art CancroRINF command migrated to new data format
2016-04-19 Art Cancroremove extra log message
2016-04-19 Art CancroDelete old room info and banner files after import
2016-04-19 Art CancroSet internal version number to 902.
2016-04-19 Art CancroImport roominfo and roompic files into the database.
2016-04-14 Art CancroBegin removing the decimal point from our version numbe...
2016-04-13 Art CancroRemoved the _floorpic_ infrastructure entirely -- we...
2016-04-13 Art CancroFinished the ULUI command. Need to update WebCit befor...
2016-04-13 Art CancroRemove previous commit, we actually have GuessMimeByFil...
2016-04-13 Art CancroRevert "quickie function guess_image_content_type(...
2016-04-13 Art Cancroquickie function guess_image_content_type() to guess...
2016-04-13 Art Cancromoar code heere
2016-04-12 Art CancroMore skeleton code
2016-04-12 Art CancroRemove the _userpic_ functionality from UIMG , it is...
2016-04-12 Art CancroSkeleton ULUI command and cmd_ului() function. Also...
2016-04-12 Art Cancrofix warnings - remove variables no longer needed
2016-04-12 Art Cancroupdate the comments in cmd_dlui() to match what I put...
2016-04-12 Art CancroUpdated some comments.
2016-04-11 Art CancroRemoved old userpic command from the citadel server...
2016-04-11 Art CancroMoved webcit display of user photo to the new protocol
2016-04-10 Art CancroRemove all references to userpic dir other than those...
2016-04-10 Art Cancrofixed old coding style
2016-04-09 Art CancroUser profiles (bios) are now stored as MIME in the...
2016-04-01 Art Cancrorssclient.c - dont compare null strings
2016-04-01 Art CancroUse a tokenizer for ParseRoomNetConfigFile() because...
2016-03-25 Art CancroRemoved the "filter" parameter from CtdlForEachNetCfgRo...
2016-01-23 Wilfried Goesgensmore log silencing.
2016-01-23 Wilfried GoesgensSilence the SMTP server.
2016-01-23 Wilfried GoesgensSilence logging in non-debug usecases. The raspii users...
2016-01-23 Wilfried Goesgensadd missing reply for header listing chat start
2016-01-23 Wilfried GoesgensRevert the parts of 03cd7985fad9d51530f613304869f3b7960...
next