Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | hostserv: expand events for newer vhost model | Adam | |
2017-10-22 | Store full and masked message in logger for chanserv/log | Adam | |
2017-10-08 | Simplify initial burst of persistent channels | Adam | |
Also don't create/destroy channels as persist is set on and off which no longer makes since with the live database backend | |||
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam | |
2017-02-07 | Normalize databases by not allowing generic Object references | Adam | |
Remove redis database support | |||
2017-01-23 | Make log system use newer format strings | Adam | |
Also allow log messages to be translatable | |||
2016-11-11 | Remove database save and related commands/config | Adam | |
2016-09-13 | Remove Anope::Decrypt now encryption is mandated. | Peter Powell | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
2016-07-28 | Allow serializable fields to use storage in the respective objects. | Adam | |
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 | |||
2015-10-27 | Merge branch '2.0' into 2.1 | Adam | |
2014-12-10 | Use a triat class for event names instead of having to manually give them ↵ | Adam | |
places, which is much less error prone | |||
2014-11-24 | Rewrite serializable to have field level granularity | Adam | |
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. | |||
2014-06-23 | Mostly working language string rewrite with new format strings | Adam | |
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam | |
2014-04-21 | Constify message source for OnChannelMode(Un)Set | Adam | |
2014-04-20 | New event system | Adam | |