ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r7412
File Last Change (rev)
 ../
core/ 7356 (10 years ago) by michael: - Cleanup more conversion specifiers
extra/ 7107 (10 years ago) by michael: - autoreconf
m_xline.c 7412 (10 years ago) by michael: - m_xline.c: merge relay_xline() into ms_xline(); allow services to override valid_wild_card_simple()
m_kline.c 7410 (10 years ago) by michael: - m_kline.c:ms_kline(): allow services to override valid_wild_card()
m_resv.c 7408 (10 years ago) by michael: - m_resv.c:resv_handle(): allow services to override valid_wild_card_simple()
m_set.c 7406 (10 years ago) by michael: - m_set.c:quote_autoconn(): use conf->name when reporting the server name
m_stats.c 7404 (10 years ago) by michael: - m_stats.c: split report_confitem_types() into two separate functions
m_oper.c 7402 (10 years ago) by michael: - Remove useless parameters from operator_find()
m_connect.c 7400 (10 years ago) by michael: - Cleanups to operator/connect block lookup routines
m_svskill.c 7374 (10 years ago) by michael: - m_svskill.c: remove unused header include
m_svstag.c 7372 (10 years ago) by michael: - m_svstag.c: remove unused header includes
m_eob.c 7338 (10 years ago) by michael: - m_eob.c:ms_eob(): use proper conversion specifier
m_map.c 7329 (10 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_svinfo.c 7329 (10 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 7329 (10 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 (10 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_who.c 7329 (10 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 7329 (10 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 (10 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 7329 (10 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 (10 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_svsmode.c 7329 (10 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 (10 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 7329 (10 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_dline.c 7329 (10 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 (10 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 7329 (10 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 (10 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 (10 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_unxline.c 7303 (10 years ago) by michael: - Cleanup/separate XLINE / gecos{} conf implementation
m_unresv.c 7281 (10 years ago) by michael: - Cleanup/separate RESV conf implementation
m_locops.c 7208 (10 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_undline.c 7208 (10 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 (10 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_unkline.c 7208 (10 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.
Makefile.in 7107 (10 years ago) by michael: - autoreconf
m_webirc.c 7102 (10 years ago) by michael: - m_webirc.c: constification; avoid multiple array indices; stylistic changes; improve server notices
m_topic.c 7089 (10 years ago) by michael: - m_topic.c: mention that parv[2] can be an empty string
m_watch.c 7086 (10 years ago) by michael: - m_watch.c:m_watch(): removed pointless increment on 'user'
m_list.c 7075 (10 years ago) by michael: - Constifications; style cleanups in some places
m_module.c 7075 (10 years ago) by michael: - Constifications; style cleanups in some places
m_userhost.c 7047 (10 years ago) by michael: - m_userhost.c: replaced a MyClient() test with just MyConnect()
m_etrace.c 7045 (10 years ago) by michael: - Rename 'non-standard' RPL_TRACEEND to RPL_ENDOFTRACE
m_trace.c 7045 (10 years ago) by michael: - Rename 'non-standard' RPL_TRACEEND to RPL_ENDOFTRACE
m_accept.c 7033 (10 years ago) by michael: - Renamed MyCalloc to xcalloc
m_pass.c 7033 (10 years ago) by michael: - Renamed MyCalloc to xcalloc
m_certfp.c 7033 (10 years ago) by michael: - Renamed MyCalloc to xcalloc
m_close.c 7007 (10 years ago) by michael: - Update copyright years
m_capab.c 7007 (10 years ago) by michael: - Update copyright years
m_globops.c 7007 (10 years ago) by michael: - Update copyright years
m_svsjoin.c 7007 (10 years ago) by michael: - Update copyright years
m_away.c 7007 (10 years ago) by michael: - Update copyright years
m_cap.c 7007 (10 years ago) by michael: - Update copyright years
m_user.c 7007 (10 years ago) by michael: - Update copyright years
m_ison.c 7007 (10 years ago) by michael: - Update copyright years
m_pong.c 7007 (10 years ago) by michael: - Update copyright years
m_ping.c 7007 (10 years ago) by michael: - Update copyright years
m_time.c 7007 (10 years ago) by michael: - Update copyright years
m_hash.c 7007 (10 years ago) by michael: - Update copyright years
m_post.c 7007 (10 years ago) by michael: - Update copyright years
m_encap.c 7007 (10 years ago) by michael: - Update copyright years
m_knock.c 7007 (10 years ago) by michael: - Update copyright years
m_names.c 7007 (10 years ago) by michael: - Update copyright years
m_svspart.c 7007 (10 years ago) by michael: - Update copyright years
m_restart.c 7007 (10 years ago) by michael: - Update copyright years
m_wallops.c 7007 (10 years ago) by michael: - Update copyright years
Makefile.am 6591 (10 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
2 directories and 65 files shown