Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-03-22 | Fix typo in Changes | Adam | |
2015-03-18 | XML-RPC responses also don't have a methodName tag | Sebastian Barfurth | |
Following http://xmlrpc.scripting.com/spec.html | |||
2015-03-12 | Merge pull request #113 from attilamolnar/2.0+openssl | Adam | |
m_ssl_openssl: SSL context option changes | |||
2015-03-12 | Only apply keepmodes on channel sync | Adam | |
Not sure why this was this way originally, it interfears with the chanserv +r check to determine how new the channel is because it restores +r. This seems to still work okay, though. | |||
2015-03-12 | Update Changes.conf and Changes | Adam | |
2015-03-12 | m_ssl_openssl: Allow disabling SSLv3 via the config | Attila Molnar | |
2015-03-12 | m_ssl_openssl: Set sane default context options | Attila Molnar | |
2015-03-12 | Merge pull request #114 from anope/revert-99-extemp_protected | Adam | |
Revert "Added kickcheck override for users with protected privs" | |||
2015-03-12 | Revert "Added kickcheck override for users with protected privs" | Adam | |
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam | |
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary. Fix new version system, cannot return C++ types from extern C functions | |||
2015-03-12 | Merge pull request #99 from H7-25/extemp_protected | Adam | |
Added kickcheck override for users with protected privs | |||
2015-03-12 | Merge pull request #105 from miwob/master+use-uid-for-svsnick | Adam | |
- Change SendForceNickChange() to use UIDs | |||
2015-03-12 | Merge pull request #106 from miwob/master+SendClientIntroduction | Adam | |
- Update SendClientIntroduction() to use * for account names instead of ... | |||
2015-03-12 | Merge pull request #107 from miwob/master+misc-hybrid-changes | Adam | |
- Misc updates to the hybrid protocol modules: | |||
2015-03-12 | Merge pull request #111 from aFreshMelon/fix-xmlrpc-response | Adam | |
Correct wrong XML response tag | |||
2015-03-12 | Document that m_ldap_authentication:disable_register_reason blocks grouping | Adam | |
2015-03-12 | Show passlen in PASSWORD_TOO_LONG | Adam | |
2015-03-11 | InspIRCd 2.0: Re-set server-side topiclock when an incoming METADATA ↵ | Attila Molnar | |
topiclock from a bursting server changes it | |||
2015-03-11 | InspIRCd 2.0: Re-set server-side mlock when an incoming METADATA mlock from ↵ | Attila Molnar | |
a bursting server changes it | |||
2015-03-11 | InspIRCd 2.0: Pass use_server_side_topiclock and use_server_side_mlock ↵ | Attila Molnar | |
references to METADATA handler | |||
2015-03-11 | InspIRCd 2.0: Add METADATA handler, pass everything to inspircd12/metadata | Attila Molnar | |
2015-03-11 | Only matches sqlines against channels if they begin with a # | Adam | |
2015-03-11 | SendConfirmMail: Replace %E with new email | Peter Tseng | |
The old mailer message said the user is changing email "to %e", which is changing TO the OLD email. But instead, the user is actually changing the email to the new email. We could change %e to be the new email, but maybe some users of Anope have already configured their messages to assume %e is the old email. So instead, add a new %E that is replaced with the new email. | |||
2015-03-11 | Allow cs clone to clone levels too | Adam | |