Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar | |
2014-02-05 | Ignore nonblocking errnors on socket operations | Adam | |
2013-08-23 | Remove SSL cert verification because we dont use it | Adam | |
2013-08-23 | Fix m_httpd handling fragmented http requests | Adam | |
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-06 | Fix extras build | Adam | |
2013-05-05 | That doesn't work either, just don't use references. | Adam | |
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \; | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-12 | Fix m_ssl | Adam | |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ↵ | Adam | |
call it on module load on modules that hook to it | |||
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-02-19 | Fix some OpenBSD build issues, and bugs #1485 #1486 #1487 | Adam | |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most ↵ | Adam | |
flags we have juse strings instead of defines/enums | |||
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-01 | Fixed quite a bit of dumbness with m_ssl. Had to | Adam | |
modify socketengines to allow polling for write & no read, but is it cleaner now. Made m_httpd able to listen using SSL. | |||
2012-10-27 | Add a module log type | Adam | |
2012-05-09 | Made ssl cert and keyfiles configurable | Adam | |
2012-04-25 | Fixed non-debug build | Adam | |
2012-02-18 | Use C++11's explicit override feature if available | Adam | |
2012-02-14 | Clean up and reorganize our header files | Adam | |
2011-09-10 | Made service_reference type safe | Adam | |
2011-09-10 | Cleaned up some of the socket code, cleaned up the pipe engines, added ↵ | Adam | |
support for binary sockets, and cleaned up the asynch connect/accept code | |||
2011-07-31 | Fixed error message from being unable to connect | Adam | |
2011-07-31 | Fixed a few small problems, including m_ssl's connect feature sometimes ↵ | Adam | |
failing for no good reason | |||
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and ↵ | Adam | |
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp. | |||
2011-05-16 | Use module type to determine what type each module is instead of its ↵ | Adam | |
location in the configuration file. | |||
2011-04-29 | Temporary fix for /os restart with m_async_commands loaded, is fixed ↵ | Adam | |
properly in 1.9.5 | |||
2011-04-25 | Don't attempt to connect to the uplink if given invalid hostnames | Adam | |
2011-04-25 | resolve hosts when connecting with ssl | DukePyrolator | |
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam | |
This allows modules (xmlrpc) to create and accept SSL connections. Also fixed unloading m_mysql at certain times and made the threading engine always work correctly on Windows. | |||
2010-08-27 | Added a new logging system | Adam | |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam | |
This prevents Anope from exploding when /os reload has errors. | |||
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this ↵ | Naram Qashat | |
is a bit better. | |||
2010-07-25 | Epic commit to replace most of the strings in Anope with a single ↵ | Naram Qashat | |
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing. | |||
2010-07-24 | Always use non-blocking sockets | Adam | |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. |