citadel.git
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
2008-05-16 Dave WestRemoved the on_exit from sendcommand.c
2008-05-16 Art CancroNow we have all the data we need to compose the redirect.
2008-05-16 Art Cancrofinished code to extract link rel tags
2008-05-16 Art Cancrosome html parsing for link rel tags
2008-05-16 Art CancroFirst try curl and wget, fall back to mini handler...
2008-05-16 Art CancroPrefix 'citmail:' to all error messages generated by...
2008-05-15 Art CancroFinished the mini http fetcher
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-05-15 Art CancroGet the login screen ready for OpenID support
2008-05-15 Art CancroWhen printing a message, the page title is now the...
2008-05-14 Art CancroMore logging for split horizon algorithm.
2008-05-14 Art CancroMinor cleanup of comments
2008-05-13 Wilfried Göesgens* ignore content-length headers, since they tend to...
2008-05-13 Wilfried Göesgens* utf8-strcut the sender too...
2008-05-12 Art CancroInternet Exploder fixes
2008-05-12 Art CancroInternet Exploder fixes
2008-05-12 Art CancroInternet Exploder fixes
2008-05-12 Art CancroMoved parse_url() into libcitadel; I will need it for
2008-05-12 Art Cancro* Eliminated the sometimes-wonky resize behavior by...
2008-05-12 Art Cancro* Sticky note color selection is now feature complete,
2008-05-11 Dave WestNow the POP3 server also handles messages that contain...
2008-05-11 Wilfried Göesgens* this doesn't look smart, but the CPP doesn't offer...
2008-05-11 Art CancroAdded code to activate color selection in javascript.
2008-05-11 Art CancroColor selector for sticky notes is now opaque instead
2008-05-10 Wilfried Göesgens* use $(EXEEXT) all over the place.
2008-05-10 Wilfried Göesgens* made GetCount NULL pointer aware since its safe to...
2008-05-09 Art CancroNew and imported notes are now rendered in pastel
2008-05-08 Wilfried Göesgens* removed path segment from the templates, as the expan...
2008-05-08 Wilfried Göesgens* keys in subst aren't case insensitive anymore. Upperc...
2008-05-07 Art CancroPalette pop up div type thing. Hmm
2008-05-07 Art CancroAdd 16x16 paint palette icon for changing the color
2008-05-07 Wilfried Göesgens* require libcitadel 112
2008-05-07 Wilfried Göesgens* hash now can return its number of members.
2008-05-06 Wilfried Göesgens* now hold / sort the ical events in our hashlist.
2008-05-06 Art Cancroran create-pot.sh
2008-05-06 Art CancroCompleted 'Add New Note'. The new sticky notes view
2008-05-06 Art Cancro* The 'delete' button on sticky notes now works.
2008-05-05 Wilfried Göesgens* sanitize cookie stuff
2008-05-04 Wilfried Göesgens* applied matts datepicker patches
2008-05-04 Wilfried Göesgens* files view now returns to default sort order if press...
2008-05-04 Art CancroConvert legacy format sticky notes to vNote format
2008-05-03 Wilfried Göesgens* revert the getutc stuff, since we now have a _tz...
2008-05-03 Wilfried Göesgens* revert the getutc stuff, since we now have a _tz...
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-05-01 Wilfried Göesgens* init time with NOW in our default timezone.
2008-05-01 Wilfried Göesgens* if built with non-threaded locale, we need to sanitiz...
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-04-30 Wilfried Göesgens* sanitize input
2008-04-30 Wilfried Göesgens* updated listsorts to have '0' as sort order in all...
2008-04-30 Wilfried Göesgens* added more usefull print hash function, so one can...
2008-04-30 Art CancroMore sticky-notes work. Click-to-edit now
2008-04-29 Art CancroSticky notes can now be moved and resized by dragging
2008-04-29 Art CancroImplemented the ajax call for updating notes.
2008-04-29 Art CancroIdentify sticky-notes divs by vnote uid, not by msgnum.
2008-04-28 Art CancroFixed a syntax error in the previous commit.
2008-04-28 Art CancroImplemented drag and drop for the new sticky notes...
2008-04-27 Dave WestModified the SMTP client to escape lines within the...
2008-04-27 Art CancroAdded (non-functional) drag bars and delete buttons
2008-04-26 Wilfried Göesgens* some more work on the DSPAM module; unfinished; disabled.
2008-04-26 Wilfried Göesgens* default to UTC while comparing
2008-04-26 Wilfried Göesgens* fix memleak in calendar_view.c
2008-04-26 Wilfried Göesgens* bump version to 110 NOW for real.
2008-04-26 Wilfried Göesgens* migrated to new hash create signature
2008-04-26 Wilfried Göesgens* bugfix in the hash implementation; expanding the...
2008-04-25 Wilfried Göesgens* fix URL termination bug
2008-04-24 Art CancroBegan work on vNote based display for sticky notes
2008-04-24 Art CancroFix '@AUTOCONF@ command not found' build problem
2008-04-23 Wilfried Göesgens* busting the prototype package isn't that easy as...
2008-04-23 Wilfried Göesgens* added brazillian portuguese update
2008-04-22 Wilfried Göesgens* THIS IS 7.35
2008-04-22 Wilfried Göesgens* THIS IS 7.35
2008-04-22 Wilfried Göesgens* THIS IS 7.35 / 1.09
2008-04-22 Wilfried Göesgens* move utility binaries to /usr/lib/citadel-server...
2008-04-21 Wilfried Göesgens* added Portoguese Brazillian translation done by Marco...
2008-04-21 Wilfried Göesgens* more carefully render urls
2008-04-21 Art CancroMinor formatting cleanup
2008-04-20 Wilfried Göesgens* regulary shut down libcitadel, so we don't leak the...
2008-04-20 Wilfried Göesgens* init vars before using them.
2008-04-20 Wilfried Göesgens* fixed several compiler warnings.
2008-04-20 Wilfried Göesgens* removed possibly dangerous code
2008-04-20 Wilfried Göesgens* implemented realloc
2008-04-20 Art Cancrovnote.c is now (for the most part) complete.
2008-04-20 Art Cancromore vnote work
next