]> code.citadel.org Git - citadel.git/history - citadel
worked on sieve config load/save
[citadel.git] / citadel /
2006-10-10 Art Cancroworked on sieve config load/save
2006-10-10 Art Cancroserv_spam.c: removed the simplistic built-in scanner...
2006-10-06 Art CancroBegan working out a way to fetch Sieve scrips from
2006-10-05 Art CancroRemoved SMTP vestiges from serv_managesieve.c
2006-10-04 Art Cancro* Implemented REDIRECT action.
2006-10-03 Wilfried Göesgens* inject the welcome mail into the lobby of the local...
2006-10-03 Wilfried Göesgens* added welcomemail, composed by dtb, reviewed by ladyhawke
2006-10-02 Wilfried Göesgens* added wwww.citadel.org clientmatrix document to be...
2006-10-02 Art Cancrocleaned up some comments etc.
2006-10-02 Art CancroAction FILEINTO is now completed.
2006-09-29 Art Cancro* Actions for KEEP and DISCARD completed
2006-09-29 Art Cancro* Cleaned up some minor details
2006-09-29 Art CancroGot all the pointers straightened out. We are now...
2006-09-28 Art Cancro* For now, supply a static script to the sieve parser
2006-09-27 Art CancroInitialize an instance of the Sieve parser when processing
2006-09-25 Wilfried Göesgens* use the original mail dest function to find out if...
2006-09-25 Art CancroFleshed out the processing loop for sieve
2006-09-25 Art CancroMailing list subscribe/unsubscribe confirmation request
2006-09-24 Art CancroTest of changes to post-commit hook in svn
2006-09-23 Art CancroCompleted a new queue (sieve_list) which will instantly
2006-09-21 Art Cancroserv_network.c and msgbase.c: preliminary work for...
2006-09-20 Wilfried Göesgens* lookup aliases and rooms for delivery too.
2006-09-18 Michael Hampton* Fix bug which caused mailing lists to be dropped...
2006-09-12 Art CancroIrrelevant whitespace change to citadel.html.
2006-09-11 Art CancroAdd serv_sieve.c and initialize it...
2006-09-11 Art CancroMore libsieve detect fixes
2006-09-11 Art Cancrooops ... it's -lsieve, not -llibsieve
2006-09-10 Wilfried Göesgens* added room goto for listing.
2006-09-09 Wilfried Göesgens* added serv_managesieve.c with first server implementa...
2006-09-09 Art CancroMore configure hacks for libsieve
2006-09-08 Art CancroInitial test for libsieve
2006-09-07 Wilfried Göesgens* initiall sieve listing support. authentication works...
2006-09-05 Art CancroUpdated the importer/exporter to include new config...
2006-08-30 Art CancroFixed a bug in MSGS SEARCH that was causing it
2006-08-28 Wilfried Göesgens* changed the fail reply. this seems the string postfix...
2006-08-28 Art CancroWhen reading in a message via SMTP (or any protocol...
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-08-24 Wilfried Göesgens* CHANGE: postfix just wants newline, not \r\n
2006-08-23 Wilfried Göesgens* hook in the postfix tcphash port.
2006-08-23 Wilfried Göesgens* added portnumber for postfix dict table.
2006-08-23 Wilfried Göesgens* implemented a postfix tcp-dict table, first draft.
2006-08-17 Art CancroThis will be Citadel 6.83
2006-08-17 Art CancroThe DELE command now accepts multiple message numbers
2006-08-05 Art Cancro* MOVE command can now move multiple messages at a...
2006-08-05 Art CancroRemoved the old CtdlSaveMsgPointerInRoom() API. Everyt...
2006-07-28 Art CancroBugfix for previous commit: IMAP and POP3 expunge opera...
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-07-27 Art CancroCtdlDeleteMessages() now uses the bulk API CtdlCopyMsgs...
2006-07-27 Art CancroRemoved a spurious FIXME that had already been fixed
2006-07-19 Art CancroAdd the cal zone to INFO command
2006-07-19 Art CancroAdded a global system config item for the default time
2006-07-18 Wilfried Göesgens* added some points to the roadmap.
2006-07-18 Art Cancromore timezone hacking. this will work eventually.
2006-07-18 Art CancroFixed a logic bug that caused the full text index
2006-07-17 Art CancroSelf-signed cert now uses a wildcard name
2006-07-17 Art CancroAdded a FIXME comment noting that imap_do_expunge(...
2006-07-17 Art CancroMake a note of the fact that we've hardcoded
2006-07-13 Art CancroFor some reason it's not properly saving the
2006-07-13 Art CancroWhen finding a non-UTC timestamp with no time
2006-07-12 Art Cancroical_dezonify: rearranged code and added log output
2006-07-11 Wilfried Göesgens* added items from the purged whishlist room, as much...
2006-07-11 Art CancroWhen generating Message ID's, pad with leading zeroes
2006-07-10 Wilfried Göesgens* as ubuntu for example purges /var/run, we need to...
2006-07-09 Art CancroCorrected Matt's name in the credits
2006-07-06 Art Cancro* New HALT command shuts down server but suspends inste...
2006-07-05 Art CancroChanges to Easy Install based on fleeb's suggestions.
2006-06-23 Michael HamptonAllow internal programs to rename rooms and create...
2006-06-23 Michael HamptonMailing lists need to have confirmations logged to...
2006-06-22 Wilfried Göesgens* corrected some typos in the dirs
2006-06-21 Art Cancrocitadel_ipc.c: comment out block of code that
2006-06-21 Art CancroApplied Matt's patches for the addition of four new...
2006-05-30 Art CancroInternal version number update to 6.82
2006-05-26 Art Cancrosetup.c: more directory initialization submitted by...
2006-05-26 Art Cancrohtml.c: convert some common character entity references
2006-05-22 Art Cancrohtml.c: removed extra newlines entering/exiting blockqu...
2006-05-22 Art CancroWhen THE DREADED AUTO-PURGER expires user accounts,
2006-05-18 Art Cancrohtml.c: rendering of BLOCKQUOTE sections is now
2006-05-18 Art CancroIMAP COPY messages in bulk. I think it works
2006-05-17 Art CancroCtdlSaveMsgPointerInRoom() is now a simple wrapper...
2006-05-16 Art CancroSmall change to a log message
2006-05-09 Art CancroFixed the PLAIN auth method in SMTP so that it accepts
2006-05-04 Art Cancromime_parser.c: updated some of the comments
2006-05-03 Art Cancromime_parser.c: pad the encoded-to-unencoded buffer
2006-04-25 Art CancroIMAP FETCH operations now check before every iteration
2006-04-17 Art CancroTHIS IS 6.81
2006-04-15 Wilfried Göesgens* renamed the openldap file, as in the package.
2006-04-12 Art Cancroserv_network.c: moved a call to CtdlFreeMessage() out...
2006-04-10 Art Cancronewinstall.sh: if 'dialog' not found or unusable, try...
2006-04-07 Art Cancroeasy install: changed tar -xvf to tar -xf, less verbosity
2006-04-07 Art CancroThe hunt for 'dialog' requires one that supports the...
2006-04-07 Art Cancronewinstall.sh is GPL v2
2006-04-07 Art CancroInternal version number is now 6.80
2006-04-06 Art Cancroserv_smtp.c: when sending out mail, try EHLO first...
2006-04-05 Art CancroReceived our 'enterprise number' 1.3.6.1.4.1.25404...
2006-04-04 Art Cancrooops, there were remnants of a temporary hack
2006-04-04 Art CancroIn r3487 we had set the master listening sockets to
2006-04-04 Art CancroWhen client_write() fails, display the byte count as...
2006-04-04 Art Cancrowhen client_write() fails, display the error
2006-04-04 Art Cancrosetup.c: move the location of the call to fixnss()
2006-04-04 Art Cancrosetup now checks for the problematic 'db' module
next