summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-10Fixed tracking of channel mode +L on InspIRCd 1.2Adam-
2010-05-07Removed an unneeded static_cast in enc_noneAdam-
2010-05-07Removed the chanserv/aop/list command perm and switched it with chanserv/acce...Adam-
2010-05-06Fixed bug #1159 and made the SQL fields holding timestamps more consistantAdam-
2010-05-05Fixed a compile error in r2933Adam-
2010-05-05SVN Id keyword to .h/.c/.cpp filespimpmylinux
2010-05-03Fixed a crash because of a bad SQL query when changing your passwordAdam-
2010-05-01Added support for InspIRCd 2.0Adam-
2010-04-30Fixed ms_rsend reply when sending a memo to a nickAdam-
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