Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-12 | Fixed looking up users to use case insensitivity | Adam | |
2010-11-04 | Made Base not virtual, prevents us from having to dynamic cast in the mode ↵ | Adam | |
stacker on release builds | |||
2010-10-11 | Fixed Windows build | Adam | |
2010-10-04 | Automatically destruct messages when modules are unloaded | Adam | |
2010-10-04 | Changed the protocol handling system to use a vector of strings instead of C ↵ | Adam | |
style arrays. Burned the old process/split_buf/memory.c code | |||
2010-09-17 | Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on ↵ | Adam | |
Windows. Added in a LastError function to keep having to use strerror/GetLastError everywhere. | |||
2010-09-16 | Fixed Anope::CurTime to really work, and made ChanServ timers allow using ↵ | Adam | |
the channels botserv bot instead of only ChanServ | |||
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 ↵ | Adam | |
convertTo unsigned values, and fixed the mail delay error message to give the correct time. | |||
2010-08-08 | Add a db-upgrade to convert base64-encoded encrypted passwords to ↵ | Naram Qashat | |
hexadecimal strings of the raw data, add in Anope::Hex for C-style strings and added Anope::Unhex, modified the encryption modules to use Hex and Unhex. | |||
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 ↵ | Adam | |
we have everywhere. | |||
2010-07-28 | Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ↵ | Naram Qashat | |
replace_all_* functions to actually work if the original and replacement strings are not the same length. | |||
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 ↵ | 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. |