summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-25Made db-convert handle old corrupted databases from 1.8 that used mysql with rdbAdam
2010-06-22Merge branch '1.9.2-p1' of ssh://dukepyrolator@anope.git.sourceforge.net/gitr...DukePyrolator
2010-06-22changed the name of the logfile from servics.log.<date> to <date>.services.lo...DukePyrolator
2010-06-22Made db-convert really convert nickalias lastseen/lastused/lastquitAdam
2010-06-21Fixed some more problems with db-convertAdam
2010-06-21Fixed db_plain to write databases on windowsAdam
2010-06-21Fixed windows problems with clearing the runtime directoryAdam
2010-06-20Added m_helpchan to replace the cores helpchannel functionalityAdam
2010-06-20Made db-converter add all of the core clients when converting a 1.8 databaseAdam
2010-06-20Made db-converter only write mlock params if there really is one, fixes some ...Adam
2010-06-20Fixed bug #1171 - Fixed defcon so it works on WindowsAdam-
2010-06-16Minor edits to fix compile errors/warnings with clang and a small compile war...cyberbotx
2010-06-15Cleaned up some of the cloaked host tracking on UnrealAdam-
2010-06-12Made db-convert change old disabled levels to newer ACCESS_QOP, keeps people ...Adam-
2010-06-12Tell users to identify when they connect on InspIRCdAdam-
2010-06-04Only enable vhosts automatically if the user doesn't already have the vhost setAdam-
2010-06-03Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change...Adam-
2010-06-03Keep track of what IRCds set -r on nick change and dont inform us to keep the...Adam-
2010-06-03Use pongs to determine when servers are done syncing in Unreal, fixes a probl...Adam-
2010-06-03Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user...Adam-
2010-05-30Fixed a crash from r2990Adam-
2010-05-28Rewrote some of the user nick changing code, enable vhosts for users on nick ...Adam-
2010-05-27Fixed some compiler warnings found on 64bit systemsAdam-
2010-05-26Fixed tracking of users with the +a channel mode on unrealircd during SJOINsAdam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-05-25Changed User::AutoID to always log in the user to the core, and to set usermo...Adam-
2010-05-25Check if a module file exists before making runtime copy of it, keeps 0 byte ...Adam-
2010-05-25Fixed a crash if /ns ghost is used without a passwordAdam-
2010-05-24Truncate memo table before sqlsync and actually add sglinesAdam-
2010-05-23Fixed bug #1167 - Fixed rsquitting juped servers on InspIRCd1.2+Adam-
2010-05-23Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support...Adam-
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-05-21Fixed saving capsmin in the database, fixes the bug also fixed by the last co...Adam-
2010-05-21Fix crash bug when there is a caps kicker in a channel but no alphabetic char...cyberbotx
2010-05-21Fixed a crash when a users realname changes when they are on a registered nic...Adam-
2010-05-21Made the oper:name config option case insensitiveAdam-
2010-05-20Fixed db-convert to properly convert mlocked mode names for the new databasesAdam-
2010-05-19Moved opertype access checking to NickAlises constructor, cleans up some code...Adam-
2010-05-19Fixed a potential crash in os_szline because of a bad pointer passed to an eventAdam-
2010-05-17Made is possible to change levels back to founder only and made founder only ...Adam-
2010-05-17Free access and badwords list when channels are deletedAdam-
2010-05-14You dont see thisAdam-
2010-05-14Fixed many windows problems in the debug buildAdam-
2010-05-14Removed ns_noop_convert. The ns_noop module is for stable and almost 4 years oldAdam-
2010-05-14Finished r2957Adam-
2010-05-14Reversed the autoop flag to make it more logical. In 1.8, we set this flag to...DukePyrolator
2010-05-13Fixed all of the bugs related to bug #1162 and fixed mlock params to be saved...Adam-
2010-05-13fixed crashbugs in db_mysql_write when unsetting url, email and greetDukePyrolator
2010-05-13fixed crashbug in db_mysql_write on updating an empty greet messageDukePyrolator