summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp...
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-11Fix Log() calls in m_ldap_operAdam
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-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-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
Also fix crash on Windows when unloading a module because it threw an exception.
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-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
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-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
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted.
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
screws with our internal tracking of them
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
Update ircd-hybrid protocol module
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 ↵Adam
information is shown to non opers
2014-05-01Pass 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-01Merge pull request #75 from attilamolnar/2.0+inspircd-globopsAdam
InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIES
2014-04-30Fix undefined symbol error when loading os_stats, caused by ↵Attila Molnar
82008d507cccbf24c73502bc97bc492d21305549
2014-04-29InspIRCd 2.0: Recognize GLOBOPS in CAPAB CAPABILITIESAttila Molnar
2014-04-26Fix misc help output to not be case sensitiveAdam
2014-04-26Change the "does not expire" string in ns_group to NO_EXPIRE which is ↵Adam
translatable
2014-04-25Add "virtual mode" supportAdam
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
2014-04-25Close timed out proxyscan sockets betterAdam
2014-04-25Fix Stas::Unserialize to return the instanceAdam
2014-04-24Fix botserv/kick/bolds descAdam
2014-04-24Fix os_stats counters not saving with db_sql_live. Bleh.Adam
2014-04-24Resend ircd login name on /ns set displayAdam
2014-04-24Require at least user@host format for akills. Fix XLine::GetHost() not ↵Adam
returning anything if an xline only has a host
2014-04-24Bug #1587 - fix bot change not properly reintroducing clientsAdam