summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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 ci::stri...Adam
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-18Fixed some problems with the mode stacker from svn to git mergeAdam
2010-06-18Merge svn with gitCharles
2010-06-18Fixed bug #1171 - Fixed defcon so it works on WindowsAdam-
2010-06-16Minor edits to fix compile errors/warnings with clang and a small compile war...cyberbotx
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-
2010-06-12Made db-convert change old disabled levels to newer ACCESS_QOP, keeps people ...Adam-
2010-06-12Tell users to identify when they connect on InspIRCdAdam-
2010-06-04Only enable vhosts automatically if the user doesn't already have the vhost setAdam-
2010-06-03Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change...Adam-
2010-06-03Keep track of what IRCds set -r on nick change and dont inform us to keep the...Adam-
2010-06-03Use pongs to determine when servers are done syncing in Unreal, fixes a probl...Adam-
2010-06-03Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user...Adam-
2010-05-30Fixed a crash from r2990Adam-
2010-05-28Rewrote some of the user nick changing code, enable vhosts for users on nick ...Adam-
2010-05-27Fixed some compiler warnings found on 64bit systemsAdam-
2010-05-26Fixed tracking of users with the +a channel mode on unrealircd during SJOINsAdam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-05-26Fixed some windows problems with db_mysql_executeAdam-
2010-05-25Changed User::AutoID to always log in the user to the core, and to set usermo...Adam-
2010-05-25Check if a module file exists before making runtime copy of it, keeps 0 byte ...Adam-
2010-05-25Fixed a crash if /ns ghost is used without a passwordAdam-
2010-05-24Truncate memo table before sqlsync and actually add sglinesAdam-
2010-05-23Fixed bug #1167 - Fixed rsquitting juped servers on InspIRCd1.2+Adam-
2010-05-23Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support...Adam-