aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/UDPServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-03Tweaked "show users" formatting, added user's IP address to display.Brian McBee1-1/+1
2007-12-28Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson1-99/+1
2007-12-27* Optimized usingslbsa711-46/+41
2007-12-27* Added slightly better object sit handlingTeravus Ovares1-6/+6
2007-12-26* Coded around another Null packet sent by the packet poolTeravus Ovares1-18/+21
2007-12-22* Masochistically updated libsecondlife.dll to r1550Teravus Ovares1-1/+30
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-1/+64
2007-12-18* Sakai appears to be having some sort of socket error that we've not account...Teravus Ovares1-0/+18
2007-12-18* Removed the ObjectDisposed error.Teravus Ovares1-4/+12
2007-12-18* Fix for mantis 0000040 After client logout remote host closed connection on...Teravus Ovares1-5/+48
2007-12-17Thank you, Kiryu for a patch to fix out of sync error in UDP serverCharles Krinke1-15/+7
2007-12-17The "Got a packet from an invalid client" has served its purposeCharles Krinke1-1/+2
2007-12-13Minor cleanupJeff Ames1-0/+1
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-4/+4
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-1/+1
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-0/+14
2007-11-02Added temporary try catch to udpserver while testing something out (will remo...MW1-1/+7
2007-10-30* Optimized usingslbsa711-35/+25
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-1/+1
2007-09-24* Renamed stuff on UserManagerBase to get implicit implementation of IUserSer...lbsa711-6/+12
2007-09-19* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata...lbsa711-1/+1
2007-09-18* Gave Connectivity some more (manly) love.lbsa711-11/+20
2007-09-18* Yet some more connectivity restructuringlbsa711-7/+9
2007-09-18* Handlerized ViewerEffectlbsa711-1/+1
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-1/+17
2007-08-16Deleted old inventoryCache.csMW1-5/+2
2007-07-29Commit 1/2Adam Frisby1-4/+4
2007-07-26* Started renaming world to Scenelbsa711-4/+4
2007-07-24* More console related changes.Adam Frisby1-4/+4
2007-07-22* Some work in progress code: Inventory cache, start of inventory server/serv...MW1-1/+1
2007-07-20* Assortment of Console changes - console messages are now grouped into modul...Adam Frisby1-1/+1
2007-07-18*New Configuration System, much easier and less buggy compared to the origina...mingchen1-0/+1
2007-07-16* RegionApplicationBase restructuring now completelbsa711-3/+2
2007-07-16changed to native line ending encodingSean Dague1-195/+195
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-15/+4
2007-07-01MAJOR IP RESTRUCTURINGlbsa711-1/+1
2007-06-29* Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ...Adam Frisby1-3/+3
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-1/+1
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot t...mingchen1-4/+3