Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -74/+92 | |
2012-12-04 | Bug fix in OfflineMessageModule. Mantis #6446 | Diva Canto | 1 | -1/+1 | |
2012-11-27 | Bug fix in Offline IM for inventory transfers. The items were being placed ↵ | Diva Canto | 1 | -11/+15 | |
twice in the receiver's inventory. | |||||
2012-11-13 | Another 21 modules' directives moved out of .addin.xml | Diva Canto | 1 | -0/+2 | |
2011-11-02 | Port the Avination offline messaging system to Core | Melanie | 1 | -18/+34 | |
2011-07-13 | refactor: Move all callers of the obsoleted ↵ | Justin Clark-Casey (justincc) | 1 | -3/+4 | |
SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest() | |||||
2011-05-12 | Instrument the heck out of offline messages. THIS IS VERY VERBOSE. | Diva Canto | 1 | -0/+3 | |
2011-04-12 | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 1 | -1/+0 | |
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. | |||||
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -29/+12 | |
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | |||||
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 1 | -28/+48 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-01-07 | Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵ | dahlia | 1 | -1/+6 | |
messages forwarded while offline. Addresses Mantis #4457 | |||||
2009-12-28 | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵ | Melanie | 1 | -34/+44 | |
MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 | |
2009-04-25 | Remove second timestamp in offline IM, the client already adds one | Melanie Thielker | 1 | -4/+0 | |
2009-04-12 | Actually do what I promised in the previous commit :/ | Melanie Thielker | 1 | -4/+14 | |
2009-04-12 | Funnel stored (offline) IMs through the Scene EventManager to make sure | Melanie Thielker | 1 | -14/+10 | |
they are processed by the modules rather than sent to the client directly. Allows friends and group requests and responses to be saved, too | |||||
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-03-29 | Don't let a missing configuration cause a NRE | Melanie Thielker | 1 | -0/+5 | |
Fixes Mantis #3355 | |||||
2009-03-29 | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 1 | -9/+7 | |
sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters. | |||||
2009-03-29 | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 1 | -8/+61 | |
support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now). | |||||
2009-03-28 | Fix the plumbing in the offline message module. | Melanie Thielker | 1 | -21/+39 | |
No functionality yet. | |||||
2009-03-28 | Add a module skeleton for offline IM storage. No functionality yet. | Melanie Thielker | 1 | -0/+131 | |