summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2014-08-03Allow "modify" in flags to be optionalAdam
2014-08-03Allow "set" in topic set to be optionalAdam
2014-08-03Add ms_ignore:max config optionAdam
2014-08-03Do not allow unconfirmed users to send memos or request vhostsAdam
2014-07-27Fix a few help messages.Robby-
2014-07-26Merge pull request #81 from miwob/master+invite_tsAdam
2014-07-26Use ts version of services stamp when the account is unconfirmed on Unreal as...Adam
2014-07-26When object unserialization fails (due to not having dependency objects) bump...Adam
2014-07-11Fix Log() calls in m_ldap_operAdam
2014-06-26Change NumberList to take std::function's and use lambda closuresAdam
2014-06-26Merge pull request #84 from Zantox/2.0Robby-
2014-06-26Minor cs_unban Lang Update @Robby-Zantox
2014-06-25Remove the rest of the 1.8 logic "let's write all of the command handler with...Adam
2014-06-25Updated HostServ Command English LanguageZantox
2014-06-25Updated ChanServ Command English LanguageZantox
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-23Updated BotServ Command English LanguageZantox
2014-06-23Mostly working language string rewrite with new format stringsAdam
2014-06-19hybrid.cpp: add our own SendInvite() which sends the channel's timestamp alon...miwob
2014-06-17Correct some language stringsAdam
2014-06-15Log more when unable to backup databases in db_flatfileAdam
2014-06-09Track SVSKILL on unrealAdam
2014-06-09Correct wording of log message when ldap services are createdAdam
2014-06-09Fix help log output exampleAdam
2014-06-09Fix information leak in cs_updownAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-05-30Don't allow setting -y on inspircd, secureops etc will try to enforce thisAdam
2014-05-30Fix access check in ns_groupAdam
2014-05-28Mark pure virtual functions with anope_abstractAdam
2014-05-28Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-27Set timer owner for nickserv timersAdam
2014-05-27Fix default db name in db_flatfifle in a couple placesAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
2014-05-20Add English language file which users can edit to modify language stringsAdam
2014-05-20Also search channel descriptions and topics in /cs listAdam
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-05-13Fix webpanel mode list to only show real list modesAdam
2014-05-13Sanitize nuh masks more to prevent the other side from rewriting them, which ...Adam
2014-05-13Accept an optional reason for svspartAdam
2014-05-13Don't show both online from's if they have the same mask in ns_infoAdam
2014-05-13Merge pull request #76 from miwob/masterAdam
2014-05-13Update Paramater length for os_dns to fix DNS SETCronus89
2014-05-13Update ircd-hybrid protocol moduleMichael Wobst
2014-05-01Add config options to ns_suspend and cs_suspend to configure which informatio...Adam
2014-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
2014-05-01Merge pull request #75 from attilamolnar/2.0+inspircd-globopsAdam
2014-04-30Fix undefined symbol error when loading os_stats, caused by 82008d507cccbf24c...Attila Molnar
2014-04-29InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIESAttila Molnar