GithubHelp home page GithubHelp logo

csgo-log's People

Contributors

janstuemmel avatar rossiar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

csgo-log's Issues

Push access for @Rossiar

@Rossiar. You have no email in your account so i contact you with this issue...

Wanna have push access for this repository? You commited a few important changes to this library and you have a real use case for this lib at @faceit.

Parsing log-lines received by a http request

As mentioned by @FlowingSPDG in pullrequest #7, logs can be received by a http request via logaddress_add_http. Lines from this log do not begin with a leading L.

  • Find out if this has a scope for this library
  • Find a workaround for this without breaking the api

Missing log types

Log types that are still missing:

  • RoundRestart: World triggered "Restart_Round_(1_second)
  • ServerMessage: server_message: "quit"
  • FreezPeriodStart: Starting Freeze period

Out of scope ?!

  • Log file closed

Message types to include to this library

Some events that can occur on the server introduced by pullrequest #7 (without get5)

  • PlayerKillOther Players can destroy non-player objects (e.g. chickens) on the map
  • RconEvent An rcon event can occur when server admins change cvars
  • MatchPause Occurs when match is paused (!?)

V2 Versioning

Golang is stopping me from importing at v2.0.1 (I realise this is the same reason I kept my fork in v2.0.0) because of the language rules that state "If an old package and a new package have the same import path, the new package must be backwards compatible with the old package." (https://golang.org/cmd/go/#hdr-Module_compatibility_and_semantic_versioning)

go get github.com/janstuemmel/[email protected]
go: finding github.com/janstuemmel/csgo-log v2.0.1
go: finding github.com/janstuemmel/csgo-log v2.0.1
go get github.com/janstuemmel/[email protected]: github.com/janstuemmel/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2

I think the fix is to change v2.0.0 and v2.0.1 to be v1.1.0 and v1.1.1 respectively, since I don't believe I introduced any breaking changes when I committed the first time and this will make go get happy. I figure this won't break for anyone else since you can't get the module as a dependency at these new versions anyway due to the error above.

TeamSwitch

a plaer can switch from a team to Spectator

"Player<12><STEAM_1:1:1010101>" switched from team <TERRORIST> to <Spectator>

this is wrong in the regex for PlayerSwitch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.