summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-17Reply with the correct idle times for the core service botsAdam-
2010-04-17fixed missing SID before FJOIN in the inspircd12 protocol moduleDukePyrolator
2010-04-15Fixed loading botserv bots time created & number of channels from the databas...Adam-
2010-04-13Fixed crash on /ns release and made release actually workAdam-
2010-04-13Remove +r from nonregistered channelsAdam-
2010-04-11Fixed +q and +a channel modes on inspircd 1.2 if they have no prefixesAdam-
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 allow the first user in registered syncing channel to retain their acces...Adam-
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-