]> code.citadel.org Git - citadel.git/history - webcit
* NULL is the abort condition for an invalid header
[citadel.git] / webcit /
2010-02-10 Wilfried Göesgens* we mustn't use $UID
2010-02-10 Wilfried Göesgens* use $(MAKE) instead of make, else we will fallback...
2010-02-09 Wilfried Göesgens* drop down to nobody when up and running.
2010-02-08 Wilfried Göesgens* add read state for message templates; draft.
2010-02-06 Art Cancro* If we perform a 'read new' operation in a room with...
2010-02-06 Art Cancro* Ok, this is it: the 'new new' bbs view is now feature...
2010-02-06 Art Cancro* If the page number is unspecified and the selected...
2010-02-06 Wilfried Göesgens* move serv_func.c:read_server_binary() to tcp_sockets...
2010-02-05 Art Cancro* Greatly simplified the bbsview code by eliminating...
2010-02-03 Art Cancro* New new BBS view
2010-02-01 Wilfried Göesgens* don't free the buffer in here, its _not_ ours.
2010-01-31 Wilfried Göesgens* remove unneeded vcard function...
2010-01-31 Wilfried Göesgens* don't re-load vcards, if the server already sent...
2010-01-31 Wilfried Göesgens* we don't even compile this, OFF WITH ITS HEAD!
2010-01-28 Wilfried Göesgens* int/long 64 bit blabla *narf*
2010-01-26 Art Cancro* played with message numbers a bit in preparation...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-24 Art Cancro* svn id tag
2010-01-24 Art Cancro* svn id tag
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-22 Wilfried Göesgens* port our setuid function from citserver to webcit...
2010-01-19 Art Cancro* Replaced older/newer messages buttons with previous...
2010-01-19 Art Cancro* Replaced older/newer messages buttons with previous...
2010-01-17 Wilfried Göesgens* add function to check whether a token parameter would...
2010-01-17 Wilfried Göesgens* fix all those tiny bugs pointed out by our new subtem...
2010-01-17 Wilfried Göesgens* check whether a template exists
2010-01-16 Wilfried Göesgens* add macro to register defines with just a define...
2010-01-16 Wilfried Göesgens* if the config room has another view than VIEW_BBS...
2010-01-16 Wilfried Göesgens* memset(0) the folders, else we might struggle...
2010-01-16 Art Cancro* When a 'read new' operation returns zero messages...
2010-01-16 Art Cancro* the JavaScript code for the new BBS view has been...
2010-01-14 Wilfried Göesgens* uninitialized...
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-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* fix memleak: free our message area if alloced
2010-01-07 Art Cancro* Made the 'older messages' and 'newer messages' link...
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-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* 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-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-19 Wilfried Göesgens* init the pointer, so we don't use random ones here
2009-12-18 Wilfried Göesgens* by matt:
2009-12-14 Art Cancro* Merged the new BBS view code, with an ifdef around...
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-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-11-30 Wilfried Göesgens* delete the room/floor hashes we store in the session...
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-25 Art Cancro* Changed some of the '&' between url parameters to...
2009-11-24 Wilfried Göesgens* free the complete handler struct, the added stuff...
2009-11-23 Wilfried Göesgens* fix the server cookie feature.
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-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-15 Art Cancro* Added a new category 'fallback smart host'. These...
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* don't end the header, end_burst does this for us.
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* removed a FIXME tag
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 Wilfried Göesgens* microshits RFC Violator will just show the tinnef...
next