]> code.citadel.org Git - citadel.git/history - citadel
* silenced more warnings
[citadel.git] / citadel /
2009-11-18 Art Cancro* silenced more warnings
2009-11-18 Art Cancro* Silenced the remaining warn_unused_result in setup.c
2009-11-18 Art Cancro* Gratuitous style cleanup of some of the imap code
2009-11-18 Wilfried Göesgens* start atom feed reader implementation, most of the...
2009-11-17 Wilfried Göesgens* arm the thread on shutdown killer. killing is better...
2009-11-17 Art Cancro* If patch fails, send rejects to /dev/null instead...
2009-11-17 Art Cancro* Currently working through a bug that's preventing...
2009-11-16 Dave Westconfigure will now detect the Boehm-Demers-Weiser garba...
2009-11-16 Wilfried Göesgens* function signature was wrong. luckily we didn't use...
2009-11-15 Art Cancro* Added a new category 'fallback smart host'. These...
2009-11-14 Dave WestAdd a newline at end of file to stop some compilers...
2009-11-14 Dave WestFixed the SMTP sending as a thread. Now the thread...
2009-11-14 Art Cancro* Switched the SMTP Client back to a simple timer-event...
2009-11-13 Art Cancro* Trying to figure out why the SMTP Send queue is stuck...
2009-11-10 Dave WestRemoved an un required extern
2009-11-10 Dave WestRemoved an unrequired extern declaration
2009-11-10 Dave WestAdded a FIXME tag.
2009-11-10 Dave WestGrabbed a chunk of code out of citserver.c cmd_term...
2009-11-10 Dave WestMoved terminate_idles_sessions into context.c since...
2009-11-10 Dave WestCleaned a few warnings about deprecated functions.
2009-11-10 Dave WestCode clean up.
2009-11-10 Dave WestMoved BumpNewMailCounter() into context.c because it...
2009-11-10 Dave WestGrabbed another chunk of code out of user_ops.c, purge_...
2009-11-10 Dave WestGrabbed that previously noted bad code from rename_user...
2009-11-10 Art Cancro* headers_euid() needs to look at the 'E' field, not...
2009-11-10 Art Cancro* Added a new message field '1' which may be set by...
2009-11-09 Dave WestExposed logout() from user_ops.c, deprecated it in...
2009-11-08 Dave WestExposed CtdlLocateMessageByEuid in ctdl_module.h and...
2009-11-08 Dave WestClean up a comment.
2009-11-08 Dave WestMoved the prototypes of CtdlLoginExistingUser and CtdlT...
2009-11-08 Dave WestAdded a log message to test for a problem in worker_thread
2009-11-08 Art Cancro* When saving a wiki page, set the message subject...
2009-11-07 Dave WestChanged smtp sending to use a thread.
2009-11-05 Art Cancro* When performing a network poll of another Citadel...
2009-11-05 Dave WestFix the build problems revolving around CitContext...
2009-11-03 Dave WestAdd some comments to rename_user indicating why the...
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-11-02 Wilfried Göesgens* don't call make distclean, this creates hickups
2009-11-02 Art Cancro* Reordered the wiki rev code
2009-11-02 Dave WestAllow simulation mode to be terminated before completion
2009-11-02 Dave WestAdded a new command line option to citserver "-s" takes...
2009-11-02 Art Cancro* did some work on the wiki history reverter
2009-11-02 Art Cancro* Made some annotations regarding bug 368 in the code.
2009-11-02 Art Cancro* removed a spurious trace msg
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-10-31 Dave WestFixed a bug in the threading code that would prevent...
2009-10-30 Art Cancro* Code and comments cleanup
2009-10-30 Art Cancro* Performing a 'fetch' operation on an old revision...
2009-10-30 Art Cancro* Wrote the code to fetch a particular revision of...
2009-10-29 Art Cancro* Completed the code to patch a wiki page back to the...
2009-10-29 Dave WestDon't register commands twice, only register them befor...
2009-10-28 Art Cancro* Parts of the wiki history reverter code
2009-10-27 Art Cancro* skeleton/stub code for new revision control stuff
2009-10-25 Dave WestA little more with the API coding style.
2009-10-25 Wilfried Göesgens* add outfunction to MSGS that just outputs ID|EUID
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-24 Dave WestFix that annoying warning about signedness.
2009-10-24 Dave WestCleaning the API a bit more.
2009-10-24 Dave WestRemoved the artv_*.h files, they arent used any more.
2009-10-24 Dave Westquieten a few messages from configure when usin VPATH...
2009-10-24 Wilfried Göesgens* check for the PAM lib in every case, since if we...
2009-10-24 Dave WestFix the VPATH build.
2009-10-24 Dave WestFix a warning in serv_smtp.c
2009-10-24 Dave WestSVN lost this file so I re-added it.
2009-10-24 Dave WestMakefile now knows how to regenerate the svn_revision...
2009-10-24 Dave WestMoved the scripts that create svn_revision.c and module...
2009-10-24 Dave WestMoved some files around into sub dirs to clean up the...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-21 Art Cancro* New command 'WIKI history|<pagename>' to list the...
2009-10-21 Art Cancro* New API function CtdlDoIHavePermissionToReadMessagesI...
2009-10-20 Art Cancro* New server command WIKI for subcommands relating...
2009-10-20 Art Cancro* Abuse the MIME 'filename' key by using it as a memo...
2009-10-17 Dave WestFix mk_module_init.sh to properly build sources from...
2009-10-17 Dave WestCitadel API clean up.
2009-10-16 Art Cancro* Changed my mind about the on-disk format for wiki...
2009-10-16 Art Cancro* Fixed the initial diff that is written when a wiki...
2009-10-16 Art Cancro* wiki still needs some tuning
2009-10-16 Art Cancro* Write wiki history (diffs) to disk upon each save
2009-10-15 Art Cancro* more work on the wiki revision control engine
2009-10-15 Art Cancro* More license declarations
2009-10-15 Art Cancro* more work on the wiki revision control engine
2009-10-15 Art Cancro* more work on the wiki revision control engine
2009-10-15 Art Cancro* more work on the wiki history code
2009-10-14 Art Cancro* Generate diffs old-to-new instead of new-to-old....
2009-10-14 Art Cancro* Cleaned up some compiler warnings
2009-10-14 Art Cancro* Generate diffs old-to-new instead of new-to-old....
2009-10-14 Art Cancro* Began writing code to compare wiki page versions...
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-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 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-10 Art Cancro* Add a smarmy license declaration in modules/expire...
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...
next