Revision
3067 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 27 19:09:11 2014 UTC
(11 years, 5 months ago)
by
michael
File length: 22051 byte(s)
Diff to
previous 2916
- conf_db.c: fixed inconsistent use of "can't" and "cannot"
Revision
2916 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 25 21:09:18 2014 UTC
(11 years, 7 months ago)
by
michael
File length: 22048 byte(s)
Diff to
previous 2174
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
Revision
2174 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 19:45:38 2013 UTC
(12 years, 2 months ago)
by
michael
File length: 22032 byte(s)
Diff to
previous 1858
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
Revision
1858 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 25 15:00:52 2013 UTC
(12 years, 4 months ago)
by
michael
File length: 22044 byte(s)
Diff to
previous 1825
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks
Revision
1825 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 14 19:54:48 2013 UTC
(12 years, 4 months ago)
by
michael
File length: 22290 byte(s)
Diff to
previous 1668
- Quarantined/reserved channels may now contain wildcards
Revision
1666 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 18 17:03:18 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 23727 byte(s)
Diff to
previous 1662
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
Revision
1651 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 11 10:54:51 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 23747 byte(s)
Diff to
previous 1649
- Fixed class blocks not getting default values set properly
- bison 2.6.5
Revision
1628 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 21:08:56 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 24326 byte(s)
Diff to
previous 1627
- flesh out new *line database handling
- simplify temporary bans
Revision
1627 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 17:42:19 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 24112 byte(s)
Diff to
previous 1626
- read_uint8, write_uint8: use uint8_t instead of unsigned char
Revision
1626 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 17:21:59 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 24125 byte(s)
Diff to
previous 1625
- minor cleanups to conf_db.c; Get rid of 16 bit limitation string lengths
Revision
1625 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 13:49:25 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 24153 byte(s)
Diff to
previous 1622
- dbs are now periodically flushed on disc every 5 minutes
Revision
1622 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 13:16:37 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 23986 byte(s)
Diff to
previous 1621
- 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.
Revision
1620 -
(
view)
(
annotate)
-
[select for diffs]
Added
Wed Oct 31 22:54:58 2012 UTC
(12 years, 9 months ago)
by
michael
File length: 13642 byte(s)
- Added conf_db.c based on ircservice's binary database for later use