I added a few things to the BBS:
- Support for arbitrary text (e.g. html tags <b>like this</b> are not filtered out anymore)
- Unicode support ˁ˚ᴥ˚ˀ こんにちは!
- Security improvements to reduce spam and future attacks
- Image and formatting widget now insert at cursor position rather than at the end of the text
- Fixed bug when editing the head post of newly posted thread would sometimes fail to submit
- Limited image sizes so that they don't push the side of the page out
The [code] tag now looks like this. Spaces are preserved, so it's now possible to post source code.. uint32 vox_rand() { m_high = (m_high<<16) + (m_high>>16); m_high += m_low; m_low += m_high; return m_high; } |
You added one more thing:
"P#6576 Posted at 0000-00-00 00:00"
A broken time-machine on BBS.
BTW, did you forgot about Wiki maintenance? There's a load of spam, and pages, too...
The wiki has been litteraly destoryed by spam :(
@tom.k: At least we got 2012 more years left before the world ends (that, if time starts flowing again)
sorry can you link me to the spam on the wiki ? or has it already been vapourised? I couldnt find any spam there
There are some pages that look ok if you can get to them, but the front page and other pages are a massive horrible spam bucket. I found the Nuke extension which looks good for mass-deletion, and I'll also set up proper user authorization. Sorry for the wait. My to-do list for tomorrow looks like this:
[ ] rtree: folder navigation
[ ] rtree: convert internal pods to rtree
[ ] bbs: fix timestamps
[ ] WIKI SPAM RAGE
[Please log in to post a comment]