Age | Commit message (Collapse) | Author |
|
|
|
sessions closed when a Mechanism is unloaded
|
|
|
|
|
|
Also classify ulines as protected
|
|
subclass suspendinfo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
non conf opers on rehash
|
|
|
|
|
|
|
|
|
|
and not by privilege set, as two entries can have the same privset but different levels, but still represent two different levels of access. This prevented users from adding other users at a lower access level when that level had the same privset as them. Spotted by TSG.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
os_set: Add missing debug text in help output.
|
|
with no qlines
|
|
|
|
confusing the event system
|
|
|
|
marked as gnu unique objects, which breaks dlclose()/dlopen() on g++ 4.5+
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Sometimes the events call the function the event is in, which causes a resize
while the original function is iterating.
This reverts commit 7f1b5552dc4ddccb688120d66946601fa695b650.
|
|
|
|
|
|
|
|
Keep track of what user modes are oper only/server only/etc
|
|
|
|
|
|
Levels are used in Channel::SetCorrectModes() when removing modes.
|
|
doesn't as intended in ::Login
|
|
|