summaryrefslogtreecommitdiff
path: root/src/users.c
AgeCommit message (Expand)Author
2008-11-15Remove moduleAddData|GetData|DelData and all associated mess. Extensible base...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-10-27Added akillexpire directive to defcon block in new config.Naram Qashat cyberbotx@cyberbotx.com
2008-10-03Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Make src/sessions.c and src/users.c compile.Robin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendSVID() with direct call to SendSVID() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_cmd_privmsg() and privmsg() with direct call to SendPrivmsg() ...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_cmd_notice() with direct call to SendNotice() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02set_umode -> ProcessUsermodesRobin Burchell w00t@inspircd.org
2008-10-02SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renamesRobin Burchell w00t@inspircd.org
2008-10-01Nuke struct Uid from the core. (hooray!)Robin Burchell w00t@inspircd.org
2008-09-30Initialise everything properly to avoid crashes. Also, fix a prototype to fix...Robin Burchell w00t@inspircd.org
2008-09-30Add MODULE_INIT to all modules, fix a few various crashes.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_notice() function to IRCDProtoNew class. (Replaces cmd_notice2)Robin Burchell w00t@inspircd.org
2008-09-30Remove anope_cmd_privmsg2 (it's identical to anope_cmd_privmsg!)Robin Burchell w00t@inspircd.org
2008-09-30Mark some stuff deprecated, move implementation from the interface into the u...Robin Burchell w00t@inspircd.org
2008-09-30Made all protocol modules able to be compiled via mostly constifying strings.Robin Burchell w00t@inspircd.org
2008-09-30Move delete_user() into a destructor. Fix a few minor bugs with conversion also.Robin Burchell w00t@inspircd.org
2008-09-30Add User::SetRealname().Robin Burchell w00t@inspircd.org
2008-09-30Remove duplicate debug notice.Robin Burchell w00t@inspircd.org
2008-09-30Fix indentation.Robin Burchell w00t@inspircd.org
2008-09-30Add User::SetIdent(). Also remove duplication by using update_host().Robin Burchell w00t@inspircd.org
2008-09-30Move more stuff into the user class.Robin Burchell w00t@inspircd.org
2008-09-30Add User::SetNewNick() method, to be called from ircd protocol.Robin Burchell w00t@inspircd.org
2008-09-30Move users to a basic class.Robin Burchell w00t@inspircd.org
2008-09-30Constify a lot of the API. Core now "builds".Robin Burchell w00t@inspircd.org
2008-09-30Various g++ fixes. Compiles, doesn't link.Robin Burchell w00t@inspircd.org
2008-09-03BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-08-17BUILD : 1.7.21 (1414) BUGS : 832 925 NOTES : Applied patch from Twitch to fix...mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-07-20BUILD : 1.7.21 (1402) BUGS : 899 NOTES : DEFCON was akilling ulined servers c...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-07-20BUILD : 1.7.21 (1399) BUGS : 909 NOTES : Anope will not limit sessions for ul...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-31BUILD : 1.7.19 (1295) BUGS : N/A NOTES : We now have hostip in user_ struct s...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-31BUILD : 1.7.19 (1294) BUGS : N/A NOTES : in is_excepted() if we found the exc...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-31BUILD : 1.7.19 (1293) BUGS : 778 NOTES : is_excepted() now uses match_userip(...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-27BUILD : 1.7.19 (1274) BUGS : 764 NOTES : Fixed firstuser/nextuser and first_u...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-26BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-07-09BUILD : 1.7.19 (1255) BUGS : 743 NOTES : Fixed various compile errors with `m...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-04-21BUILD : 1.7.18 (1237) BUGS : 661 NOTES : Fixed DefCon which did not force Def...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-03-18# BUILD : 1.7.18 (1235) # BUGS : 643 # NOTES : Defcon's AKILL will now honor...certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-12-24BUILD : 1.7.17 (1210) BUGS : 645 646 647 NOTES : Fixed anoperc restart, nickc...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-18BUILD : 1.7.17 (1190) BUGS : N/A NOTES : sha1 is a valid choice of encryption...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-08# BUILD : 1.7.15 (1166) # BUGS : 603 # NOTES : Modified do_umode() to work w...certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-22# BUILD : 1.7.14 (1099) # BUGS : # NOTES : removed all that clone stuffcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-13BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function de...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-01BUILD : 1.7.13 (986) BUGS : n/a NOTES : Propagated CHAN_X_INVALID to all lang...dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-01BUILD : 1.7.13 (976) BUGS : 396 NOTES : Fixed TS6 issues with handling nick c...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-02-23Applied Trystans patch for bug: 448rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-12-11BUILD : 1.7.12 (945) BUGS : 405 410 NOTES : Fixed: first user on HelpChannel ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-12-04Applied uid fix provided by trystan (delayed in commiting as svn was playing up)rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b