aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Groups (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-20/+13
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-15/+2
fromAgentSession field.
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-5/+2
the IM module and makes it into a module of it's own, which can be used by all other modules. Removes some ugly hacks. Refer to the IM module to see how it's used. Also fixes the persistence issue (Mantis #2598)
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker1-2/+5
with the old Grid Instant Message over OGS1. Refactor the EventManager to be independent of the rigid module structure design imposed by the current implementation. Message routing is now done in the destination module rather than in the event manager. This way, more or less granular solutions are possible without core changes.
2008-10-24Lotsa plumming :)Melanie Thielker1-1/+1
2008-10-21Pare the groups module down to basics. Adjust dependent files so that aMelanie Thielker1-135/+82
real groups module can even be implemented.
2008-10-12Add a configuration section for groups modulesMelanie Thielker1-0/+20
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-18/+18
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-7/+3
2008-05-18* Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵Teravus Ovares1-9/+45
half tiny amount implemented.
2008-05-14* Added standard copyright and removed un-necessary using of ↵Teravus Ovares1-1/+0
libsecondlife.Packets
2008-05-14* Adding the very bare minimum for the client to register user as having the ↵Teravus Ovares1-38/+9
group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets.
2008-05-14* Added 3 warnings in response to the warnings. Adam, read the warnings.Teravus Ovares1-0/+1
2008-05-14* Refactored OutPacket out of ScenePresence Teravus Ovares1-1/+1
* Down to 65 warnings.
2008-05-14* Removed 19 warningsTeravus Ovares1-2/+2
2008-05-01* Rolled back a few changes.Adam Frisby1-5/+5
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-5/+5
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-272/+272
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-58/+53
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby1-0/+278
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.