OpenSimMirror/OpenSim
Oren Hurvitz 2c9859314f Changed table 'im_offline' to use UTF8 characters. This fixes a problem with Offline IM V2 (only relevant to MySQL).
This fixes http://opensimulator.org/mantis/view.php?id=7123

Users that use MySQL should change their MySQL configuration to support UTF8. In the config file /etc/my.cnf (Linux) or my.ini (Windows), add these settings:

   [mysqld]
   character-set-server=utf8

   [client]
   default-character-set=utf8

And then restart MySQL (on Linux: "sudo service mysqld restart").
2014-04-23 16:18:28 +03:00
..
Addons Better error handling when retrieving offline IMs 2014-04-21 16:56:26 +01:00
ApplicationPlugins Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used. 2014-04-20 06:23:37 +01:00
Capabilities Add regression test for http inventory fetch. 2014-03-17 20:51:35 +00:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Changed table 'im_offline' to use UTF8 characters. This fixes a problem with Offline IM V2 (only relevant to MySQL). 2014-04-23 16:18:28 +03:00
Framework Changed the maximum asset name and description lengths to constants. Also, pre-truncate the description of dynamic textures. 2014-04-22 12:18:54 +03:00
Region Fixed KeyframeMotion to work with very slow movement. 2014-04-22 10:19:11 +01:00
Server In teleports, pass the source region to the destination (similar to an HTTP referrer) 2014-04-09 09:22:20 +01:00
Services Removed an attempt to set a user's presence to "Region 0" when they HG teleport to another grid. 2014-04-21 16:56:14 +01:00
Tests Fix the presence info caching used in llRequestAgentData(), which was completely inoperative. 2014-04-11 00:29:06 +01:00
Tools Added 2 new behaviors to pCampBot 2014-02-21 10:06:08 -08:00