summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-18Fix setsockopt() with SO_REUSEADDR not working due to wrong argument typeAttila Molnar
2014-02-17Fix os_ignore to work correctly with SQLAdam
2014-02-17Move most of the implementation details out of os_forbid.h, fixes crashing ↵Adam
if a module adding a forbid is unloaded without removing the forbid
2014-02-17Remove docs/IRCD, it is very outdated and no longer correct at allAdam
2014-02-17Move encryption.h to include/modulesAdam
2014-02-17Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573Adam
2014-02-17Add m_ssl_gnutlsAttila Molnar
2014-02-16Merge branch '2.0', remote branch 'upstream/2.0' into 2.0lethality
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-16Fix Windows buildAdam
2014-02-16Merge pull request #51 from ShutterQuick/2.0+oldforbidAdam
db_old.cpp: Correctly import forbidden nicks and chans
2014-02-16db_old.cpp: Correctly import forbidden nicks and chansDaniel Vassdal
2014-02-16Merge pull request #50 from ShutterQuick/bcryptAdam
Add enc_bcrypt
2014-02-16modules.example.conf: Update examples for bcrypt - also clearify that ↵Daniel Vassdal
m_sasl_dh* requires openssl
2014-02-16enc_bcrypt: Add moduleDaniel Vassdal
2014-02-14Merge pull request #48 from ShutterQuick/2.0+nnghsaslAdam
Add SASL mechanisms DH-AES and DH-BLOWFISH
2014-02-14modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfishDaniel Vassdal
2014-02-14m_sasl_dh-blowfish: Add moduleDaniel Vassdal
2014-02-14m_sasl_dh-aes: Add moduleDaniel Vassdal
2014-02-14sasl.h, m_sasl.cpp: Move IdentifyRequest to the headerDaniel Vassdal
2014-02-14base64.cpp: B64Decode(): Don't crash on "="Daniel Vassdal
2014-02-14Anope::string: Add .data()Daniel Vassdal
2014-02-14sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active ↵Daniel Vassdal
sessions closed when a Mechanism is unloaded
2014-02-14Don't convert XOP access entries to levels in db_oldAdam
2014-02-14Do not sync channels in Channel::Reset if they are in the middle of syncing, ↵Adam
and checkmodes in Channel::Sync. Fixes channel modes sometimes not being set if always_lower_ts is on
2014-02-13Use better command access checking in webpanel for operserv/akillAdam
2014-02-12Disable m_sasl by defaultAdam
2014-02-12Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.Adam
2014-02-11Only trim newlines and carriage returns in BufferedSocket::GetLineAdam
2014-02-11Make initial registration notices with mail less repetitiveAdam
2014-02-11Fix flags +* or -* sometimes incorrectly reporting opers as overriding when ↵Adam
they are not
2014-02-11ns_suspend: Show the setter of the suspension and the reason when manually ↵Robby-
unsuspending.
2014-02-11os_modinfo: Add ability to list only extra modules.Robby-
2014-02-10Regenerate anope.it_IT.poAdam
2014-02-10Update Italian language translationH7-25
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
Also classify ulines as protected
2014-02-09Log memoserv/sendallAdam
2014-02-07Properly convert suspended nicks and channels in db_oldAdam
2014-02-07Allow other modules to suspend nicknames and channels without having to ↵Adam
subclass suspendinfo
2014-02-07Allow other modules to be able to view and modify cs and ns set_misc dataAdam
2014-02-07Merge pull request #46 from ShutterQuick/patch-1Adam
Update cs_updown.cpp
2014-02-07Update cs_updown.cppShutterQuick
cs_updown: Make CS DOWN remove all modes, not just one
2014-02-05Ignore nonblocking errnors on socket operationsAdam
2014-02-05Document a little more accurrately the privilege stuff and document why the ↵Adam
access lists behave as they do
2014-02-05Process mode changes in ns_ajoin before joining users, fixes not being able ↵Adam
to ajoin users to +R channels on Unreal
2014-02-05Make it easier to use fantasy without botserv, and document itAdam
2014-02-03Actually just allow mode clear to take any mode nameAdam
2014-02-03Fix typo in mode clear, exempts -> exceptsAdam
2014-02-02Apply the last commit to cs_listAdam
2014-02-01Merge pull request #44 from ShutterQuick/2.0+listfixAdam
ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED)