Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-30 | Make secureops help less weird | Adam | |
2015-07-23 | Remove unused variables from m_ldap | Adam | |
2015-07-23 | Set LDAP_OPT_PROTOCOL_VERSION 3 etc on reconnect, too | Adam | |
2015-07-16 | Placeholder left in French Translation | AlphaTech | |
2015-07-15 | Fix support for passing relative install paths to CMake. | Peter Powell | |
2015-07-14 | Also UnsetExtensibles on botinfo | Adam | |
2015-07-13 | Refuse to configure with old compilers that can't build Anope. | Peter Powell | |
2015-07-13 | Fix cmake for 2.4 once again | Adam | |
2015-07-13 | Fix incorrect iteration when destructing modelockimpls | Adam | |
2015-07-13 | Unset extensibles on larger objects when they destruct | Adam | |
Some complex extensibles require the full object to still be alive in their destructors to keep proper bookkeeping | |||
2015-07-11 | Fix db_flatfile to read "nobackupokay" | Thomas Fargeix | |
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] | |||
2015-07-07 | Fix <stack> not being included via a system header on libc++. | Peter Powell | |
2015-07-01 | Fix unused variable warning in cs_clone | Adam | |
2015-07-01 | Allow PROGRAM_NAME to be set during configuration | Dominic Hargreaves | |
2015-07-01 | Allow disabling installation of extra tools (with DISABLE_TOOLS) | Dominic Hargreaves | |
2015-07-01 | Support DESTDIR | Dominic Hargreaves | |
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See <http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html> | |||
2015-07-01 | Merge pull request #121 from SaberUK/2.0+cmake-improvements | Adam | |
Various improvements to the build system. | |||
2015-07-01 | Merge pull request #119 from Jyzee/irc2sql-away | Adam | |
irc2sql: handle away messages. | |||
2015-07-01 | Merge pull request #123 from Alef-Burzmali/2.0+cs-levels | Adam | |
Allow opers with chanserv/access/list to view the levels list | |||
2015-06-29 | #1649 don't update keepmodes during inhbait | Adam | |
2015-06-29 | #1643 Umode +I is oper only on Unreal | Adam | |
2015-06-29 | Don't allow registering service nicks | Adam | |
2015-06-29 | Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵ | Adam | |
account | |||
2015-06-29 | Don't allow loading hostserv mods if there can be no hostserv | Adam | |
2015-06-29 | Check name validity after unpackname() to check for bad names in questins ↵ | Adam | |
and ptr/cname rdata | |||
2015-06-29 | Don't allow adding or changing bots to collide with users | Adam | |
2015-06-21 | Also clear vhost on hs_off so the proto mods don't have to | Adam | |
2015-06-20 | Update host on hs off too | Adam | |
Protocol modules which don't trigger this by causing a mode change currently desync | |||
2015-06-14 | Allow opers with chanserv/access/list to view the levels list | Thomas Fargeix | |
2015-05-17 | Remove support for run-cc. | Peter Powell | |
This tool is not useful anymore. It just slows the build down. | |||
2015-04-30 | irc2sql: handle away messages. | Jyzee | |
2015-04-28 | When introducing opered clients on inspircd send a fake opertype | Adam | |
2015-04-04 | Merge pull request #117 from aFreshMelon/fix-xmlrpc-php | Adam | |
Fix xmlrpc php | |||
2015-04-04 | A variety of small improvements to xmlrpc.php | Sebastian | |
Pretty simple stuff. * Better method names * Better DocBlocks * Lowercase variables | |||
2015-04-04 | Fix matching the Apple Clang variant on CMake 3.0+ | Peter Powell | |
2015-04-02 | Don't overwrite CMAKE_INSTALL_PREFIX if it has already been set. | Peter Powell | |
2015-04-02 | Remove an old Autotools limitation. | Peter Powell | |
This is not needed anymore as support for Autotools was removed. | |||
2015-04-01 | Make xmlrpc.php comply with PSR-2 coding standard | Sebastian | |
2015-04-01 | Remove workaround that is no longer needed | Sebastian | |
This workaround was required previously but breaks the code with the corrections to the XML-RPC response. | |||
2015-03-23 | Update the dutch language file. | Robby- | |
2015-03-22 | Anope 2.0.3-git | Adam | |
2015-03-22 | Anope 2.0.2 Release2.0.2 | Adam | |
2015-03-22 | Fix m_ldap_oper to build | Adam | |
2015-03-22 | Fix new version stuff with empty version extra | Adam | |
2015-03-22 | Merge pull request #115 from aFreshMelon/aFreshMelon-patch-1 | Adam | |
XML-RPC responses also don't have a methodName tag | |||
2015-03-22 | Merge pull request #112 from attilamolnar/2.0+inspircdmlock | Adam | |
InspIRCd 2.0: Ensure ircd-side mlock and topic lock state is always what we think it should be | |||
2015-03-22 | Make the signed kick/ban message format configurable. | Robby- | |
2015-03-22 | Change git version name back to what it was, which the core uses | Adam | |