Age | Commit message (Expand) | Author |
2009-08-06 | dos2unix'd src/wildcard.cpp - Time to check for others! | sjaz |
2009-08-06 | do not set mode +d on identify on inspircd | DukePyrolator |
2009-08-05 | Reset +r on change to grouped nick | adam- |
2009-08-04 | Fix for bug #1091, HELP can crash without optional services clients | adam- |
2009-08-04 | Fixed two typos in bots.cpp that could cause crashes | adam- |
2009-08-04 | Fixed autoid | adam- |
2009-08-03 | Fix a crash in the ratbox protocol module when Numeric is not defined in the ... | adam- |
2009-08-01 | Fixed some memory leaks when setting vhosts on users | adam- |
2009-07-31 | Removed some now unneeded and unused language strings | adam- |
2009-07-26 | Fixed multiple problems with session tracking, read comments in users.c and s... | adam- |
2009-07-25 | Changed params parameter of Command's Execute() from std::vector<std::string>... | cyberbotx |
2009-07-24 | Changed subcommand parameter of Command's OnHelp() from std::string to ci::st... | cyberbotx |
2009-07-24 | Implement case-insensitive versions of std::string, irc::string for RFC-style... | cyberbotx |
2009-07-21 | Fixed multiple issues with os_info, including changing the /cs oinfo syntax t... | adam- |
2009-07-21 | Added a new event for channels being deleted | adam- |
2009-07-21 | added 9 new events | DukePyrolator |
2009-07-19 | Fix for potentially undefined behavior in the Windows build, make the overloa... | cyberbotx |
2009-07-18 | Fixes a crash when renaming NickServ | adam- |
2009-07-17 | Fix a bug when trying to set BotServ bots as private | adam- |
2009-07-16 | Fixed core clients to rejoin their assigned channels if killed | adam- |
2009-07-16 | Initialize botinfo->flags on bot creation to fix some database problems | adam- |
2009-07-16 | Fixed crashes when an unidentified users nickcore gets deleted | adam- |
2009-07-15 | Fixed ns_info to show opertype line when hidestatus is off | adam- |
2009-07-12 | Fixed elist_match_user to check against vhosts, patch from sergio | adam- |
2009-07-06 | Remove channel founder status from users who logout | adam- |
2009-07-06 | Made pre-command channel sanity checks only apply to ChanServ and BotServ. It... | adam- |
2009-07-02 | Really fix bug #1088 | adam- |
2009-07-02 | reverted last commit | DukePyrolator |
2009-07-02 | fix for bug #1088 (missing check for null pointer). thanks to Obi_Wan for rep... | DukePyrolator |
2009-07-01 | fixed segfault on /nickserv logout <nick> | DukePyrolator |
2009-07-01 | fix for bug #1087. thanks to Obi_Wan for reporting and testing. | DukePyrolator |
2009-06-30 | No real need for another constant | rburchell |
2009-06-30 | Rename chanserv/access/change to chanserv/access/modify | adam- |
2009-06-29 | Made globaloncycleup message and OnServerConnect use the correct server | adam- |
2009-06-29 | removed include/encrypt.h from the Makefiles | DukePyrolator |
2009-06-29 | changed encryption modules to use the new module API | DukePyrolator |
2009-06-28 | Add ability for fantasy to be disabled for some commands and strip the channe... | adam- |
2009-06-27 | Possible bugfix for bug #1086, specifically the issue with the inspircd12 sen... | cyberbotx |
2009-06-27 | Fixed cs_getkey to not require services oper | adam- |
2009-06-26 | Changed module callbacks to use new Timer API | adam- |
2009-06-23 | Adds check for using commands on non-registered channels before the | adam- |
2009-06-23 | Fix for bahamut protocol module to get the users IP when new users are introd... | adam- |
2009-06-20 | Fixes multiple issues with HELP with non-identified nicks. (Thanks Adam!) | sjaz |
2009-06-20 | Fixes issue with /NS INFO with non-identified users. (Thanks Adam!) | sjaz |
2009-06-20 | Fixes issue with /NS CONFIRM with non-registered nicks. (Thanks Adam) | sjaz |
2009-06-20 | Initialize the Bot flags value inside of BS BOT, fixes problem with BotServ b... | cyberbotx |
2009-06-15 | Fix memory leak in NS SUSPEND, patch by Adam. | cyberbotx |
2009-06-12 | Forward port of bugfix for bug #1082 from SVN r2322, remove check for NSModeO... | cyberbotx |
2009-06-11 | Make stristr() const-safe, replace post-increment on iterators with pre-incre... | cyberbotx |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |