Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / vcard / serv_vcard.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-04-08 Art CancroUpdated LDAP code to be compatible with more modern...
2021-11-15 Art CancroRemoved the remaining code where LDAP was optional.
2021-09-08 Art CancroSaving my place while we try something...
2021-09-08 Art CancroWell, it doesn't crash anymore, but it also doesn't...
2021-08-01 Art CancroCtdlGetSysConfig() and CtdlPutSysConfig() now have...
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2018-12-26 Art CancroRemoved the obsolete netproc hooks from the vcard module
2018-10-01 Art CancroStarting to look into why we still have 'Purge this...
2018-01-24 Art Cancrowhittle whittle
2017-12-26 Art Cancroserv_upgrade.c now has pre- and post- startup sections...
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 Cancrowtf, people? we indent with tabs not spaces.
2017-05-19 Art CancroAt login time, copy prefer email addresses for user...
2017-05-16 Art CancroNew data format for internet addresses, convert old...
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...
2016-01-03 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2016-01-03 Art CancroChanged the way we log errors if serv_vcard cannot...
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-24 Wilfried GoesgensModularise msgbase
2015-06-03 Art CancroFinished migrating legacy control record to new config...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2015-03-30 Wilfried GoesgensBy Harry Coin:
2015-03-30 Wilfried GoesgensBy Harry Coin:
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2014-07-23 Wilfried GoesgensLDAP: check for new values in LDAP on each login (by...
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-02-10 Wilfried GoesgensVCard: this bitflag is supposed to be used with & not...
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-26 Wilfried GoesgensNETCFG: set the right file permissions so its not world...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-25 Wilfried GoesgensIn this place we don't care about the result.
2012-05-17 Art Cancrocleaned up some spelling and grammar in serv_vcard.c
2012-03-05 Wilfried GoesgensDVCA: init string literals to empty just to be shure...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-12-06 Art CancroIMPORTANT FIX TO VCARD / GLOBAL ADDRESS BOOK ROOM....
2011-12-06 Art Cancroadded some temporary logging
2011-12-05 Art CancroMore logging for Global Address Book saves, for debugging
2011-12-05 Wilfried Goesgensoutput a list with status numbers & terminate them...
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroRemoved the commented-out vestiges of a spam strings...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-06-20 Wilfried Göesgens * check_get(): fix dict_tcp module; we just care for...
2010-05-14 Wilfried Göesgens* check_get() clang was indeed right, this ';' is a...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-09-28 Art Cancro* Added the necessary glue code for importing LDAP...
2009-09-28 Art Cancro* Added stub code to point out where the LDAP-to-vCard...
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-03-13 Art Cancro* Minor overhaul of modules/serv_vcard.c
2009-03-12 Art Cancro* Fixed problems related to saving vCards in config...
2009-03-07 Art Cancro* When translating the input from a REGI command into...
2009-01-14 Art Cancro* In host auth mode, if a user logs in who has no gecos...
2008-12-07 Wilfried Göesgens* follo hashiterator api-change
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-08-11 Art CancroThe CtdlWriteObject() API no longer uses a temp file
2008-07-21 Wilfried Göesgens* added a.n.o patches for solaris compatibility
2008-05-28 Dave WestFix for bugzilla #364
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-04-20 Wilfried Göesgens* fixed several compiler warnings.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-02-24 Wilfried Göesgens* hm, how could this get through? we don't have getpwui...
2008-02-17 Art CancroThe fix to Bug 311 didn't work. Applied a cleaner...
2008-02-13 Dave WestWhen using host auth mode the user is given a default...
2008-02-13 Dave WestFixed a small bug in serv_vcard.c that could leave...
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroMove vcard.c into libcitadel.
next