summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-30Made ms_rsend workAdam-
2010-04-30Do not join ChanServ to hold channels if the channel is syncingAdam-
2010-04-30Don't use botserv bots to hold channels open, becomes too much of a problem i...Adam-
2010-04-29Properly track users who join channels using an exceptionAdam-
2010-04-29Forward port of r2918Adam-
2010-04-25Allow superadmins and ulines to join channels alwaysAdam-
2010-04-25Fixed a crash when shutdown when not connectedAdam-
2010-04-24Fixed the /nickserv help info output to services opers and the reply from /ch...Adam-
2010-04-24Fixed loading negatively mlocked modes from the DB and fixed loading access c...Adam-
2010-04-24Fix a potential crash when removing SQLinesAdam-
2010-04-24Logout the SQLUser & any fake users after using commandsAdam-
2010-04-24Fixed crash when shutting down when db_mysql_execute is loaded and logusers i...Adam-
2010-04-24Fixed dropping nicks registered through MySQLAdam-
2010-04-24Fixed some typos in log messages, found by LethalityAdam-
2010-04-22Actually use readtimeout from the config & fixed many valgrind errorsAdam-
2010-04-22Fixed two log message typos, patch from LethalityAdam-
2010-04-21Fixed cs_clear ops to not deop users twice on Unreal and made it always use s...Adam-
2010-04-20Correctly handle recieving messages over 65.5 thousand bytesAdam-
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-