summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-18Dont load mlock from the database until after Anope is connected, it doesnt ↵Adam
know all of the available modes until then
2010-06-18Unmark services as syncing when we are done, fixes cs_xop and cs_modes ↵Adam
reloading mode specific commands
2010-06-18Added a founder access level used to determin who is a channel founder. This ↵Adam
is completely independant of the owner levels
2010-06-18Removed process_numlist and having to mark everything as "in use" and ↵Adam
constantly checking it. Replaced with a better system.
2010-06-18Fixed cmake build, removed version_flags it is no longer need, removed old ↵Adam
unneeded defs.h and split up pseudo.h
2010-06-18Removed empty.c, instead have cmake create a new empty file when it needs it ↵Adam
and deletes it later
2010-06-18Store modes in users and channels using the Flags class, cleanerAdam
2010-06-18Send a QUIT before we shutdown or restart for all of our botsAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Added some global variables for the core pseudo clients, keeps us from ↵Adam
having to call findbot() everywhere
2010-06-18Allow attaching metadata to nickrequests and storing it in the databases and ↵Adam
fixed windows build
2010-06-18Store a plaintext version of mode names in the mode structures, removes alot ↵Adam
of unneeded code from db_plain/db_mysql.
2010-06-18Rewrote the mail system to use threadingAdam
2010-06-18Changed threadengine to delete threads after Joining them, so the whole ↵Adam
thread exists when being joined and so its safe to call non-threadsafe functions in the destructor
2010-06-18Added the nickserv/ungroup commandAdam
2010-06-18Removed old config.h and moved configreader.h to config.hAdam
2010-06-18Allow enabling ssl on a per-uplink basisAdam
2010-06-18Fixed the Makefiles to build m_ssl correctly and marked m_ssl as permanentAdam
2010-06-18Made opertypes inheritableAdam
2010-06-18Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplinkAdam
2010-06-18Added two events called in ns_info and cs_info that allows modules to ↵Adam
easially add info output. Made os_info use this
2010-06-18Renamed the init_module function to AnopeInit - Some systems have an ↵Adam
init_module function outside of Anope which causes a crash if you try to load a non-Anope module
2010-06-18Merged branch threadingengine with master - Added a threading engineAdam
2010-06-18Prevent negaitve mode changes, kicks, bans, and autokicks from affecting ↵Adam
users with unreal usermode +q or similar
2010-06-18Rewrote all of the server handling codeAdam
2010-06-18Added nickserv/auspex permission and fixed core modules so they buildAdam
2010-06-18Moved Commands stuff to its own file and changed Command::name to be ↵Adam
ci::string - Will be used after hashing system is rewritten
2010-06-18Tell users when their nicks expire in /ns glist and /ns infoAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-06-18Made all modules version be VERSION_STRINGAdam
2010-06-18Removed .svn from CMakes list of folders to ignore, it not longer existsAdam
2010-06-18Test commit to test CIAAdam
2010-06-18Merge branch '1.9' of ssh://shell.sf.net/home/scm_git/a/an/anope/anope into 1.9Adam
2010-06-18Fixed some problems with the mode stacker from svn to git mergeAdam
2010-06-18Revert "test commit to see if cia notices"Charles
This reverts commit 2d7e5c07d033476897f9146741f15569c90a8d85.
2010-06-18test commit to see if cia noticesCharles
2010-06-18Merge svn with gitCharles
2010-06-18Updated TODO to contain most of what 1.9.3 will haveAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3011 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-18Fixed bug #1171 - Fixed defcon so it works on WindowsAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3010 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-18Initialize 1.9.3 SVNAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3009 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-18Bump for 1.9.2 Release1.9.2Adam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3007 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-16Minor 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-16Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cppAdam
2010-06-15Cleaned up some of the cloaked host tracking on UnrealAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3004 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-12Made 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-12Tell users to identify when they connect on InspIRCdAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3001 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-04Only enable vhosts automatically if the user doesn't already have the vhost setAdam-
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2998 5417fbe8-f217-4b02-8779-1006273d7864
2010-06-03Added 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-03Keep 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-03Use 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