Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-02-23 | Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ↵ | Adam | |
which forces a rebuild | |||
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 | |
2015-02-06 | Merge pull request #101 from miwob/master+hybrid-protocol-no-globops-override | Adam | |
- Removed SendGlobopsInternal() override as it's basically a duplicate o... | |||
2015-02-06 | Merge pull request #100 from miwob/master+hybrid-protocol-cmode-ctcp | Adam | |
- Update ircd-hybrid protocol module to support channel mode 'C' (no CTC... | |||
2015-02-06 | - Removed SendGlobopsInternal() override as it's basically a duplicate of ↵ | miwob | |
SendGlobopsInternal() in protocol.c | |||
2015-02-06 | - Update ircd-hybrid protocol module to support channel mode 'C' (no CTCPs) | miwob | |
2015-02-05 | Fix os_mode to handle channels going away due to mode changes, and maybe cs_mode | Adam | |
2015-02-03 | Make module version system work | Adam | |
2015-02-03 | Properly unescape xmlrpc | Adam | |
2015-01-28 | More properly track topic change sources and allow users with access to ↵ | Adam | |
change topics through topiclock | |||
2015-01-26 | Check virtual mode bases better | Adam | |
2015-01-26 | Fix negatively locking param modes in default mlock | Adam | |
2015-01-11 | Merge pull request #98 from flotwig/patch-1 | Adam | |
cs_entrymsg to use SET permission, not isFounder | |||
2015-01-11 | cs_entrymsg to use SET permission, not isFounder | Zach Bloomquist | |
Correcting syntax error (i don't actually know c++) | |||
2015-01-10 | Fix m_xmlrpc server configuration option | Adam | |
2015-01-10 | Always use source name when logging server kicks | Adam | |
2015-01-10 | Log user away messages | Adam | |
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ↵ | Adam | |
allowed in nicknames | |||
2015-01-10 | Include botserv/* in default Services Administrator opertype to behave like 1.8 | Adam | |
2014-12-28 | Merge pull request #94 from webczat/2.0 | Adam | |
Fix issue 1627. | |||
2014-12-28 | Only disable CMP0026 if it exists | Adam | |
2014-12-28 | Merge pull request #93 from alexbarton/ngircd-fix-servertoken | Adam | |
ngIRCd protocol module: fix servertoken | |||
2014-12-28 | Merge pull request #95 from webczat/2.0x | Adam | |
fix chanserv.cpp using Get for bool extensible items | |||
2014-12-28 | Merge pull request #96 from webczat/termfork | Adam | |
Anope will now fork even when not started from a tty, like init scripts. | |||
2014-12-28 | Replace spaces in opertypes with underscores in stats o | Adam | |
2014-12-28 | Fix crash when non-users register channels | Adam | |
2014-12-28 | Fix adding regmoderated mode twice in plexus | Adam | |
2014-12-19 | Disable CMP0026 warnings on cmake 3 | Adam | |
2014-12-12 | Anope will now fork even when not started from a tty, like init scrpits. | Michał Zegan | |
It is useful for init systems or startup scripts, because it allows easily waiting until services connect to the uplink, without them forking it wouldn't be possible to tell if they finished initialization or not unless they would communicate directly with init systems like systemd. | |||
2014-12-12 | Fix issue 1627. | Michał Zegan | |
It required that the FHost message was rewritten for the insp20 protocol module instead of relying on inspircd12's version. The insp20 version internally removes +x mode on host change. | |||
2014-12-12 | Changed calls to Get() for bool extensible items to HasExt in the chanserv ↵ | Michał Zegan | |
module, remove duplication of code. | |||
2014-12-11 | Remove os exception move | Adam | |
2014-12-07 | Add SAVE support to inspircd20 | Adam | |