citadel.git
2008-01-16 Wilfried Göesgens* don't overrun our room list.
2008-01-16 Dave WestChanged log message when worker thread select is interr...
2008-01-16 Dave WestFixed the configure message for libical. It now says...
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-16 Wilfried Göesgens* have a friendly buildpackage script here to.
2008-01-15 Wilfried Göesgens* our upstream changelog.
2008-01-15 Wilfried Göesgens* free the libical ringbuffer after displaying all...
2008-01-15 Wilfried Göesgens* use snprintf
2008-01-15 Dave WestClean up in housekeeping.c
2008-01-15 Dave WestAlter the webcit shutdown a bit more.
2008-01-15 Dave WestNow citadel.pid contains the pid of the watcher process...
2008-01-15 Dave WestFixed signal handlers and contents of pid file.
2008-01-15 Dave WestNow the autopurger will always attempt to purge users...
2008-01-14 Wilfried Göesgens* if we can't find iconv in the libc, try to find it...
2008-01-14 Wilfried Göesgens* new urlesc here too.
2008-01-13 Wilfried Göesgens* urlescs new parameter added.
2008-01-13 Wilfried Göesgens* remove snprintf
2008-01-13 Wilfried Göesgens* sanitize urlesc, so we don't buffer overrun.
2008-01-13 Wilfried Göesgens* more witchhunt on sprintf
2008-01-13 Wilfried Göesgens* the same for msgescputs
2008-01-13 Wilfried Göesgens* jsesc works with pointermagic rather than strcat...
2008-01-13 Wilfried Göesgens* openbsd has no -lresolv, its in their libc.
2008-01-13 Wilfried Göesgens* avoid some function calls openBSD doesn't like us...
2008-01-13 Dave Westdo_hosekeeping is now a seperate thread. This releases...
2008-01-12 Wilfried Göesgens* fixed tbirds managesieve login troubles.
2008-01-11 Art Cancroadded some debugging traces
2008-01-10 Dave WestAttempt to fix bug #313.
2008-01-10 Wilfried Göesgens* openbsd doesn't like pam. so... if we don't have...
2008-01-09 Dave WestFix the repeated signature and extra space at beginning...
2008-01-08 Art Cancroconfigure now *requires* libresolv to be present.
2008-01-07 Dave WestSmall increase in performance when creating new threads.
2008-01-06 Art CancroWebCit now detects whether the Citadel server has Sieve...
2008-01-04 Wilfried Göesgens* sanitized the decision whether we have one line auth...
2008-01-02 Wilfried Göesgens* free the libical ringbuffer in apropriate places
2008-01-02 Wilfried Göesgens* remove more unneeded files from the sourcedist tgz
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
2007-12-31 Art Cancro* Cleaned up some misc comments
2007-12-30 Wilfried Göesgens* disable dspam
2007-12-29 Dave WestFixed up a compiler warning
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestRemoved redundant prototype of create_maintenance_threads()
2007-12-29 Dave WestRemoved two unused mutex's.
2007-12-29 Dave WestRemoved a few unneccesary lock calls to get a small...
2007-12-29 Dave WestRemoved excess return from init function as it breaks...
2007-12-29 Dave WestCreated a function to close the master sockets. It...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-29 Art CancroAnother test commit
2007-12-29 Art CancroCopyright dates are now 2008.
2007-12-29 Art Cancrocommit test
2007-12-29 Art Cancroinclude threads.h in serv_rssclient.c
2007-12-27 Art CancroAdded a missing 'NO' to some error messages in IMAP...
2007-12-25 Wilfried Göesgens* don't load the module.
2007-12-25 Wilfried Göesgens* initial dspam integration module
2007-12-25 Michael HamptonSomebody broke the build by forgetting to #include...
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-21 Wilfried Göesgens* if none of the cases hits it, return 0K
2007-12-21 Wilfried Göesgens* inverting flags here too.
2007-12-21 Wilfried Göesgens* inverted flag logic, so now the smtp public posting...
2007-12-16 Wilfried Göesgens* allert if we find a user with empty realname in the...
2007-12-15 Wilfried Göesgens* buildfarm scripts for the packages
2007-12-13 Wilfried Göesgens* fixups. subscribers only post mailinglists work now.
2007-12-13 Dave WestA couple of minor speed ups and the beginings of using...
2007-12-13 Art CancroRSS parser can now handle datestamps in RFC822 format
2007-12-13 Wilfried Göesgens* reflect new mailinglist flags in room-admin-interface
2007-12-12 Art CancroCalendar system now handles invitations and rsvp's
2007-12-11 Wilfried Göesgens* add link to the faq if we can't connect, so one gets...
2007-12-10 Wilfried Göesgens* poped code into the wrong slot. now check the sender...
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-09 Art CancroIMAP server: suppress untagged 'EXISTS' and 'EXPUNGE...
2007-12-08 Michael HamptonMove misplaced #ifdef to fix compile error
2007-12-07 Dave WestCtdlThreadSelect no longer needs to be told which threa...
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-07 Dave WestEXTREMELY EXPERIMENTAL
2007-12-07 Wilfried Göesgens* simplify structs so we don't need to type struct...
2007-12-06 Dave WestA couple of clean up functions to help valgrind.
2007-12-06 Art CancroThis implementation of non-SASL Jabber authentication
2007-12-06 Dave WestAdded the functions to allow scheduling of a thread...
2007-12-06 Art CancroRequire <bind> tag for bind attempts.
2007-12-06 Art CancroDon't allow an XMPP session to transmit instant messages
2007-12-06 Art CancroBacked out previous change
2007-12-06 Art CancroAdded a SHA1 function to the build. I need it for...
2007-12-06 Art CancroBegan (but did not complete) implementation
2007-12-06 Art CancroChange around the order of features offered as
2007-12-05 Dave WestPrevent an ocassional segflt on exit.
2007-12-05 Dave WestPrevent the creation of new threads if system load...
2007-12-05 Dave WestThe thread doing housekeeping now changes its name...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-12-04 Dave WestChanged the way we name threads. Now we use a const...
2007-12-03 Wilfried Göesgens* applied Patrick Colemans patch
2007-12-03 Dave WestAdded an entry point to the modules init stuff.
2007-12-03 Art CancroEscape characters being transmitted by the instant...
2007-12-03 Art CancroSite config protocol and UI for XMPP port numbers
2007-12-03 Art CancroOnly send presence notifications when the first
2007-12-03 Art CancroInitial XMPP STARTTLS code; commented out because it...
2007-12-03 Art CancroHandle <message> stanzas with no body by clearing out
2007-12-03 Art CancroJabber chat is now working in both directions
2007-12-03 Art CancroReceiving Jabber messages now works correctly, with
2007-12-03 Art CancroInstant messages now carry the email address or JID...
next