Age | Commit message (Collapse) | Author |
|
Fix db_sql_live to not reinsert all records if there are extra columns.
Plexus has no chmode +r
|
|
|
|
|
|
This is implemented via the accountname METADATA command
|
|
|
|
|
|
|
|
confusing. Also fix cs_mode config
|
|
|
|
didn't already exist
|
|
Keep track of what user modes are oper only/server only/etc
|
|
|
|
|
|
Levels are used in Channel::SetCorrectModes() when removing modes.
|
|
warnings
|
|
the patch
|
|
|
|
|
|
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
|
|
|
|
user ctor to ease handling users who connect already identified
|
|
|
|
|
|
|
|
are run if they are not implemented per module
|
|
more stuff out of the core to the proper modules.
|
|
|
|
|
|
startup & dropping empty channels
|
|
way to test for a valid IP
|
|
late, after the users server can be gone. Fix a couple other small things
|
|
sane rank incase they are prefixless, and 50 other things
|
|
InspIRCd: Recognize a few more channel modes that weren't recognized
|
|
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
|
|
configuration directives to the actual modules they are used in.
|
|
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
|
|
|
|
Made cs_statusupdate not remove status on users if they still match other entries.
Move privilege descriptions out of the config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InspIRCd sends all known version strings at burst and remembers the version strings sent to it. When a client does a /version <server> the cached version string is sent.
|
|
|
|
if their displayed host is their real real host. Also match against cloaked host even if full matching is not being done
|