summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-12Fixed some English when unreals link block is incorrect and bump version ↵lethality
number from my last commit
2010-08-12Removed /'s that showed when not using BSGentleBWReasonlethality
2010-08-10Removed Example.confs DefSessionLimit's reference to accepting 0, it doesn't.lethality
2010-08-05Fixed bug #1180 - Fixed tracking of internal clients when they change nicks ↵Adam
on TS6 IRCds
2010-08-03Fixed bug #1178 - properly track users hosts when a user is -x and has a ↵Adam
vhost via chghost
2010-08-04Accommodate for the InspIRCd 2.0 protocol being even more oversized then we ↵Viper
previously thought..
2010-08-02Fixed a typo in the NICK_SASET_MSG_SYNTAX lang stringAdam
2010-07-27Log out superadmins when someone forces them to logout, and fixed crash when ↵Adam
using /os umode +r on an unregistered user when using inspircd12
2010-07-25Properly handle FMODEs from InspIRCd with more than 25 arguments.. reported ↵Adam
by Angel-SL
2010-07-17Allow clearing of access lists while in XOPAdam
2010-07-13Increased command buffer size. Insp 2.0 has a bigger appetite it seems..Viper
2010-07-06Fixed Windows buildAdam
2010-07-05Removed enc_encrypt_in_place, it is unnecessary and using it like it was ↵Adam
designed breaks long passwords.
2010-07-04Made install.js detect VS 2010 on 64bit machinesAdam
2010-07-03Fixed bug #1172: Encrypt the whole password given to nickserv and chanserv ↵Adam
REGISTER This prevents us from truncating peoples passwords without telling them, which makes it so you can't identify with the same password you registered with if your password is really long.
2010-06-24Fixed charybdis and ratbox protocol modules not (properly) translating TS6 ↵Viper
UIDs into nicks on kills.
2010-06-22Changed VERSION_EXTRA from -svn to -gitAdam
2010-06-18Removed all references to the SVN keyword IdAdam
2010-06-18Set all of the core modules versions to VERSION_STRING - SVN is now ↵Adam
officially not used anymore
2010-06-15Fixed ./Config to correctly load the previously used settings from config.cacheAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@3005 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-15Grab users cloaked hosts on Unreal after setting +x, fixes us never knowing ↵Adam-
cloaked hosts if the user is introduced with a vhost git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@3003 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-08Never unset mod_current_module in functions that modules might call, instead ↵Adam-
save the old values and reset them git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@3000 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-04Moved EVENT_CHANGE_NICK call to after anope_cmd_nc_change() callphil-lavin
Added user identified check to validate_user() to prevent identified user being told to identify git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2999 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-01Fixed db-mergers handling of bot collisionsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2993 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-30Fixed a crash on shutdown when running Anope on MacAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2991 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-23Backport of r2980 - Fixed bug #1167 - Fixed SQUITing juped servers on ↵Adam-
InspIRCd 1.2 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2981 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-23Added param to EVENT_CHANGE_NICK for old nicknamephil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2978 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-23Fixed terrible English from last commitphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2977 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-23Added an internal events called when nick is ghosted and when nick is recoveredphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2976 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-19Extension to r2952 adding logging for BS BOTphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2969 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-18Fixed English and grammar in e-mail messagesphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2966 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-15Fixed version.logAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2963 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-15Fixed bug with r2952 (%s was used rather than %d)phil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2962 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-12Added a tonne of alog()s to log all stateful commandsphil-lavin
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2952 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-12Added support for building with Microsoft Visual Studio 2010 and removed ↵Adam-
support for Microsoft Visual Studio 98 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2950 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-10Fixed a memory leak and use of uninitialized values in ↵Adam-
unreal_jointhrottle_mode_check. Note we don't even use this function currently. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2947 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-10Fixed bug #1161 - Fixed setting expiry times on akills in the atheme2anope ↵Adam-
database converter git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2946 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-09Added an Atheme to Anope database converterAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2943 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-06Fixed unloading modules commands, fixes a crash introduced by the last commitAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2935 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-05Always set mod_current_module and mod_current_module_name, fixes a few of ↵Adam-
the functions in modules.c relying on it. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2931 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-05Print an error if the TS6 SID isn't set/is set incorrectly, most people ↵Adam-
don't know how to work logfiles git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2930 5417fbe8-f217-4b02-8779-1006273d7864
2010-05-05Added an internal event called when a nick is requestedAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2929 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-29Fixed deleting nick requests to only delete the requested nickAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2918 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-21Removed some unnecessary redundant code in cs_clearAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2903 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-20Fixed /ns info to show when a nick expires to services opers, not only adminsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2900 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-17fixed missing SID on FJOIN in inspircd12 protocol moduleDukePyrolator
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2899 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-15Fixed bug #1153 - Always save channel topics internally, even if the new ↵Adam-
topic matches the last saved topic. Also only call the topic updated event once we are uplinked, as then the topic really is being changed by someone. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2896 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-15Fixed bug #1154 - Fixed a potential crash in cs_clear opsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2895 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-15Check if a command routine exists before all command callsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2894 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-15Closed a forgotten file pointer in os_info that would make Windows backups ↵Adam-
of os_info.db fail git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2893 5417fbe8-f217-4b02-8779-1006273d7864