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