summaryrefslogtreecommitdiff
path: root/modules/extra/m_ssl.cpp
AgeCommit message (Expand)Author
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-05Ignore nonblocking errnors on socket operationsAdam
2013-08-23Remove SSL cert verification because we dont use itAdam
2013-08-23Fix m_httpd handling fragmented http requestsAdam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-06Fix extras buildAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-12Fix m_sslAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-02-19Fix some OpenBSD build issues, and bugs #1485 #1486 #1487Adam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-01Fixed quite a bit of dumbness with m_ssl. Had toAdam
2012-10-27Add a module log typeAdam
2012-05-09Made ssl cert and keyfiles configurableAdam
2012-04-25Fixed non-debug buildAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Cleaned up some of the socket code, cleaned up the pipe engines, added suppor...Adam
2011-07-31Fixed error message from being unable to connectAdam
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes faili...Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-04-29Temporary fix for /os restart with m_async_commands loaded, is fixed properly...Adam
2011-04-25Don't attempt to connect to the uplink if given invalid hostnamesAdam
2011-04-25resolve hosts when connecting with sslDukePyrolator
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-08-27Added a new logging systemAdam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-24Always use non-blocking socketsAdam
2010-07-15Moved some files and diretories around, made cmake skip files it knows it can...Adam