about summary refs log tree commit diff
path: root/src/engine/server
AgeCommit message (Collapse)Author
2014-04-05only check for bots if there is an admin to notifyMarius "Teelevision" Neugebauer
2014-03-28Revert "limit characters within player names to ascii range to prevent utf8 ↵Marius "Teelevision" Neugebauer
impersonating" This reverts commit 865d0f736588337fc7b8cc925eb84bc2dd2ae7f0.
2014-03-27some coding style adjustmentsMarius "Teelevision" Neugebauer
2014-03-27fixed and improved votebansMarius "Teelevision" Neugebauer
2014-03-26initial zCatch/TeeVi commitMarius "Teelevision" Neugebauer
2013-03-24Merge branch 'master0.6' into zCatchTeetime
Conflicts: data/languages/index.txt src/game/server/entities/character.cpp
2013-02-24make sure clients are authed for map downloadsoy
2013-02-24cleaned up warnings that clang spits out. some bugs found with it.Magnus Auvinen
Conflicts: src/game/server/gamemodes/ctf.cpp src/game/server/gamemodes/ctf.h
2013-02-24Show user authlevel on status command. Closes #985oy
2013-02-24limit characters within player names to ascii range to prevent utf8 ↵oy
impersonating
2013-02-24fixed used nettype in server browser and try to use ipv4 and ipv6 socket ↵oy
when using a bindaddr. Closes #940
2013-02-24fixed registering of ban commands. Closes #942oy
2013-02-24reset rcon AuthTries on logout. Closes #941oy
2013-01-05Removed banmasterTeetime
2012-10-22Merge branch 'banmaster_v2' into zCatchTeetime
Conflicts: .gitignore banmasters.cfg src/banmaster/banmaster.cpp src/engine/server/server.cpp src/engine/shared/network.h src/engine/shared/network_server.cpp
2012-06-13some changes...Teetime
2012-03-10Extended banmaster, now its easier and more comfortable to ban"Teetime
2012-03-07Merge remote-tracking branch 'heinrich5991/banmaster' into banmaster_v2Teetime
Conflicts: src/engine/server/server.cpp src/engine/server/server.h src/engine/shared/config_variables.h src/engine/shared/network.h src/engine/shared/network_server.cpp
2012-02-19fix that server sends bans correctly to banmastersTeetime
2012-02-18banmaster doesnt add same IPs nowTeetime
2012-02-17extended banmaster and added more functionsTeetime
2012-02-17added banmaster into the sourceTeetime
2012-02-17Merge branch 'master' into zCatch-ExpTeetime
Conflicts: src/engine/server.h src/engine/server/server.cpp src/engine/server/server.h src/engine/shared/network.h src/engine/shared/network_server.cpp src/game/server/player.h
2012-01-28tell what port might be in use, if we cannot bindfisted
2012-01-09cleaned up content folder creation. Closes #845oy
2012-01-09add tuning to demo. Closes #899oy
2012-01-06made bindaddr config work for client and master too. Closes #909oy
2011-12-31made vote ban check if the ip matches an authed playeroy
2011-12-30fixed compilingoy
2011-12-30added logout command for econoy
2011-12-30fixed last commitoy
2011-12-29Added logout command. Closes #903Learath2
2011-12-29reworked ban systemoy
2011-12-29fixed empty player names based on utf8 characters. Closes #904oy
2011-12-04fixed sv_max_client usageoy
2011-12-04added a command to unban allChoupom
2011-11-03fixed conflictTeetime
2011-11-03added banmasterTeetime
2011-10-22reload map after mode-change to ensure that all is loaded correctlyTeetime
2011-08-11General whitespace and tab cleanupShereef Marzouk
2011-08-03Merge pull request #808 from SushiTee/masteroy
fixed a warning
2011-08-02fixed typoShereef Marzouk
2011-08-01fixed a warningSushiTee
2011-07-31fixed compiling error on osxoy
2011-07-31fixed ban for life on the serveroy
2011-07-31clean up econ sockets on shutdown. Closes #804oy
2011-07-30added missing newlines at end of 2 filesoy
2011-07-30Added server sided automatic demo recordingJohannes Loher
2011-07-30increased length for help string of temporary commandsoy
2011-07-30fixed econ feature and tcpoy