summaryrefslogtreecommitdiff
path: root/src/nickserv.c
AgeCommit message (Expand)Author
2009-10-28renaming to guestnick was not working properlyDukePyrolator
2009-10-28Remove NickServ timers from TimerManager if we need to delete them, not just ...Adam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-10-17Use the most recent NickServ collide/release timer for a nick instead of usin...Adam-
2009-10-16Fixed bug #1110 - Fixed tracking of NickServ collide/release timers to only a...Adam-
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-10-03Fixed a typo introduced in r2523 causing NickServ kill to not workAdam-
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-09-12Fixes bugs #1105 and #1106Adam-
2009-08-30Fixed problem introduced in last commitAdam-
2009-08-30Properly keep track of services enforcer clients internally, they should now ...Adam-
2009-08-19Add a few items to outstanding issues in TODO, clean up a lot of warnings (no...cyberbotx
2009-08-12Set the correct opertypes on newly registered usersadam-
2009-07-21added 9 new eventsDukePyrolator
2009-07-16Fixed crashes when an unidentified users nickcore gets deletedadam-
2009-06-11Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD...rburchell
2009-06-10New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO...rburchell
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-03-23Replace manually allocated array for NickCore's access list with an std::vect...cyberbotx
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
2009-02-16Fix compile warning.rburchell
2009-02-16If you use finduser(), and then use the result, it helps if you actually find...rburchell
2009-02-16Another segfault found by DP :Prburchell
2009-02-16Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat...rburchell
2009-02-16Patch from DukePyrolator to replace all calls to match_wild() and match_wild_...cyberbotx
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-10fixed typo in ns_saset.c dealt with constness for change_core_display and add...robbeh
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-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-25Used std::vector for MemoInfo's memos variable instead of an malloc'd array.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-18Remove an insane amount of backwards compatibility from database loading, thi...rburchell
2008-11-16Refactor nick enforcement to make a bit more sense.rburchell
2008-11-16Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw...rburchell
2008-11-15Remove moduleAddData|GetData|DelData and all associated mess. Extensible base...rburchell
2008-11-15Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-14Various small fixes, part #2.rburchell
2008-11-09Move modules_core_init() to ModuleManager::LoadModuleList().Robin Burchell w00t@inspircd.org
2008-11-03Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't wor...Robin Burchell w00t@inspircd.org
2008-11-03Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientInt...Robin Burchell w00t@inspircd.org
2008-11-03Merge commit 'trunk' into anopeng (1.8 updates, etc)Robin Burchell w00t@inspircd.org
2008-11-02Rip out SQL. It's utterly useless in current implementation.Robin Burchell w00t@inspircd.org
2008-10-15Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop...Naram Qashat cyberbotx@cyberbotx.com