- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
- conf_resv.h: removed unused struct ResvExemptItem members
- Cleanup/separate RESV conf implementation
- Move resv.* to conf_resv.*
- Update copyright years
- Update copyright years
- Update GPL 2 license headers
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
- resv.c: move valid_wild_card_simple() to conf.c
- Move report_resv() to m_stats.c
- Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
- Quarantined/reserved channels may now contain wildcards
- Initial rewrite of the configuration subsystem
- flesh out new *line database handling - simplify temporary bans
- klines, dlines, xlines, glines and resv now make use of the new database; also, temporary *lines are now stored, so they're not lost after restarting the ircd. This also applies to G-lines.
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
create 7.2 branch, we can move/rename it as needed.
- svn:keywords
- svn:keywords
- Fix svn:keywords
- imported sources - can be moved later according to the directory/branching scheme, but we need the svn up
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.