Age | Commit message (Expand) | Author |
2014-02-17 | Move most of the implementation details out of os_forbid.h, fixes crashing if... | Adam |
2014-02-17 | Remove docs/IRCD, it is very outdated and no longer correct at all | Adam |
2014-02-17 | Move encryption.h to include/modules | Adam |
2014-02-17 | Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573 | Adam |
2014-02-16 | Fix Windows build | Adam |
2014-02-16 | Merge pull request #51 from ShutterQuick/2.0+oldforbid | Adam |
2014-02-16 | db_old.cpp: Correctly import forbidden nicks and chans | Daniel Vassdal |
2014-02-16 | Merge pull request #50 from ShutterQuick/bcrypt | Adam |
2014-02-16 | modules.example.conf: Update examples for bcrypt - also clearify that m_sasl_... | Daniel Vassdal |
2014-02-16 | enc_bcrypt: Add module | Daniel Vassdal |
2014-02-14 | Merge pull request #48 from ShutterQuick/2.0+nnghsasl | Adam |
2014-02-14 | modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfish | Daniel Vassdal |
2014-02-14 | m_sasl_dh-blowfish: Add module | Daniel Vassdal |
2014-02-14 | m_sasl_dh-aes: Add module | Daniel Vassdal |
2014-02-14 | sasl.h, m_sasl.cpp: Move IdentifyRequest to the header | Daniel Vassdal |
2014-02-14 | base64.cpp: B64Decode(): Don't crash on "=" | Daniel Vassdal |
2014-02-14 | Anope::string: Add .data() | Daniel Vassdal |
2014-02-14 | sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active se... | Daniel Vassdal |
2014-02-14 | Don't convert XOP access entries to levels in db_old | Adam |
2014-02-14 | Do not sync channels in Channel::Reset if they are in the middle of syncing, ... | Adam |
2014-02-13 | Use better command access checking in webpanel for operserv/akill | Adam |
2014-02-12 | Disable m_sasl by default | Adam |
2014-02-12 | Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing. | Adam |
2014-02-11 | Only trim newlines and carriage returns in BufferedSocket::GetLine | Adam |
2014-02-11 | Make initial registration notices with mail less repetitive | Adam |
2014-02-11 | Fix flags +* or -* sometimes incorrectly reporting opers as overriding when t... | Adam |
2014-02-11 | ns_suspend: Show the setter of the suspension and the reason when manually un... | Robby- |
2014-02-11 | os_modinfo: Add ability to list only extra modules. | Robby- |
2014-02-10 | Regenerate anope.it_IT.po | Adam |
2014-02-10 | Update Italian language translation | H7-25 |
2014-02-09 | Add an opertype priv "protected" to not allow services to kick a user. | Adam |
2014-02-09 | Log memoserv/sendall | Adam |
2014-02-07 | Properly convert suspended nicks and channels in db_old | Adam |
2014-02-07 | Allow other modules to suspend nicknames and channels without having to subcl... | Adam |
2014-02-07 | Allow other modules to be able to view and modify cs and ns set_misc data | Adam |
2014-02-07 | Merge pull request #46 from ShutterQuick/patch-1 | Adam |
2014-02-07 | Update cs_updown.cpp | ShutterQuick |
2014-02-05 | Ignore nonblocking errnors on socket operations | Adam |
2014-02-05 | Document a little more accurrately the privilege stuff and document why the a... | Adam |
2014-02-05 | Process mode changes in ns_ajoin before joining users, fixes not being able t... | Adam |
2014-02-05 | Make it easier to use fantasy without botserv, and document it | Adam |
2014-02-03 | Actually just allow mode clear to take any mode name | Adam |
2014-02-03 | Fix typo in mode clear, exempts -> excepts | Adam |
2014-02-02 | Apply the last commit to cs_list | Adam |
2014-02-01 | Merge pull request #44 from ShutterQuick/2.0+listfix | Adam |
2014-02-01 | ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED) | Daniel Vassdal |
2014-02-01 | Merge pull request #43 from ShutterQuick/2.0+ajoinfix | Adam |
2014-02-01 | Improve IsChannelValid() | Daniel Vassdal |
2014-02-01 | ns_ajoin: Treat ',' as a separator. | Daniel Vassdal |
2014-02-01 | commasepstream: Add a allowempty param | Daniel Vassdal |