summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-15Log more when unable to backup databases in db_flatfileAdam
2014-06-10Fix WindowsGetLanguage()Adam
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-06-01Fix Windows release build with gettextAdam
2014-05-31Update WIN32.txt reflecting new Windows stuffAdam
2014-05-31Always log when the uplink socket errors, and give possibly helpful adviseAdam
2014-05-31Anope 2.0.2-gitAdam
2014-05-31Update FindGettext.cmake for new Windows stuff and fix language.cppAdam
compile
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