Giter VIP home page Giter VIP logo

server's People

Contributors

alimalkhalifa avatar chazix avatar ckrahn avatar crdunwel avatar nazwadi avatar nokiomanz avatar nwuollett avatar regneq avatar secretsothep avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

server's Issues

Latest commit broke compilation

The latest commit, 04c0e4a, broke compilation. Looks like forget to stage new files, that you imported from upstream EQEmu.

Some of them include
common/content/*
common/cron/croncpp.h
world/world_event_scheduler.cpp
zone/zone_event_scheduler.cpp
common/server_event_scheduler.cpp

Telnet does not start when enabled in config

I cannot get the telnet server to start up and listen on TCP 9000 when enabling it in the eqemu_config.json file. Here is my current telnet configuration:

"telnet": { "enabled": "true", "ip": "127.0.0.1", "port": "9000" }

I would expect when the server is launched that this would start the telnet server listening on TCP port 9000 over the local loopback interface so I can interact with it using scripts running locally on the server.

My current build was compiled using sources from 3/14/2024. Netstat only yields port 9000 UDP when queried.

netstat -an | grep 9000
udp 0 0 0.0.0.0:9000 0.0.0.0:*

Either the config change is not doing anything, or there is something wrong in the telnet server startup in the source. Port 9000 TCP is not being used by any other service on this system. The system is exclusive to the TAKP server software and database only.

OS is a clean minimal install of Debian 12 Linux.

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.