Age | Commit message (Collapse) | Author |
|
on startup
|
|
|
|
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' {} \;
|
|
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
be a bit more C++ ish
|
|
|
|
|
|
|
|
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
|
|
last commit
|
|
|
|
|
|
module.
|
|
modes by clients on burst
|
|
|
|
chanserv/mode determine if a status mode can be set by users better
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to cut back on their code duplication. More work can be done in the future to remove even more of it.
|
|
|
|
|
|
clearmodes, removed /cs akick (un)stick, added /cs clearusers
|
|
tree from STL's unordered_map, which was giving horrible performance.
|
|
|
|
stacker on release builds
|
|
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext.
Fixed m_mysql and m_ssl to work under Windows, made the Windows Config
program remember the last used options, and fixed Windows release builds.
|
|
dynamic modes
|
|
|
|
Also made Flag::HasFlag use test() instead of operator[] to catch errors, and fixed an out of bounds access to a
Flags
bitset causing crashes on some systems.
|
|
|
|
invalidation really work.
This also cleans up a bit of the code in the modestacker.
|
|
uplink, then burst them back to its uplink once connection is reestablished.
Also made Anope use TS enforcement to change persistant channels creation time to the time they were registered.
|
|
This prevents Anope from exploding when /os reload has errors.
|
|
|
|
bitsets for modes to not use a max defined value, it can go over
|
|
release builds
|
|
is a bit better.
|
|
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
|
|
|
|
|