index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sockets.cpp
Age
Commit message (
Expand
)
Author
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-