]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/views/submission.py
Raise HTTP 422 if the submission doesn't parse.
[xonotic/xonstat.git] / xonstat / views / submission.py
2017-04-22 Ant ZucaroRaise HTTP 422 if the submission doesn't parse. elo-categories
2017-04-22 Ant ZucaroParse the submission in the constructor.
2017-04-22 Ant ZucaroAlways set the returned Elo dict. Small PEP8 changes.
2017-04-22 Ant ZucaroUse the new data structures in the submission handler.
2017-04-22 Ant ZucaroSimplify the player create/update function.
2017-02-13 Ant ZucaroClean up the function signature a bit.
2017-02-13 Ant ZucaroStart work on refactoring the functions that create...
2017-02-13 Ant ZucaroClean up the create_game function.
2017-02-13 Ant ZucaroClean up the get_or_create_map function.
2017-02-13 Ant ZucaroRemove the try-catch block here. It isn't needed.
2017-02-12 Ant ZucaroClean up the submit_stats function and its dependents.
2017-02-12 Ant ZucaroRemove an obsoleted function.
2017-02-09 Ant ZucaroSimplify more functions.
2017-02-09 Ant ZucaroSimplify the should_do_weapon_stats function.
2017-02-09 Ant ZucaroMore usage of submission.
2017-02-08 Ant ZucaroUpdate the is_supported_game_type function to use the...
2017-02-08 Ant ZucaroUpdate the has_required_metadata function to use the...
2017-02-07 Ant ZucaroSwitch to using the submission object to identify blank...
2017-02-07 Ant ZucaroSubmission no longer has a meta attribute!
2017-02-05 Ant ZucaroAdd a representation for the submission for debugging...
2017-02-05 Ant ZucaroAdd two static methods used in parsing.
2017-02-05 Ant ZucaroAdd weapons fired directly instead of checking first.
2017-02-04 Ant ZucaroShorten two methods by directly returning the condition.
2017-02-04 Ant ZucaroParse the sub-value, not the full value.
2017-02-04 Ant ZucaroAdd logic to identify fastest caps or laps by humans.
2017-02-04 Ant ZucaroAdd logic to identify non-zero scores by humans.
2017-02-04 Ant ZucaroAdd all metadata fields as explicit instance vars.
2017-02-01 Ant ZucaroAdd a check for humans who have fired a weapon during...
2017-02-01 Ant ZucaroStore entries for all players, just human players,...
2017-01-30 Ant ZucaroFix typos.
2017-01-29 Ant ZucaroAdd a function to determine the Elo category.
2017-01-28 Ant ZucaroCompute the number of real players during parsing.
2017-01-28 Ant ZucaroCheck for distinct weapons fired during the match.
2017-01-28 Ant ZucaroRemove the need for peeking, improving performance.
2017-01-28 Ant ZucaroInitial work on a new submission parser.
2017-01-07 Ant ZucaroAdd 'duel' as an explicitly supported game type. Fixes...
2016-11-14 Ant ZucaroMake precondition failures return plain-text.
2016-11-14 Ant ZucaroRemove an unneeded import.
2016-11-14 Ant ZucaroImprove server matching.
2016-11-11 Ant ZucaroGive a better name to a function and also use the serve...
2016-11-07 Ant ZucaroFix imports.
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4-badges' into 'master'
2016-11-06 Ant ZucaroMerge branch 'sev/xolonium4' into 'master'
2016-11-06 Ant ZucaroMerge pull request #25 from antzucaro/models-refactor
2016-10-28 Ant ZucaroMake models a package instead of being a single (huge...
2016-01-31 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2016-01-27 Ant ZucaroForce create_dt to start_dt for games.
2015-11-29 Ant ZucaroFetch ranks for the post-match report.
2015-11-19 Ant ZucaroProvide a plaintext response to stats submissions.
2015-11-14 Ant ZucaroRefactor the Elo processing code into EloProcessor.
2015-11-07 Ant ZucaroDon't put anonymous players in games.players
2015-11-07 Ant ZucaroUse only one regex to identify bots
2015-07-08 Ant ZucaroStore and show goals in the "caps" field of team scores...
2015-06-13 Ant ZucaroStore player-to-map captimes by mod.
2015-06-13 Ant ZucaroStore impure cvar changes, and use them to mark servers...
2015-06-06 Ant ZucaroMake valid NB games those w/ nonzero scores ONLY. Fixes...
2014-12-16 Ant ZucaroStore player_ids in the games table.
2014-12-13 Ant ZucaroIsolate the weapon rename to the weapon_cd only.
2014-12-13 Ant ZucaroConvert old weapon names to new ones at submission...
2014-05-28 Ant ZucaroAdd anticheat logging.
2014-01-08 Jan BehrensMerge branch 'master' into zykure/wip
2013-08-25 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2013-08-19 antzucaroNo longer require T records for metadata.
2013-08-17 Jan BehrensMerge branch 'master' into zykure/wip
2013-08-11 Ant ZucaroMove the blind_id verification function to util.
2013-07-19 Jan BehrensMerge branch 'master' into zykure/approved
2013-06-13 Ant ZucaroStore team score information.
2013-05-10 Ant ZucaroSupport teamscores when parsing, but do not store them...
2013-04-21 Jan BehrensUpdate submission handler to use new Q event for teams...
2013-04-21 Jan Behrensfix bot-detection
2013-04-20 Jan BehrensAdding teamscores (proof-of-concept)
2013-02-09 Ant ZucaroOn second thought, don't
2013-02-09 Ant ZucaroDon't count kills in CTS
2013-02-05 Ant ZucaroStore the active mods in the games table
2013-02-05 Ant ZucaroSave the server port number during submission
2013-02-05 Ant ZucaroGeneric game meta handling
2013-02-05 Ant ZucaroSearch servers by hashkey first, then name. Update...
2013-02-01 Ant ZucaroNo Elo for keyhunt, remove old ka name.
2013-01-26 Ant Zucarofastest_cap -> fastest
2013-01-26 Ant ZucaroMissed a gametype in the supported_games list.
2013-01-26 Ant ZucaroAdd a new blank game check for CTS.
2013-01-26 Ant ZucaroSupport a ton of new fields.
2013-01-25 Ant ZucaroAllow version-specific gametype support.
2013-01-22 Jan BehrensMaking CA games work in XonStat
2013-01-22 Jan BehrensMerge branch 'master' of http://git.xonotic.org/xonotic...
2013-01-21 Ant ZucaroAdd two helper methods to simplify.
2013-01-21 Ant ZucaroMajor refactor of submissions code.
2013-01-21 Ant ZucaroRedo submission handling.
2013-01-16 Jan BehrensMerge branch 'approved' of gitorious.org:xonotic/xonsta...
2013-01-16 Jan BehrensMerge branch 'master' into approved.new
2013-01-16 Ant ZucaroSupport the new scoreboardpos and teamrank fields.
2012-12-23 Ant ZucaroParse and store the game's duration.
2012-12-23 Ant ZucaroUncomment elo processing code.
2012-12-23 Ant ZucaroAdd storage of captimes and fastest caps.
2012-12-23 Ant ZucaroCheck nick uniqueness before storing.
2012-11-09 Ant ZucaroParse and store the game's duration.
2012-11-04 antzucaroMerge pull request #15 from baneofblabs/master
2012-10-29 Ant ZucaroUncomment elo processing code.
2012-10-29 Ant ZucaroAdd storage of captimes and fastest caps.
2012-09-29 Ant ZucaroCheck nick uniqueness before storing.
next