summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-30Fixed a crash on shutdown when running Anope on MacAdam-
2010-05-23Backport of r2980 - Fixed bug #1167 - Fixed SQUITing juped servers on InspIRC...Adam-
2010-05-23Added param to EVENT_CHANGE_NICK for old nicknamephil-lavin
2010-05-23Added an internal events called when nick is ghosted and when nick is recoveredphil-lavin
2010-05-19Extension to r2952 adding logging for BS BOTphil-lavin
2010-05-15Fixed bug with r2952 (%s was used rather than %d)phil-lavin
2010-05-12Added a tonne of alog()s to log all stateful commandsphil-lavin
2010-05-10Fixed a memory leak and use of uninitialized values in unreal_jointhrottle_mo...Adam-
2010-05-10Fixed bug #1161 - Fixed setting expiry times on akills in the atheme2anope da...Adam-
2010-05-09Added an Atheme to Anope database converterAdam-
2010-05-06Fixed unloading modules commands, fixes a crash introduced by the last commitAdam-
2010-05-05Always set mod_current_module and mod_current_module_name, fixes a few of the...Adam-
2010-05-05Print an error if the TS6 SID isn't set/is set incorrectly, most people don't...Adam-
2010-05-05Added an internal event called when a nick is requestedAdam-
2010-04-29Fixed deleting nick requests to only delete the requested nickAdam-
2010-04-21Removed some unnecessary redundant code in cs_clearAdam-
2010-04-20Fixed /ns info to show when a nick expires to services opers, not only adminsAdam-
2010-04-17fixed missing SID on FJOIN in inspircd12 protocol moduleDukePyrolator
2010-04-15Fixed bug #1153 - Always save channel topics internally, even if the new topi...Adam-
2010-04-15Fixed bug #1154 - Fixed a potential crash in cs_clear opsAdam-
2010-04-15Check if a command routine exists before all command callsAdam-
2010-04-15Closed a forgotten file pointer in os_info that would make Windows backups of...Adam-
2010-04-03Don't save databases when rehashed or shutdown from anoperc when in readonly ...Adam-
2010-03-31Fix Windows buildAdam-
2010-03-30Fixed catserv module demo to work correctly on TS6 IRCDsAdam-
2010-03-29Fixed bug #1149 - Number memos in MySQL correctlyAdam-
2010-03-29Fixed bugs #1146 and #1147 - Fixed check_modes to only apply defcon settings ...Adam-
2010-03-29Fixed bug #1144 - replaced some strcpy calls with strscpy to be saferAdam-
2010-03-24Log deleting and clearing XOP access listsAdam-
2010-03-24Document usage of the -protocoldebug option in services helpAdam-
2010-03-19Fixed bug #1143 - Fixed a blind sprintf in sighandler that would write an err...Adam-
2010-03-17Fixed a bug introduced in r2667 that could cause some access entries to not c...Adam-
2010-03-16Fixed bug #1141, reordered some access checks in cs_kick and cs_modes to hide...Adam-
2010-03-16Fixed os_info to display syntax errors if you entered no text, found by CronusAdam-
2010-03-16Fixed os_info to backup its databases properly with the now-working ModuleDat...Adam-
2010-03-13Fixed the second part of bug #1138Adam-
2010-03-13Fixed bug #1140 - Made ModuleDatabaseBackup() not fail when multiple modules ...Adam-
2010-03-13Fixed bug #1139 - Delete the correct nicks from hs_request database when they...Adam-
2010-03-13Fixed bug #1138 - Fix maximum hostname length checking in hs_requestAdam-
2010-03-13Fixed check_ban to apply bans even if TTB was changed after the user has been...Adam-
2010-03-11Added support for tracking permanent channelsAdam-
2010-03-04Fixed some memory leaks in ns_registerAdam-
2010-03-02Fixed a bug that would cause users access in channels to seemingly disappear....Adam-
2010-02-18Don't show unconfirmed nicks when services admins list suspended nicksAdam-
2010-02-09Fixed it so halfops can not be marked as forcibly deopped, fixes us sometimes...Adam-
2010-01-17Another attempt at making the makefile understandsjaz
2010-01-17Fix small omission in src/tools/Makefile and update version.logsjaz
2010-01-15Fixed bug #1135 - Don't allow BotServ to kick and ban ULined clientsAdam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-11Some language fixes closing issue #1124 and #1122, fixed wrong language strin...pimpmylinux