Age | Commit message (Collapse) | Author |
|
|
|
Split service management code nito a proper servicemanager. Make service
references managed instead of lazy lookup. Also made events and
serializable use service manager instead of their respective systems for
management
|
|
|
|
Represent serializable objects in a digraph, and as a result made most
object relationships implicitly defined, and use the graph to trace
references between objects to determine relationships. Edges may
also be marked as having a dependency of the object they point to,
which allows for automatic cleanup and deletion of most objects when
no longer needed.
Additionally, this allows not having to require in-memory copies of
everything when using external databases. db_sql has been rewritten
for this and now always requires a database to function. db_sql with
MySQL now requires InnoDB to make use of transactions and foreign
key constraints.
|
|
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
|
|
|
are run if they are not implemented per module
|
|
more stuff out of the core to the proper modules.
|
|
|
|
configuration directives to the actual modules they are used in.
|
|
|
|
overwrite modules on install without deleting them first
|
|
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
|
|
|
|
be specified at runtime
|
|
|
|
startup
|
|
default messages for very standard things (KICK etc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the list being destructed before members in it
|
|
|
|
module.
|
|
|
|
queries incorrectly
|
|
support for binary sockets, and cleaned up the asynch connect/accept code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
|
|
accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules
|
|
unnecessary
|