Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | 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 ↵ | Adam | |
subcommands | |||
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() ↵ | Adam | |
everywhere, and added a bot map by uid | |||
2010-06-18 | Added an arg to User::IsRecognized to check for NI_SECURE | Adam | |
2010-06-18 | Made NumberList take an arg to determin if it should pass numbers in ↵ | Adam | |
descending order, fixes listing specific ranges being returned in descending order | |||
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 ↵ | Adam | |
know all of the available modes until then | |||
2010-06-18 | Added a founder access level used to determin who is a channel founder. This ↵ | Adam | |
is completely independant of the owner levels | |||
2010-06-18 | Removed process_numlist and having to mark everything as "in use" and ↵ | Adam | |
constantly checking it. Replaced with a better system. | |||
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old ↵ | Adam | |
unneeded defs.h and split up pseudo.h | |||
2010-06-18 | Store modes in users and channels using the Flags class, cleaner | 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 ↵ | Adam | |
having to call findbot() everywhere | |||
2010-06-18 | Allow attaching metadata to nickrequests and storing it in the databases and ↵ | Adam | |
fixed windows build | |||
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ↵ | Adam | |
of unneeded code from db_plain/db_mysql. | |||
2010-06-18 | Rewrote the mail system to use threading | 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 | 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 ↵ | Adam | |
easially add info output. Made os_info use this | |||
2010-06-18 | Renamed 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-18 | Merged branch threadingengine with master - Added a threading engine | Adam | |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting ↵ | Adam | |
users with unreal usermode +q or similar | |||
2010-06-18 | Rewrote all of the server handling code | Adam | |
2010-06-18 | Moved 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-18 | Removed all references to $, git has no svn keywords | Adam | |
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-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 | 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-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-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-23 | Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added ↵ | Adam- | |
support for saving cs_levels git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2979 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ↵ | Adam- | |
on IRCds without svsnick and/or svshold git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2975 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-05-19 | Moved opertype access checking to NickAlises constructor, cleans up some ↵ | Adam- | |
code and fixes bug #1163 git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2968 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-24 | Logout the SQLUser & any fake users after using commands | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2911 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-24 | Fixed dropping nicks registered through MySQL | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2907 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-22 | Actually use readtimeout from the config & fixed many valgrind errors | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2905 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-11 | Correctly identify a user when they get autoidentified and made db_plain not ↵ | Adam- | |
crash if it gets a founderless channel git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2888 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-11 | Return MOD_STOP in various places where the user executing the command had ↵ | Adam- | |
been killed, fixes a crash if a user gets killed for too many invalid passwords git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2885 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-10 | Made db_plain backup its databases | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2882 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to ↵ | Adam- | |
handle parameter modes correctly git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2879 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-09 | Fixed a crash when linking servers | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2876 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-09 | Removed the OnFind events, they are not necessary anymore and just waste CPU | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2872 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-09 | added a new event OnFinishSync, that allows modules to send additional data ↵ | dukepyrolator | |
to the IRCd before we send the EOB git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2871 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of ↵ | Adam- | |
reconnecting if it loses connection to the uplink. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2862 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-31 | Fixed windows build | Adam- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2850 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2010-03-31 | Fixed cs_xop to not add its commands until after it knows what modes as ↵ | Adam- | |
supported by the IRCd git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2849 5417fbe8-f217-4b02-8779-1006273d7864 |