Age | Commit message (Expand) | Author |
2014-03-23 | Anope 2.0.0 Release2.0.0 | Adam |
2014-03-20 | Make bouncymodes harder to trigger by only bumping server modcount when somet... | Adam |
2014-03-19 | Show a better log message when disconnecting from the uplink | Adam |
2014-03-14 | Mark all channels as syncing when we connect to our uplink. They will | Adam |
2014-03-04 | Fix 2 crashes from removing the permanent channel mode from channels which do... | Adam |
2014-02-27 | Handle nick collisions somewhat instead of blindly overwriting the nicks | Adam |
2014-02-27 | Do not take modes from users in channels with secureops off if we are always ... | Adam |
2014-02-26 | Remove unreachable code in config.cpp, this error is caught earlier | Adam |
2014-02-26 | Fix not detecting eols in the config reader when the end of the line is the e... | Adam |
2014-02-26 | Do not setuid/gid down until after modules are loaded | Adam |
2014-02-24 | Anope 2.0.0-rc4 Release2.0.0-rc4 | Adam |
2014-02-23 | Use a more reliable way to detect if services are running in anoperc | Adam |
2014-02-21 | Fix Windows build | Adam |
2014-02-18 | Merge pull request #54 from attilamolnar/2.0+webcpanelfix | Adam |
2014-02-18 | Turn BinarySocket::Write() into a no-op when called with l == 0 | Attila Molnar |
2014-02-18 | Fix setsockopt() with SO_REUSEADDR not working due to wrong argument type | Attila Molnar |
2014-02-14 | base64.cpp: B64Decode(): Don't crash on "=" | Daniel Vassdal |
2014-02-14 | Do not sync channels in Channel::Reset if they are in the middle of syncing, ... | Adam |
2014-02-11 | Only trim newlines and carriage returns in BufferedSocket::GetLine | Adam |
2014-02-09 | Add an opertype priv "protected" to not allow services to kick a user. | Adam |
2014-02-05 | Ignore nonblocking errnors on socket operations | Adam |
2014-02-01 | Improve IsChannelValid() | Daniel Vassdal |
2014-01-26 | Anope 2.0.0-rc3 Release2.0.0-rc3 | Adam |
2014-01-26 | Fix extra space in the unknown command error message | Adam |
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 |