Age | Commit message (Expand) | Author |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |
2010-07-10 | Added ns_set_misc and cs_set_misc. | Adam |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-22 | The next of a few "CBX OCDing over code style" commits, for db_plain.cpp | Naram Qashat |
2010-06-21 | Fixed some more problems with db-convert | Adam |
2010-06-21 | Fix problem with anope.db being empty even after running /os update. | Naram Qashat |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
2010-06-18 | Removed a lot of unnecessary .c_str() calls in the find* functions | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Dont load mlock from the database until after Anope is connected, it doesnt k... | Adam |
2010-06-18 | Removed process_numlist and having to mark everything as "in use" and constan... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Added some global variables for the core pseudo clients, keeps us from having... | Adam |
2010-06-18 | Allow attaching metadata to nickrequests and storing it in the databases and ... | Adam |
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ... | Adam |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-18 | Made all modules version be VERSION_STRING | Adam |
2010-05-21 | Fixed saving capsmin in the database, fixes the bug also fixed by the last co... | Adam- |
2010-05-14 | You dont see this | Adam- |
2010-05-14 | Fixed many windows problems in the debug build | Adam- |
2010-05-10 | Changed the names of modes in the databases to be exactly the same way they a... | Adam- |
2010-05-10 | Save & load nick requests from db_plain | Adam- |
2010-04-24 | Fixed loading negatively mlocked modes from the DB and fixed loading access c... | Adam- |
2010-04-15 | Fixed loading botserv bots time created & number of channels from the databas... | Adam- |
2010-04-11 | Correctly identify a user when they get autoidentified and made db_plain not ... | Adam- |
2010-04-11 | Don't backup the database and not rewrite a new one (oops?) | Adam- |
2010-04-11 | Dont backup the database unless there is a database to backup | Adam- |
2010-04-10 | Made db_plain backup its databases | Adam- |
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand... | Adam- |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-31 | Added last used time to akick view | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |
2010-03-21 | Made the database file name configurable | Adam- |
2010-03-20 | Fix loading akills/sxlines from plaintext database | Adam- |
2010-03-09 | Fixed loading memo messages from the flatfile databases | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |
2010-02-25 | Removed OnBotPreLoad event, this is a much better way to prevent multiple of ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-14 | Fixed crash caused by r2732 caused by adding someone to the exception list | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-09 | changed all password fields to std::string and reworked the way how the enc m... | DukePyrolator |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |