summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-20Anope 2.0.0-rc1 Release2.0.0-rc1Adam
2013-12-19Don't leak opers and opertypes on /os reload, fix not updating opertypes on n...Adam
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 debu...Adam
2013-12-19Channel::Sync can delete the channel, so safely iterate them when syncing fro...Adam
2013-12-17Set pending mode changes immediately when an object is removed from the mode ...Adam
2013-12-14irc2sql: improved handling of netsplitsDukePyrolator
2013-12-10Fix 96af354ad55e439be71b82077dd6a411b4746bbb to not burst topics if they are ...Adam
2013-12-02Send channel topics on initial burst, sync chanels after db load, and try to ...Adam
2013-12-01made the chanstats fantasy modules work again.DukePyrolator
2013-11-23Fix/clean/clarify some stuff found by coverity scanAdam
2013-11-20OnJoinChannel can modify the ts for a channel, so update keep_their_modes in ...Adam
2013-11-16Use the source's sync state and not mine when processing sjoins to determine ...Adam
2013-11-09Do not grant auto privileges to founders if they match other accessAdam
2013-11-01Compare access entries created with the levels access system by access level ...Adam
2013-11-01Cleanup some access(group) comparison logic in access.cppAdam
2013-11-01Use Config::GetClient for looking up services for command{} blocks which less...Adam
2013-11-01Don't take modes in SetCorrectModes if the user has the ME privilegeAdam
2013-10-26added the irc2sql gateway moduleDukePyrolator
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-10-26new event OnSetDisplayedHostDukePyrolator
2013-10-14Bump for 1.9.10-gitAdam
2013-10-12Anope 1.9.9 Release1.9.9Adam
2013-10-09Call OnBotPrivmsg after checking if the message is a ctcp, not before. fix ty...Adam
2013-10-05Always show expire time for nicks in /ns info to opers, even if the user is o...Adam
2013-10-05Fix logging for log type 'other'.Robby-
2013-10-05Fix xline uid generation when the one chosen already existsAdam
2013-09-27Replace this silly random code generation code with something more sane lookingAdam
2013-09-27Translate strftime correctlyAdam
2013-09-27Translate SendSyntax() and spacify it properlyAdam
2013-09-27Align info formatters with translated keys?Adam
2013-09-27Translate listformatter properlyAdam
2013-09-27Fix various commands to properly report a given expiry time is invalidAdam
2013-09-27Fix cs_mode lock reply if nothing is doneAdam
2013-09-19Make os_session akill ip ranges and not individual user's ipsAdam
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-09-08Fix allowing duplicate entries on the snline listAdam
2013-09-08Fix logging /os set list. Enforce snlines on ircds that can't have snlines se...Adam
2013-09-03Dont allow multiple list modes with the same param on the mode list at onceAdam
2013-09-03Cap mode stacker max line lengthAdam
2013-09-03Cleanup previous commitAdam
2013-08-31add vhost support for hybridDukePyrolator
2013-08-29Dont crash on HasPriv() on an empty access groupAdam
2013-08-25Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ...Adam
2013-08-25Fix not resetting channel status modes on our clients when a channel ts lowersAdam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-22Fix previous commitAdam
2013-08-22Always set +o on users who have access for it, even if higher modes have a pr...Adam
2013-08-17Fix 318 raw being sent for uids on ts6 ircdsAdam
2013-08-12Use less strict valid ident checks on hybrid, unreal, and inspircdAdam