~singpolyma/biboumi

7d0df9b6 — louiz’ 5 years ago
Disable the throttle limit if negative

Also, invalid values result in -1 being set
6c431b64 — louiz’ 5 years ago
Fix one more warning
8997021b — louiz’ 5 years ago
Fix two more warnings
b1564e4d — louiz’ 5 years ago
Fix a bunch of int to unsigned int conversion warnings
0b51e382 — louiz’ 5 years ago
MaxHistoryLength now has some sensible default value if the user set a negative one
4a583c7b — louiz’ 5 years ago
Trivial move of a variable in a smaller “ifndef” scope
d7bc7377 — louiz’ 5 years ago
Add two missing ref
f55b1108 — louiz’ 5 years ago
Add a missing <string> include
dd31b77c — louiz’ 5 years ago
Rename and organize the ci builds
64a393eb — louiz’ 5 years ago
Create subsections in the CHANGELOG

fix #3374
865e3422 — louiz’ 5 years ago
Remove the badges in the readme. The trend is over.
9fa75910 — louiz’ 5 years ago
Split the main() into smaller functions

That’s not really enough, but better
89ad479e — louiz’ 5 years ago
Remove a useless fill_duration member
89e038bc — louiz’ 5 years ago
Fix the real_type of ThrottleLimit
9244624d — louiz’ 5 years ago
Add -Werror to the FreeBSD build
782732ba — louiz’ 5 years ago
Remove a bunch of useless empty lines
6a86b14d — louiz’ 5 years ago
Rename SetDesc to set_desc, and only define it if USE_DATABASE
b490ba6e — Jonas Wielicki 5 years ago
Make SetDesc static
4953f7ba — Jonas Wielicki 5 years ago
Fix incorrect setting of field description in Ad-Hoc config forms

The description has to be a child element of the field, not an
attribute.
6c21edc1 — louiz’ 5 years ago
Fix a few e2e tests that could fail due to race condition

The order of the messages received can be different, if the IRC server
decides so, or lags, or something.
Next