Revision
1822 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 14 12:36:55 2013 UTC
(13 years, 3 months ago)
by
michael
Diff to
previous 1820
- Added preliminary support for ISO 3166 alpha-2 two letter country code
enabled auth{} blocks. Requires libGeoIP.
- Added no_join to auth::flags
Revision
1815 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 12 09:33:33 2013 UTC
(13 years, 3 months ago)
by
michael
Diff to
previous 1814
- Removed recently added m_svshost.c. Services may now change the host of a
specific user via "SVSMODE <timestamp> <target> +x <hostname>"
Revision
1791 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 30 10:56:02 2013 UTC
(13 years, 5 months ago)
by
michael
Diff to
previous 1789
- m_topic.c: improved services support. services may now set a channel topic
without joining the channel first
Revision
1774 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 24 15:41:11 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1773
- Configuration parser now does support 'year' and 'month' units
- Add support for fake idle times to /whois. Known from csircd, this
adds min_idle, and max_idle configuration directives to class{} blocks
Revision
1771 -
Directory Listing
-
[select for diffs]
Modified
Sat Jan 19 23:11:22 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1770
- channel_mode.c: check_string() didn't work right in case string started
with a space. (i.e., "MODE #chan +b : c" results in a weird ban mask)
Bug got introduced in ircd-hybrid-5/channel.c, Revision 1.26
Revision
1770 -
Directory Listing
-
[select for diffs]
Modified
Sat Jan 19 19:57:18 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1768
- Update example.conf. Remove confusing information that the
general{} block is read at start time which leads to popular belief
that it isn't re-read on /rehash
Revision
1757 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 17 19:16:14 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1755
- Update README: ircd-hybrid is now known to work properly
on Debian GNU/Hurd 0.3. Kudos to Dominic Hargreaves
Revision
1750 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 16 14:07:08 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1748
- IMPORTANT: nick and topic lengths are now configurable via ircd.conf.
A max_nick_length, as well as a max_topic_length configuration option
can now be found in the serverinfo{} block
Revision
1723 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 3 00:02:43 2013 UTC
(13 years, 6 months ago)
by
michael
Diff to
previous 1722
- Fixed possible core on USERHOST/ISON which for some reason only happens with
glibc with optimization enabled. Reported by Mantas
- Update NEWS
Revision
1682 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 18 18:45:27 2012 UTC
(13 years, 7 months ago)
by
michael
Diff to
previous 1678
- backported -r1681 [added temporary workaround for servers sending
numeric 451 in response to the "NOTICE AUTH ..." messages upon
registration
Revision
1673 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 21 20:29:18 2012 UTC
(13 years, 8 months ago)
by
michael
Diff to
previous 1672
- Backport -r1670 [Update some configure tests. We actually don't use inet_aton
and friends anymore.]
- Update Makefiles/config.guess/config.sub/depcomp using automake 1.12.5
Revision
1672 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 21 20:10:32 2012 UTC
(13 years, 8 months ago)
by
michael
Diff to
previous 1665
- Backported -r1671 [fixed bug spotted by Jakub S. where timed events stopped from
working if the system's clock is running backwards]
Revision
1638 -
Directory Listing
-
[select for diffs]
Modified
Sun Nov 4 17:30:49 2012 UTC
(13 years, 8 months ago)
by
michael
Diff to
previous 1617
- Fixed CIDR support for /challenge
- Fixed oper{} block class limits
- Fixed bug where check_server() possibly would copy server's ip address
to an invalid connect{} block
Revision
1588 -
Directory Listing
-
[select for diffs]
Added
Sat Oct 27 20:49:12 2012 UTC
(13 years, 9 months ago)
by
michael
- Create ircd-hybrid, ircd-hybrid/branches, ircd-hybrid/releases, ircd-hybrid/trunk