| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-07-19 | 1 | -8/+11 |
|\ |
|
| * | Fix regression where llGiveInventory() had stopped asking non-owner receivers... | Justin Clark-Casey (justincc) | 2012-07-17 | 1 | -8/+11 |
* | | Add some logging | Melanie | 2012-01-17 | 1 | -0/+41 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-02 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region... | Diva Canto | 2011-12-29 | 1 | -2/+1 |
* | | Fix task inventory giving | Melanie | 2011-12-07 | 2 | -18/+10 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-14 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Do a ScenePresence null check in HGMessageTransferModule.SendIMToScene() to s... | Justin Clark-Casey (justincc) | 2011-11-14 | 1 | -1/+2 |
| * | Port the Avination offline messaging system to Core | Melanie | 2011-11-02 | 1 | -18/+34 |
* | | Fix the offline message module to revert core changes and restore avn | Melanie | 2011-10-28 | 1 | -18/+28 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-10-27 | 2 | -50/+33 |
|\ \
| |/ |
|
| * | Removed use of 'is' operator and casting to find the root ScenePresence in Me... | Dan Lake | 2011-10-27 | 2 | -68/+41 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-10-26 | 2 | -0/+2 |
|\ \
| |/ |
|
| * | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o... | Justin Clark-Casey (justincc) | 2011-10-25 | 2 | -0/+2 |
* | | Merge commit 'c2272a755fc6d3b07bc9b87bd9b83f4ae063ce9f' into bigmerge | Melanie | 2011-10-25 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix missing Busy-Mode Response | Pixel Tomsen | 2011-10-22 | 1 | -0/+1 |
* | | Merge commit '3142982353a121920e571e5b33acffc065b20a2e' into bigmerge | Melanie | 2011-10-12 | 1 | -21/+4 |
|\ \
| |/ |
|
| * | Removed redundant scene presence lookups in HGMessageTransferModule | Dan Lake | 2011-10-05 | 1 | -21/+4 |
* | | Merge commit '3ccb58c05c0a11fb4cff0f3adf90ca29d67b0c8b' into bigmerge | Melanie | 2011-10-11 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | Fix failure to teleport when an agent is lured on the same sim (and probably ... | Justin Clark-Casey (justincc) | 2011-09-22 | 1 | -5/+6 |
* | | First set of merge fixes | Tom | 2011-09-07 | 1 | -51/+38 |
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP... | Justin Clark-Casey (justincc) | 2011-07-13 | 1 | -3/+4 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-06-09 | 1 | -0/+350 |
|\ \
| |/ |
|
| * | This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=... | Diva Canto | 2011-06-07 | 1 | -3/+5 |
| * | This should make offline IMs work again. It should work for incoming foreign ... | Diva Canto | 2011-06-06 | 1 | -1/+4 |
| * | Bug fix on HG IM. | Diva Canto | 2011-06-02 | 1 | -2/+6 |
| * | HG lures working! Friends can offer friends HG teleports via the profile. WAR... | Diva Canto | 2011-05-27 | 1 | -1/+0 |
| * | HG IM in grid mode working fairly well. Unknown target user references looked... | Diva Canto | 2011-05-26 | 1 | -0/+74 |
| * | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ... | Diva Canto | 2011-05-25 | 1 | -0/+268 |
| * | Instrument the heck out of offline messages. THIS IS VERY VERBOSE. | Diva Canto | 2011-05-12 | 1 | -0/+3 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open... | Diva Canto | 2011-04-12 | 1 | -1/+0 |
* | | Remove a spammy debug | Melanie | 2011-03-23 | 1 | -2/+2 |
* | | throttle group notices to max of 4 threads at a time | Mike Rieker | 2011-02-20 | 1 | -14/+50 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-01-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | For now, comment out logging messages about IM sending, since these cause hig... | Justin Clark-Casey (justincc) | 2011-01-19 | 1 | -3/+3 |
* | | Add MessageKey to section Messaging, a key that prevents injection of | Melanie | 2010-12-30 | 1 | -6/+25 |
* | | Remove the restriction on communication across scopes. This will allow | Melanie | 2010-12-29 | 1 | -1/+1 |
* | | Remove some code that was meant to fool the viewer into thinking SLT. It never | Melanie | 2010-12-26 | 1 | -18/+19 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-23 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Fix a broken format on an error message. Also replace yet another e.Message | Melanie | 2010-12-22 | 1 | -2/+1 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-06 | 1 | -3/+3 |
|\ \
| |/ |
|
* | | Convert the scope id in the im session id to a URL variable. Fixes offline | Melanie | 2010-11-26 | 1 | -10/+2 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-23 | 1 | -3/+3 |
|\ \ |
|
| * | | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -3/+3 |
| |/ |
|
| * | * additional serveruri cleanup | Jonathan Freedman | 2010-10-03 | 1 | -3/+3 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-21 | 1 | -3/+3 |
|\ \ |
|
| * | | * additional serveruri cleanup | Jonathan Freedman | 2010-10-20 | 1 | -3/+3 |
| |/ |
|
* | | Add group invites to the list of messages that get offlined | Melanie | 2010-10-10 | 1 | -0/+1 |