Age | Commit message (Collapse) | Author |
|
set by just killing the user. Fix double call to OnMatch() when a user matches an xline
|
|
|
|
until after server sync
|
|
bounce modes set by bots or servers, as it was possible to get modules to fight with each other
|
|
Fix some oddities with using persistent channels with no botserv
Send list modes to uplink when bursting
Fix issues with persist + keepmodes
Fix /os modes clear all not clearing all status modes
Fix operwall on ratbox/plexus
Dont apply mlock in SetCorrectModes since that just recursively calls itself unncessarially
Change command logging to show the command name and not the service name
|
|
config requiring "r" as some ircds use it for registered users only
|
|
|
|
|
|
|
|
|
|
|
|
Keep track of what user modes are oper only/server only/etc
|
|
|
|
|
|
|
|
warnings
|
|
|
|
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
|
|
registration setting
|
|
document it more about what you should and shouldnt do in it
|
|
users in the join event, which does bad things
|
|
with a user, if the time on services vs the ircd are different it does weird things
|
|
are run if they are not implemented per module
|
|
more stuff out of the core to the proper modules.
|
|
as the client should always be in the channel
|
|
|
|
|
|
|
|
|
|
startup & dropping empty channels
|
|
enforce them anyway
|
|
|
|
way to test for a valid IP
|
|
being off by 1
|
|
sane rank incase they are prefixless, and 50 other things
|
|
|
|
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
|
|
system headers
|
|
configuration directives to the actual modules they are used in.
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
|
|
really work
|
|
channelinfos destructor
Change the persist setting on a channel to mean only that it is being
enforced ircd-side
|
|
on startup
|
|
|
|
having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist
|
|
|
|
missing privileges, and settings corrections.
|
|
check that it really returns a value before using it.
Also fix memos to cleanup after themselves when deleted.
|