Last night I finally got round to trying to install Laconica on a test server, which turned out to be a lot easier then I thought it would be. I spent less then 10 minutes of install time before it was working and even subscribing to a remote instance was working fine.
Since I got it working, I decided to poke around in the source code and see what I could do. I ended up spending most of the night messing around with the source code and managed to fix two of the things I found annoying.
The first patch allows you to mouse over ‘in reply to’ links to see what was said without changing the page.
The second patch was a bit more complicated and it isn’t fully finished yet. The patch allows you to reply to any message by clicking the arrow link on a message. While it does work, I not sure if it has broken anything else so I don’t want to post the code here yet.
When I have looked over the patches a bit more, I will put them here.