Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | 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 | Changed 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-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 ↵ | 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 | 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 ↵ | Adam | |
ci::string - Will be used after hashing system is rewritten | |||
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- | |
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3010 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-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- | |
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 | |||
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 |