citadel.git
2008-06-16 Dave WestImplimented a new way to check the control record at...
2008-06-16 Art CancroRemove passwords from the LIST server command, even
2008-06-16 Dave WestTidy up useage message for configure script.
2008-06-16 Dave WestTurn off the user 0 message that should not have gotten...
2008-06-16 Art CancroWhen grabbing addresses for the address book popup...
2008-06-16 Art Cancrofix bug #360
2008-06-15 Wilfried Göesgens* Shorten translation.
2008-06-14 Art CancroChanges to serv_network.c:
2008-06-12 Art CancroAdded a README.txt in ctdlphp/ indicating that
2008-06-12 Wilfried Göesgens* incrase number of arguments.
2008-06-12 Wilfried Göesgens* disable wml handling, since we don't have good conten...
2008-06-11 Art Cancroqp_encode_email_addrs() returns the supplied pointer...
2008-06-10 Art CancroThe before-save hook which is called when saving a...
2008-06-10 Art CancroAdded an aide_message() when an OpenID is claimed
2008-06-07 Art CancroAdded a link on the OpenID login page, that points...
2008-06-06 Art Cancro* When not using native auth mode, do not enable the...
2008-06-05 Art CancroPopulate vCard from SREG even when there was a name...
2008-06-05 Art CancroAuto-populate vCard using Simple Registration Extension...
2008-06-05 Art Cancro* Completed the code for creating a new account, manual...
2008-06-04 Wilfried Göesgens* forgot -i in the initscript
2008-06-03 Art Cancroopenid blah blah blah
2008-06-03 Art CancroAdded a 'verify_only' result to OIDF, indicating the...
2008-06-03 Art Cancro* Removed some cruft from the login code. Combined the
2008-06-02 Art CancroIf an Internet email is sent by a logged in user,
2008-06-02 Art Cancromore openid work
2008-06-02 Art CancroBegan laying the framework for creating new users with...
2008-06-02 Wilfried Göesgens* convert RSS Subject line into plaintext with our...
2008-06-02 Art CancroExport format has changed due to the addition of a new
2008-06-02 Art CancroCompleted artv import/export of openids
2008-06-02 Art Cancro* Began implenmenting OpenID table import/export
2008-06-02 Art CancroFixed a double free error in serv_openid_rp.c
2008-06-02 Art CancroWhen doing an ARTV IMPORT, call rebuild_usersbynumber...
2008-06-02 Art CancroCompleted the delete-user hook to remove any associated
2008-06-01 Art CancroFixed a potential memory leak (not to worry, it's
2008-06-01 Art CancroImplemented the code to detach an OpenID from an account.
2008-05-31 Art CancroSuccess! We can now log in an existing user with OpenID.
2008-05-31 Art CancroRe-enable OpenID development code
2008-05-30 Art CancroOops, don't rebuild usersbynumber every time
2008-05-30 Wilfried Göesgens* separate content-type header fields by ';' ; thanks...
2008-05-30 Wilfried Göesgens* allow debs to build against libcurl 3 + 4
2008-05-30 Art CancroOops ... libcitadel should be version 1.14, not 1.11
2008-05-30 Art CancroUpdated version numbers.
2008-05-30 Art CancroTemporarily disable OpenID functionality for release
2008-05-29 Art Cancromore openid work
2008-05-29 Art CancroBegan writing some code to associate OpenIDs with Citad...
2008-05-29 Art CancroMoved a variable off the stack and into session state
2008-05-29 Art Cancrogetuserbynumber() now uses a proper indexed database
2008-05-28 Wilfried Göesgens* lock the list just while adding the new piece into it.
2008-05-28 Art CancroAdded some glue code for attachment of an OpenID to
2008-05-28 Dave WestFix for bugzilla #364
2008-05-28 Dave WestI there are users requiring validation when an Aide...
2008-05-28 Dave WestPrevent boom at shutdown that results from trying to...
2008-05-28 Dave WestAdded a step to setup to get a password for the admin...
2008-05-28 Dave WestNow we name the 0 user that exists prior to a client...
2008-05-28 Dave WestNow we name all the private contexts.
2008-05-28 Dave WestNow IMAP posts Aide messages when a room is created.
2008-05-27 Dave WestRemoved unused variables.
2008-05-27 Dave WestRemoved unused variables.
2008-05-27 Art CancroRemoved an unused S_ mutex enum that is no longer in use
2008-05-27 Art CancroSet CURLOPT_USERAGENT and CURLOPT_INTERFACE in the...
2008-05-27 Art CancroWorked around a bug in phpMyID. I *think* this complet...
2008-05-27 Art CancroRemember the last version of Berkeley DB that touched the
2008-05-25 Dave WestNow the escaping of a single dot on a line of its own...
2008-05-24 Wilfried Göesgens* use iconv in citserver too
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-05-24 Wilfried Göesgens* depend on curl
2008-05-24 Wilfried Göesgens* add include to libcitadel
2008-05-24 Dave WestWe use test instead of [] since not all shells/systems...
2008-05-24 Art Cancroopenid hacks
2008-05-24 Art CancroMore openid hacks
2008-05-24 Art Cancrolibcurl is teh r0x0r, it gives us access to the 'effect...
2008-05-23 Art CancroBegin caching OpenID data in the session; we'll need...
2008-05-23 Art CancroIn order to circumvent AOL's broken OpenID server,...
2008-05-23 Art CancroAOL's OpenID implementation sucks.
2008-05-22 Wilfried Göesgens* fix handling of post vars
2008-05-22 Art Cancrohmmph. adjusted string lengths again
2008-05-22 Art CancroMade the assoc_handle field bigger, but we may still...
2008-05-22 Wilfried Göesgens* add more CSS'es to the top
2008-05-22 Wilfried Göesgens* add expires: header with 2 days in future, as YSlow...
2008-05-22 Wilfried Göesgens* wait for the right socket, just to be shure.
2008-05-22 Art CancroMore work on OpenID 1.1 support
2008-05-22 Art CancroFetch assoc_handles and use them in checkid_setup requests
2008-05-22 Art Cancromore openid 1.1 hacks
2008-05-21 Art Cancro* More work on OpenID 1.1 Relying Party support
2008-05-21 Art Cancro* Commented out the 'PrintFlat' and 'PrintFile' functions
2008-05-20 Wilfried Göesgens* pre-loading the nifty corners CSS makes the jumping...
2008-05-20 Wilfried Göesgens* remove hacked kerboros flag
2008-05-20 Wilfried Göesgens* fixed wrong select() call
2008-05-19 Wilfried Göesgens* give the server some time to start up before sending...
2008-05-19 Art CancroBegan writing associate request
2008-05-19 Art CancroInitial support for Simple Registration Extension
2008-05-19 Art CancroMoved all the OpenID Relying Party code that I've writt...
2008-05-19 Art CancroRSS client now uses libcurl instead of the crappy built-in
2008-05-18 Wilfried Göesgens* made hash implementation NULL pointer safe.
2008-05-18 Art CancroSome more tinkering with OpenID.
2008-05-17 Art Cancromore tinkering with openid
2008-05-17 Art CancroSort address book popup forward, not reverse
2008-05-16 Dave WestAdded code to report Aide messages if there appears...
2008-05-16 Dave WestSieve will now only process messages that are newer...
2008-05-16 Art Cancromore openid setup
next