Age | Commit message (Expand) | Author |
2009-03-23 | Replace manually allocated array for NickCore's access list with an std::vect... | cyberbotx |
2009-03-15 | Correct a set of potential security holes in varags usage in ns_register, pat... | cyberbotx |
2009-02-16 | Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :) | rburchell |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | First stab at adding User::nc as requested! | robbeh |
2009-02-15 | Replaced notice_lang with notice_help in all OnHelp() functions in modules. A... | cyberbotx |
2009-02-11 | Fix NS REGISTER not being registered as a command handler properly. | rburchell |
2009-02-10 | More fixes. | rburchell |
2009-02-10 | Fix modules to use the right type (CommandReturn, not CommandResult) | rburchell |
2009-02-10 | NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-02-07 | Add the capability to (properly) send login/logout account messages, used for... | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-28 | Moved moduleSet*Help() functions to Module::Set*Help(). | cyberbotx |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-15 | Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all... | rburchell |
2008-11-15 | applied 1.8.0s fix for the /ns resend issue | robbeh |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-08 | Move moduleAddCommand and moduleDelCommand to Module:: members. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddVersion -> Module::SetVersion | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleSetType() -> Module::SetType(). | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert moduleSetType() to not require a module pointer.. actually, this is p... | Robin Burchell w00t@inspircd.org |
2008-11-08 | Call the new base constructor too.. let's hope this all works? | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert all the derived module constructors to take the new parameter (sed mu... | Robin Burchell w00t@inspircd.org |
2008-11-06 | Add module name to MODULE_INIT. This is not yet actually used, but it will be... | Robin Burchell w00t@inspircd.org |
2008-11-04 | Convert NickServ | Robin Burchell w00t@inspircd.org |
2008-10-15 | Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | valid_(nick|chan) -> Is(Nick|Chan)Valid | Robin Burchell w00t@inspircd.org |
2008-09-30 | Add MODULE_INIT to all modules, fix a few various crashes. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Various strict fixes.. | Robin Burchell w00t@inspircd.org |
2008-09-23 | BUILD : 1.7.22 (1450) BUGS : NOTES : Fixed a number of remaining buffer overf... | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-09-22 | BUILD : 1.7.22 (1449) BUGS : NOTES : Applied a patch by w00t to fix possible ... | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-09-20 | BUILD : 1.7.22 (1446) BUGS : NOTES : Removed password truncating and fixed a ... | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-09-02 | BUILD : 1.7.21 (1424) BUGS : 934 NOTES : Fixed bogus password being returned ... | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-02-04 | BUILD : 1.7.21 (1367) BUGS : 847 NOTES : Added missed NickServ HELP for RESEN... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-27 | BUILD : 1.7.19 (1277) BUGS : 759 NOTES : Added missed NS CONFIRM help. | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-26 | BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-10-17 | BUILD : 1.7.17 (1185) BUGS : N/A NOTES : Encryption now offers the choice of ... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-25 | BUILD : 1.7.14 (1074) BUGS : N/A NOTES : Small patch by ThaPrince for ircds w... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-22 | BUILD : 1.7.14 (1069) BUGS : N/A NOTES : Added support for ircd modules to se... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-06-15 | Added resend delay patch provided by Trystan. | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-03-19 | # BUILD : 1.7.13 (1012) # BUGS : 453 # NOTES : gcc4 compiling fixes | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-03-02 | # BUILD : 1.7.13 (1001) | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b |
2005-05-02 | BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |