Age | Commit message (Expand) | Author |
2014-01-21 | Anope 2.0.0-rc2 Release2.0.0-rc2 | Adam |
2014-01-21 | Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601. | Adam |
2014-01-21 | Make the server connected (uplink) message more sane. | Robby- |
2014-01-19 | Change config readers bool logic to accept unrecognized values as yes | Adam |
2014-01-14 | Call User::Login after sending the login event, in case a module wants to act... | Adam |
2014-01-10 | Fix not initializing module in the main log constructor | Adam |
2014-01-09 | Move oper count and vhost stuff to set/remove mode internal | Adam |
2014-01-09 | Make DNSBL log message use the module type and give it a category too | Adam |
2014-01-04 | Always run uid/sid generation loop at least once to not reuse older ids immed... | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-12-31 | I don't think this OnBotKick to hold channels is necessary anymore as Sync sh... | Adam |
2013-12-31 | Show the command name and not service name in the access denied log messages | Adam |
2013-12-27 | Allow inverting opertype privs and commands, to make them behave like the log... | Adam |
2013-12-26 | If using db_flatfile:fork, don't allow multiple saves to happen at one time o... | Adam |
2013-12-20 | Anope 2.0.0-rc1 Release2.0.0-rc1 | Adam |
2013-12-19 | Don't leak opers and opertypes on /os reload, fix not updating opertypes on n... | Adam |
2013-12-19 | Fix a few commands not being able to find non conf opers | Adam |
2013-12-19 | Fix db_old assigning empty greets to users who did not have a greet. Fix debu... | Adam |
2013-12-19 | Channel::Sync can delete the channel, so safely iterate them when syncing fro... | Adam |
2013-12-17 | Set pending mode changes immediately when an object is removed from the mode ... | Adam |
2013-12-14 | irc2sql: improved handling of netsplits | DukePyrolator |
2013-12-10 | Fix 96af354ad55e439be71b82077dd6a411b4746bbb to not burst topics if they are ... | Adam |
2013-12-02 | Send channel topics on initial burst, sync chanels after db load, and try to ... | Adam |
2013-12-01 | made the chanstats fantasy modules work again. | DukePyrolator |
2013-11-23 | Fix/clean/clarify some stuff found by coverity scan | Adam |
2013-11-20 | OnJoinChannel can modify the ts for a channel, so update keep_their_modes in ... | Adam |
2013-11-16 | Use the source's sync state and not mine when processing sjoins to determine ... | Adam |
2013-11-09 | Do not grant auto privileges to founders if they match other access | Adam |
2013-11-01 | Compare access entries created with the levels access system by access level ... | Adam |
2013-11-01 | Cleanup some access(group) comparison logic in access.cpp | Adam |
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which less... | Adam |
2013-11-01 | Don't take modes in SetCorrectModes if the user has the ME privilege | Adam |
2013-10-26 | added the irc2sql gateway module | DukePyrolator |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator |
2013-10-26 | new event OnSetDisplayedHost | DukePyrolator |
2013-10-14 | Bump for 1.9.10-git | Adam |
2013-10-12 | Anope 1.9.9 Release1.9.9 | Adam |
2013-10-09 | Call OnBotPrivmsg after checking if the message is a ctcp, not before. fix ty... | Adam |
2013-10-05 | Always show expire time for nicks in /ns info to opers, even if the user is o... | Adam |
2013-10-05 | Fix logging for log type 'other'. | Robby- |
2013-10-05 | Fix xline uid generation when the one chosen already exists | Adam |
2013-09-27 | Replace this silly random code generation code with something more sane looking | Adam |
2013-09-27 | Translate strftime correctly | Adam |
2013-09-27 | Translate SendSyntax() and spacify it properly | Adam |
2013-09-27 | Align info formatters with translated keys? | Adam |
2013-09-27 | Translate listformatter properly | Adam |
2013-09-27 | Fix various commands to properly report a given expiry time is invalid | Adam |
2013-09-27 | Fix cs_mode lock reply if nothing is done | Adam |
2013-09-19 | Make os_session akill ip ranges and not individual user's ips | Adam |
2013-09-16 | Remove static variables from functions in modules which causes them to be mar... | Adam |