summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-05-30example.chk: Use a more reliable way to detect if services are running.Robby-
2014-05-30Update the dutch language file.Robby-
2014-05-30Fix the name of the SSL modules in comments in modules.conf.exampleAttila Molnar
2014-05-28Merge pull request #78 from H7-25/it_ITAdam
Updated italian lnguage file
2014-05-27Fix dlerror() on Windows and do not abort if err is not setAdam
2014-05-27Do not normalize extban masksAdam
2014-05-27Set timer owner for nickserv timersAdam
2014-05-27Fix default db name in db_flatfifle in a couple placesAdam
2014-05-22Updated italian languageH7-25
2014-05-22Merge pull request #79 from Jyzee/langFR-PatchAdam
Make command group descriptions translatable.
2014-05-22Update french language file.Jyzee
2014-05-22Regenerate french language file.Jyzee
2014-05-22Make command group descriptions translatable.Jyzee
2014-05-21Fix deflanguage from 4034b3054aaff28da1db5545063cf8b3c2e8aa24, this ↵Adam
shouldn't have been removed
2014-05-21Core prep for p10 stuffAdam
2014-05-21Fix extra space in log messages with logtype channel and no sourceAdam
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-20Show account names in log messagesAdam
2014-05-20Add English language file which users can edit to modify language stringsAdam
2014-05-20Fix two compile warnings in access.cpp on newer compilesAdam
2014-05-20Also search channel descriptions and topics in /cs listAdam
2014-05-19Fix server usercounter not being incremented when servers are burstingAdam
2014-05-19Fixup previous commit when serializing access entriesAdam
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-13Merge pull request #77 from Cronus89/patch-2Adam
Update Paramater length for os_dns to fix DNS SET
2014-05-13Fix compile warning in base64.cpp:B64EncodeMichael Wobst
/home/ircd/anope/src/base64.cpp: In function ‘void Anope::B64Encode(const Anope::string&, Anope::string&)’: /home/ircd/anope/src/base64.cpp:85: warning: ‘input’ is used uninitialized in this function
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-05-01Merge pull request #74 from attilamolnar/2.0+fix-os-statsAdam
Fix undefined symbol error when loading os_stats, caused by 82008d50
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