Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Make mock_weechat a dependency of realish_eventrouter | Trygve Aaberge | 2017-09-15 | 1 | -1/+1 |
| | | | | | | | | | | Setting up the eventrouter for the tests involves code that requires the config object to be set, so it has to depend on mock_weechat. This didn't cause a problem when all the tests were run since the first test depends on mock_weechat so it would be set up. However, if you tried to run a single test that depended on realish_eventrouter, but not mock_weechat, it would fail. | ||||
* | Fix HTML entity-encoding of outgoing messages | Trygve Aaberge | 2017-08-01 | 1 | -0/+9 |
| | | | | | | We have to replace the & before we replace < and >, otherwise the & in < and > are going to be replaced. Additionally, we need to end the sequences with ; which was missing. | ||||
* | massssssssive merge of the new codebase | Ryan Huber | 2017-04-12 | 1 | -0/+6 |