Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | hostserv: expand events for newer vhost model | Adam | |
2017-10-08 | Fix some compiler warnings | Adam | |
2017-10-07 | No longer expose c->ci and ci->c | Adam | |
2017-06-24 | Add hostserv ban command to ban users from requesting vhosts | Adam | |
2017-06-22 | Ping uplink occasionally and disconnect if no pong is received | Adam | |
2017-06-16 | chanserv: always lower channel ts to remove ops on new channels | Adam | |
2017-05-29 | Fixup some compilation warnings | Adam | |
2017-05-29 | Remove recognized status and secure | Adam | |
Also remove /ns status, which is now almost useless with no recognized status, and /ns access. | |||
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam | |
2017-04-20 | Merge commit 'a4f7d847abdde8f070a201417a456067d3beb4a1' | Adam | |
2017-04-06 | Merge commit 'f4543edfe25d3c067f4884df1c0b101161342318' | Adam | |
2017-04-06 | Fix access comparison operators | Adam | |
2017-04-06 | Move nc->lastmail to a field | Adam | |
2017-03-19 | Get rid of relying on if(this) in WhoSends() | 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 | |||
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-12-19 | m_sasl: log hostname/ip, if provided | Adam | |
2016-12-18 | protocol/inspircd20: use own svsjoin/part/nicks to vaoid module dependencies ↵ | Adam | |
on hybrid/bahamut | |||
2016-12-17 | Split ircdproto send functions out into separate services | Adam | |
This makes it easier to see which send functions a protocol module implements as they are all explicitly registered by the module, and avoids the problem of subtly breaking other protocol modules when using inheritance. Also split the old "core" send implementations out into a module, and the TS6 ID generator | |||
2016-12-08 | Export protocol implementations into protocol module headers | Adam | |
2016-12-06 | Remove many more old C style format strings in the protocol functions | Adam | |
2016-12-05 | protocol/inspircd20: SERVER will be sourceless before there is an uplink, so ↵ | Adam | |
remove require_server flag | |||
2016-12-01 | Split more protocol module message handler declarations into module headers | Adam | |
2016-12-01 | Allow objects to opt out of gc, don't gc accounts with users logged in | Adam | |
Also store cached state with the field by using Serialize::Storage for field storage | |||
2016-11-25 | Rename most ext fields names to be consistent with everything else, add ↵ | Adam | |
accessors for many | |||
2016-11-11 | Fix opers not really being serializable | Adam | |
2016-11-09 | Change default database to sqlite, begin 2.0 db_flatfile support | Adam | |
2016-10-30 | Add new RESTful JSON API and documentation | Adam | |
2016-10-22 | chanserv: split various things from main chanserv header | Adam | |
2016-10-22 | nickserv: split nick/account classes to their own headers | Adam | |
2016-10-17 | Address casemapping issues in sqlite/mysql | Adam | |
2016-10-15 | Various improvements/bugfixes to extdb stuff | Adam | |
2016-10-09 | Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per ↵ | Adam | |
account. | |||
2016-10-09 | Split vhosts into its own structure | Adam | |
2016-10-07 | Move core message handles to protocol/rfc1459 | Adam | |
2016-10-06 | Handle /join 0 for ratbox & charybdis | Zoddo | |
2016-09-25 | Get rid of service alias stuff, make proto mods link to each other | Adam | |
2016-08-27 | Optionally allow using Boost.Locale for hashcomp | Adam | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
2016-07-28 | Add missing operserv/stats header | 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 | |||
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2016-01-23 | Put maxlogins logic a few other important places | Adam | |
2016-01-02 | Add sasl log category for auth log messages | Adam | |
2015-12-31 | Rename haader file names to be consistent with module names | Adam | |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam | |
2015-10-27 | Beginning of new module dependency stuff, seems to compile and link. Move ↵ | Adam | |
some of the madness in chanserv.h to the module. | |||
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-07-07 | Fix various Clang compiler warnings. | Peter Powell | |
include/modules/sql.h:103:10: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] modules/database/db_sql.cpp:273:15: warning: declaration shadows a local variable [-Wshadow] modules/pseudoclients/chanserv/chanserv.cpp:319:150: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] modules/pseudoclients/chanserv/chanserv.cpp:329:80: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] |