forked from External/ergo
Various crash fixes, and little cleanups for safety
This commit is contained in:
parent
011419e755
commit
c3174bb648
5 changed files with 59 additions and 14 deletions
10
DEVELOPING.md
Normal file
10
DEVELOPING.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Developing Oragono
|
||||
|
||||
Most development happens on the `develop` branch, which is occasionally rebased + merged into `master` when it's not incredibly broken.
|
||||
|
||||
The intent is to keep `master` relatively stable.
|
||||
|
||||
|
||||
## Fuzzing
|
||||
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue