summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2014-02-24Fix m_ssl_gnutls to send its cert. Most of this is from Attila.Adam
2014-02-23webcpanel: Update copyright year.Robby-
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam
2014-02-22Make m_ssl_gnutls work with at least GnuTLS v2.8Attila Molnar
2014-02-21Add some missing serial updates in os_dnsAdam
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from li...Daniel Vassdal
2014-02-18Do not import forbids with wildcards in their names, how 1.8 treats wildcaded...Adam
2014-02-18Merge pull request #54 from attilamolnar/2.0+webcpanelfixAdam
2014-02-18Fix loading noexpire channels in db_oldAdam
2014-02-17Merge pull request #52 from attilamolnar/2.0+gnutlsAdam
2014-02-18Fix TemplateFileServer writing empty messages resulting in zero length DataBl...Attila 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 if...Adam
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-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-16Fix Windows buildAdam
2014-02-16db_old.cpp: Correctly import forbidden nicks and chansDaniel Vassdal
2014-02-16enc_bcrypt: Add moduleDaniel 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-14sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active se...Daniel Vassdal
2014-02-14Don't convert XOP access entries to levels in db_oldAdam
2014-02-13Use better command access checking in webpanel for operserv/akillAdam
2014-02-12Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.Adam
2014-02-11Make initial registration notices with mail less repetitiveAdam
2014-02-11Fix flags +* or -* sometimes incorrectly reporting opers as overriding when t...Adam
2014-02-11ns_suspend: Show the setter of the suspension and the reason when manually un...Robby-
2014-02-11os_modinfo: Add ability to list only extra modules.Robby-
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
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 subcl...Adam
2014-02-07Allow other modules to be able to view and modify cs and ns set_misc dataAdam
2014-02-07Update cs_updown.cppShutterQuick
2014-02-05Ignore nonblocking errnors on socket operationsAdam
2014-02-05Process mode changes in ns_ajoin before joining users, fixes not being able t...Adam
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-01ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED)Daniel Vassdal
2014-02-01ns_ajoin: Treat ',' as a separator.Daniel Vassdal
2014-01-31protocol/(inspircd12/unreal/charybdis): Have SASL login in on the account nam...Daniel Vassdal
2014-01-28Use TBURST on hybrid to set topicsAdam
2014-01-26Fix cs_clone allowing users to clone a channel to itselfAttila Molnar
2014-01-26Correct error message in gl_global to reference the right moduleAdam
2014-01-26Use the SQLine reason in the kick reason for sqlined channelsAdam