]> git.pond.sub.org Git - empserver/history - src/lib/player/login.c
client: Unbreak standalone build
[empserver] / src / lib / player / login.c
2021-01-23 Markus ArmbrusterUpdate copyright notice
2021-01-05 Markus ArmbrusterUpdate copyright notice
2018-04-29 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterMerge branch 'readline'
2017-08-06 Markus ArmbrusterInclude "file.h" where it's needed
2017-07-02 Markus ArmbrusterUpdate copyright notice
2015-02-28 Markus ArmbrusterUpdate copyright notice
2014-01-02 Markus ArmbrusterUpdate copyright notice
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2012-05-01 Markus ArmbrusterJournal login before changing the player thread's name
2012-04-26 Markus ArmbrusterDon't send "idle connection terminated" in login phase
2012-04-26 Markus ArmbrusterFix synchronization between shutdown and player threads
2012-04-26 Markus ArmbrusterChange login command kill to kill less ruthlessly
2012-04-26 Markus ArmbrusterSeparate login_grace_time from max_idle
2012-04-26 Markus ArmbrusterFix player_login() to obey max_idle for output, too
2012-04-26 Markus ArmbrusterFlush all output before reading a login command, not...
2012-04-26 Markus ArmbrusterAdd deadline support to io_output(), io_output_if_queue...
2012-03-31 Markus ArmbrusterSwitch io_close(), io_input() from timeouts to deadlines
2012-03-27 Markus ArmbrusterBase idle timeout on player->curup again, not current...
2012-03-27 Markus ArmbrusterReplace the per-iop input_timeout by per-function timeouts
2012-02-25 Markus ArmbrusterFix how play_cmd() ensures connection close
2012-02-21 Markus ArmbrusterFix server shutdown to let player output drain properly
2012-02-21 Markus ArmbrusterClean up how quit and server shutdown trigger connectio...
2012-02-21 Markus ArmbrusterFix login command quit to really quit
2012-02-20 Markus ArmbrusterDon't lose output when client shuts down input transmission
2011-04-14 Markus ArmbrusterJournal login phase input, too
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2010-05-24 Markus ArmbrusterRemove superfluous casts to natid
2010-01-19 Markus ArmbrusterFix player_login() not to print null pointer
2010-01-19 Markus ArmbrusterUpdate copyright notice
2009-12-13 Markus ArmbrusterUpdate known contributors comments
2009-07-19 Markus ArmbrusterRemove IO_NOWAIT, IO_WAIT
2009-07-19 Markus ArmbrusterRemove bogus io_noblocking() from player_login()
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 1
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-02-01 Ron KoenderinkReimplement max_idle without a separate thread
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-11 Markus ArmbrusterMake empth_name() and empth_set_name() take a thread...
2008-09-11 Ron KoenderinkChange the thread name in play_cmd() to show country...
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-02-19 Markus ArmbrusterDefine and use NATID_BAD instead of literal 255
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-11-25 Markus ArmbrusterRecord raw arguments, to be used in the next changesets:
2007-01-21 Markus Armbruster(PS_KILL): Nobody can observe this state, as player...
2007-01-09 Markus ArmbrusterUpdate copyright notice.
2006-07-10 Markus ArmbrusterBreak inclusion cycle: prototypes.h and commands.h...
2006-06-14 Markus Armbruster(options_cmd): login_opts[] lacked sentinel. Potential...
2006-05-13 Markus Armbruster(coun_cmd): Multiple client commands could overrun...
2006-04-26 Markus ArmbrusterRemove redundant declaration.
2006-04-22 Ron Koenderink(login_coms): Remove erroneous declaration. Move defin...
2006-04-20 Markus Armbruster(login_coms): Make declaration consistent with definition.
2006-03-23 Markus Armbruster(dirchar, neighsects, login_coms, lookup_list, g_distpt...
2006-03-09 Markus Armbruster(may_play): More helpful diagnosis and log.
2006-02-24 Markus ArmbrusterUpdate known contributors comment.
2006-02-22 Markus Armbruster(may_play): Clarify deity login rejection message.
2006-02-22 Markus Armbruster(banfil, authfil): Remove. Matching user is useless...
2006-02-22 Markus Armbruster(may_play): New, factored out of play_cmd() and kill_cmd().
2006-02-22 Markus Armbruster(player): Rename member validated to authenticated.
2006-02-10 Markus Armbruster(options_cmd): Sent two prompts when listing options.
2006-01-21 Markus ArmbrusterCOPYING duplicates information from README. Remove...
2006-01-05 Markus ArmbrusterUpdate copyright notice.
2006-01-04 Markus ArmbrusterChange nation status from bits to a simple enum:
2006-01-04 Markus Armbruster(comtch): Parameter god permitted execution of any...
2005-12-27 Markus ArmbrusterInclude config.h.
2005-11-21 Ron Koenderink(kill_cmd): Add authority check for deities before...
2005-10-22 Markus Armbruster[aix]: Remove special case include, I doubt it's necessary.
2005-10-11 Markus Armbruster(play_cmd): Log begin and end of playing session. ...
2005-10-02 Markus Armbruster(player_find_other): Replace by getplayer. player_find...
2005-06-13 Markus Armbruster(player_login): Replace pr_player() by equivalent pr_id().
2005-06-13 Markus Armbruster(player_login, player_main): Move the C_INIT that termi...
2005-06-12 Markus ArmbrusterRemove a bunch of redundant casts.
2005-06-09 Markus Armbruster(options_cmd): List options only if none are set.
2005-05-28 Markus ArmbrusterClean up the previous revision; no functional changes.
2005-05-27 Markus ArmbrusterLogin options.
2005-05-27 Markus Armbruster(coun_cmd): Fix return value when country doesn't exist...
2005-03-16 Markus ArmbrusterUpdate copyright notice.
2004-09-07 Markus ArmbrusterUpdate copyright notice. v4.2.18
2004-03-01 Markus ArmbrusterDon't cast void to void.
2004-02-24 Markus Armbruster(login_coms): Fix forward declaration (was a definition).
2004-02-19 Markus ArmbrusterDeclare all configuration parameters in optlist.h....
2004-02-19 Markus Armbruster<string.h> is ISO C, no need to #if it.
2004-02-18 Markus ArmbrusterMake users of struct cmdstr agree on prototype of membe...
2003-12-17 Markus Armbruster(at_minimum, blocksig, emp_bitinit, filelogerror, iceil...
2003-09-02 Markus ArmbrusterIndented with src/scripts/indent-emp.
2003-08-23 Markus ArmbrusterImport of Empire 4.2.12 v4.2.12