citadel.git
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-16 Wilfried Göesgens* when reallocing the buffer, flush the external pointer
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-13 Art Cancro* Renamed the 'wikipage' variable to 'page' in the...
2009-11-11 Art Cancro* Fixed a bug that was causing the initial visit to...
2009-11-11 Art Cancro* The 'Search' box now works properly in a Wiki room.
2009-11-10 Art Cancro* wiki page list
2009-11-10 Wilfried Göesgens* same bug at StrBuf_Utf8StrLen too.
2009-11-10 Wilfried Göesgens* fix exit point in Ctdl_GetUtf8SequenceLength; conditi...
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 Wilfried Göesgens* don't end the header, end_burst does this for us.
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 Wilfried Göesgens* storing the message list sort order in bbsview breaks...
2009-11-10 Art Cancro* skeleton code for a wiki pagelist screen
2009-11-10 Art Cancro* headers_euid() needs to look at the 'E' field, not...
2009-11-10 Art Cancro* removed a FIXME tag
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 Wilfried Göesgens* fix message escaping after adding attachments to...
2009-11-08 Wilfried Göesgens* since we load vcards as message body now, finding...
2009-11-08 Wilfried Göesgens* forgot to change EM->em here
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 Wilfried Göesgens* this way its fastest: range check whats allowed and...
2009-11-08 Wilfried Göesgens* microshits RFC Violator will just show the tinnef...
2009-11-08 Art Cancro* Suppress the spurious 'message_content' div that...
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-06 Wilfried Göesgens* predefined table is a little faster...
2009-11-05 Wilfried Göesgens* don't use sprintf while doing urlescappend; do it...
2009-11-05 Wilfried Göesgens* just calculate the language for non-static requests...
2009-11-05 Wilfried Göesgens* first check for done before running into failed buffe...
2009-11-05 Wilfried Göesgens* use right function to load the room list from the...
2009-11-05 Wilfried Göesgens* 64 bit int / long blablabla
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 Wilfried Göesgens* apply the_mgts patch to fix the menu corner
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 Wilfried Göesgens* close tag, thanks to the_mgt to find out
2009-11-02 Wilfried Göesgens* add trailing template after the bbs view
2009-11-02 Art Cancro* Completed the code to revert a wiki page to a previou...
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 Wilfried Göesgens* by the_mgt: wrap a box around the knrooms treeview...
2009-10-30 Art Cancro* Noticed something that was technically correct but...
2009-10-30 Art Cancro* Completed the WebCit UI functions to view a historica...
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 Wilfried Göesgens* version blabla not overwrite me apt update
2009-10-29 Wilfried Göesgens* used wrong encoding for room links
2009-10-29 Dave WestDon't register commands twice, only register them befor...
2009-10-29 Art Cancro* Disable creation of wiki rooms temporarily
2009-10-28 Wilfried Göesgens* use the new regular way to get the accept language...
2009-10-28 Wilfried Göesgens* respect the context while sorting. Else unexpected...
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-27 Art Cancro* Added the code to let display_wiki_page_backend(...
2009-10-27 Art Cancro* Added some of the buttons needed for wiki revision...
2009-10-25 Wilfried Göesgens* more doxygen cleanup
2009-10-25 Dave WestA little more with the API coding style.
2009-10-25 Wilfried Göesgens* add doxygen config
2009-10-25 Wilfried Göesgens* add outfunction to MSGS that just outputs ID|EUID
2009-10-25 Wilfried Göesgens* by Feivel: check for day when highlighting weekday
2009-10-25 Wilfried Göesgens* use macro for templateparam custom parameters
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
next