Age | Commit message (Expand) | Author |
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam |
2012-10-25 | This code isn't used | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-02 | Fix Windows | Adam |
2012-09-01 | Added a web panel module + a default template | Adam |
2012-05-17 | reinterpret_cast off of a virtual base does Bad Things | Adam |
2012-04-29 | Added options:casemap to chose how case insensitive strings are compared, usi... | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-11-08 | Windows | Adam |
2011-11-01 | Added a copy constructor to dynamic_reference to allow references to referenc... | Adam |
2011-09-10 | Allow modules to add their own channel levels | Adam |
2011-08-22 | Removed this ondeleteobject event, was for m_async_commands which died | Adam |
2011-06-12 | added a Anope::string::capacity() function | DukePyrolator |
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 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-30 | Fixed bug #1258, more Windows stuff, and more language strings | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-13 | Added some useful Anope::Version functions to prevent some files from unneces... | DukePyrolator |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
2011-02-13 | added Anope::printf() | DukePyrolator |
2011-01-07 | fix some more copyright and typos (not mine) spotted by chaz :P | lethality |
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 st... | Adam |
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 |
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 |