summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-06Updated docs/NEWS removing old 1.7/1.8 stuff for 1.9sjaz
2009-08-06Removed docs/OLDCHANGES because it refers to 1.6/1.7 stuff not relevant to 1.9.sjaz
2009-08-06Updated docs/MYSQL with 1.9 MySQL state of play.sjaz
2009-08-06Removed nicktracking from example config.sjaz
2009-08-06Updated Changes.* to remove legacy branch/irrelevant stuff.sjaz
2009-08-06Fix path to anope binary in example.chksjaz
2009-08-06Minor typo fixes in example.confsjaz
2009-08-06do not set mode +d on identify on inspircdDukePyrolator
2009-08-05Reset +r on change to grouped nickadam-
2009-08-05Remove unneeded escapes on characters in lang filesadam-
2009-08-04Fix for bug #1091, HELP can crash without optional services clients adam-
2009-08-04Fixed two typos in bots.cpp that could cause crashesadam-
2009-08-04Fixed autoidadam-
2009-08-03Fix a crash in the ratbox protocol module when Numeric is not defined in the ...adam-
2009-08-01Fixed some memory leaks when setting vhosts on usersadam-
2009-07-31Removed some now unneeded and unused language stringsadam-
2009-07-26Fixed multiple problems with session tracking, read comments in users.c and s...adam-
2009-07-25Changed params parameter of Command's Execute() from std::vector<std::string>...cyberbotx
2009-07-24Changed subcommand parameter of Command's OnHelp() from std::string to ci::st...cyberbotx
2009-07-24Implement case-insensitive versions of std::string, irc::string for RFC-style...cyberbotx
2009-07-21Fixed multiple issues with os_info, including changing the /cs oinfo syntax t...adam-
2009-07-21Added a new event for channels being deletedadam-
2009-07-21added 9 new eventsDukePyrolator
2009-07-19Fix for potentially undefined behavior in the Windows build, make the overloa...cyberbotx
2009-07-18Fixes a crash when renaming NickServadam-
2009-07-17Fix a bug when trying to set BotServ bots as privateadam-
2009-07-16Fixed core clients to rejoin their assigned channels if killedadam-
2009-07-16Initialize botinfo->flags on bot creation to fix some database problemsadam-
2009-07-16Fixed crashes when an unidentified users nickcore gets deletedadam-
2009-07-15Fixed ns_info to show opertype line when hidestatus is offadam-
2009-07-12Fixed elist_match_user to check against vhosts, patch from sergioadam-
2009-07-11Updated Polish language file, thanks to Szymekadam-
2009-07-11Updated READMEsjaz
2009-07-10Added ChanServ HELP CLEAR INVITES to documentationadam-
2009-07-06Remove channel founder status from users who logoutadam-
2009-07-06Made pre-command channel sanity checks only apply to ChanServ and BotServ. It...adam-
2009-07-02Really fix bug #1088adam-
2009-07-02reverted last commitDukePyrolator
2009-07-02fix for bug #1088 (missing check for null pointer). thanks to Obi_Wan for rep...DukePyrolator
2009-07-01Fixed some spelling errors in Configadam-
2009-07-01fixed segfault on /nickserv logout <nick>DukePyrolator
2009-07-01fix for bug #1087. thanks to Obi_Wan for reporting and testing.DukePyrolator
2009-06-30Shuffle TODO, move a number of items from planned to 'future' stage to be a l...rburchell
2009-06-30Example configuration for opertypes and oper blocks, initial version written ...rburchell
2009-06-30No real need for another constantrburchell
2009-06-30Rename chanserv/access/change to chanserv/access/modifyadam-
2009-06-29Possible fix for issue with RequiredLibraries comment check in CMake generation.cyberbotx
2009-06-29Made globaloncycleup message and OnServerConnect use the correct serveradam-
2009-06-29removed include/encrypt.h from the MakefilesDukePyrolator
2009-06-29changed encryption modules to use the new module APIDukePyrolator