summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-08language: incrementing _nl_msg_cat_cntr is still required on some systems ↵Adam
apparently (freebsd 10?). I don't know why.
2016-02-28Implement support for SASL 3.2 mechanism lists.Peter Powell
2016-02-28Fix logging into accounts with SASL on servers that support reauth.Peter Powell
2016-02-13Fail sasl external auth immediately if cert is emptyAdam
2016-02-13And use account here, user might be nullAdam
2016-02-13Fix access path changes in ns_alist from earlierAdam
2016-02-13Update chanserv secure help to reflect more accurately what it doesAdam
2016-02-13Rewrite access path system to be simplier and use recursionAdam
Show where access is "from" in chanserv/status
2016-02-11Correct umode +I change in Changelog, is for unrealAdam
2016-02-11Merge pull request #154 from SaberUK/2.0+inspfixAdam
Fix a low risk privilege escalation exploit on InspIRCd with m_autoop.
2016-02-10Fix a privilege escalation exploit on InspIRCd with m_autoop.Peter Powell
2016-01-30Anope 2.0.4-gitAdam
2016-01-30Anope 2.0.3 Release2.0.3Adam
2016-01-30Update the dutch language file.Robby
2016-01-30Allow /ms read to get a comma separated list of memo numbers as help ↵Adam
describes. Show message if no memos could be displayed.
2016-01-29The default xop access for PROTECTME should really be SOP, not AOP.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way.
2016-01-28Regenerate language filesAdam
2016-01-28Revert "Regenerate language files"Adam
This reverts commit e955db6e85f0372cb2d4be449f424e37fdc78097.
2016-01-28Revert "Updated and fixed the Greek language."Adam
This reverts commit f451c6cbac231119b0772f8925c0b98745e88fba.
2016-01-27Update the dutch language file.Robby
2016-01-27Document m_xmlrpc_main opersRobby
2016-01-25Remove default session exception expiry timeAdam
2016-01-25Merge pull request #150 from westor7/patch-1Adam
Updated and fixed the Greek language.
2016-01-24Updated and fixed the Greek language.westor
Updated and fixed all the non-fuzzy languages items, previously all of them was incorrect. Added new credits.
2016-01-23Update m_ssl_gnutls Windows library version to libgnutls-30Adam
2016-01-23Fix m_sql_oper to compile from the cleanup of the other dayAdam
2016-01-23Fix typo in changesAdam
2016-01-23Put maxlogins logic a few other important placesAdam
2016-01-23Fix hybrid to compileAdam
2016-01-23Regenerate language filesAdam
2016-01-23Update ChangelogsAdam
2016-01-23Merge pull request #145 from miwob/style+copyrightAdam
Style+copyright
2016-01-23Merge pull request #149 from miwob/SendSQLineAdam
Update SendSQLine() in hybrid's protocol module to use non-capsulatet…
2016-01-23Merge pull request #148 from SaberUK/2.0+18modAdam
Error out if any 1.8 modules are in the the module directory.
2016-01-23Merge pull request #147 from miwob/temporary_xlineAdam
Update SendSGLine() in hybrid's protocol module to add support for te…
2016-01-23Merge pull request #144 from miwob/chankill_exampleAdam
example.conf: announce operserv/chankill as well
2016-01-23Merge pull request #143 from staticfox/grammarAdam
hs_group: Fix grammar
2016-01-23Re-lookup access in webcpanel after deleting access as the old group might ↵Adam
be invalid
2016-01-23Apply regex sqlines on connect tooAdam
2016-01-22Show akill/xline ids in viewAdam
2016-01-22Include memo mail information in ms_infoAdam
2016-01-20Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV ↵miwob
message
2016-01-19Fix various inconsistencies/crashes related to having multiple opers ↵Adam
configured for the same user through combinations of os_oper/config/m_sql_oper
2016-01-19Error out if any 1.8 modules are in the the module directory.Peter Powell
2016-01-19Update SendSGLine() in hybrid's protocol module to add support for temporary ↵miwob
x-lines
2016-01-19Couple user find by nick fixesAdam
2016-01-19Document ns_no_expire nick defaultAdam
2016-01-13hybrid.cpp: clean up style to match with other code; update copyright headermiwob
2016-01-12example.conf: announce operserv/chankill as wellmiwob