citadel.git
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-07 Wilfried Göesgens* just destroy it if we allocated it
2009-05-07 Wilfried Göesgens* make vcard loader abstract so we can use it in more...
2009-05-07 Wilfried Göesgens* use default message loading mechanisms instead of...
2009-05-07 Wilfried Göesgens* fix memleak
2009-05-07 Wilfried Göesgens* don't choke if the vcard fails to load
2009-05-05 Wilfried Göesgens* fix build without iconv
2009-05-05 Wilfried Göesgens* init pointer...
2009-05-05 Wilfried Göesgens* done should be initialized...
2009-05-04 Wilfried Göesgens* remove more serv_readln etc...
2009-05-04 Wilfried Göesgens* remove serv_getln here too
2009-05-04 Wilfried Göesgens* remove old style server communication.
2009-05-04 Art Cancro* Removed a FIXME comment
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-05-04 Wilfried Göesgens* undo linebuffering, its going away under that name
2009-05-04 Wilfried Göesgens* make tinymce give us utf-8 rather than html entities...
2009-05-03 Art Cancro* Since we can now shut down the master SSH session...
2009-05-03 Art Cancro* Found a better way for ctdlmigrate to shut down the...
2009-05-02 Wilfried Göesgens* upsi. double free.
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-28 Wilfried Göesgens* output errors via important_message
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-28 Art Cancro* Offer the ability to switch authentication modes...
2009-04-28 Art Cancro* If running 7.60 code for the first time, serv_upgrade...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-04-26 Wilfried Göesgens* chop read_message into two pieces: the part actualy...
2009-04-26 Wilfried Göesgens* make it const baby!
2009-04-26 Art Cancro* Added rsync of non-database dirs. ctdlmigrate is...
2009-04-26 Art Cancro* Use fork() and exec() instead of system() to set...
2009-04-26 Art Cancro* Delete socket file after ctdlmigrate runs
2009-04-26 Art Cancro* ctdlmigrate: added a local replacement for gets(...
2009-04-25 Wilfried Göesgens* evade double calls to output_headers
2009-04-25 Wilfried Göesgens* buybuy serv_read
2009-04-25 Wilfried Göesgens* replace I/O in js handler
2009-04-25 Wilfried Göesgens* allow groupdetection in user sorters
2009-04-25 Wilfried Göesgens* remove old notes rendering code, its not used anymore.
2009-04-25 Wilfried Göesgens* swap I/O to the new functions
2009-04-25 Wilfried Göesgens* relicense to BSD
2009-04-25 Wilfried Göesgens* add strbuf wrapper arround vcard parser
2009-04-25 Wilfried Göesgens* fix some denglish
2009-04-24 Art Cancro* sendcommand default watchdog timeout set to 60 second...
2009-04-24 Art Cancro* ctdlmigrate
2009-04-24 Art Cancro* ctdlmigrate utility (not finished)
2009-04-24 Art Cancro* Added a subcommand to the migrator to list out all...
2009-04-23 Wilfried Göesgens* use modern functions for downloads.
2009-04-22 Wilfried Göesgens* permit access to images without login
2009-04-22 Wilfried Göesgens* display submessages / texts while quoting messages
2009-04-22 Art Cancro* XMPP logging a little less verbose
2009-04-22 Art Cancro* Handle wandering punctuation in charset definitions...
2009-04-21 Wilfried Göesgens* operate blobreader so it will search \n000\n if we...
2009-04-21 Wilfried Göesgens* have select acting like it would accept \n000\n as...
2009-04-21 Art Cancro* Fixed striplt() to only remove leading and trailing...
2009-04-20 Wilfried Göesgens* migrate http read logic to the strbuf controlled...
2009-04-19 Wilfried Göesgens* this include is needed on *bsd
2009-04-19 Wilfried Göesgens* use enhanced buffering while reading messages too.
2009-04-19 Wilfried Göesgens* add include header *bsd probably needs here
2009-04-19 Wilfried Göesgens* read calendars line & blob buffered. we're FAST now.
2009-04-19 Wilfried Göesgens* implement buffered IO for blob-reading, so you can...
2009-04-19 Wilfried Göesgens* separate loading & parsing the ical attachment
2009-04-19 Wilfried Göesgens* extract_key() now expects the caller to specify the '='
2009-04-18 Wilfried Göesgens* big profiling stuff:
2009-04-18 Wilfried Göesgens* upsi here too.
2009-04-18 Wilfried Göesgens* evaluate server status code, this will lock us up...
2009-04-18 Wilfried Göesgens* persistantly handle the bufferlengths for dates;...
2009-04-18 Wilfried Göesgens* add missing blank
2009-04-18 Wilfried Göesgens* abort if we're not able to retrieve the citserver...
2009-04-17 Art Cancro* Don't attempt to evaluate (ptr-1) when ptr is already...
2009-04-17 Wilfried Göesgens* make FourHash case insensitive
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-17 Art Cancro* Added unused cmdbuf parms to more cmd_xxxx() functions
2009-04-17 Art Cancro* Removed XYZZY command. Nothing happens.
2009-04-16 Art Cancro* Made our Berkeley DB errors look more like the ones...
2009-04-16 Art Cancro* When we get a Berkeley DB panic, display a descriptiv...
2009-04-16 Art Cancro* rc.d/citadel installed by setup.c now logs to syslog...
2009-04-16 Art Cancro* Don't fetch header summary in MSGS command for calend...
2009-04-16 Art Cancro* Minor bugfix to above
2009-04-16 Art Cancro* Minor bugfix to above
2009-04-16 Art Cancro* Completed optimization of load_ical_part(), now uses...
2009-04-16 Art Cancro* Cleanup
2009-04-16 Art Cancro* Added some traces and minor additions, getting ready...
2009-04-15 Art Cancro* Log the wall clock time required to complete each...
2009-04-14 Wilfried Göesgens* check in ctdlsupport too for ical.h
2009-04-14 Wilfried Göesgens* call get_ical_data.sh
2009-04-14 Art Cancro* SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes)
2009-04-14 Art Cancro* Some files did not have ': $' blocks. Added them
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-04-14 Art Cancro* Adjust the memory allocation for Base64-converted...
2009-04-14 Art Cancro* When delivering mailing list messages, submit with...
2009-04-14 Art Cancro* Added the ability for callers of CtdlSubmitMsg()...
2009-04-13 Wilfried Göesgens* use linebuffered server reading here too.
2009-04-13 Art Cancro* Rewrote sort_msglist_cmp() without compiler warnings.
2009-04-13 Art Cancro* sort_msglist() now uses qsort() instead of a bubble...
2009-04-11 Wilfried Göesgens* missing openssl ifdef here too...
2009-04-11 Art Cancro* Fixed a bug where sysdep.c fails to build if OpenSSL...
2009-04-11 Wilfried Göesgens* just call chrptr once.
2009-04-11 Wilfried Göesgens* comment out debug code
2009-04-11 Wilfried Göesgens* forgot this one. don't forget make clean, session...
2009-04-11 Wilfried Göesgens* move to the new linebuffered function while linebased...
2009-04-11 Wilfried Göesgens* add fast linebuffered function just cutting its buffe...
2009-04-11 Wilfried Göesgens* use linebuffered reading while reading calendar;...
next