Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-14 | fixed typo in the last commit | DukePyrolator | |
2014-09-14 | added missing support for operonly and silentoperonly in os_defcon | DukePyrolator | |
2014-09-13 | fixed a possible crashbug in the german language file | DukePyrolator | |
2014-09-01 | Fix unserializing badwords to not add dupes when unserializing an existing ↵ | Adam | |
bw object | |||
2014-08-24 | Change Channel::GetModeList to return a copy of the mode list, not a | Adam | |
pair of lower/upper bound iterators. Sometimes when iterating the list, like in cs_mode, we can modify the contents of it, which combined with mlock always agressively trying to readd modes to it can do bad things. | |||
2014-08-11 | cs_set: Fix logging for SET SUCCESSOR to correctly log overrides. | Robby- | |
2014-08-03 | List opertypes in /os oper info | Adam | |
2014-08-03 | Make botserv fantasy override its own privilege | Adam | |
2014-08-03 | Fix some botserv help entries from showing when they shouldn't | Adam | |
2014-08-03 | Add cs_mode:max config option | Adam | |
2014-08-03 | Allow "modify" in flags to be optional | Adam | |
2014-08-03 | Allow "set" in topic set to be optional | Adam | |
2014-08-03 | Add ms_ignore:max config option | Adam | |
2014-08-03 | Do not allow unconfirmed users to send memos or request vhosts | Adam | |
2014-08-03 | Fix stats u on Windows | Adam | |
2014-08-01 | Fuzzy italian signkick help | Adam | |
2014-07-27 | Regenerate anope.en_US.po | Robby- | |
2014-07-27 | Update the dutch language file. | Robby- | |
2014-07-27 | Fix a few help messages. | Robby- | |
2014-07-26 | Merge pull request #81 from miwob/master+invite_ts | Adam | |
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp... | |||
2014-07-26 | Merge pull request #85 from attilamolnar/2.0+help | Adam | |
Correct the help text of options:useprivmsg ("defmsg" -> "msg") | |||
2014-07-26 | Use ts version of services stamp when the account is unconfirmed on Unreal ↵ | Adam | |
as 3.2.10.4 has changed thie behavior | |||
2014-07-26 | When object unserialization fails (due to not having dependency objects) ↵ | Adam | |
bump the ts to try again later. | |||
2014-07-15 | Check modetimes in CheckModes before enabling bouncy modes | Adam | |
2014-07-11 | Fix channelcount with clone | Adam | |
2014-07-11 | Fix Log() calls in m_ldap_oper | Adam | |
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 | |