summaryrefslogtreecommitdiff
path: root/include/anope.h
AgeCommit message (Expand)Author
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Expand more on m_alias and changed some std::string usage in sockets.cpp to u...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-30Fixed bug #1258, more Windows stuff, and more language stringsAdam
2011-03-14Fixed compileAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-02-13added Anope::printf()DukePyrolator
2011-01-07fix some more copyright and typos (not mine) spotted by chaz :Plethality
2011-01-05update copyrights for 2011lethality
2010-12-12Fixed looking up users to use case insensitivityAdam
2010-11-04Made Base not virtual, prevents us from having to dynamic cast in the mode st...Adam
2010-10-11Fixed Windows buildAdam
2010-10-04Automatically destruct messages when modules are unloadedAdam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...Adam
2010-09-16Fixed Anope::CurTime to really work, and made ChanServ timers allow using the...Adam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-08-27Added an Anope::string::is_pos_number_only function to use everywhere we conv...Adam
2010-08-08Add a db-upgrade to convert base64-encoded encrypted passwords to hexadecimal...Naram Qashat
2010-08-01fixed enc_sha256DukePyrolator
2010-07-30Fixed hash_map code to build on VS 2008Adam
2010-07-29Rewrote the hashing systems to properly handle the new Anope::strings which w...Adam
2010-07-28Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ...Naram Qashat
2010-07-25Some windows fixes caused by the last commitAdam
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat