summaryrefslogtreecommitdiff
path: root/src/users.c
AgeCommit message (Expand)Author
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Store modes in users and channels using the Flags class, cleanerAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
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-18Removed all references to $, git has no svn keywordsAdam
2010-06-16Minor edits to fix compile errors/warnings with clang and a small compile war...cyberbotx
2010-06-15Cleaned up some of the cloaked host tracking on UnrealAdam-
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-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-25Changed User::AutoID to always log in the user to the core, and to set usermo...Adam-
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-05-21Fixed a crash when a users realname changes when they are on a registered nic...Adam-
2010-04-24Fixed some typos in log messages, found by LethalityAdam-
2010-04-22Fixed two log message typos, patch from LethalityAdam-
2010-04-11Correctly identify a user when they get autoidentified and made db_plain not ...Adam-
2010-04-09Fixed a potential crash when a user does not pass connection checks (akill/se...Adam-
2010-04-09Removed the OnFind events, they are not necessary anymore and just waste CPUAdam-
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-14Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new...Adam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-06Fixed windows build and cleaned up a few small thingsAdam-
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2010-01-02Fixed bug #1121 - Fixes a potential crash when a user changes hostsAdam-
2010-01-02Rewrote the vhost code, and moved it to be part of nickalias instead of in it...Adam-
2010-01-02Convert 'const char *' and 'char *' function arguments to 'const std::string ...cyberbotx
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-29Chnaged ChannelModeSet/Unset events to be able to block checks such as secure...Adam-
2009-12-20Rewrote part of extensible, it will now automatically unallocate memory for u...Adam-
2009-12-17Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...Adam-
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-24fixed a crash when a user connects without a vhostDukePyrolator
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx
2009-11-17Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...cyberbotx
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-10-30Made do_nick return the user if I_OnPreUserConnect halts it if the user still...Adam-
2009-10-30Removed channel passwords and added /chanserv QOP command to add additional c...Adam-
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-