summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-06Made elist_match_user also check against the users cloaked hostAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2734 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-03Mark users as unrecognized on Inspircd 1.2 if no/invalid metadata is ↵Adam-
recieved for them before the next uid/eob git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2731 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-03Fixed typo in inspircd12.h causing 2 modes to use the same bit.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2730 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-02Fixed a few SASET help replies to reply to services opers, and fixed the ↵Adam-
rest to not reply to anyone who requests help git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2727 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-02Fixed help system to use notice_help instead of notice_lang (bug from r2473)Adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2726 5417fbe8-f217-4b02-8779-1006273d7864
2009-12-20Using SQL with RDB will now automatically fix databases affected by the bug ↵Adam-
fixed in r2386 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2712 5417fbe8-f217-4b02-8779-1006273d7864
2009-12-16Documented the SQL table change in Changes.mysql from r2386Adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2707 5417fbe8-f217-4b02-8779-1006273d7864
2009-12-01Reverted & updated Changes.. ;)jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2680 5417fbe8-f217-4b02-8779-1006273d7864
2009-12-01Fixed bug #1106 - Anope now keeps track of users cloaked hosts as well as ↵Adam-
virtual host and will use both in matching for things git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2679 5417fbe8-f217-4b02-8779-1006273d7864
2009-11-25Fix bug #1114. Fixed a bug in cs_clear caused by do_cmode() modifying params ↵jantje_85
passed to it. Also fixed some warnings in cs_xop. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2671 5417fbe8-f217-4b02-8779-1006273d7864
2009-11-25Fix a few more XOP related problemsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2668 5417fbe8-f217-4b02-8779-1006273d7864
2009-11-25Cleaned up a lot of the channel access reordering code, properly change ↵Adam-
users with less than voice access on channels to XOP, and fix a potential crashbug after switching to XOP on IRCds that do not support halfop git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2667 5417fbe8-f217-4b02-8779-1006273d7864
2009-11-03Added missing entry to version.log.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2606 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-30All usermodes are now recognized and properly set internally on Insp 1.2.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2601 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-30More dynamic detection of channel modes on InspIRCd 1.2.jantje_85
Also fixes params being linked to the wrong mode. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2598 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-18Fixed small typo in dutch translation.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2571 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-11Removed proxy server from ulined servers in example config as more people ↵sjaz
use a client proxy scanner and this should reduce occurences of user servers being listed. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2550 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-10Reset errno before calling strtol in bs_kick, it would sometimes not allow ↵Adam-
valid kick settings to work git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2546 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-09Now send the QUIT command before changing bots internally for /botserv bot ↵Adam-
change, so InspIRCd 1.2 (and possibly others) can get the UID and other info from the bot git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2545 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-09Fixed the NICK command syntax on InspIRCd 1.2 to work when changing clients ↵Adam-
nicknames git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2544 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-09Fixed crash when juping servers on InspIRCd 1.2Adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2543 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-09Fixed remote whoises on services clients on InspIRCd 1.2Adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2542 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-06Added InspIRCd 1.2 protocol module into Windows makefiles and installer scriptsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2537 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-06This is it! Added InspIRCd 1.2 protocol module.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2536 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-06Added option for delayed pseudo-client introduction. (Required for Insp 1.2)jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2535 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-06Added ability to mark users as either ID'd or UNID'd after user ↵jantje_85
introduction. This is the responsibility of the protocol module!(Required for Insp 1.2) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2534 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-05Backport of r2531, reset +r on registered channels after a netmerge when our ↵Adam-
creation time is newer than what we recieved git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2533 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-04Test Commit Please Ignore! :)sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2530 5417fbe8-f217-4b02-8779-1006273d7864
2009-10-03git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2525 ↵jantje_85
5417fbe8-f217-4b02-8779-1006273d7864
2009-09-22Updated french language file, patch from Sakaadam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2511 5417fbe8-f217-4b02-8779-1006273d7864
2009-09-09Fixed a number of TS6 issues, mainly related to nicks instead of IDs being ↵jantje_85
given to anope_cmd_mode() in combination with a status change (Bug #1096). Also Fixed a small bug in os_oline. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2495 5417fbe8-f217-4b02-8779-1006273d7864
2009-09-01Fixed typo in install.js so it will correctly detect MySQL 5.1 on WindowsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2491 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-30Fixed MLOCK locked mode removal getting priority over DEFCON lockedjantje_85
mode setting. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2485 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-28Fixed defcon not setting modes on newly created unregged channels andjantje_85
failing to force remove defcon-locked modes. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2480 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-28Updated German language file, patch from Han`adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2479 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-28Fixed bug #1104 - Corrected help replies for /operserv HELP *NEWS to say ↵adam-
services admin is always required git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2477 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-28Updated version.log and bumped build version because I forgot in previous ↵sjaz
commit. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2476 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-28Clarify installing of PSDK in windows installation requirements.sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2475 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-28Updated docs/README to include real help for incorporating new languages ↵sjaz
into builds. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2474 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-26Made help system fall back to the highest help string available instead of ↵adam-
giving "no help" to services opers etc everywhere. Fixes bug #1102 and any other bugs related to it. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2473 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-26Fixed bug #1103 - show services opers /nickserv help sasetadam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2472 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-25Fixed bug #1099 and #1100 - Show services opers /chanserv help (un)suspend ↵adam-
and /nickserv help (un)suspend git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2471 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-24fixed typo. i apologize for being an idiot, i promise i will test even ↵pimpmylinux
oneliners next time... git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2468 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-24trying to delete sessions when a ulined server quitspimpmylinux
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2467 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-23Fixed entry_match to work properly when matching hostnames and given a NULL ↵adam-
username (although this should never happen in the core) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2464 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-19Fixed bug #1094adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2456 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-11Updated Turkish language fileadam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2448 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-08another small update for the german langfileDukePyrolator
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2438 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-08Updated German Translation from Han. (han@mefalcon.org)sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2437 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-06Updated FAQ and pointing to wiki for updates. (yay wiki)sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2434 5417fbe8-f217-4b02-8779-1006273d7864