../
|
Makefile.am
|
1736
(12 years ago)
by michael:
- Forward-port -r1732 [Dropped support for linux rt signals]
|
Makefile.in
|
1736
(12 years ago)
by michael:
- Forward-port -r1732 [Dropped support for linux rt signals]
|
channel.c
|
1661
(12 years ago)
by michael:
- channel.c:send_channel_modes(): now that CAP_IE and CAP_EX are mandatory, let's
always send invite/ban exception during a burst
|
channel_mode.c
|
1684
(12 years ago)
by michael:
- channel_mode.c: chm_invex, chm_exempt: ban and invite exemptions are
now always sent regardless of CAP_IE/CAP_EX
|
client.c
|
1734
(12 years ago)
by michael:
- Add support for "away-notify" client capability
|
conf.c
|
1666
(12 years ago)
by michael:
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
|
conf_class.c
|
1666
(12 years ago)
by michael:
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
|
conf_db.c
|
1668
(12 years ago)
by michael:
- conf_db.c: import backup/restore cleanups from 5.1.24
|
conf_lexer.c
|
1715
(12 years ago)
by michael:
- Improved WEBIRC authentication; added 'webirc' to auth::flags
|
conf_lexer.l
|
1715
(12 years ago)
by michael:
- Improved WEBIRC authentication; added 'webirc' to auth::flags
|
conf_parser.c
|
1736
(12 years ago)
by michael:
- Forward-port -r1732 [Dropped support for linux rt signals]
|
conf_parser.h
|
1736
(12 years ago)
by michael:
- Forward-port -r1732 [Dropped support for linux rt signals]
|
conf_parser.y
|
1745
(12 years ago)
by michael:
- Forward-port -r1744 [conf_parser.y: fixed fd leak with rsa public keys]
|
dbuf.c
|
1654
(12 years ago)
by michael:
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
|
event.c
|
1671
(12 years ago)
by michael:
- event.c: fixed bug spotted by Jakub S. where timed events stopped from
working if the system's clock is running backwards
|
fdlist.c
|
1736
(12 years ago)
by michael:
- Forward-port -r1732 [Dropped support for linux rt signals]
|
getopt.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
hash.c
|
1654
(12 years ago)
by michael:
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
|
hook.c
|
1646
(12 years ago)
by michael:
- First pass of conf parser stabilization/cleanup
|
hostmask.c
|
1655
(12 years ago)
by michael:
- hostmask.c:find_conf_by_address: fixed logic error which got introduced in -r1652
|
irc_res.c
|
1654
(12 years ago)
by michael:
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
|
irc_reslib.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
irc_string.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
ircd.c
|
1718
(12 years ago)
by michael:
- src/ircd.c: minor updates to myopts[] commandline options
|
ircd_signal.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
list.c
|
1654
(12 years ago)
by michael:
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
|
listener.c
|
1669
(12 years ago)
by michael:
- Fixed bug where specifying a listener port without an ip address didn't work
|
log.c
|
1737
(12 years ago)
by michael:
- Quick and dirty workaround to fix build on GNU/Hurd
because of undefined PATH_MAX
|
match.c
|
1666
(12 years ago)
by michael:
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
|
memory.c
|
1664
(12 years ago)
by michael:
- memory.c: removed mem_frob()
- automake 1.12.5
|
mempool.c
|
1662
(12 years ago)
by michael:
- Fixed inconsistent svn file properties
|
messages.tab
|
1687
(12 years ago)
by michael:
- Forward-port -r1685 [STATS q|Q now shows how many times a resv{}
block has been matched]
|
modules.c
|
1737
(12 years ago)
by michael:
- Quick and dirty workaround to fix build on GNU/Hurd
because of undefined PATH_MAX
|
motd.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
numeric.c
|
1646
(12 years ago)
by michael:
- First pass of conf parser stabilization/cleanup
|
packet.c
|
1632
(12 years ago)
by michael:
- Initial rewrite of the configuration subsystem
|
parse.c
|
1726
(12 years ago)
by michael:
- parse.c:handle_numeric(): add missing space as reported by Mantas
|
restart.c
|
1631
(12 years ago)
by michael:
- restart.c: since save_all_databases may generate server traffic and log
activity, it makes more sense to save the databases _before_ flushing the
sendqueue/closing file descriptors
|
resv.c
|
1687
(12 years ago)
by michael:
- Forward-port -r1685 [STATS q|Q now shows how many times a resv{}
block has been matched]
|
rng_mt.c
|
1662
(12 years ago)
by michael:
- Fixed inconsistent svn file properties
|
rsa.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_auth.c
|
1654
(12 years ago)
by michael:
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
|
s_bsd.c
|
1649
(12 years ago)
by michael:
- minor MaskItem structure cleanup
|
s_bsd_devpoll.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_bsd_epoll.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_bsd_kqueue.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_bsd_poll.c
|
1736
(12 years ago)
by michael:
- Forward-port -r1732 [Dropped support for linux rt signals]
|
s_bsd_select.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_gline.c
|
1644
(12 years ago)
by michael:
- More config subsystem cleanups
|
s_misc.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
s_serv.c
|
1652
(12 years ago)
by michael:
- changed match() polarity. match() now returns 0 on match and 1 on non-match
This cleans up several places where function pointers of different matching
functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c
|
s_user.c
|
1646
(12 years ago)
by michael:
- First pass of conf parser stabilization/cleanup
|
send.c
|
1734
(12 years ago)
by michael:
- Add support for "away-notify" client capability
|
sprintf_irc.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
version.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|
watch.c
|
1666
(12 years ago)
by michael:
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
|
whowas.c
|
1592
(12 years ago)
by michael:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
|