summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-03Fix some botserv help entries from showing when they shouldn'tAdam
2014-08-03Add cs_mode:max config optionAdam
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-08-03Fix stats u on WindowsAdam
2014-08-01Fuzzy italian signkick helpAdam
2014-07-27Regenerate anope.en_US.poRobby-
2014-07-27Update the dutch language file.Robby-
2014-07-27Fix a few help messages.Robby-
2014-07-26Merge pull request #81 from miwob/master+invite_tsAdam
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp...
2014-07-26Merge pull request #85 from attilamolnar/2.0+helpAdam
Correct the help text of options:useprivmsg ("defmsg" -> "msg")
2014-07-26Use ts version of services stamp when the account is unconfirmed on Unreal ↵Adam
as 3.2.10.4 has changed thie behavior
2014-07-26When object unserialization fails (due to not having dependency objects) ↵Adam
bump the ts to try again later.
2014-07-15Check modetimes in CheckModes before enabling bouncy modesAdam
2014-07-11Fix channelcount with cloneAdam
2014-07-11Fix Log() calls in m_ldap_operAdam
2014-07-04Correct the help text of options:useprivmsg ("defmsg" -> "msg")Attila Molnar
2014-06-28Check that the list of items isn't NULL when destructing typesAdam
2014-06-28Don't try to setuid down until after we signal the parent to exit, unless ↵Adam
we're not forking. Also don't issue the run as root warning if we're going to setuid later.
2014-06-26Merge pull request #84 from Zantox/2.0Robby-
Minor cs_unban Lang Update @Robby- Updated HostServ Command English Language Updated ChanServ Command English Language Updated BotServ Command English Language
2014-06-26Minor cs_unban Lang Update @Robby-Zantox
2014-06-25Updated HostServ Command English LanguageZantox
2014-06-25Updated ChanServ Command English LanguageZantox
2014-06-23Hold a reference to the type in Serialize::Checker in the event it goes ↵Adam
away, and invalidate the type pointer of objects when the type goes away
2014-06-23Updated BotServ Command English LanguageZantox
2014-06-19hybrid.cpp: add our own SendInvite() which sends the channel's timestamp ↵miwob
along the INVITE command. INVITE with channel TS will be mandatory in some future release of ircd-hybrid
2014-06-17Correct some language stringsAdam
2014-06-15Log more when unable to backup databases in db_flatfileAdam
2014-06-10Fix WindowsGetLanguage()Adam
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-06-01Fix Windows release build with gettextAdam
2014-05-31Update WIN32.txt reflecting new Windows stuffAdam
2014-05-31Always log when the uplink socket errors, and give possibly helpful adviseAdam
2014-05-31Anope 2.0.2-gitAdam
2014-05-31Update FindGettext.cmake for new Windows stuff and fix language.cppAdam
compile
2014-05-30Anope 2.0.1 Release2.0.1Adam
2014-05-30Fix f627a3bacd0d058e94260dac1555790cafd9a926, really make BotInfo::Part fire ↵Adam
events like the normal user part message does
2014-05-30Update language filesAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
Also fix crash on Windows when unloading a module because it threw an exception.
2014-05-30Updates Changes and Changes.confAdam
2014-05-30Don't allow setting -y on inspircd, secureops etc will try to enforce thisAdam
2014-05-30Remove version.logAdam
2014-05-30Queue the grouped nicks to update when NickCore::SetDisplay is called, since ↵Adam
they serialize the display field
2014-05-30Fix access check in ns_groupAdam
2014-05-30Merge pull request #80 from attilamolnar/2.0+exampleconfAdam
Fix the name of the SSL modules in comments in modules.conf.example