summaryrefslogtreecommitdiff
path: root/src/users.c
AgeCommit message (Expand)Author
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-
2009-10-30Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd eventsAdam-
2009-10-25Rewrote part of news system and moved it all to os_news.c. Removed src/news.cAdam-
2009-10-25Added 4 new events for (un)setting modes on channels and usersAdam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-10-17Call I_OnUserConnect and display news before checking if the user should be k...Adam-
2009-10-17dos2unix on files.cyberbotx
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-10-07added a new event OnUserQuit, changed OnPartChannel and OnUserKicked to send ...DukePyrolator
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-09-26Fixed bug #1107. We now have support for IRCds that send auth after the initi...Adam-
2009-09-26Made User::CheckAuthenticationToken work properly when using any nick in a groupAdam-
2009-09-12Fixes bugs #1105 and #1106Adam-
2009-08-23Fix bug with User::SetRealname crashing when a user with a custom GECOS conne...cyberbotx
2009-08-22added more eventsDukePyrolator
2009-08-15Set -r on nick change if appropriate and make nick tracking work correctlyadam-
2009-08-06Clean up some of inspircds autoid code and make it not resend account name on...adam-
2009-08-05Reset +r on change to grouped nickadam-
2009-08-04Fixed autoidadam-
2009-07-26Fixed multiple problems with session tracking, read comments in users.c and s...adam-
2009-07-21added 9 new eventsDukePyrolator
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-04-03Patch from DukePyrolator to include an OnUserNickChange() event to replace EV...cyberbotx
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-18Add OnUserConnect event, mark OnSaveDatabase deprecated pending db redesign.rburchell
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
2009-02-17Fix numerous errors in Win32 building under Visual Studio due to the many cha...cyberbotx
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-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-23Possible fix to bug #998, reported by Ankit (bad password count is not correct).rburchell
2009-01-23Fix a signed vs unsigned warning (this also means Anope will correctly functi...rburchell
2009-01-05Really fix bug 985, had to fix security hole in User::SendMessage() as well.cyberbotx
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-23Some more Windows fixes, both in CMake and in the code itself. (I don't like ...cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-25Fixed issue with nick changes showing the new nick as non-existing.cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-20Call find_byuid() if isdigit(*nick) and ircd->ts6 (most likely looking up a u...rburchell
2008-11-16Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha...rburchell
2008-11-15Remove moduleAddData|GetData|DelData and all associated mess. Extensible base...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell