Age | Commit message (Expand) | Author |
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | Adam |
2010-06-19 | Made db-converter add all of the core clients when converting a 1.8 database | Adam |
2010-06-19 | Made db-converter only write mlock params if there really is one, fixes some ... | Adam |
2010-06-18 | Switched cs_set to the subcommand system and added cs_saset | Adam |
2010-06-18 | Added in a subcommand system and switched ns_set and ns_saset to use it | Adam |
2010-06-18 | Moved the *Serv help functions to Command, will come in use later with subcom... | Adam |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
2010-06-18 | Added an arg to User::IsRecognized to check for NI_SECURE | Adam |
2010-06-18 | Rewrote cs_access to be more C++ish, changed NumberList to be more C++ish and... | Adam |
2010-06-18 | Removed a lot of unnecessary .c_str() calls in the find* functions | Adam |
2010-06-18 | Made NumberList take an arg to determin if it should pass numbers in descendi... | Adam |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Dont load mlock from the database until after Anope is connected, it doesnt k... | Adam |
2010-06-18 | Unmark services as syncing when we are done, fixes cs_xop and cs_modes reload... | Adam |
2010-06-18 | Added a founder access level used to determin who is a channel founder. This ... | Adam |
2010-06-18 | Removed process_numlist and having to mark everything as "in use" and constan... | Adam |
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old un... | Adam |
2010-06-18 | Store modes in users and channels using the Flags class, cleaner | Adam |
2010-06-18 | Send a QUIT before we shutdown or restart for all of our bots | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Added some global variables for the core pseudo clients, keeps us from having... | Adam |
2010-06-18 | Allow attaching metadata to nickrequests and storing it in the databases and ... | Adam |
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ... | Adam |
2010-06-18 | Rewrote the mail system to use threading | Adam |
2010-06-18 | Changed threadengine to delete threads after Joining them, so the whole threa... | Adam |
2010-06-18 | Added the nickserv/ungroup command | Adam |
2010-06-18 | Removed old config.h and moved configreader.h to config.h | Adam |
2010-06-18 | Allow enabling ssl on a per-uplink basis | Adam |
2010-06-18 | Fixed the Makefiles to build m_ssl correctly and marked m_ssl as permanent | Adam |
2010-06-18 | Made opertypes inheritable | Adam |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | Adam |
2010-06-18 | Added two events called in ns_info and cs_info that allows modules to easiall... | Adam |
2010-06-18 | Renamed the init_module function to AnopeInit - Some systems have an init_mod... | Adam |
2010-06-18 | Merged branch threadingengine with master - Added a threading engine | Adam |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Added nickserv/auspex permission and fixed core modules so they build | Adam |
2010-06-18 | Moved Commands stuff to its own file and changed Command::name to be ci::stri... | Adam |
2010-06-18 | Tell users when their nicks expire in /ns glist and /ns info | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-18 | Made all modules version be VERSION_STRING | Adam |
2010-06-18 | Removed .svn from CMakes list of folders to ignore, it not longer exists | Adam |
2010-06-18 | Fixed some problems with the mode stacker from svn to git merge | Adam |
2010-06-18 | Merge svn with git | Charles |
2010-06-18 | Fixed bug #1171 - Fixed defcon so it works on Windows | Adam- |
2010-06-16 | Minor edits to fix compile errors/warnings with clang and a small compile war... | cyberbotx |
2010-06-16 | Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cpp | Adam |
2010-06-15 | Cleaned up some of the cloaked host tracking on Unreal | Adam- |
2010-06-12 | Made db-convert change old disabled levels to newer ACCESS_QOP, keeps people ... | Adam- |