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
/
include
/
anope.h
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-16
Fixed Anope::CurTime to really work, and made ChanServ timers allow using the...
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
2010-09-10
Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds
Adam
2010-08-27
Added an Anope::string::is_pos_number_only function to use everywhere we conv...
Adam
2010-08-08
Add a db-upgrade to convert base64-encoded encrypted passwords to hexadecimal...
Naram Qashat
2010-08-01
fixed enc_sha256
DukePyrolator
2010-07-30
Fixed hash_map code to build on VS 2008
Adam
2010-07-29
Rewrote the hashing systems to properly handle the new Anope::strings which w...
Adam
2010-07-28
Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ...
Naram Qashat
2010-07-25
Some windows fixes caused by the last commit
Adam
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat