Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance load module #1624

Merged
merged 2 commits into from
Jul 6, 2024
Merged

Enhance load module #1624

merged 2 commits into from
Jul 6, 2024

Conversation

michaelortmann
Copy link
Member

Found by: michaelortmann
Patch by: michaelortmann
Fixes:

One-line summary:
Enhance load module

Additional description (if needed):

  1. eggdrop.conf doc was adapted to current behavior, where eggdrop cannot run from compilation / source dir anymore but would throw * You are attempting to run Eggdrop from the source directory. Please finish installing Eggdrop by running "make install" and run it from the install location.
  2. Raise path for module loading to PATH_MAX. eggdrops mod-path setting is still limited to 120 chars, but path for module loading needs additional space for the current directory returned by getcwd().
  3. Enhance error reporting for getcwd().

Test cases demonstrating functionality (if applicable):

@vanosg vanosg added this to the v1.10.0 milestone Jul 6, 2024
@vanosg vanosg merged commit c960f05 into eggheads:develop Jul 6, 2024
23 checks passed
@michaelortmann michaelortmann deleted the module_load branch July 6, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants