../
|
core/
|
6904
(10 years ago)
by michael:
- Add CMEMBER_STATUS_FLAGS / CMEMBER_STATUS_FLAGS_LEN and make use of it in some places (replaces some magic values sprinkled in the code)
|
extra/
|
6814
(10 years ago)
by michael:
- m_opme.c: made server notices less verbose
|
Makefile.am
|
6592
(10 years ago)
by michael:
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
|
Makefile.in
|
6592
(10 years ago)
by michael:
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
|
m_accept.c
|
6546
(10 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
m_admin.c
|
6527
(10 years ago)
by michael:
- Fixed inconsistent style in several places
|
m_away.c
|
6774
(10 years ago)
by michael:
- Implement ircv3.2 chghost client capability support
|
m_cap.c
|
6774
(10 years ago)
by michael:
- Implement ircv3.2 chghost client capability support
|
m_capab.c
|
6546
(10 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
m_certfp.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_close.c
|
6488
(10 years ago)
by michael:
- Added 'close' to irc-operator flags
|
m_connect.c
|
6363
(10 years ago)
by michael:
- Remove unused header includes
|
m_dline.c
|
6782
(10 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
m_encap.c
|
6354
(10 years ago)
by michael:
- Rename server capabilities flags from CAP_* to CAPAB_*
|
m_eob.c
|
6318
(10 years ago)
by michael:
- Get rid of UMODE_ALL
|
m_etrace.c
|
6704
(10 years ago)
by michael:
- m_etrace.c:do_etrace(): cleanup
|
m_globops.c
|
6318
(10 years ago)
by michael:
- Get rid of UMODE_ALL
|
m_hash.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_help.c
|
6350
(10 years ago)
by michael:
- Make use of enum in more places
|
m_info.c
|
6792
(10 years ago)
by michael:
- Add channel::invite_delay_channel configuration option
|
m_invite.c
|
6900
(10 years ago)
by michael:
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
|
m_ison.c
|
6546
(10 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
m_kline.c
|
6782
(10 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
m_knock.c
|
6759
(10 years ago)
by michael:
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
|
m_links.c
|
6355
(10 years ago)
by michael:
- m_links.c:do_links(): use const on 'target_p'
|
m_list.c
|
6546
(10 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
m_locops.c
|
6628
(10 years ago)
by michael:
- Rename uconf_items to shared_items and oconf_items to operator_items
|
m_lusers.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_map.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_module.c
|
6318
(10 years ago)
by michael:
- Get rid of UMODE_ALL
|
m_motd.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_names.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_oper.c
|
6782
(10 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
m_pass.c
|
6890
(10 years ago)
by michael:
- m_server.c: add 'flag' and 'sid' argument to SERVER command; add 'flag' argument to SID command.
- m_pass.c: mention that parv[3] and parv[4] will be deprecated in some future release
|
m_ping.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_pong.c
|
6313
(10 years ago)
by michael:
- Make use of the *Flag() macros in some more places
|
m_post.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_rehash.c
|
6318
(10 years ago)
by michael:
- Get rid of UMODE_ALL
|
m_restart.c
|
6357
(10 years ago)
by michael:
- Make server_die() use enum; minor cleanups here and there
|
m_resv.c
|
6782
(10 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
m_set.c
|
6375
(10 years ago)
by michael:
- Remove splitmode checking
|
m_stats.c
|
6846
(10 years ago)
by michael:
- m_stats.c: made the idle time look nicer in STATS v|p by using a formatted time string
|
m_svinfo.c
|
6874
(10 years ago)
by michael:
- m_svinfo.c: whitespace changes
|
m_svsjoin.c
|
6259
(11 years ago)
by michael:
- Set keyword and eol-style properties
|
m_svskill.c
|
6900
(10 years ago)
by michael:
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
|
m_svsmode.c
|
6900
(10 years ago)
by michael:
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
|
m_svsnick.c
|
6900
(10 years ago)
by michael:
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
|
m_svspart.c
|
6259
(11 years ago)
by michael:
- Set keyword and eol-style properties
|
m_svstag.c
|
6900
(10 years ago)
by michael:
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
|
m_tburst.c
|
6900
(10 years ago)
by michael:
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now
|
m_time.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_topic.c
|
6759
(10 years ago)
by michael:
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
|
m_trace.c
|
6443
(10 years ago)
by michael:
- m_trace.c: allow remote operators to request a full client list; various other cleanups
|
m_undline.c
|
6628
(10 years ago)
by michael:
- Rename uconf_items to shared_items and oconf_items to operator_items
|
m_unkline.c
|
6628
(10 years ago)
by michael:
- Rename uconf_items to shared_items and oconf_items to operator_items
|
m_unresv.c
|
6628
(10 years ago)
by michael:
- Rename uconf_items to shared_items and oconf_items to operator_items
|
m_unxline.c
|
6716
(10 years ago)
by michael:
- Rename 'xconf_item' list to 'gecos_items'
|
m_user.c
|
6313
(10 years ago)
by michael:
- Make use of the *Flag() macros in some more places
|
m_userhost.c
|
6625
(10 years ago)
by michael:
- m_userhost.c: minor documentation update
|
m_version.c
|
6185
(11 years ago)
by michael:
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
|
m_wallops.c
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
m_watch.c
|
6546
(10 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
m_webirc.c
|
6313
(10 years ago)
by michael:
- Make use of the *Flag() macros in some more places
|
m_who.c
|
6705
(10 years ago)
by michael:
- m_who.c: use const keyword where appropriate
|
m_whois.c
|
6831
(10 years ago)
by michael:
- Removed backwards compatibility hack for older servers that allowed client->sockhost being "0"
|
m_whowas.c
|
6885
(10 years ago)
by michael:
- Remove unused header includes
|
m_xline.c
|
6850
(10 years ago)
by michael:
- m_xline.c: removed me_xline() encap handler
|