Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-07 | Correct wrong XML response tag | Sebastian Barfurth | |
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-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 | - 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 | 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 | 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 | |
2014-12-28 | Merge pull request #94 from webczat/2.0 | Adam | |
Fix issue 1627. | |||
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 | Fix crash when non-users register channels | Adam | |
2014-12-28 | Fix adding regmoderated mode twice in plexus | Adam | |
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 | |
2014-12-05 | Change webpanel access add to just add via the commands, split Command::Run ↵ | Adam | |
into two so I can do this as I need to run named commands for it | |||
2014-12-05 | Update Kill() calls to pass source pointer instead of name | Adam | |
2014-12-02 | Link m_ldap against ldap_r not ldap | Adam | |
2014-11-30 | Correctly assign nicks to their respective host servers | Alexander Barton | |
Use the "server token" parameter of NICK commands to find the host server and correctly assign the nick name to this server. This allows Anope to correctly free all nick names again when (remote) servers leave the network, which fixes arbitrary "KILL attacks" when such nick names reconnect later on. Initial debugging and patch by DukePyrolator, thanks a lot! | |||
2014-11-30 | Fix server token assignment of servers in the network | Alexander Barton | |
1. the directly linked server, our upstream, always has token "1", and 2. for remote servers in the network, the token and description filds were interchanged during registration, therefore up to now no server could be found by Server::Find() using its assigned server token. | |||
2014-11-25 | Move automatically identified for log message to users | Adam | |
2014-11-24 | Set require_oper in /os oper | Adam | |
2014-11-15 | Allow 0 ttb in flood kicker | Adam | |
2014-11-15 | Fix access dup check to account for accounts | Adam | |
2014-11-08 | Fix bahamut mode handler | Adam | |
2014-11-08 | Fix not removing zones from server->zones | Adam | |
2014-11-04 | Show access denied if /os kick can't kick the target | Adam | |
2014-11-04 | Allow mlock to be enforced when unsetting defcon modes | Adam | |
2014-11-04 | Move chan register event prior to applying final mode changes, so cs_mode ↵ | Adam | |
can set mlock on register. #1620 | |||
2014-11-03 | enc_bcrypt is no longer extra because it doesn't depend on external ↵ | Adam | |
dependencies anymore | |||
2014-11-03 | Fix log message when enabling botserv kickers | Adam | |
2014-10-24 | Keep the akiller's name when updating the reason. | Thomas Fargeix | |
The name of the oper issuing an akill or a sxline could be removed by updating the reason, even though addkiller was enabled. | |||
2014-10-16 | Validate credentials sent via sasl more | Adam | |
2014-10-14 | Show extended strftime output for suspend info | Adam | |
2014-10-14 | Set access masks to the case of the nick they match, if any | Adam | |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam | |
auto-attach event stuff. Also remove logically dead code from os_defcon, and make os_defcon akill similar masks to os_session when enforcing session akills. Fixes #1618 which relies on os_session to be prioritized before os_defcon. | |||
2014-10-12 | Move nick register event to make it easier for modules to determine if a ↵ | Adam | |
newly registered nick is confirmed or not. Add confirm event. | |||
2014-10-12 | Add exempts and optionally allow authenticated users past m_dnsbl | Adam | |