ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r7427
File Last Change
 ../
core/ 7355 (9 years ago) by michael: - Cleanup more conversion specifiers
extra/ 7108 (9 years ago) by michael: - autoreconf
Makefile.am 6592 (9 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
Makefile.in 7108 (9 years ago) by michael: - autoreconf
m_accept.c 7032 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
m_admin.c 7330 (9 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_away.c 7006 (9 years ago) by michael: - Update copyright years
m_cap.c 7006 (9 years ago) by michael: - Update copyright years
m_capab.c 7006 (9 years ago) by michael: - Update copyright years
m_certfp.c 7032 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
m_close.c 7006 (9 years ago) by michael: - Update copyright years
m_connect.c 7401 (9 years ago) by michael: - Cleanups to operator/connect block lookup routines
m_dline.c 7423 (9 years ago) by michael: - m_dline.c, m_kline.c: expiry time for *LINES set by remote clients is no longer capped at MAX_TDKLINE_TIME
m_encap.c 7006 (9 years ago) by michael: - Update copyright years
m_eob.c 7339 (9 years ago) by michael: - m_eob.c:ms_eob(): use proper conversion specifier
m_etrace.c 7046 (9 years ago) by michael: - Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND
m_globops.c 7006 (9 years ago) by michael: - Update copyright years
m_hash.c 7006 (9 years ago) by michael: - Update copyright years
m_help.c 7330 (9 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_info.c 7330 (9 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_invite.c 7330 (9 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_ison.c 7006 (9 years ago) by michael: - Update copyright years
m_kline.c 7423 (9 years ago) by michael: - m_dline.c, m_kline.c: expiry time for *LINES set by remote clients is no longer capped at MAX_TDKLINE_TIME
m_knock.c 7006 (9 years ago) by michael: - Update copyright years
m_links.c 7330 (9 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_list.c 7076 (9 years ago) by michael: - Constifications; style cleanups in some places
m_locops.c 7209 (9 years ago) by michael: - Clustering has been broken in -r7159. 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_lusers.c 7330 (9 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_map.c 7330 (9 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_module.c 7076 (9 years ago) by michael: - Constifications; style cleanups in some places
m_motd.c 7330 (9 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_names.c 7006 (9 years ago) by michael: - Update copyright years
m_oper.c 7403 (9 years ago) by michael: - Remove useless parameters from operator_find()
m_pass.c 7032 (9 years ago) by michael: - Renamed MyCalloc to xcalloc
m_ping.c 7006 (9 years ago) by michael: - Update copyright years
m_pong.c 7006 (9 years ago) by michael: - Update copyright years
m_post.c 7006 (9 years ago) by michael: - Update copyright years
m_rehash.c 7209 (9 years ago) by michael: - Clustering has been broken in -r7159. 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_restart.c 7006 (9 years ago) by michael: - Update copyright years
m_resv.c 7409 (9 years ago) by michael: - m_resv.c:resv_handle(): allow services to override valid_wild_card_simple()
m_set.c 7407 (9 years ago) by michael: - m_set.c:quote_autoconn(): use conf->name when reporting the server name
m_stats.c 7427 (9 years ago) by michael: - m_stats.c: remove unused header includes
m_svinfo.c 7330 (9 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_svsjoin.c 7006 (9 years ago) by michael: - Update copyright years
m_svskill.c 7375 (9 years ago) by michael: - m_svskill.c: remove unused header include
m_svsmode.c 7330 (9 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_svsnick.c 7330 (9 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_svspart.c 7006 (9 years ago) by michael: - Update copyright years
m_svstag.c 7373 (9 years ago) by michael: - m_svstag.c: remove unused header includes
m_tburst.c 7330 (9 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_time.c 7006 (9 years ago) by michael: - Update copyright years
m_topic.c 7090 (9 years ago) by michael: - m_topic.c: mention that parv[2] can be an empty string
m_trace.c 7046 (9 years ago) by michael: - Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND
m_undline.c 7209 (9 years ago) by michael: - Clustering has been broken in -r7159. 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_unkline.c 7209 (9 years ago) by michael: - Clustering has been broken in -r7159. 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_unresv.c 7282 (9 years ago) by michael: - Cleanup/separate RESV conf implementation
m_unxline.c 7304 (9 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
m_user.c 7006 (9 years ago) by michael: - Update copyright years
m_userhost.c 7048 (9 years ago) by michael: - m_userhost.c: replaced a MyClient() test with just MyConnect()
m_version.c 7330 (9 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_wallops.c 7006 (9 years ago) by michael: - Update copyright years
m_watch.c 7085 (9 years ago) by michael: - m_watch.c:m_watch(): removed pointless increment on 'user'
m_webirc.c 7101 (9 years ago) by michael: - m_webirc.c: constification; avoid multiple array indices; stylistic changes; improve server notices
m_who.c 7330 (9 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_whois.c 7330 (9 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_whowas.c 7330 (9 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_xline.c 7415 (9 years ago) by michael: - m_xline.c: deduplicate
2 directories and 65 files shown