summaryrefslogtreecommitdiff
path: root/include/services.h
AgeCommit message (Expand)Author
2008-09-30Added cmd_serv_notice() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added globaltldprefix to IRCDVar struct, for use in the upcoming cmd_serv_not...Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_notice() function to IRCDProtoNew class. (Replaces cmd_notice2)Robin Burchell w00t@inspircd.org
2008-09-30Removed variable names in function prototypes in base IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_message() function to IRCDProtoNew class. (Replaces cmd_notice)Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_privmsg() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Move struct botinfo into a class in bots.hRobin Burchell w00t@inspircd.org
2008-09-30Added cmd_notice_ops() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_kick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_bot_nick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_mode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_guest_nick() function to IRCDProtoClass.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_nick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Forgot to remove references to the old ircd_cmd_svskill, oops.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsmode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svskill() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_akill() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_vhost_off() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_topic() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Remove legacy global function.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-30Added cmd_remove_akill() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsnoop function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Core skeleton of IRCDProtoNew class created.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-30Make a bunch of stuff build under g++.Robin Burchell w00t@inspircd.org
2008-09-03BUILD : 1.7.21 (1428) BUGS : 930 NOTES : Rewrote the ignore system to handle ...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
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-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-12-03BUILD : 1.7.19 (1316) BUGS : 802 NOTES : Added support for MSVC++ 2008 Expres...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-09-08BUILD : 1.7.19 (1303) BUGS : 703 NOTES : Fixed user being able to change chan...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-30BUILD : 1.7.19 (1291) BUGS : 774 NOTES : Unreals (3.2) SVSJOIN command now su...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-29BUILD : 1.7.19 (1289) BUGS : 768 NOTES : Fixed module runtime directory not a...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-28BUILD : 1.7.19 (1284) BUGS : 770 NOTES : SuperAdmins now have a higher channe...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-27BUILD : 1.7.19 (1275) BUGS : 747 NOTES : CS SET XOP can not be used if cs_xop...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-26BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-12-09BUILD : 1.7.17 (1198) BUGS : NOTES : Reviewed and updated all of the MySQL co...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-09-10BUILD : 1.7.15 (1152) BUGS : 599 NOTES : Corrected valid nick characters for ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-09-10BUILD : 1.7.15 (1146) BUGS : 583 NOTES : Fixed mass compiler warnings with ma...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-08-14BUILD : 1.7.15 (1133) BUGS : N/A NOTES : Improved robustness on db_mysql_quer...dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-08-05BUILD : 1.7.14 (1109) BUGS : 566 NOTES : Finished support for SVSJOIN/SVSPART...geniusdex geniusdex@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-07-10BUILD : 1.7.14 (1082) BUGS : 423 NOTES : Moved ns_noop into core, its now a /...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-04Undoing last commit because it isn't needed.certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-04# BUILD : 1.7.14 (1080) # BUGS : 491? # NOTES : rewrote exception system due...certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-22BUILD : 1.7.14 (1069) BUGS : N/A NOTES : Added support for ircd modules to se...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-03# BUILD : 1.7.14 (1040) # BUGS : 509 511 # NOTES : Fixed compiler warnigs, t...certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b