• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FAForever / server
88%
develop: 96%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/aiohttp-3.7.4
DEFAULT BRANCH: develop
Repo Added 10 Jan 2015 03:26PM UTC
Files 0
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v0.9.29
branch: v0.9.29
CHANGE BRANCH
x
Reset
  • v0.9.29
  • 0.9.23
  • Askaholic-patch-1
  • HEAD
  • IDragonfire-patch-1
  • INSANITY
  • Rackover-patch-1
  • UID_hit_fix_link_in_message
  • asyncio-lobbyconnection-#83
  • baked_db_test
  • ban_duration
  • before-squash-feature/#422-implement-party-system-matchmaking
  • bugfix/#248-outdated-rating
  • bugfix/#255-stats-bug
  • bugfix/#273-map-id-0
  • bugfix/#312-fix-remove-avatar
  • bugfix/#313-clan-database
  • bugfix/pytest-cov-version
  • check_ban_on_join
  • clean/extraneous-spaces
  • completePlayerInfo
  • connectivity
  • consistent_admin
  • dependabot/pip/aiohttp-3.7.4
  • develop
  • docs/connectivity
  • feature/#175-trueskill-single-player
  • feature/#177-api-ssl-certificate
  • feature/#211-adapt-mod-tables
  • feature/#231-survived-player
  • feature/#233-ice-support
  • feature/#237-reconnect-players
  • feature/#240-enable-uid
  • feature/#240-enable-uuid
  • feature/#250-shutdown-broadcast
  • feature/#253-missing-game-connection
  • feature/#275-ranked-equilibrium
  • feature/#327-faf-policy-server
  • feature/#422-implement-party-system-matchmaking
  • feature/153-robust-stats
  • feature/155-fix-ban-expiry
  • feature/account_cooling
  • feature/adapt-unit-stats
  • feature/clan-view-use-faf-lobby
  • feature/divisions
  • feature/fix-faftools-version
  • feature/map-table-cleanup
  • feature/multiport-natserver
  • feature/new-permission-system
  • feature/rating_ranges
  • feature/rehost
  • feature/set-map-id
  • feature/stream-#82
  • feature/top-score-achievements
  • feature/track-client-version
  • feature/turn
  • feature/uid-constraints
  • fix-github-action-release
  • fix-wrong-avatar-selected
  • fix/195-coop-leaderboards
  • fix/aiomysql
  • fix/create_account
  • fix_db_123
  • fix_unrank_ai
  • fix_validation
  • fix_visibility
  • hotfix/v0.4.1
  • ice_tests
  • improve-error-messages
  • landscape-config
  • landscape-fixes
  • maintenance/db-v96
  • master
  • moarTests
  • muellni-ice
  • notin
  • prune_game_type
  • python3.5
  • refactor/matchmaker
  • refactor/protocol
  • release/0.6
  • release/connectivity
  • release/v0.3
  • release/v0.5.1
  • remove-unused-update_rating
  • revert-380-issue/#195-coop-leaderboards
  • simpler_avatars
  • single_report_system
  • staging-v1.3.6
  • staging-v1.3.7
  • staging-v1.4.3
  • test
  • tmp/d1
  • tmp/d2
  • update-develop
  • update-master
  • update-numGames
  • v0.2.2
  • v0.2.3
  • v0.3
  • v0.4
  • v0.4.1
  • v0.5
  • v0.5.1
  • v0.5.2
  • v0.5.3
  • v0.6
  • v0.6.1
  • v0.8
  • v0.9
  • v0.9.1
  • v0.9.10
  • v0.9.11
  • v0.9.12
  • v0.9.13
  • v0.9.14
  • v0.9.15
  • v0.9.17
  • v0.9.18
  • v0.9.19
  • v0.9.2
  • v0.9.20
  • v0.9.21
  • v0.9.22
  • v0.9.23
  • v0.9.24
  • v0.9.25
  • v0.9.26
  • v0.9.27
  • v0.9.28
  • v0.9.3
  • v0.9.30
  • v0.9.31
  • v0.9.32
  • v0.9.33
  • v0.9.4
  • v0.9.6
  • v0.9.7
  • v0.9.8
  • v1.0
  • v1.1
  • v1.2
  • v1.3
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.3.4
  • v1.3.5
  • v1.3.6
  • v1.3.7
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.4.3
  • v1.5.0
  • v1.5.1
  • v1.5.2
  • v1.6.0

pending completion
2622

push

travis-ci

web-flow
ICE adapter support (#411)

* #233 remove peer address & port
Those are superseded by the ICE adapter

* #233 Forward SDP records

* #237 Clean up code in preparation for reconnect

* #237 Restore game connection on reconnect

* #233 remove connectivity related code

* #271 Implement `ice_servers` API for Twilio NTS and Coturn servers

* Creates a Twilio REST API client that fetches NTS tokens
* TTL of tokens made configurable
* implement Coturns TURN REST API using HMAC auth for the --static-auth-secret coturn option

* #340 prevent a trailing lobby_connection to remove the player from player_service

* Fix test_game.py unawaited clear_data() (#365)

* Fixed memory leak when StatsD is disabled (#364)

* try to remove db submodule to make the server run on test server

* try to not get kicked from the game upon closing of the old lobby_connection

* Post-merge fixes

* Fixed cyclic dependancy

* Formatted strings and used kwargs

* Replaced mock with the dummy class - reverted the revert

* IceMessage is now IceMsg

* Added nts_client to LobbyConnection

* Fixes post-merge atrocities

* Fixing further post-merge atrocities

* add import

* Update lobbyconnection.py

* address requested changes

* Some formatting cleanup

* Remove NatPacketServer from conftest

* GameConnection doesn't take nts_client

* More formatting cleanup

* Games don't need port any more

* Remove connectivity from integration tests

* Clean up some of the CoturnHMAC and TwilioNTS stuff

* Explicitly pass ttl to nts_client.server_tokens

* Remove unnecessary variable

* do not disconnect on Bottleneck gpg message

* handle GameEnded gpnet message

* WIP debugging

* WIP debugging

* prevent non ice clients from joining

* cleanup

* cleanup

2507 of 2860 relevant lines covered (87.66%)

0.88 hits per line

Relevant lines Covered
Build:
Build:
2860 RELEVANT LINES 2507 COVERED LINES
0.88 HITS PER LINE
Source Files on v0.9.29
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2622 v0.9.29 ICE adapter support (#411) * #233 remove peer address & port Those are superseded by the ICE adapter * #233 Forward SDP records * #237 Clean up code in preparation for reconnect * #237 Restore game connection on reconnect * #233 remo... push 20 Apr 2019 02:37PM UTC web-flow travis-ci pending completion  
See All Builds (3416)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc