summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-26Default the founder privilege to level 10000 as I had originally intended. ↵Adam
Document set fonder usage in cs_levels help.
2013-12-26updated the extras script to find the cmake binary installed by ./ConfigDukePyrolator
2013-12-26m_chanstats: 1) fixed the SASET message 2) decreased the size of some ↵DukePyrolator
VARCHAR fields, this hopefully fixes the 'key too long' error on some systems.
2013-12-26Add a config option for whether or not to reset the TS of persistent ↵Adam
channels to their registration date
2013-12-26Fix not setting the persist flag on newly registered channels when the ↵Adam
permanent channel mode is set prior to registering or during registration
2013-12-26Fix dropping channels in the webpanelAdam
2013-12-25Fix setting english language in db_old, document how not setting ↵Adam
defaultlanguage really works
2013-12-25Fix sqline on hybridAdam
2013-12-24Don't epxire forbids when noexpire mode is onAdam
2013-12-24Make webcpanel's nickserv alist behave more like /ns alistAdam
2013-12-24Set a description for the resend commandAdam
2013-12-24If last usermask and last realhost are the same, don't show both because duhAdam
2013-12-22Do not allow /cs clone access to add duplicate masks to the access list or ↵Adam
allow growing the list pass accessmax. Fix reading botservs case sensitive config option. Give a better error message when trying to clone badwords if there is no botserv.
2013-12-20Anope 2.0.0-rc1 Release2.0.0-rc1Adam
2013-12-20Update version.logAdam
2013-12-20Regenerate language filesAdam
2013-12-20Update Changes and Changes.confAdam
2013-12-20Fix reading unconfirmed expire config value when register type is set to mailAdam
2013-12-20Fix deleting multiple access entries when one of them matches your access groupAdam
2013-12-20Merge pull request #33 from Robby-/1.9-nllangupdateAdam
Update the dutch language file for new and modified strings, and fix some more typos while we're at it.
2013-12-20Add missing syntax to botserv kicker helpAdam
2013-12-20Update the dutch language file for new and modified strings, and fix some ↵Robby-
more typos while we're at it.
2013-12-20Document hs reject's reasonAdam
2013-12-20Revert "m_chanstats: changed the default value of some fields to NULL ↵DukePyrolator
instead of ''" This reverts commit 6ff83c3407cccd393c0d6f620986ed5a3953eb95.
2013-12-19Don't leak opers and opertypes on /os reload, fix not updating opertypes on ↵Adam
non conf opers on rehash
2013-12-19Fix a few commands not being able to find non conf opersAdam
2013-12-19Fix db_old assigning empty greets to users who did not have a greet. Fix ↵Adam
debug log message in extensible.cpp
2013-12-19Channel::Sync can delete the channel, so safely iterate them when syncing ↵Adam
from a server burst
2013-12-19irc2sql: fixed not storing ssl information on inspircdDukePyrolator
2013-12-17Update last_modes when keepmodes is set on or offAdam
2013-12-17Set pending mode changes immediately when an object is removed from the mode ↵Adam
stacker. And fix mlock creator from cs set persist on.
2013-12-16Default build type to releaseAdam
2013-12-15irc2sql: fixed small typoDukePyrolator
2013-12-15m_chanstats: changed the default value of some fields to NULL instead of ''DukePyrolator
2013-12-14irc2sql: improved handling of netsplitsDukePyrolator
2013-12-13Log all admin commands by default. I was trying to give an example of log ↵Adam
settings, but people seem to leave the default and then get confused when it only logs operserv commands
2013-12-10Fix 96af354ad55e439be71b82077dd6a411b4746bbb to not burst topics if they are ↵Adam
not set
2013-12-10Explain how to setup the locales on UbuntuAdam
2013-12-09Document which modules are extra and how to enable themAdam
2013-12-09irc2sql: fixed incorrect usercount for channels and servers after netsplit, ↵DukePyrolator
fixed not displaying the channelmodes
2013-12-03Merge pull request #32 from Harak/1.9Adam
Updated french installation instructions.
2013-12-03Updated french installation instructions.Harak
2013-12-02Send channel topics on initial burst, sync chanels after db load, and try to ↵Adam
after unserializing persist on
2013-12-01Fix crash from loading exceptions with db_old and then unloading db_oldAdam
2013-12-01Fix 5e4d52ad4717fb07dde629902beb70c252c8c8b4 moreAdam
2013-12-01made the chanstats fantasy modules work again.DukePyrolator
2013-12-01Fix 1542937d64860243dcf410738ee73f433a661a94Adam
2013-11-30Require email address to be passed to resetpassAdam
2013-11-24Revert "Fix session user logoff hook"Adam
This reverts commit 3b8f1cd59f523205d96c54c517b4d3e06bc061c4.
2013-11-24Merge pull request #29 from Robby-/1.9-nllangupdateAdam
Update the dutch language file for new and modified strings, and fix some typos while we're at it.