../
|
Makefile.am
|
2382
(12 years ago)
by michael:
- Remove msgq, and xsnprintf source files for now
|
Makefile.in
|
2722
(11 years ago)
by michael:
- automake 1.14.1
|
channel.c
|
2910
(11 years ago)
by michael:
- Implemented "userhost-in-names" client capability
|
channel_mode.c
|
2892
(11 years ago)
by michael:
- channel_mode.c: fixed indentation, removed whitespaces/tabs,
removed unused header includes
|
client.c
|
2813
(11 years ago)
by michael:
- Renamed ban_them() to conf_try_ban()
- conf_try_ban() removed exemption notices that are now redundant
|
conf.c
|
2872
(11 years ago)
by michael:
- Moved configuration related code from ircd.c to conf.c
|
conf_class.c
|
2213
(12 years ago)
by michael:
- conf_class.c: white-space changes
|
conf_db.c
|
2174
(12 years ago)
by michael:
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
|
conf_lexer.c
|
2283
(12 years ago)
by michael:
- Added generall::cycle_on_host_change configuration option as requested
by Adam <adam@anope.org>
|
conf_lexer.l
|
2283
(12 years ago)
by michael:
- Added generall::cycle_on_host_change configuration option as requested
by Adam <adam@anope.org>
|
conf_parser.c
|
2853
(11 years ago)
by michael:
- Regenerate parser
|
conf_parser.h
|
2853
(11 years ago)
by michael:
- Regenerate parser
|
conf_parser.y
|
2852
(11 years ago)
by michael:
- Added 'unxline' oper privilege for better fine tuning
|
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
|
2680
(11 years ago)
by michael:
- event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants,
replaced rand() with genrand_int32()
|
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
|
2757
(11 years ago)
by michael:
- hash.c:exceeding_sendq(): constification
|
hook.c
|
2846
(11 years ago)
by michael:
- hook.h, hook.c: fixed indentation, removed whitespaces/tabs
|
hostmask.c
|
2898
(11 years ago)
by michael:
- hostmask.c: constification
|
irc_res.c
|
1834
(12 years ago)
by michael:
- Revert to -r1831
|
irc_reslib.c
|
2611
(11 years ago)
by michael:
- src/irc_reslib.c: removed advertising clause
|
irc_string.c
|
2883
(11 years ago)
by michael:
- irc_string.c:has_wildcards(): add support for character escaping
|
ircd.c
|
2914
(11 years ago)
by michael:
- Fixed bug where some irc clients could not reconnect
via ssl as pointed out by gp
|
ircd_signal.c
|
2838
(11 years ago)
by michael:
- ircd_signal.c: fixed typo in comment
|
list.c
|
2714
(11 years ago)
by michael:
- list.c:dlinkFindDelete(): minor readability improvements
|
listener.c
|
2691
(11 years ago)
by michael:
- Avoid magically sized temporary buffers
|
log.c
|
1831
(12 years ago)
by michael:
- Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
|
match.c
|
1874
(12 years ago)
by michael:
- WHOIS may no longer accept wildcards
|
memory.c
|
1664
(12 years ago)
by michael:
- memory.c: removed mem_frob()
- automake 1.12.5
|
mempool.c
|
1967
(12 years ago)
by michael:
- Print chunk capacity to debug.log instead of ircd.log
|
modules.c
|
2525
(11 years ago)
by michael:
- Style corrections
|
motd.c
|
2888
(11 years ago)
by michael:
- Fixed improper use of the ID_or_name macro in several places
|
numeric.c
|
2848
(11 years ago)
by michael:
- Made irc numeric use an enum
|
packet.c
|
2881
(11 years ago)
by michael:
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
|
parse.c
|
2888
(11 years ago)
by michael:
- Fixed improper use of the ID_or_name macro in several places
|
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
|
2174
(12 years ago)
by michael:
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
|
rng_mt.c
|
1662
(12 years ago)
by michael:
- Fixed inconsistent svn file properties
|
rsa.c
|
2134
(12 years ago)
by michael:
- s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
|
s_auth.c
|
2181
(12 years ago)
by michael:
- Fixed debug assertion being triggered on ident lookup
as reported by Stuart Walsh
|
s_bsd.c
|
2881
(11 years ago)
by michael:
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
|
s_bsd_devpoll.c
|
2725
(11 years ago)
by michael:
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
|
s_bsd_epoll.c
|
2725
(11 years ago)
by michael:
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
|
s_bsd_kqueue.c
|
2725
(11 years ago)
by michael:
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
|
s_bsd_poll.c
|
2725
(11 years ago)
by michael:
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
|
s_bsd_select.c
|
2725
(11 years ago)
by michael:
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
|
s_gline.c
|
2870
(11 years ago)
by michael:
- s_gline.c:find_is_glined(): style cleanup
|
s_misc.c
|
2301
(12 years ago)
by michael:
- s_misc.c: constify weekdays[], months[]
|
s_serv.c
|
2718
(11 years ago)
by michael:
- Fixed EOB not working for remote servers (Fake Direction)
|
s_user.c
|
2691
(11 years ago)
by michael:
- Avoid magically sized temporary buffers
|
send.c
|
2888
(11 years ago)
by michael:
- Fixed improper use of the ID_or_name macro in several places
|
version.c
|
2891
(11 years ago)
by michael:
- Fixed grammatical error
|
watch.c
|
2855
(11 years ago)
by michael:
- Fixed indentation, removed whitespaces/tabs, update copyright header
|
whowas.c
|
2748
(11 years ago)
by michael:
- Fixed server name leak for hidden servers in /who, /whois and /whowas
|