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

Add userhost-in-names capability #1374

Merged
merged 13 commits into from
Jan 20, 2024
Prev Previous commit
Next Next commit
Update ircv3 doc with errata
  • Loading branch information
vanosg committed Dec 29, 2022
commit 88b37c01ce99a50b5cb160a169dda31702c34d98
8 changes: 8 additions & 0 deletions doc/sphinx_source/using/ircv3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ The following capabilities are supported by Eggdrop:
* Monitor
* server-time
* setname
* userhost-in-names
* +typing

------
Errata
------

* Enabling echo-message will cause Eggdrop to trigger PUB/PUBM binds on its own messages (because now it can actually see them). This may cause unintentional functionality with some scripts
* Enabling userhost-in-names will cause Eggdrop's internal mechanisms to mark a channel's userlist as synch'd upon receiving the NAMES list after a join, instead of waiting for a full WHO listing. This is done because the assumption is that userhost-in-names was enabled as a response to WHO queries being disabled on a server, which prevents Eggdrop from populating its userlist. To avoid unintended functionality, it is suggested that this capability only be enabled on servers that disable WHO queries.

Copyright (C) 2010 - 2022 Eggheads Development Team