Recent content by ry_

  1. ry_

    Mysql Logger 1.0

    GitHub ログを見る機能は自分で実装してください ログを取得するやつ BlockLogが入った配列がClosureに渡されます # "file"もありますがバグがあるので"bulk"を使ってください type: "bulk" # "1 week"とかもいけます delete-day: "5 day" # 複数のサーバーで使えるようにするためのIDです server-id: "server_1" save-interval: 10 database: type: mysql mysql: host: 127.0.0.1 username: root...
  2. ry_

    Mysql Logger

    ry_ submitted a new resource: Mysql Logger - Mysqlでログを取ろう! Read more about this resource...
  3. ry_

    StackStorage - 設定を追加

    いくつかの設定を追加しました サーバー起動時にデータを確認し、問題があれば解決してくれるようになりました 特定の状況でクラッシュするのを修正しました
  4. ry_

    StackStorage

    ry_ updated StackStorage with a new update entry: 設定を追加 Read the rest of this update entry...
  5. ry_

    StackStorage - API4.0.0に対応

    API4.0.0に対応したりバグ直したりデータ保存の挙動を改善しました (mysql_betterブランチにAPI4.0.0とsqliteサポートを加えたものなのでmysqlの処理は改善されたバージョンです)
  6. ry_

    StackStorage

    ry_ updated StackStorage with a new update entry: API4.0.0に対応 Read the rest of this update entry...
  7. ry_

    StackStorage - 関数を2つ追加

    関数を2つ追加しました 増殖するバグを修正 コマンドのパーミッション設定ミスを修正
  8. ry_

    StackStorage

    ry_ updated StackStorage with a new update entry: 関数を2つ追加 Read the rest of this update entry...
  9. ry_

    StackStorage - キャッシュするようになったよ

    アイテムを一時的にキャッシュするようになりました それによってデータベースサーバーと離れてても高速にデータ保存出来るようになりました
  10. ry_

    StackStorage

    ry_ updated StackStorage with a new update entry: キャッシュするようになったよ Read the rest of this update entry...
  11. ry_

    StackStorage - support mysql

    mysqlとsqliteをサポートします データを非同期で保存する データ保存形式の変更 nbtも保存できます
  12. ry_

    StackStorage

    ry_ updated StackStorage with a new update entry: support mysql Read the rest of this update entry...
  13. ry_

    StackStorage - いろいろ変わった

    0.1.0より下のバージョンのデータは引き継げません
  14. ry_

    StackStorage

    ry_ updated StackStorage with a new update entry: いろいろ変わった Read the rest of this update entry...
  15. ry_

    StackStorage - bug fix

    バグを一部直した 他人のストレージを開けるように 開き方