index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Environment
/
Modules
/
Avatar
/
InstantMessage
/
MessageTransferModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
* minor: just a few formatting changes and log quietening
Justin Clarke Casey
1
-4
/
+6
2009-01-06
* refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...
Justin Clarke Casey
1
-1
/
+2
2009-01-06
* Mjnor: Clarified comment to ensure that people are aware of how to end the ...
Teravus Ovares
1
-1
/
+9
2009-01-06
* Kill an endless loop in the Instant Message delivery system
Teravus Ovares
1
-0
/
+8
2008-12-23
* Add a method to allow friendship offers to a logged in client from an offli...
Justin Clarke Casey
1
-1
/
+1
2008-11-22
Enclose the inter-region IM sending in a try-catch for now to find possibly m...
Homer Horwitz
1
-178
/
+188
2008-11-22
- Add a warning if the agent data of the destination of an IM isn't found
Homer Horwitz
1
-0
/
+6
2008-11-17
minor: remove mono compiler warnings
Justin Clarke Casey
1
-17
/
+17
2008-11-17
commenting out unused variable.
Dr Scofield
1
-2
/
+2
2008-11-17
Correct prim counts for group land. Correct MessageTransferModule startup
Melanie Thielker
1
-12
/
+9
2008-11-16
Megapatch. Completely remove the multiparameter IM methods. Remove the insecure
Melanie Thielker
1
-5
/
+3
2008-11-16
Add MessageTransferModule interface to all scenes, not only the first
Melanie Thielker
1
-1
/
+1
2008-11-16
Fix 2 bugs in the message transfer module, thanks, Homer Horwitz!
Melanie Thielker
1
-2
/
+2
2008-11-16
Introduces the message transfer module. It splits the transfer mechanics off
Melanie Thielker
1
-271
/
+139
2008-11-15
Hack to temporarily fix friends-handling. This will be redone as soon as
Homer Horwitz
1
-2
/
+2
2008-11-09
Update svn properties. Add copyright headers. Minor formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-11-09
Reintroduce transactionID to the parameter list for SendInstantMessage.
Melanie Thielker
1
-2
/
+2
2008-11-08
* Ported InstantMessageModule to IClientCore
Adam Frisby
1
-6
/
+11
2008-11-08
* Added IClientIM to IClientCore interfaces
Adam Frisby
1
-9
/
+9
2008-11-01
Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,
Homer Horwitz
1
-2
/
+8
2008-11-01
Make the IM and friends modules optional. Clean up some code that dealt
Melanie Thielker
1
-3
/
+16
2008-10-26
Committing a small fix for EventData along with more plumbing work
Melanie Thielker
1
-3
/
+7
2008-10-25
A few more bots to yesterday's plumbing: change instant message method
Melanie Thielker
1
-1
/
+2
2008-10-12
* Fixed two major unhandled exceptions discovered during the Pub Quiz on friday.
Adam Frisby
1
-5
/
+30
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-52
/
+52
2008-06-27
dr scofield's continuing warnings safari:
Dr Scofield
1
-1
/
+2
2008-06-25
Added support for terrain map to be serialised to xml(as base64 binary). usef...
MW
1
-1
/
+1
2008-06-04
Formatting cleanup, minor refactoring, svn properties.
Jeff Ames
1
-19
/
+19
2008-06-01
* This enables grid-wide instant messaging in a peer to peer with tracker sty...
Teravus Ovares
1
-23
/
+167
2008-06-01
* Committing more unfinished stuff. Nothing significant at the moment. IM ...
Teravus Ovares
1
-11
/
+246
2008-06-01
* Committing some stuff I'm working to make it so I can commit an upcoming pa...
Teravus Ovares
1
-3
/
+169
2008-05-01
Update svn properties. Minor formatting cleanup.
Jeff Ames
1
-157
/
+157
2008-04-30
* Cruft removal step #1. Cleaning Modules directory.
Adam Frisby
1
-37
/
+38
2008-04-30
* Refactored Environment/Modules directory - modules now reside in their own ...
Adam Frisby
1
-159
/
+157
2008-04-10
* With Grid Comms up in the air.. I decided have the friends module update ...
Teravus Ovares
1
-0
/
+20
2008-04-07
* EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar it...
Justin Clarke Casey
1
-2
/
+6
2008-03-18
Formatting cleanup.
Jeff Ames
1
-27
/
+25
2008-03-03
* Removed and sorted using clauses in a number of files.
Adam Frisby
1
-2
/
+0
2008-02-29
* ODEPlugin
Teravus Ovares
1
-4
/
+16
2008-02-20
Minor cleanup.
Jeff Ames
1
-1
/
+1
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-7
/
+0
2008-01-02
* Re-wrote IM that sends the friend request so that it displays the name of t...
Teravus Ovares
1
-2
/
+2
2008-01-01
* You can add and remove a friend in standalone now within the same simulator...
Teravus Ovares
1
-10
/
+35
2007-12-30
* Applied Melanie's same instance IM fix. This will make IMs work within the...
Teravus Ovares
1
-4
/
+6
2007-12-10
refactored ChatModule a bit.
Jeff Ames
1
-4
/
+5
2007-12-09
removed old debugging code from IM and chat modules
Jeff Ames
1
-3
/
+0
2007-10-30
* Optimized usings
lbsa71
1
-14
/
+16
2007-10-29
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
1
-1
/
+2
2007-10-29
Started the process of cleaning up AssetCache and moving most of the code int...
MW
1
-6
/
+11
2007-10-19
changes to pass nini config object to the modules that get
Sean Dague
1
-100
/
+101
[next]