Revision
2013 -
Directory Listing
-
[select for diffs]
Modified
Sun May 12 14:51:41 2013 UTC
(12 years, 3 months ago)
by
michael
Diff to
previous 2010
- Removed 'remote', and 'global_kill' oper flags, and added 'connect',
'squit', and 'kill' flags for better fine-tuning instead. Whether or
not a specific action is allowed on a remote server can be controlled
by appeding the ':remote' flag. For example: 'kill' allows only local
clients to be killed, whereas 'kill:remote' allows to issue a KILL for
remote clients
Revision
1956 -
Directory Listing
-
[select for diffs]
Modified
Mon May 6 18:59:00 2013 UTC
(12 years, 3 months ago)
by
michael
Diff to
previous 1953
- Implemented channel mode +M. Clients that haven't identified their
name with NickServ may not speak in a channel that has this mode set
Revision
1938 -
Directory Listing
-
[select for diffs]
Modified
Sat May 4 21:17:10 2013 UTC
(12 years, 3 months ago)
by
michael
Diff to
previous 1935
- Implemented channel mode +c. Known from other ircds, this mode basically
prevents users from sending messages including control codes to a channel
that has this mode set
Revision
1894 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 27 14:53:18 2013 UTC
(12 years, 4 months ago)
by
michael
Diff to
previous 1893
- m_kick.c: revert changes made in revision 1.24 (cvs) made on Sun Jan 7 04:46:30 2001 UTC
AnonOps are gone. And as described in rfc 2812, this is how ircd should behave in case
no kick-reason has been specified
Revision
1893 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 27 14:48:25 2013 UTC
(12 years, 4 months ago)
by
michael
Diff to
previous 1891
- m_kick.c: revert changes made in revision 1.24 (cvs) made on Sun Jan 7 04:46:30 2001 UTC
AnonOps are gone. And as described in rfc 2812, this is how ircd should behave in case
no kick-reason has been specified
Revision
1887 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 27 13:36:32 2013 UTC
(12 years, 4 months ago)
by
michael
Diff to
previous 1885
- m_whowas.c,m_names.c,m_kick.c: remove pointless code. There's no real reason why
we should skip preceding commas in nick-/channelnames
Revision
1822 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 14 12:36:55 2013 UTC
(12 years, 4 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
(12 years, 4 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
(12 years, 6 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
(12 years, 7 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
(12 years, 7 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
(12 years, 7 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
(12 years, 7 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
(12 years, 7 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
(12 years, 7 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
(12 years, 8 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
(12 years, 9 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
(12 years, 9 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
(12 years, 9 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
(12 years, 10 months ago)
by
michael
- Create ircd-hybrid, ircd-hybrid/branches, ircd-hybrid/releases, ircd-hybrid/trunk