Age | Commit message (Collapse) | Author |
|
in memory, which does weird things.
For fun different ircds implement this differently (Unreal compares
timestamps, TS6 compares timestamps and user username/host), and whether
or not we get a kill for our user also varies, so just kill everyone.
This can't really happen anyway with properly set qlines, only if
services haven't yet set the qlines, or possibly in a bot add/nick
user introduce race, or with enforcers, which not many ircds require.
|
|
Also classify ulines as protected
|
|
|
|
act on the fact that the ircd sees the user as logged in
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
|
|
|
|
until after server sync
|
|
Keep track of what user modes are oper only/server only/etc
|
|
doesn't as intended in ::Login
|
|
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.
|
|
|
|
|
|
way to test for a valid IP
|
|
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
|
|
system headers
|
|
separators are found in a row
|
|
configuration directives to the actual modules they are used in.
|
|
|
|
|
|
SetCloakedHost logs a message like the user just changed their host
|
|
flags we have juse strings instead of defines/enums
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
|
|
|
message processing is done
|
|
|
|
by just moving pointers to the core
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
|
|
ircd given value from NICK
|
|
|
|
|
|
|
|
be a bit more C++ ish
|
|
|
|
|
|
|
|
patch from cbiedl
|
|
|
|
last commit
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
|