ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r7913
File Last Change
 ../
extra/ 7676 (7 years ago) by michael: - Fixed more svn properties as pointed out by jackal
core/ 7905 (7 years ago) by michael: - m_kick.c:m_kick(): whitespace changes
m_close.c 7007 (8 years ago) by michael: - Update copyright years
m_capab.c 7007 (8 years ago) by michael: - Update copyright years
m_globops.c 7007 (8 years ago) by michael: - Update copyright years
m_svsjoin.c 7007 (8 years ago) by michael: - Update copyright years
m_user.c 7007 (8 years ago) by michael: - Update copyright years
m_ison.c 7007 (8 years ago) by michael: - Update copyright years
m_time.c 7007 (8 years ago) by michael: - Update copyright years
m_hash.c 7007 (8 years ago) by michael: - Update copyright years
m_post.c 7007 (8 years ago) by michael: - Update copyright years
m_encap.c 7007 (8 years ago) by michael: - Update copyright years
m_knock.c 7007 (8 years ago) by michael: - Update copyright years
m_names.c 7007 (8 years ago) by michael: - Update copyright years
m_svspart.c 7007 (8 years ago) by michael: - Update copyright years
m_restart.c 7007 (8 years ago) by michael: - Update copyright years
m_wallops.c 7007 (8 years ago) by michael: - Update copyright years
m_pass.c 7033 (8 years ago) by michael: - Renamed MyCalloc to xcalloc
m_certfp.c 7033 (8 years ago) by michael: - Renamed MyCalloc to xcalloc
m_userhost.c 7047 (8 years ago) by michael: - m_userhost.c: replaced a MyClient() test with just MyConnect()
m_watch.c 7086 (8 years ago) by michael: - m_watch.c:m_watch(): removed pointless increment on 'user'
m_topic.c 7089 (8 years ago) by michael: - m_topic.c: mention that parv[2] can be an empty string
m_webirc.c 7102 (8 years ago) by michael: - m_webirc.c: constification; avoid multiple array indices; stylistic changes; improve server notices
m_locops.c 7208 (8 years ago) by michael: - Clustering has been broken in -r7158. Rewrote most of the shared/cluster implementation to be less obscure. This introduces a little bit of code duplication, but increases readability, is less error prone, and reduces memory consumption a bit.
m_rehash.c 7208 (8 years ago) by michael: - Clustering has been broken in -r7158. Rewrote most of the shared/cluster implementation to be less obscure. This introduces a little bit of code duplication, but increases readability, is less error prone, and reduces memory consumption a bit.
m_map.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_help.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_motd.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_admin.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_version.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_lusers.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_tburst.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_links.c 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
m_unresv.c 7428 (8 years ago) by michael: - parse_aline() cleanups
m_resv.c 7428 (8 years ago) by michael: - parse_aline() cleanups
m_undline.c 7428 (8 years ago) by michael: - parse_aline() cleanups
m_unxline.c 7428 (8 years ago) by michael: - parse_aline() cleanups
m_unkline.c 7428 (8 years ago) by michael: - parse_aline() cleanups
m_kline.c 7434 (8 years ago) by michael: - m_dline.c, m_kline.c, m_xline.c: use const keyword where appropriate
m_svskill.c 7512 (8 years ago) by michael: - Removed KILLLEN; use REASONLEN instead
m_svshost.c 7585 (7 years ago) by michael: - m_svshost.c: propset
m_away.c 7635 (7 years ago) by michael: - m_away.c: deduplicate
m_who.c 7644 (7 years ago) by michael: - m_who.c:m_who(): swap tests
m_svstag.c 7646 (7 years ago) by michael: - m_svstag.c:ms_svstag(): replace strtoimax() with strtoumax()
m_svinfo.c 7648 (7 years ago) by michael: - m_svinfo.c:ms_svinfo(): whitespace change
Makefile.in 7667 (7 years ago) by michael: - Fixed svn properties
Makefile.am 7667 (7 years ago) by michael: - Fixed svn properties
m_xline.c 7674 (7 years ago) by michael: - m_dline.c, m_xline.c: whitespace changes
m_dline.c 7674 (7 years ago) by michael: - m_dline.c, m_xline.c: whitespace changes
m_svsmode.c 7679 (7 years ago) by michael: - m_svsmode.c: revert -r7665
m_accept.c 7686 (7 years ago) by michael: - Remove excessive const keyword on dlink_node pointers
m_module.c 7686 (7 years ago) by michael: - Remove excessive const keyword on dlink_node pointers
m_whowas.c 7686 (7 years ago) by michael: - Remove excessive const keyword on dlink_node pointers
m_trace.c 7796 (7 years ago) by michael: - Minor style corrections and constifications
m_svsnick.c 7857 (7 years ago) by michael: - m_svsnick.c: fixed spelling
m_info.c 7859 (7 years ago) by michael: - Import FLOODTIME changes from p4
m_list.c 7869 (7 years ago) by michael: - Make hash.c:free_list_task() use dlinkDelete() instead of dlinkFindDelete()
m_cap.c 7871 (7 years ago) by michael: - Style corrections in several places
m_whois.c 7871 (7 years ago) by michael: - Style corrections in several places
m_eob.c 7872 (7 years ago) by michael: - m_eob.c: remove server_eob() backwards compatibility code
m_connect.c 7876 (7 years ago) by michael: - m_connect.c: update comments
m_pong.c 7893 (7 years ago) by michael: - m_pong.c: cleanup ms_pong()
m_set.c 7895 (7 years ago) by michael: - m_set.c: replace mixture of %d/%i conversion specifiers with proper ones
m_oper.c 7897 (7 years ago) by michael: - m_oper.c: move oper-up logging to oper_up()
m_invite.c 7903 (7 years ago) by michael: - m_invite.c:m_invite(): adjust "/invite" to work with the new Invite structure
m_etrace.c 7909 (7 years ago) by michael: - m_etrace.c:do_etrace(): swap test
m_ping.c 7911 (7 years ago) by michael: - Cleanup m_ping.c
m_stats.c 7913 (7 years ago) by michael: - Style corrections
2 directories and 66 files shown