summaryrefslogtreecommitdiff
path: root/src/sockets.cpp
AgeCommit message (Expand)Author
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-01-08Made the Flag class able to convert flags to strings and backAdam
2010-12-23Do not clear want write on a socket if we are unable to completely write its ...Adam
2010-12-12Handle not being able to completely flush our write buffer correctlyAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...Adam
2010-09-17Connect using nonblocking socketsAdam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-27Added a new logging systemAdam
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is fas...Adam
2010-07-30Fixed some Windows issues with hashing and sockets. This currently limits bui...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-24Properly handle single messages received that have no newlineAdam
2010-07-08Added an epoll socket engineAdam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-04-22Actually use readtimeout from the config & fixed many valgrind errorsAdam-
2010-04-20Correctly handle recieving messages over 65.5 thousand bytesAdam-
2010-04-09Fixed a problem with binding to certian IPsAdam-
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-