summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-31Added akicks into SQLAdam-
2010-03-31Burned db-merger & docs, it will eventually need a complete rewriteAdam-
2010-03-31Added last used time to akick viewAdam-
2010-03-31Marked mysql modules as a database module and fixed os_modlist to show databa...Adam-
2010-03-30Fixed --with-mysqlpp configure option on some systemsAdam-
2010-03-28Finish rest of BotServ SQL stuffAdam-
2010-03-28Track BotServ settings in SQLAdam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-03-21Replaced old update/expire timers with newer timersAdam-
2010-03-21Added options:passlenAdam-
2010-03-21Made the database file name configurableAdam-
2010-03-21Made usermax and hostmax configurableAdam-
2010-03-21fixed typo in mysql queryDukePyrolator
2010-03-21assigned botserv bots will now join permanent channels when syncing with our ...DukePyrolator
2010-03-21fixed bad mysql queryDukePyrolator
2010-03-20fixed sending CHGIDENT without parameterDukePyrolator
2010-03-20Fixed /ms list reply header to include the users nickAdam-
2010-03-20Fix loading akills/sxlines from plaintext databaseAdam-
2010-03-20Added in support for OperServ and MemoServ into SQLAdam-
2010-03-18Made the exception list really workAdam-
2010-03-16Fixed bug #1141, reodered some access checks in cs_kick and cs_modes to hide ...Adam-
2010-03-15Removed old parts for 1.7.x from mydbgen and fixed db_mysql_write query for /...Adam-
2010-03-13Foward port of r2809Adam-
2010-03-09Fixed loading memo messages from the flatfile databasesAdam-
2010-03-09Made guestnick generation really workAdam-
2010-03-08Added the --with-mysqlpp option to configure to tell it where mysql++ is inst...Adam-
2010-03-06added a check for null pointersdukepyrolator
2010-03-06Added help for sqlsync and fixed installing mydbgen into the wrong directory ...Adam-
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2010-02-28Marked mode +f on inspircd1.2 as minusnoargAdam-
2010-02-25Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...Adam-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
2010-02-23Actually use the cmdTable pointer in bot structures, it now points to the bot...Adam-
2010-02-12Added generic support for unknown modes told to Anope at runtime by the IRCdAdam-
2010-02-10Changed up a small part of the mode API for preparation for dynamic mode supp...Adam-
2010-02-08Rewrote & fixed CAPAB supportAdam-
2010-02-07fixed some uninitialized pointersDukePyrolator
2010-02-06Fix typo in inspircd11 that would cause people not to get status from FJOINsAdam-
2010-02-06Recieve the max number of modes we can set at once from the IRCd and use itAdam-
2010-02-06Remove protectbotserv option from modes, just use options:botmodes insteadAdam-
2010-02-06Parse CAPAB from the server to determin what modes we know aboutAdam-
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-02-02Only set necessary modes on people, eg dont set +qaohv.. unnecessaryAdam-
2010-02-02Added options:botmodes to configure what modes BotServ bots should use in cha...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-24Fixed db-convert and enc_old to work when converting databases using enc_oldAdam-
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16fixed a compile error on windowsDukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-