]> code.citadel.org Git - citadel.git/history - webcit
No more robots.txt, we now welcome spiders
[citadel.git] / webcit /
2010-09-14 Art CancroNo more robots.txt, we now welcome spiders
2010-09-14 Art CancroOffer meta tags in head for RSS feeds (uses templates)
2010-09-13 Wilfried Goesgens* knrooms():
2010-09-13 Art CancroFixed a race condition which made the thread pool size...
2010-09-13 Art CancroSitemap can now be retrieved at either /sitemap or...
2010-09-13 Art CancroDon't free the room list hash at the end of the site...
2010-09-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-13 Art CancroMention the client host name or address in the logs
2010-09-12 Wilfried Goesgens* check for NULL pointers... Should we even come here?
2010-09-10 Art CancroSitemaps!
2010-09-10 Art CancroApply samjam's patch to fix mailbox view
2010-09-10 Art Cancroreadfwd etc now work in anonymous guest mode
2010-09-10 Art CancroAll components in git master to version 7.89 in order...
2010-09-10 Art CancroIf a webcit user is logged in and loads the RSS feed
2010-09-10 Art CancroRewrote the message reading loop of feed_generator...
2010-09-09 Art CancroAdded template element THISROOM:FEED:RSS to offer an...
2010-09-08 Art CancroAdd the <image> tag and some others to the RSS feeds.
2010-09-08 Art CancroRSS feed generator is basically complete
2010-09-08 Art CancroMore work on the RSS feed generator. The fetch loop...
2010-09-08 Art CancroRSS feed generator
2010-09-08 Art CancroHandle X-Forwarded-Host: properly
2010-09-08 Art CancroHdr->http_host is now gone.
2010-09-08 Art CancroRemoved tmplput_HOST_DISPLAYNAME
2010-09-08 Art CancroNew global variable 'site_prefix' which replaces the...
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 Art CancroFound a comment in bbsview_renderer.c which made a...
2010-09-07 Art CancroServInfo now learns whether the server supports guest...
2010-09-07 Art CancroAdd c_guest_logins to webcit siteconfig
2010-09-05 Wilfried Goesgens* re-enable drafts as proposed by samjam.
2010-09-03 Art CancroAdded the ability to handle Base64-encoded URL's. ...
2010-09-03 Art CancroAdded a "start_reading_at" field to the BBS renderer...
2010-09-03 Art CancroRemove HKEY from call to strncmp so that it compiles.
2010-09-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-02 Wilfried Goesgens* add forward declarations
2010-09-02 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-02 Wilfried Goesgens* moving directories around isn't smart in a git workin...
2010-09-02 Art Cancroremove .svnignore files
2010-09-01 Art Cancroremoved Id tag from wclib.js
2010-09-01 Art Cancroremoved more Id tags from webcit
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-31 Art Cancrotest commit two2 of three3
2010-08-31 Art Cancrotest commit two of three
2010-08-31 Art Cancrotest commit 2 of 2
2010-08-31 rootsome indentions and changes to the comments, to reflect...
2010-08-29 Wilfried Göesgens * remove old session-local template support. YAY!
2010-08-29 Wilfried Göesgens* use the right subst in the iconbar
2010-08-29 Wilfried Göesgens* fix syntax error
2010-08-29 Wilfried Göesgens* don't compare the current section via the subst,...
2010-08-29 Wilfried Göesgens* LDAP wasn't exposed that way for a long time; TODO...
2010-08-29 Wilfried Göesgens* hm, what was 'MsgPrintable' ?
2010-08-29 Wilfried Göesgens* used wrong conditionals, fixed
2010-08-29 Wilfried Göesgens* remove sv* in messages.c
2010-08-29 Wilfried Göesgens * remove WCVIEW, we have COND:THISROOM:CURR_VIEW;...
2010-08-29 Wilfried Göesgens* beginbox is split into two all over the place. remove...
2010-08-29 Wilfried Göesgens* split boxes into beginbox_1 + 2, and put title direct...
2010-08-29 Wilfried Göesgens* remove svput with empty string.
2010-08-29 Wilfried Göesgens* remove dummy function
2010-08-29 Wilfried Göesgens* migrate the ZONESTR to strbuf context, so no more...
2010-08-29 Wilfried Göesgens* meanwhile iterators know ITERATE:KEY on their own...
2010-08-29 Wilfried Göesgens* FILE:HAVEPICS isn't used, remove it.
2010-08-29 Wilfried Göesgens* don't use sv* here
2010-08-29 Wilfried Göesgens* substracting independend pointers with no conjunction...
2010-08-29 Wilfried Göesgens* print name of context instead of number into the...
2010-08-29 Wilfried Göesgens * move some sv* into more modern templating
2010-08-29 Wilfried Göesgens* block parameters starting with __ from making it...
2010-08-28 Wilfried Göesgens* moan, if somebody didn't read the full buffer.
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-26 Wilfried Göesgens* remove old wiki navbar code
2010-08-25 ichForgot to commit the new, smaller files... And with...
2010-08-25 ichSplit webcit.css into smaller chunks, makes maintaining...
2010-08-25 ichLast commit concerning .css movement. I changed the...
2010-08-25 ichModified the files for mobiles to reflect the change...
2010-08-25 ichCommit of files where headers or other places refering...
2010-08-25 ichBeginning to move files into dedicated subdirectories...
2010-08-24 Wilfried Göesgens* fix wiki navbar (partly ;-)
2010-08-24 Wilfried Göesgens* work on the wiki parts of the navbar
2010-08-24 Wilfried Göesgens* show the navbar while editing rooms
2010-08-24 Wilfried Göesgens* fix room-type dropdown, its different here.
2010-08-24 Wilfried Göesgens* add dummy wiki conditionals
2010-08-24 Wilfried Göesgens* add the two default cases to the bbsview
2010-08-24 Art Cancro* No need to load the service name in getnameinfo(...
2010-08-23 Art Cancro* Fixed bug in webcit-to-citadel IPv6/IPv4 connectivity
2010-08-20 Art Cancro* Began implementation of WebCit connecting to Citadel...
2010-08-19 ichremoved floors.o from Makefile.in, since floors.c was...
2010-08-19 ichminor HTML validation fixes, only cases, typos, superfl...
2010-08-18 Wilfried Göesgens* move floor-save-handlers into roomops.c, remove floors.c
2010-08-18 Wilfried Göesgens* New COND:FLOOR:NROOMS : whether this floor has n...
2010-08-18 Wilfried Göesgens* add a comment token '--', whichs content will show...
2010-08-18 ichNew templates for floor editing, will replace floors.c
2010-08-18 ichAttempt to replicate the navbar as html template. Remov...
2010-08-17 Wilfried Göesgens* add a leading '?'
2010-08-17 Wilfried Göesgens* BSTR:FORWARD : just append a query param if it was...
2010-08-17 Wilfried Göesgens* fix rss/pop aggregation configs
2010-08-17 Wilfried Göesgens* FlushIgnetCfgs() get me out of FlushFolder, so we...
2010-08-16 Wilfried Göesgens* GetNetConfigHash(): fix some edge cases
2010-08-16 Wilfried Göesgens* GetWhoKnowsHash(): don't forget to step forward.
2010-08-16 Art Cancro* Oops ... went over my usual 109-character screen...
2010-08-15 Wilfried Göesgens* cleanup & shuffle 'folders' struct (make clean!)...
next