citadel.git
2009-12-30 Art Cancro* Added a new 'MSGS LT' subcommand
2009-12-30 Art Cancro* Cleaned up the logic at the end of the bbsview displa...
2009-12-30 Art Cancro* Moved begin_ajax_response() to bbsview_PrintViewHeade...
2009-12-30 Art Cancro* Cleaned up the look of the 'more' link in the new...
2009-12-29 Wilfried Göesgens* apply r8166 from the davrework-branch:
2009-12-29 Wilfried Göesgens* add the needed parameters to knrooms calls in two...
2009-12-28 Wilfried Göesgens* reorganize some templates into subdirectories
2009-12-26 Wilfried Göesgens* apply R8157 from the dav-rework branch:
2009-12-23 Michael HamptonSwitch to 4096 bit Diffie-Hellman parameters for Citade...
2009-12-22 Art Cancro* Some RSS feeds are tagged as <rdf> instead of <rss...
2009-12-22 Wilfried Göesgens* wrong evaluation of return value; we're actualy _expe...
2009-12-21 Wilfried Göesgens* make shure the buffer is cleared
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
2009-12-20 Wilfried Göesgens* fix StrBufNum_tokens
2009-12-19 Wilfried Göesgens* init the pointer, so we don't use random ones here
2009-12-19 Michael HamptonAllow citadel / libcitadel to be built outside their...
2009-12-18 Wilfried Göesgens* by matt:
2009-12-15 Wilfried Göesgens* fix StrBufIsNumber; its not used right now, but it...
2009-12-14 Art Cancro* Merged the new BBS view code, with an ifdef around...
2009-12-14 Art Cancro* Silenced a couple more warn_unused_result warnings
2009-12-13 Wilfried Göesgens* shuffle arround stuff a little bit
2009-12-13 Wilfried Göesgens* more testcoverage
2009-12-13 Wilfried Göesgens* add (optional) gcov flags
2009-12-13 Wilfried Göesgens* keep local pointers to SMTP as sSMTP instead of query...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-12-10 Wilfried Göesgens* we were loosing the message Data blob in some weird...
2009-12-10 Wilfried Göesgens* just anounce "new context" if we create a non static...
2009-12-10 Wilfried Göesgens* remove some legacy code
2009-12-06 Wilfried Göesgens* typo in varname
2009-12-06 Wilfried Göesgens* use different counters for the hash payloads used...
2009-12-03 Art CancroHandle ajax embeds for message renderer
2009-12-03 Wilfried Göesgens* ib_logoff isn't switcheable, remove it from the template
2009-12-03 Wilfried Göesgens* make the iconbar css a template
2009-12-03 Dave WestOops, missed comitting this file.
2009-12-03 Dave West Rename function as per dothebart's recomendation.
2009-12-03 Dave WestFor peer review.
2009-11-30 Wilfried Göesgens* delete the room/floor hashes we store in the session...
2009-11-30 Wilfried Göesgens* make configure check for getloadavg()
2009-11-27 Art Cancro* Moved most of the BBS View renderer code into its...
2009-11-26 Wilfried Göesgens* add support for defines
2009-11-26 Wilfried Göesgens* one more place to NULL it
2009-11-26 Wilfried Göesgens* more points to NULL the offset pointer
2009-11-25 Art Cancro* Changed some of the '&' between url parameters to...
2009-11-25 Art Cancro* Modified the text client so that the <E>nter message...
2009-11-24 Wilfried Göesgens* shutting down wildfire seems to work now.
2009-11-24 Wilfried Göesgens* free the complete handler struct, the added stuff...
2009-11-24 Wilfried Göesgens* more entry checking.
2009-11-24 Art Cancro* zapped some of the 'TODO: document me' in citserver.c
2009-11-23 Wilfried Göesgens* fix the server cookie feature.
2009-11-23 Art Cancro* Noted in rdf_parsedate() that the YYYY-MM-DDTHH:MM...
2009-11-21 Wilfried Göesgens* use toplevel thingie tag to detect whether we're...
2009-11-20 Art Cancro* Adjusted the 'caltoday' CSS to make it a color that...
2009-11-20 Art Cancro* Silence warn_unused_result in setup.c
2009-11-20 Art Cancro* Reverted r8058 because it is crashing Uncensored...
2009-11-19 Art Cancro* Restored the parsing of <link> tags in RSS feeds.
2009-11-19 Wilfried Göesgens* add author to atoms
2009-11-19 Wilfried Göesgens* fix crash in downloads.c; memset should prune SubTP...
2009-11-18 Wilfried Göesgens* set correct buffer end pointer, so we don't run into...
2009-11-18 Wilfried Göesgens* fix buffer overrun conditions in StrBufRemove_token
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-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...
next