summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-09-11Fix makefile.inc.win32 to build few modules not previously built on WindowsCharles Kingsley
2010-09-10Fixed InspIRCd 1.1,1.2 and 2.0 protocol modules to oper pseudo-clients only ↵Viper
when needed.
2010-09-10Fixed comments to be accepted by all compilers..Viper
2010-09-08Fixed Windows buildAdam
2010-09-07Merge branch '1.8' of git.sigterm.info:gitroot/anope/anope into 1.8Adam
2010-09-07Fixed make strict build and cleaned up some warningsAdam
2010-09-05Added InspIRCd 2.0 supportAdam
2010-08-31Fixed do_sjoin to properly find the server source on TS6 IRCdsAdam
2010-08-25Fixed InspIRCd1.2 protocol module passing invalid users in the SJOIN string ↵Adam
which made internal debug messages confusing/wrong
2010-08-16Kill users using our nicks when on InspIRCd 1.2Adam
Apparently InspIRCd does not value ULines
2010-08-14Added a config option that allows nix users to fork when sending mail, can ↵Adam
drastically speed up mail sending on some boxes
2010-08-12fixed line break in my last commit :(lethality
2010-08-12Fixed some English when unreals link block is incorrect and bump version ↵lethality
number from my last commit
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-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-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-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-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-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-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-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