summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-11Return MOD_STOP in various places where the user executing the command had be...Adam-
2010-04-11Dont backup the database unless there is a database to backupAdam-
2010-04-10Fixed cs_modes to add commands after the modes requiring them are introducedAdam-
2010-04-10Made db_plain backup its databasesAdam-
2010-04-10Made MySQL log errors when executing queries instead of crashingAdam-
2010-04-10changed all mysqlpp::String::empty() calls to mysqlpp::String::size() to make...dukepyrolator
2010-04-09Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...Adam-
2010-04-09Fixed a problem with binding to certian IPsAdam-
2010-04-09Fixed a potential crash when a user does not pass connection checks (akill/se...Adam-
2010-04-09Fixed a crash when linking serversAdam-
2010-04-09fixed the database converter (streams dont like null pointers)dukepyrolator
2010-04-09Fixed cs_ban, os_jupe, and os_restartAdam-
2010-04-09Removed the OnFind events, they are not necessary anymore and just waste CPUAdam-
2010-04-09added a new event OnFinishSync, that allows modules to send additional data t...dukepyrolator
2010-04-09changed the way how the IV is stored with the password and renamed some varia...dukepyrolator
2010-04-09Process the socket engine one last time before Anope disconnects to send ever...Adam-
2010-04-09Made the mode stacker never send a mode change for something that is already ...Adam-
2010-04-09Fixed enc_none OnDecrypt to work correctly on WindowsAdam-
2010-04-09Fixed windows compile on new socketsAdam-
2010-04-09Fixed ns_getpass and ns_sendpass to not load when there is no supported encry...Adam-
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-04-04Fixed make installAdam-
2010-03-31Fixed cs_xop to not add its commands until after it knows what modes as suppo...Adam-
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