citadel.git
2010-01-15 Art Cancro* fixed some log messages that still had color in them...
2010-01-15 Art Cancro* When an outgoing message being delivered via SMTP...
2010-01-14 Wilfried Göesgens* uninitialized...
2010-01-14 Wilfried Göesgens* unititialized var...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2010-01-14 Wilfried Göesgens* ignore .swp and .orig files so some more void files...
2010-01-14 Wilfried Göesgens* flip sequence, C99 Baby!
2010-01-13 Art Cancro* Removed some cruft leftover from the old bbs view
2010-01-13 Art Cancro* Removed some cruft leftover from the old bbs view
2010-01-13 Art Cancro* Removed the extra log message now that the bug is...
2010-01-13 Art Cancro* fixed a bug in network_process_file() that was causin...
2010-01-13 Art Cancro* Added some more diagnostics to serv_network.c --...
2010-01-12 Wilfried Göesgens* fix memleak
2010-01-12 Wilfried Göesgens* upsi, some links to templates which didn't follow...
2010-01-10 Wilfried Göesgens* remove xtoi, its not used anymore.
2010-01-10 Wilfried Göesgens* fix server cookie feature
2010-01-10 Wilfried Göesgens* use the HexEscAppend thing instead of printf appending...
2010-01-10 Wilfried Göesgens* hm, something is going wrong here. allocing bigger...
2010-01-10 Wilfried Göesgens* add function to append strings encoding them in hex...
2010-01-10 Wilfried Göesgens* fix memleak: free our message area if alloced
2010-01-10 Dave WestFix race condition that caused segfaults in imap and...
2010-01-07 Art Cancro* Made the 'older messages' and 'newer messages' link...
2010-01-06 Art Cancro* Modified configure.ac to look for gc/gc_local_alloc...
2010-01-06 Wilfried Göesgens* make static/ install recurseable
2010-01-06 Art Cancro* Cleaned up the HTML and CSS for the new bbs view.
2010-01-05 Wilfried Göesgens* read reply....
2010-01-05 Wilfried Göesgensas
2010-01-05 Wilfried Göesgens* want if mkdir, chmod, chown fail...
2010-01-05 Wilfried Göesgens* memset config before reading it
2010-01-05 Wilfried Göesgens* only warn if they didn't already exist
2010-01-05 Wilfried Göesgens* use the results of fread instead of trusting that...
2010-01-05 Wilfried Göesgens* make it const where possible...
2010-01-03 Wilfried Göesgens* some more work on unit testing
2010-01-03 Wilfried Göesgens* allow mime header sub tokens to have blanks left...
2010-01-03 Wilfried Göesgens* some more input condition sanitizing
2010-01-02 Wilfried Göesgens* rewrite memfmout() so it doesn't split overlong lines...
2010-01-02 Wilfried Göesgens* add cputbuf which outputs a StrBuf to the client
2010-01-02 Wilfried Göesgens* remove replace part of memfmout(); its not used anymo...
2010-01-01 Wilfried Göesgens* fix some logmessages, so not we output the right...
2010-01-01 Wilfried Göesgens* is_mobile evaluation is wrong here, since we're ...
2010-01-01 Art Cancro* Updated the citserver and webcit initialization banne...
2009-12-31 Art Cancro* Minor cleanups to bbs view
2009-12-31 Art Cancro* The new BBS view is now complete. Share And Enjoy
2009-12-31 Wilfried Göesgens* By Mcbrittmat:
2009-12-30 Art Cancro* Enhance the older/newer logic. It's still not quite...
2009-12-30 Art Cancro* Renamed 'morediv' to 'newerdiv'
2009-12-30 Art Cancro* The javascript 'moremsgs()' function now accepts...
2009-12-30 Art Cancro* Version number to 7.80
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...
next