summaryrefslogtreecommitdiff
path: root/Changes
AgeCommit message (Collapse)Author
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 #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-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
2010-04-04Version bumps for 1.8-SVNsjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2861 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-04Bump versions for 1.8.4 release.1.8.4sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2859 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-04Updated ChangesAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2858 5417fbe8-f217-4b02-8779-1006273d7864
2010-04-01Moved an entry in the Changelog I had oringinally put in the wrong placeAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2853 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-29Fixed bugs #1146 and #1147 - Fixed check_modes to only apply defcon settings ↵Adam-
when defcon is actually on git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2841 5417fbe8-f217-4b02-8779-1006273d7864
2010-03-11Added support for tracking permanent channelsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2807 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-19Changes docs bump to 1.8 SVN and credit for tr.l added to docs/README (Sorry ↵sjaz
I missed this for release). git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2774 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-19Bump files to 1.8.3 for release1.8.3sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2771 5417fbe8-f217-4b02-8779-1006273d7864
2010-01-15Fixed bug #1135 - Don't allow BotServ to kick and ban ULined clientsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2761 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-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-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-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-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-11Updated Turkish language fileadam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2448 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-03Fixed do_server() so it doesn't go nuts if a SID is the source. Added some ↵jantje_85
sanity checks and debug output as well. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2402 5417fbe8-f217-4b02-8779-1006273d7864
2009-08-01Added forgotten entries to version.log and Changes, some cleanup, and fixed ↵jantje_85
a few minor TS6 issues. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2401 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-31Fixed a TS6 bug in chan_set_modes() causing restrictions such as secureops ↵jantje_85
to fail if the IRCd sends UUIDs instead of nicks. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2398 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-31Fixed a bug in UMODE causing anope to send an extra umode change as a ↵jantje_85
channel mode change. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2397 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-28Added german language support to hs_request.c. Patch provided by Han.DukePyrolator
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2395 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-11Initialise 1.8.2-SVN and update README.1.8.2sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2371 5417fbe8-f217-4b02-8779-1006273d7864
2009-07-04Initialise 1.8.1 SVNsjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2359 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-26Fixed several bugs in messages.c regarding parsing TS6 encoded commands. ↵jantje_85
This is a prerequisite for an InspIRCd 1.2 protocol module. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2337 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-15Fix memory leak in NS SUSPEND, patch by Adam.cyberbotx
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2327 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-15Added a few missing entries to Changes.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2325 5417fbe8-f217-4b02-8779-1006273d7864
2009-06-12Bugfix for bug #1082, remove check for NSModeOnID from NS UPDATE, it's not ↵cyberbotx
logical to check for NSModeOnID since you must be identified to use NS UPDATE anyways. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2322 5417fbe8-f217-4b02-8779-1006273d7864
2009-05-17Change sizeof() to strlen() in db_mysql_secure(), patch by DukePyrolator.cyberbotx
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2301 5417fbe8-f217-4b02-8779-1006273d7864
2009-05-10Fix bug #1078, MySQL query should no longer fail when password and salt are ↵cyberbotx
too long, patch from Adam. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2299 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-17Don't enfoce akick/forbidden/etc.. settings on clients on ulined servers.jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2284 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-03Backport of bugfix for bug #1004 from SVN r2003, Modechanges from ulined ↵jantje_85
server are no longer being blocked by SECUREOPS. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2253 5417fbe8-f217-4b02-8779-1006273d7864
2009-04-03Someone seems to have forgotten about Changes.. added most significant ↵jantje_85
commits to Changes. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2249 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-30Modified patch to change vhost removal to work correctly in all cases, ↵rburchell
originally by Szymek. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2221 5417fbe8-f217-4b02-8779-1006273d7864
2009-03-07Applied adams patch for re-ordering listsrobbeh
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2145 5417fbe8-f217-4b02-8779-1006273d7864
2009-02-04Applied patch by mooncup to re-apply the cloaked host when using /hs off for ↵robbeh
unreal32 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1943 5417fbe8-f217-4b02-8779-1006273d7864
2009-02-01Giving credits for +j support..jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1941 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-29Bug 1001: Added support for internal tracking of +j channel mode (throttling).jantje_85
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1940 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-18Fixed check for backtrace() in configure.cyberbotx
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1924 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-17Initialized 1.8 SVN.jantje_85
Fixed MySQL dumping failing on unsafe queries. [Bug #994] git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1923 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-03More housekeeping contact address updates.sjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1913 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-01Anope Stable Branchsjaz
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1902 5417fbe8-f217-4b02-8779-1006273d7864