Mute List of OpenSim [edit]

DB [edit]

mute_list [edit]
MariaDB [opensim_op]> show columns from mute_list;
+-----------+--------------+------+-----+---------+-------+
| Field     | Type         | Null | Key | Default | Extra |
+-----------+--------------+------+-----+---------+-------+
| agentid   | varchar(36)  | NO   | PRI |         |       |
| muteid    | varchar(36)  | NO   | PRI |         |       |
| mutename  | varchar(255) | NO   | PRI |         |       |
| mutetype  | bigint(10)   | NO   |     | 0       |       |
| muteflags | bigint(10)   | NO   |     | 0       |       |
| timestamp | bigint(11)   | NO   |     | 0       |       |
+-----------+--------------+------+-----+---------+-------+
6 rows in set (0.00 sec)

Request Mute List [edit]

<?xml version="1.0" encoding="utf-8"?>
<UUID xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Guid>751c1531-03b5-48a9-8f2d-51a0527be7ca</Guid>
</UUID>

Update [edit]

Delete [edit]

<?xml version="1.0" encoding="utf-8"?>
<GridMuteList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <agentID>751c1531-03b5-48a9-8f2d-51a0527be7ca</agentID>
  <muteID>00000000-0000-0000-0000-000000000000</muteID>
  <muteName>zzz</muteName>
  <flags>0</flags>
  <timestamp>1283095655</timestamp>
</GridMuteList>

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS