Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-27 | Fixed Windows build - this is the real 1.9.2-p2 release1.9.2-p2 | Adam | |
2010-07-27 | Anope 1.9.2-p2 Release | Adam | |
2010-07-26 | Added hostserv/del command permission, fixed example.conf to show that ↵ | Adam | |
hostserv/* is a command, not a permission | |||
2010-07-25 | Added support for m_customprefix in inspircd20 | Adam | |
2010-07-25 | Fixed a typo in inspircd20.cpp that could cause not adding some modes | Adam | |
2010-07-25 | Backported changes to inspircd20.cpp from 1.9 | Adam | |
2010-07-25 | Properly handle FMODEs from InspIRCd with more than 25 arguments.. reported ↵ | Adam | |
by Angel-SL | |||
2010-07-24 | Properly handle single messages received that have no newline | Adam | |
2010-07-06 | Fixed bug #1173, Made hs_request reject actually reject vhosts | Adam | |
2010-06-30 | Fixed a crash on Windows and unreal when juped servers quit | Adam | |
2010-06-28 | Delete all of our known users when we lose connection to the uplink | Adam | |
2010-06-27 | Log out users when they log in to another account. | Adam | |
2010-06-27 | Log out users from their groups when they disconnect, keeps us from storing ↵ | Adam | |
invalid pointers in the nickcore user list | |||
2010-06-26 | Anope 1.9.2-p1 Release1.9.2-p1 | Adam | |
2010-06-25 | Made db-convert handle old corrupted databases from 1.8 that used mysql with rdb | Adam | |
2010-06-24 | Backported the example.conf change from r7bb90e1922b7 | Adam | |
2010-06-22 | Merge branch '1.9.2-p1' of ↵ | DukePyrolator | |
ssh://dukepyrolator@anope.git.sourceforge.net/gitroot/anope/anope into 1.9.2-p1 | |||
2010-06-22 | changed the name of the logfile from servics.log.<date> to ↵ | DukePyrolator | |
<date>.services.log to make windows users happy | |||
2010-06-22 | Made db-convert really convert nickalias lastseen/lastused/lastquit | Adam | |
2010-06-22 | Fixed a typo in the example.conf for m_helpchan | Adam | |
2010-06-21 | Fixed some more problems with db-convert | Adam | |
2010-06-21 | Fixed db_plain to write databases on windows | Adam | |
2010-06-21 | Fixed windows problems with clearing the runtime directory | Adam | |
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | Adam | |
2010-06-20 | Fixed the name of cs_forbid in chanserv:modules so it really loads | Adam | |
2010-06-20 | Made db-converter add all of the core clients when converting a 1.8 database | Adam | |
2010-06-20 | Made db-converter only write mlock params if there really is one, fixes some ↵ | Adam | |
problems with converting mlock for certain databases | |||
2010-06-20 | Fixed bug #1171 - Fixed defcon so it works on Windows | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3010 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-20 | Branch for 1.9.2-p1 | Adam | |
2010-06-18 | Bump for 1.9.2 Release1.9.2 | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3007 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-16 | Minor edits to fix compile errors/warnings with clang and a small compile ↵ | cyberbotx | |
warning under Windows (gotta work on the other 450+ Windows warnings sometime). git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3006 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-15 | Cleaned up some of the cloaked host tracking on Unreal | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3004 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-12 | Made db-convert change old disabled levels to newer ACCESS_QOP, keeps people ↵ | Adam- | |
from being locked out of controlling their own XOP channels git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3002 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-12 | Tell users to identify when they connect on InspIRCd | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3001 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-04 | Only enable vhosts automatically if the user doesn't already have the vhost set | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2998 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-03 | Added inspircd2.0 protocol module, moved usermode +r unsetting on nick ↵ | Adam- | |
change to the protocol modules to fix inspircd1.2s weird usermode +r behavior git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2997 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-03 | Keep track of what IRCds set -r on nick change and dont inform us to keep ↵ | Adam- | |
the modemanager/modestacker in sync git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2996 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-03 | Use pongs to determine when servers are done syncing in Unreal, fixes a ↵ | Adam- | |
problem with Unreals endburst system where we have clients introduced to us from a "synced" server when they really arent git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2995 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-06-03 | Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate ↵ | Adam- | |
users. Fixes us telling people to identify after netmerge then silently identifying them once we process svid. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2994 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-30 | Fixed a crash from r2990 | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2992 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-28 | Rewrote some of the user nick changing code, enable vhosts for users on nick ↵ | Adam- | |
change, and dont update last seen/last realname when users are identified to an account which doesn't own the nick they are using git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2990 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-27 | Fixed some compiler warnings found on 64bit systems | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2989 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-26 | Fixed tracking of users with the +a channel mode on unrealircd during SJOINs | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2988 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-26 | Fixed some windows problems with db_mysql_execute | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2987 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-26 | Fixed some windows problems with db_mysql_execute | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2986 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-25 | Changed User::AutoID to always log in the user to the core, and to set ↵ | Adam- | |
usermode +r on users that should be. Fixes everyone being identified but not usermode +r on inspircd 1.2 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2985 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-25 | Check if a module file exists before making runtime copy of it, keeps 0 byte ↵ | Adam- | |
sized unused modules out of the runtime/ directory git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2984 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-25 | Fixed a crash if /ns ghost is used without a password | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2983 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-24 | Truncate memo table before sqlsync and actually add sglines | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2982 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-23 | Fixed bug #1167 - Fixed rsquitting juped servers on InspIRCd1.2+ | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2980 5417fbe8-f217-4b02-8779-1006273d7864 |