summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-19Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9Adam
2010-06-19Merge remote branch 'origin/1.9.3' into 1.9Adam
2010-06-19Revert "file 1 edit"Charles
2010-06-19Revert "file 2 edit"Charles
2010-06-19file 2 editCharles
2010-06-19file 1 editCharles
2010-06-19Revert "work"Charles
2010-06-19workCharles
2010-06-19Revert "testing"Charles
2010-06-19testingCharles
2010-06-19Test commit for CIAAdam
2010-06-19Test commit for CIAAdam
2010-06-19Revert "Testing commit to see if CIA is playing"Charles
2010-06-19Testing commit to see if CIA is playingCharles
2010-06-18Made install.js use VS 2010Adam
2010-06-18Switched cs_set to the subcommand system and added cs_sasetAdam
2010-06-18Added in a subcommand system and switched ns_set and ns_saset to use itAdam
2010-06-18Moved the *Serv help functions to Command, will come in use later with subcom...Adam
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Added an arg to User::IsRecognized to check for NI_SECUREAdam
2010-06-18Rewrote cs_access to be more C++ish, changed NumberList to be more C++ish and...Adam
2010-06-18Removed a lot of unnecessary .c_str() calls in the find* functionsAdam
2010-06-18Made NumberList take an arg to determin if it should pass numbers in descendi...Adam
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Dont load mlock from the database until after Anope is connected, it doesnt k...Adam
2010-06-18Unmark services as syncing when we are done, fixes cs_xop and cs_modes reload...Adam
2010-06-18Added a founder access level used to determin who is a channel founder. This ...Adam
2010-06-18Removed process_numlist and having to mark everything as "in use" and constan...Adam
2010-06-18Fixed cmake build, removed version_flags it is no longer need, removed old un...Adam
2010-06-18Removed empty.c, instead have cmake create a new empty file when it needs it ...Adam
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 having...Adam
2010-06-18Allow attaching metadata to nickrequests and storing it in the databases and ...Adam
2010-06-18Store a plaintext version of mode names in the mode structures, removes alot ...Adam
2010-06-18Rewrote the mail system to use threadingAdam
2010-06-18Changed threadengine to delete threads after Joining them, so the whole threa...Adam
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 easiall...Adam
2010-06-18Renamed the init_module function to AnopeInit - Some systems have an init_mod...Adam
2010-06-18Merged branch threadingengine with master - Added a threading engineAdam
2010-06-18Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user...Adam
2010-06-18Rewrote all of the server handling codeAdam