citadel.git
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-10-14 Art Cancro* Changed 'guess-name room' to 'hidden room' in the...
2009-10-14 Art Cancro* Checked in a skeleton module for the server-side...
2009-10-13 Wilfried Göesgens* terminate the two mbox views the right way [tm]
2009-10-13 Dave WestAdd missing include of stddef.h , needed for offsetof()
2009-10-13 Art Cancro* configure.ac: changed 'libcitadel' message to 'webcit'
2009-10-13 Art Cancro* Shuffled around the room banner so that the room...
2009-10-12 Art Cancro* Add charset UTF-8 to content-type declaration for...
2009-10-12 Art Cancro* Blank out the Envelope-to: header when reading messag...
2009-10-12 Art Cancro* handle more warn_unused_result bullshit
2009-10-11 Wilfried Göesgens* fix next dropdown
2009-10-11 Wilfried Göesgens* remove unneded code
2009-10-11 Wilfried Göesgens* fix leak in mime parser
2009-10-11 Wilfried Göesgens* add DAV namespace
2009-10-11 Wilfried Göesgens* fix memleak in non-threadded locale case
2009-10-11 Art Cancro* Removed all cases of '((long)*(cdboi->ptr))' in serv_...
2009-10-11 Art Cancro* Yup, that's it ... the expression (long)*(cdboi...
2009-10-11 Art Cancro* Checked in some test code and logging to determine...
2009-10-11 Wilfried Göesgens* follow syntax change
2009-10-11 Wilfried Göesgens* fix hashlist iterator
2009-10-10 Wilfried Göesgens* fix *bsd single locale mode
2009-10-10 Art Cancro* Add a smarmy license declaration in modules/expire...
2009-10-10 Wilfried Göesgens* add missing forward declaration for mimestring composal
2009-10-10 Wilfried Göesgens* register mimetypes and send them to citserver on...
2009-10-10 Art Cancro* When viewing a wiki page, display the page name along...
2009-10-09 Wilfried Göesgens* fix off by one in buffer size
2009-10-09 Art Cancro* Silenced a few warn_unused_result warnings
2009-10-08 Art Cancro* setup: only attempt to create the admin user when...
2009-10-08 Art Cancro* Rolled back the 'MSGS EUID' subcommand introduced...
2009-10-08 Art Cancro* When entering a wiki room, display the wiki home...
2009-10-07 Wilfried Göesgens* don't leak post data
2009-10-07 Wilfried Göesgens* by ano: use more uniq name in the ldap module; the...
2009-10-07 Art Cancro* New MSGS subcommand 'EUID' to fetch msgnum of a messa...
2009-10-07 Art Cancro* Don't show message headers in a wiki room.
2009-10-06 Art Cancro* When editing a wiki page, insert the existing version...
2009-10-06 Wilfried Göesgens* make locale not found messages less alarming
2009-10-06 Art Cancro* Marked off in the template where we need to add code...
2009-10-06 Art Cancro* Repaired pieces of the wiki engine that have fallen...
2009-10-05 Wilfried Göesgens* VDIR build here too.
2009-10-05 Wilfried Göesgens* fix dependencies solaris is a little pickier here.
2009-10-04 Wilfried Göesgens* disable dspam stuff its anywhere near production...
2009-10-04 Wilfried Göesgens* fix warning by initializing var
2009-10-04 Wilfried Göesgens* fix VDIR build
2009-10-04 Wilfried Göesgens* run it several times, just to be shure.
2009-10-04 Wilfried Göesgens* add simple RFC822 / iconv decoding test
2009-10-04 Wilfried Göesgens* don't continue to read, if we don't have a valid FD
2009-10-03 Wilfried Göesgens* fix compilation if iconv isn't available
2009-10-03 Wilfried Göesgens* add the_mgt's patch to Makefile.in; this should fix...
2009-10-03 Wilfried Göesgens* use libiconv test from libcitadel, it seems to be...
2009-10-03 Wilfried Göesgens* if is_https don't set nonblocking.
2009-10-03 Wilfried Göesgens* shorter translation for the iconbar by the_mgt
2009-10-03 Wilfried Göesgens* fix setting of nonblocking IO
2009-10-03 Wilfried Göesgens* fix mixed line/blob test
2009-10-03 Wilfried Göesgens* rework stringbuffered reading on nonblocking files
2009-10-03 Wilfried Göesgens* put some new versions in here...
2009-10-03 Wilfried Göesgens* start out a unit test for our buffered I/O; copy...
2009-10-01 Wilfried Göesgens* be a bit more picky about string ends in StrBufExtrac...
2009-10-01 Wilfried Göesgens* if an attachment is empty don't send it to the server
2009-10-01 Wilfried Göesgens* by Ano: make static compileable on solaris; the path...
2009-10-01 Wilfried Göesgens* shut down clean in case of not being able to bind.
2009-10-01 Wilfried Göesgens* by ano: optimize makefile so we don't need to add...
2009-10-01 Wilfried Göesgens* more work into direction of DAV templates
2009-10-01 Wilfried Göesgens* dav_depth has to be initialized non-null, hacky so...
2009-10-01 Wilfried Göesgens* scan for XML files while reading a template; xml...
2009-10-01 Wilfried Göesgens* more work on the new templated dav interface
2009-10-01 Wilfried Göesgens* more work on dav and the new roomlist
2009-09-30 Wilfried Göesgens* by ano; solaris doesn't have that member of dirent.
2009-09-28 Art Cancro* Noted that the Wiki view is broken. Must begin worki...
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* Silenced a few warn_unused_result warnings (ongoing...
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-09-25 Art Cancro* Attach serial numbers to instant messages to prevent...
2009-09-24 Art Cancro* Hand over IM conversation memory with SmashStrBuf()
2009-09-24 Art Cancro* Use HKEY() where appropriate
2009-09-24 Wilfried Göesgens* add missing include for stty_ctdl
2009-09-24 Art Cancro* Remove HTML <head> and <title> sections from chat...
2009-09-24 Art Cancro* Set 'from' to the user who started the conversation...
2009-09-24 Art Cancro* Instant message logs are now in HTML
2009-09-23 Art Cancro* Allow the '-S' command line option, so the cipher...
2009-09-23 Art Cancro* Implement a call to SSL_CTX_set_cipher_list() to...
2009-09-22 Wilfried Göesgens* make some more functions NULL safe
2009-09-21 Wilfried Göesgens* adjust the loops using StrBufSipLine to match our...
2009-09-21 Wilfried Göesgens* fix StrBufReadBLOBBuffered; it didn't clean read...
2009-09-21 Wilfried Göesgens* add / correct documentation
2009-09-20 Art Cancro* Use wDumpContent() instead of end_burst() where appro...
2009-09-15 Art Cancro* Save entire instant message conversations to the...
2009-09-14 Wilfried Göesgens* add nginx way to handle the remote host header
2009-09-14 Art Cancro* When spawning another worker thread, indicate the...
2009-09-14 Art Cancro* Patch to sequence handler
2009-09-13 Wilfried Göesgens* we mustn't dump content here... todo: find a better...
2009-09-11 Art Cancro* Set the version numbers of everything to 7.66.
2009-09-11 Art Cancro* For manually editing sieve scripts, increased the...
2009-09-11 Art Cancro* Remove 4096 byte limit on sieve scripts.
2009-09-10 Wilfried Göesgens* use SmashStrBuf where apropriate
2009-09-10 Wilfried Göesgens* fix summary view Loading and freeing
2009-09-10 Wilfried Göesgens* fix compiler warnings by shuffling arround declarations
2009-09-10 Wilfried Göesgens* fix freebusy hook
2009-09-10 Wilfried Göesgens* don't use wprintf if we don't have a format string...
2009-09-10 Wilfried Göesgens* remove unneeded var
next