Age | Commit message (Collapse) | Author |
|
Also fix crash on Windows when unloading a module because it threw an
exception.
|
|
|
|
|
|
|
|
procedure calls
|
|
|
|
are run if they are not implemented per module
|
|
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' {} \;
|
|
configuration directives to the actual modules they are used in.
|
|
call it on module load on modules that hook to it
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
message processing is done
|
|
|
|
some valgrind errors with db_sql_live
|
|
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
insert. This is caused from serialize() only setting a key on
certain conditions and otherwise doing nothing at all.
|
|
|
|
|
|
need to, fixed sqlite to work again
|
|
|
|
db_sql to update the databases incrementally instead of one big flush
|
|
|
|
names and NULL values)
|
|
|
|
|
|
|
|
module.
|
|
|
|
|
|
|
|
location in the configuration file.
|
|
|
|
|
|
ns_resetpass allow remote-id to get past things such as kill immed.
|
|
|
|
load.
|
|
from the four main SQL tables in realtime, which
effectively gives us "live" SQL.
Changed eventfd pipe engine to not use buffered write.
Added TryLock to threading engines.
Made blocking SQL queries in our SQL API thread-safe.
|
|
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.
|
|
This allows modules (xmlrpc) to create and accept SSL connections.
Also fixed unloading m_mysql at certain times and made the threading
engine always work correctly on Windows.
|
|
|
|
invalidation really work.
This also cleans up a bit of the code in the modestacker.
|
|
potential crash in m_mysql when unloading when not in GDB
|
|
faster. Removed db_mysql_execute for now.
|