Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-04 | Correct the help text of options:useprivmsg ("defmsg" -> "msg") | Attila Molnar | |
2014-06-28 | Check that the list of items isn't NULL when destructing types | Adam | |
2014-06-28 | Don'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-26 | Change NumberList to take std::function's and use lambda closures | Adam | |
instead of having to create full classes in order to process number lists. | |||
2014-06-26 | Merge pull request #84 from Zantox/2.0 | Robby- | |
Minor cs_unban Lang Update @Robby- Updated HostServ Command English Language Updated ChanServ Command English Language Updated BotServ Command English Language | |||
2014-06-26 | Minor cs_unban Lang Update @Robby- | Zantox | |
2014-06-25 | Remove the rest of the 1.8 logic "let's write all of the command handler ↵ | Adam | |
with no return statement!" Fix if (something) else if (!something) tests Remove returns at the bottom of void functions | |||
2014-06-25 | Updated HostServ Command English Language | Zantox | |
2014-06-25 | Updated ChanServ Command English Language | Zantox | |
2014-06-23 | Hold 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-23 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: cmake/Anope.cmake cmake/FindGettext.cmake include/access.h include/messages.h include/modes.h include/modules.h include/users.h modules/CMakeLists.txt modules/commands/bs_bot.cpp modules/commands/cs_access.cpp modules/commands/cs_ban.cpp modules/commands/cs_clone.cpp modules/commands/cs_flags.cpp modules/commands/cs_info.cpp modules/commands/cs_list.cpp modules/commands/cs_log.cpp modules/commands/cs_mode.cpp modules/commands/cs_status.cpp modules/commands/cs_suspend.cpp modules/commands/cs_updown.cpp modules/commands/cs_xop.cpp modules/commands/ms_check.cpp modules/commands/ns_access.cpp modules/commands/ns_cert.cpp modules/commands/ns_group.cpp modules/commands/ns_register.cpp modules/commands/ns_set.cpp modules/commands/ns_suspend.cpp modules/commands/os_session.cpp modules/commands/os_svs.cpp modules/extra/m_ldap_authentication.cpp modules/extra/m_regex_pcre.cpp modules/extra/m_sql_authentication.cpp modules/extra/stats/m_chanstats.cpp modules/protocol/bahamut.cpp modules/protocol/hybrid.cpp modules/protocol/inspircd12.cpp modules/protocol/inspircd20.cpp modules/protocol/unreal.cpp modules/pseudoclients/chanserv.cpp modules/pseudoclients/chanserv/channel.cpp modules/pseudoclients/nickserv/nickserv.cpp modules/webcpanel/pages/chanserv/access.cpp src/access.cpp src/bots.cpp src/channels.cpp src/language.cpp src/modes.cpp src/modulemanager.cpp src/process.cpp src/users.cpp src/version.sh | |||
2014-06-23 | Updated BotServ Command English Language | Zantox | |
2014-06-23 | Mostly working language string rewrite with new format strings | Adam | |
2014-06-19 | hybrid.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-17 | Correct some language strings | Adam | |
2014-06-15 | Log more when unable to backup databases in db_flatfile | Adam | |
2014-06-10 | Fix WindowsGetLanguage() | Adam | |
2014-06-09 | Track SVSKILL on unreal | Adam | |
2014-06-09 | Correct wording of log message when ldap services are created | Adam | |
2014-06-09 | Fix help log output example | Adam | |
2014-06-09 | Fix information leak in cs_updown | Adam | |
2014-06-01 | Fix Windows release build with gettext | Adam | |
2014-05-31 | Update WIN32.txt reflecting new Windows stuff | Adam | |
2014-05-31 | Always log when the uplink socket errors, and give possibly helpful advise | Adam | |
2014-05-31 | Anope 2.0.2-git | Adam | |
2014-05-31 | Update FindGettext.cmake for new Windows stuff and fix language.cpp | Adam | |
compile | |||
2014-05-30 | Anope 2.0.1 Release2.0.1 | Adam | |
2014-05-30 | Fix f627a3bacd0d058e94260dac1555790cafd9a926, really make BotInfo::Part fire ↵ | Adam | |
events like the normal user part message does | |||
2014-05-30 | Update language files | Adam | |
2014-05-30 | Fix 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-30 | Updates Changes and Changes.conf | Adam | |
2014-05-30 | Don't allow setting -y on inspircd, secureops etc will try to enforce this | Adam | |
2014-05-30 | Remove version.log | Adam | |
2014-05-30 | Queue the grouped nicks to update when NickCore::SetDisplay is called, since ↵ | Adam | |
they serialize the display field | |||
2014-05-30 | Fix access check in ns_group | Adam | |
2014-05-30 | Merge pull request #80 from attilamolnar/2.0+exampleconf | Adam | |
Fix the name of the SSL modules in comments in modules.conf.example | |||
2014-05-30 | example.chk: Use a more reliable way to detect if services are running. | Robby- | |
2014-05-30 | Update the dutch language file. | Robby- | |
2014-05-30 | Fix the name of the SSL modules in comments in modules.conf.example | Attila Molnar | |
2014-05-28 | Merge pull request #78 from H7-25/it_IT | Adam | |
Updated italian lnguage file | |||
2014-05-28 | Mark pure virtual functions with anope_abstract | Adam | |
2014-05-28 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: .travis.yml src/config.cpp src/version.sh | |||
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam | |
2014-05-27 | Fix dlerror() on Windows and do not abort if err is not set | Adam | |
2014-05-27 | Do not normalize extban masks | Adam | |
2014-05-27 | Set timer owner for nickserv timers | Adam | |
2014-05-27 | Fix default db name in db_flatfifle in a couple places | Adam | |
2014-05-22 | Updated italian language | H7-25 | |
2014-05-22 | Merge pull request #79 from Jyzee/langFR-Patch | Adam | |
Make command group descriptions translatable. | |||
2014-05-22 | Update french language file. | Jyzee | |