Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-11 | Fix Log() calls in m_ldap_oper | Adam | |
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 | Updated HostServ Command English Language | Zantox | |
2014-06-25 | Updated ChanServ Command English Language | Zantox | |
2014-06-23 | Updated BotServ Command English Language | Zantox | |
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-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-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 | Don't allow setting -y on inspircd, secureops etc will try to enforce this | Adam | |
2014-05-30 | Fix access check in ns_group | 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-21 | Core prep for p10 stuff | Adam | |
2014-05-20 | Speed up akill xline checks | Adam | |
Cache xline nick, user, host, etc instead of rebuilding it everytime its requested. Store users ip in sockaddr form and not string form to prevent having to rebuild sockaddrs when checking xlines. Also do not try to convert empty config values in Config::Get as this can be rather common if a non string configuration value is not set, and the cost of the ConvertException is great. | |||
2014-05-20 | Add English language file which users can edit to modify language strings | Adam | |
2014-05-20 | Also search channel descriptions and topics in /cs list | Adam | |
2014-05-14 | Fix access lists showing the wrong mask if the display nick for a group | Adam | |
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted. | |||
2014-05-13 | Fix webpanel mode list to only show real list modes | Adam | |
2014-05-13 | Sanitize nuh masks more to prevent the other side from rewriting them, which ↵ | Adam | |
screws with our internal tracking of them | |||
2014-05-13 | Accept an optional reason for svspart | Adam | |
2014-05-13 | Don't show both online from's if they have the same mask in ns_info | Adam | |
2014-05-13 | Merge pull request #76 from miwob/master | Adam | |
Update ircd-hybrid protocol module | |||
2014-05-13 | Update Paramater length for os_dns to fix DNS SET | Cronus89 | |
2014-05-13 | Update ircd-hybrid protocol module | Michael Wobst | |
2014-05-01 | Add config options to ns_suspend and cs_suspend to configure which ↵ | Adam | |
information is shown to non opers | |||
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ↵ | Adam | |
can create the respective account using the decrypted password which might not always be available | |||
2014-05-01 | Merge pull request #75 from attilamolnar/2.0+inspircd-globops | Adam | |
InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES | |||
2014-04-30 | Fix undefined symbol error when loading os_stats, caused by ↵ | Attila Molnar | |
82008d507cccbf24c73502bc97bc492d21305549 | |||
2014-04-29 | InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES | Attila Molnar | |
2014-04-26 | Fix misc help output to not be case sensitive | Adam | |
2014-04-26 | Change the "does not expire" string in ns_group to NO_EXPIRE which is ↵ | Adam | |
translatable | |||
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf |