summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-10-25Added MinusNoArg to insp modes Ffj and unreal mode jAdam-
2009-10-25Added internal tracking of InspIRCd1.2 channel modes BFfjMPT and user modes B...Adam-
2009-10-25Fixed passing invalid channel pointer to OnPartChannel if the last user in a ...Adam-
2009-10-25added options:enablelogchannel config file option, which turns on the logchan...Adam-
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-18Fix a few things that bugged me when I was working on one of my own modules.cyberbotx
2009-10-17dos2unix on files.cyberbotx
2009-10-17Renamed OnServerConnect(Server*) event to OnNewServer, we have two OnServerCo...Adam-
2009-10-13Fix CMake build generation, it was getting into an infinite loop due to the i...cyberbotx
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-10-13Code style cleanup, replace static_cast<std::string>() with std::string(), sl...cyberbotx
2009-10-12Changed /ns confirm to not assume the user you are confirming owns the nick (...Adam-
2009-10-11Added OnPostDatabaseLoad event, which triggers after the cores databases have...Adam-
2009-10-07added a new event OnUserQuit, changed OnPartChannel and OnUserKicked to send ...DukePyrolator
2009-10-06Destroyed Command::help_param* and rewrote the help part of os_news to be muc...Adam-
2009-10-02Properly remove old callbacks from modules internal list of callbacks list, a...Adam-
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-09-26Fixed bug #1107. We now have support for IRCds that send auth after the initi...Adam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-16Removed MOD_HEAD, MOD_TAIL, and MOD_UNIQUE constantsAdam-
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-09-12Fixes bugs #1105 and #1106Adam-
2009-09-07Added the OnBotPreLoad event to fix introducing StatServAdam-
2009-08-22added more eventsDukePyrolator
2009-08-20Fix build under Windows.cyberbotx
2009-08-12Set the correct opertypes on newly registered usersadam-
2009-08-08Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _re...rburchell
2009-08-04Fixed autoidadam-
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-21Added a new event for channels being deletedadam-
2009-07-21added 9 new eventsDukePyrolator
2009-06-30No real need for another constantrburchell
2009-06-29removed include/encrypt.h from the MakefilesDukePyrolator
2009-06-29changed encryption modules to use the new module APIDukePyrolator
2009-06-28Add ability for fantasy to be disabled for some commands and strip the channe...adam-
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-06-23Adds check for using commands on non-registered channels before the adam-
2009-06-11Make stristr() const-safe, replace post-increment on iterators with pre-incre...cyberbotx
2009-06-11Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD...rburchell
2009-06-11Added missing timers.h and timers.cpp from Adam, removed timeout.h and timeou...cyberbotx
2009-06-10New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO...rburchell
2009-06-09Remove events.h, should have been deleted in earlier patch to replace events ...cyberbotx
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-06-03Fix issue with using static_cast instead of reinterpret_cast for Extensible, ...cyberbotx
2009-06-03Fix bug #1080, changing core pseudo-client nicks in the config should registe...cyberbotx
2009-05-08Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076)sjaz