aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Interfaces/IEventQueue.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Continue working on the new EventQueueGetModule. Not finished (or even working)Homer Horwitz2008-09-271-1/+2
| | | | | | | yet. This shouldn't break anything, but is work in progress, so be careful. Contains a new file; do your runprebuilds.
* * This is the very very early beginnings of an EventQueue:get module.Teravus Ovares2008-09-271-0/+40
* This won't function yet as far as the client can tell.. because it doesn't respond to the first query with a 200 message. * We have to figure out how to encode those binary values in the example code in the module... * Committing this so we have a start point. Will continue to work on this more today.