summaryrefslogtreecommitdiff
path: root/src/core/ns_register.c
AgeCommit message (Expand)Author
2009-10-13NICK_REG_PLEASE_WAIT and NICK_GROUP_PLASE_WAIT now show the seconds until you...1.9.1DukePyrolator
2009-10-12Changed /ns confirm to not assume the user you are confirming owns the nick (...Adam-
2009-10-12fixed some bugs in ns_register.cDukePyrolator
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-08-12Set the correct opertypes on newly registered usersadam-
2009-08-04Fixed autoidadam-
2009-07-25Changed params parameter of Command's Execute() from std::vector<std::string>...cyberbotx
2009-07-24Changed subcommand parameter of Command's OnHelp() from std::string to ci::st...cyberbotx
2009-07-21added 9 new eventsDukePyrolator
2009-06-29changed encryption modules to use the new module APIDukePyrolator
2009-06-20Fixes issue with /NS CONFIRM with non-registered nicks. (Thanks Adam)sjaz
2009-06-11Make stristr() const-safe, replace post-increment on iterators with pre-incre...cyberbotx
2009-06-11Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD...rburchell
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-04-06Replace Set*Help() functions with virtual *ServHelp() functions that can be o...cyberbotx
2009-04-06Patch to allow NS CONFIRM and NS RESEND to be used by non identified users. (...sjaz
2009-04-04Fix access checking on ns_*rburchell
2009-04-03Reintroduce sending login/logout account messages, they were added back in SV...cyberbotx
2009-04-02Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles...rburchell
2009-03-23Replace manually allocated array for NickCore's access list with an std::vect...cyberbotx
2009-03-15Correct a set of potential security holes in varags usage in ns_register, pat...cyberbotx
2009-02-16Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :)rburchell
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15First stab at adding User::nc as requested!robbeh
2009-02-15Replaced notice_lang with notice_help in all OnHelp() functions in modules. A...cyberbotx
2009-02-11Fix NS REGISTER not being registered as a command handler properly.rburchell
2009-02-10More fixes.rburchell
2009-02-10Fix modules to use the right type (CommandReturn, not CommandResult)rburchell
2009-02-10NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-02-07Add the capability to (properly) send login/logout account messages, used for...rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-28Moved moduleSet*Help() functions to Module::Set*Help().cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-15Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all...rburchell
2008-11-15applied 1.8.0s fix for the /ns resend issuerobbeh
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-08Move moduleAddCommand and moduleDelCommand to Module:: members.Robin Burchell w00t@inspircd.org
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org
2008-11-08moduleSetType() -> Module::SetType().Robin Burchell w00t@inspircd.org
2008-11-08Convert moduleSetType() to not require a module pointer.. actually, this is p...Robin Burchell w00t@inspircd.org
2008-11-08Call the new base constructor too.. let's hope this all works?Robin Burchell w00t@inspircd.org
2008-11-08Convert all the derived module constructors to take the new parameter (sed mu...Robin Burchell w00t@inspircd.org
2008-11-06Add module name to MODULE_INIT. This is not yet actually used, but it will be...Robin Burchell w00t@inspircd.org
2008-11-04Convert NickServRobin Burchell w00t@inspircd.org
2008-10-15Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop...Naram Qashat cyberbotx@cyberbotx.com