Age | Commit message (Expand) | Author |
2011-09-10 | Cleaned up some of the socket code, cleaned up the pipe engines, added suppor... | Adam |
2011-08-14 | Revert "Fixed resolving hosts on connect" | Adam |
2011-08-14 | Fixed resolving hosts on connect | DukePyrolator |
2011-08-10 | Fixed windows build | Adam |
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 faili... | Adam |
2011-06-20 | Cleaned up some of the logger code which fixes not logging debug logs to file... | Adam |
2011-05-23 | Rewrote the signal handling to use sigaction | Adam |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Expand more on m_alias and changed some std::string usage in sockets.cpp to u... | Adam |
2011-05-16 | Unmodularized the socket engine because its causing problems and really is un... | Adam |
2011-04-29 | Temporary fix for /os restart with m_async_commands loaded, is fixed properly... | Adam |
2011-04-25 | Don't attempt to connect to the uplink if given invalid hostnames | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2010-12-23 | Do not clear want write on a socket if we are unable to completely write its ... | Adam |
2010-12-12 | Handle not being able to completely flush our write buffer correctly | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam |
2010-09-17 | Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi... | Adam |
2010-09-17 | Connect using nonblocking sockets | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-07-30 | Fixed some Windows issues with hashing and sockets. This currently limits bui... | Adam |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-24 | Always use non-blocking sockets | Adam |
2010-07-24 | Properly handle single messages received that have no newline | Adam |
2010-07-08 | Added an epoll socket engine | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-04-22 | Actually use readtimeout from the config & fixed many valgrind errors | Adam- |
2010-04-20 | Correctly handle recieving messages over 65.5 thousand bytes | Adam- |
2010-04-09 | Fixed a problem with binding to certian IPs | Adam- |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |