Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / user_ops.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-02-06 Art CancroMore gratuitous style cleanup.
2022-01-05 Art CancroWhile hunting for an internet address bug, cleaning...
2021-11-15 Art CancroRemoved the remaining code where LDAP was optional.
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2021-02-04 Art Cancroremove typedef from struct recptypes
2020-11-29 Art CancroWhen comparing the sender, compare both the name and...
2020-04-08 Art CancroFixed a bug in username key usage that was causing...
2019-11-25 Art CancroThe user principal identity is now used as the JID...
2019-09-28 Art CancroForEachUser() linked list , keep track of last item...
2019-09-28 Art CancroForEachUser() now uses a linked list
2019-09-25 Art CancroThe index key for user records now omits non-alphanumer...
2019-08-22 Art Cancrocleanup
2019-08-13 Art CancroInitialize TSD key earlier in the startup process....
2019-08-07 Art CancroPeople who disagree with me are always wrong and need...
2019-08-05 Art CancroModified the behavior of ForEachUser() to do the two...
2019-07-30 Art CancroRenamed cutuserkey() to cutusername(). Function has...
2019-07-29 Art CancroMoved makeuserkey() and cutuserkey() from user_ops...
2019-03-16 Art Cancromore work on removing masqueraded user/room/host names
2018-12-20 Art CancroRemoved the 'master user' feature ... if we still need...
2018-12-20 Art CancroAuto-generated email address is now derived from the...
2018-12-20 Art CancroAddress generator is moved into internet_addressing...
2018-12-19 Art CancroAuto-generate email address at login if user does not...
2018-12-19 Art Cancropopulate cs_inet_email with a default generated address...
2018-12-18 Art CancroGenerate a synthetic user@host for XMPP JID if the...
2018-10-12 Art CancroRemoved ical_dezonify() from the citserver build ....
2017-12-27 Art CancroReordered the locking and setting of user email address...
2017-12-06 Art Cancrominor cosmetic cleanups
2017-12-04 Art CancroRemove comment about site configurable setting in a...
2017-12-02 Art CancroNew site setting c_ldap_sync_email_addrs to toggle...
2017-11-30 Art CancroSynchronization of LDAP users to Citadel is now complet...
2017-11-13 Art Cancrofix indentation
2017-11-06 Art Cancrogetuserbyuid() now uses the extauth index, so we can...
2017-11-06 Art CancroIndex by UID
2017-11-05 Art Cancromore moving towards ldap sync ... lots of refactoring
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-30 Art CancroRefactored CtdlGetUser() API
2017-10-27 Art CancroStarted prepping for the move from LDAP Access to LDAP...
2017-09-11 Art CancroCopy email addresses from LDAP
2017-09-10 Art Cancrostarted working on code for extracting email addresses...
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
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-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-25 Art CancroUpdated more modules to the new logging convention
2017-03-04 Art Cancrostyle cleanup
2016-04-10 Art CancroRemove all references to userpic dir other than those...
2016-04-09 Art CancroUser profiles (bios) are now stored as MIME in the...
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-09-29 Art CancroLOOK AT ME I AM COMMITTING AGAIN
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-04-29 Art CancroConverted user_ops.o to new config format
2015-04-10 Art CancroRemoved the whole configlen thing. Seriously, WTF?
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-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-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensuser access level helper moved to the other accesslevel...
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-14 Wilfried Goesgensmove citadel protocol user functions to modules/ctdlpro...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-05-26 Wilfried Goesgensremove duplicate assignments; don't compare twice if...
2012-05-03 Wilfried GoesgensNTTList: move into networking module
2012-04-29 Wilfried GoesgensLOGGING: make context logging configurabel. (joining...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Art CancroWhen changes are made via the admin socket, post Aide...
2012-04-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-22 Wilfried GoesgensLogging: add details to failed password attempts to...
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-27 Art CancroCompleted the overhaul of setup.
2011-10-17 Wilfried Goesgensrework the networking locking facility using the hashlist.
2011-09-08 Wilfried GoesgensCC -> CCC in do_login
2011-09-07 Wilfried GoesgensCode shuffling fixes warning with inline function....
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art Cancromore logging and testing
2011-09-04 Art CancroCtdlUserLogout() syslog who owned the session we killed
2011-09-04 Art CancroCtdlUserLogout() fixed to more throroughly log the...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Art Cancrouse the short commit hash
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried Goesgensby jimcuclamath: use defines instead of numbers for...
2010-10-24 Art CancroReplaced some of the 'autoconverted - document me'...
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 Art Cancrocmd_invt_kick() is normally permitted when the room...
next