summaryrefslogtreecommitdiff
path: root/src/cmd_nick.cpp
AgeCommit message (Expand)Author
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-21Update/clarify a comment a bitw00t
2007-10-21Tidy up some DNS stuff morew00t
2007-10-21Remove next_call garbage.. It didn't really do much more than obfuscate thing...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-07This should fix m_svshold to not allow the nick to be taken on connectbrain
2007-08-28Remove unneeded debug from previous testsbrain
2007-08-27Remove more unnecessary header trafficw00t
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Squash warningbrain
2007-08-27Add a call to the NICK handler that allows toggling of allowing invalid nicks...brain
2007-08-27Make nickname-overruled rules change the user back to their uid, not to nnn-u...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-05-25DIE. DIE YOU FUCKING ASSHAT OF A BUG.brain
2007-05-21Reorder inspircd.h header to topbrain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-04-02If the user has a nick, use it in the numericbrain
2007-04-02"NICK :" did nothing and said nothing. It now says erroneous nick and uses th...brain
2007-03-03Minor tweak, return of OnUserRegister discarded in cmd_user (should not have ...brain
2007-02-19Too many small tweaks to list. Most notably tidy up info, note that /trace is...brain
2007-02-19When a users nick is overruled, remove their nickname-sent bit from userrec::...brain
2007-02-19fix obligotary typosbrain
2007-02-19Better handling of nickname overrulingbrain
2007-02-19Whoops, typobrain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-02-19Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ...brain
2007-02-06Fix for bug #203 : nicknames not invalidated stil.peavey
2007-01-19As suggested (and coded) by w00t, show * as the nick when we havent set one yetbrain
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-09Add a call to InvalidateCache() to fix this:brain
2007-01-07If the result is cached, dont bother waiting for the dns timeout, release the...brain
2006-12-30Invalidate 'late' here toobrain
2006-12-30Cached GetFullRealHost etc.brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-10-28* Fix removal of user modes when unloading the mode letter (this actually wor...brain
2006-10-28Fix some next_call stuffbrain
2006-09-19Make the check against z/k/q/e/g methods return a pointer to the whole object...brain
2006-09-08Correctly put qline notices into xline snomaskbrain
2006-09-07userrec::ForceNickChange was broken (not the entire nickchange system as i'd ...brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain