mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-16 13:40:48 +01:00
developing: Link to more projects
This commit is contained in:
parent
700c0797b9
commit
36525bdcd3
@ -1,10 +1,16 @@
|
|||||||
# Developing Oragono
|
# Developing Oragono
|
||||||
|
|
||||||
Most development happens on the `develop` branch, which is occasionally rebased + merged into `master` when it's not incredibly broken.
|
Most development happens on the `develop` branch, which is occasionally rebased + merged into `master` when it's not incredibly broken. When this happens, the `develop` branch is usually pruned until I feel like making 'unsafe' changes again.
|
||||||
|
|
||||||
The intent is to keep `master` relatively stable.
|
The intent is to keep `master` relatively stable.
|
||||||
|
|
||||||
|
|
||||||
## Fuzzing
|
## Fuzzing and Testing
|
||||||
|
|
||||||
Fuzzing can be useful. We don't have testing done inside the IRCd itself, but this fuzzer I've written works alright and has helped shake out various bugs: [irc_fuzz.py](https://gist.github.com/DanielOaks/63ae611039cdf591dfa4)
|
Fuzzing can be useful. We don't have testing done inside the IRCd itself, but this fuzzer I've written works alright and has helped shake out various bugs: [irc_fuzz.py](https://gist.github.com/DanielOaks/63ae611039cdf591dfa4).
|
||||||
|
|
||||||
|
In addition, I've got the beginnings of a stress-tester here which is useful:
|
||||||
|
https://github.com/DanielOaks/irc-stress-test
|
||||||
|
|
||||||
|
As well, there's a decent set of 'tests' here, which I like to run Oragono through now and then:
|
||||||
|
https://github.com/DanielOaks/irctest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user