Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-03-11 | Make cs_clone behave closer to how the help describes it | Adam | |
2015-03-11 | Normalize masks given to cs_kick, use entry to match them against users | Adam | |
2015-03-11 | Normalize masks given to cs_ban, use entry to match them against users | Adam | |
2015-03-11 | Remove cloak prior to applying vhost in insp20 fhost handler | Adam | |
2015-03-11 | Hide set desc because set description exists | Adam | |
2015-03-11 | Strip color codes when looking up fantasy commands. | Adam | |
2015-03-11 | Redesign m_ldap to no longer rely on undefined behavior | Adam | |
Accessing the same LDAP* from multiple threads at once is always undefined, even if one thread is just polling ldap_result. Instead keep one thread per connection and issue blocking queries on the thread. | |||
2015-03-07 | Correct wrong XML response tag | Sebastian Barfurth | |
2015-02-23 | Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ↵ | Adam | |
which forces a rebuild | |||
2015-02-15 | - Misc updates to the hybrid protocol modules: | miwob | |
- best supported version is 8.2.x - fixed UID message handler to cope with account names being '*' - minium required TS version is TS6 now | |||
2015-02-15 | - Update SendClientIntroduction() to use * for account names instead of 0 | miwob | |
2015-02-15 | - Change SendForceNickChange() to use UIDs | miwob | |
2015-02-11 | Added kickcheck override for users with protected privs | H7-25 | |
2015-02-10 | Merge pull request #102 from miwob/master+protocol-missing-modes | Adam | |
- Added some missing user modes to the ircd-hybrid protocol module | |||
2015-02-10 | Merge pull request #103 from miwob/master+hybrid-misc-changes | Adam | |
Misc changes to the ircd-hybrid protocol module: | |||
2015-02-10 | Merge pull request #104 from miwob/master+anope.de_DE.po-minor-update | Adam | |
- Minor update to anope.de_DE.po; removed double space + proper translat... | |||
2015-02-10 | - Minor update to anope.de_DE.po; removed double space + proper translation | miwob | |
2015-02-08 | Misc changes to the ircd-hybrid protocol module: | miwob | |
- Increase MaxModes to 6 - SendLogout(): send "+d *" instead of "+d 0" - Update copyright year - Removed user mode +z from supported modes | |||
2015-02-07 | - Added some missing user modes to the ircd-hybrid protocol module | miwob | |