ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r9834
File Last Change
 ../
Makefile.am 9750 (4 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
Makefile.in 9751 (4 years ago) by michael: - Rebuild autogenerated files
auth.c 9596 (4 years ago) by michael: - Cleanup ip address matching routine in various places
channel.c 9834 (4 years ago) by michael: - Stylistical changes
channel_invite.c 9354 (5 years ago) by michael: - channel_invite.c:invite_find(): add some basic documentation
channel_mode.c 9834 (4 years ago) by michael: - Stylistical changes
client.c 9762 (4 years ago) by michael: - Stylistical changes
client_svstag.c 9602 (4 years ago) by michael: - client_svstag.c: whitespace change
conf.c 9762 (4 years ago) by michael: - Stylistical changes
conf_class.c 9709 (4 years ago) by michael: - conf_class.c:class_find(): minor readability improvement
conf_cluster.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
conf_db.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_gecos.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_lexer.c 9776 (4 years ago) by michael: - Re-create autogenerated parser files
conf_lexer.l 9775 (4 years ago) by michael: User mode `B` has been implemented. Clients with that mode set are marked as a bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as the `bot` directive is set in `general::oper_only_umodes`), servers, and services. This mode can for example be used to mark HOPM as official network bot.
conf_parser.c 9776 (4 years ago) by michael: - Re-create autogenerated parser files
conf_parser.h 9776 (4 years ago) by michael: - Re-create autogenerated parser files
conf_parser.y 9775 (4 years ago) by michael: User mode `B` has been implemented. Clients with that mode set are marked as a bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as the `bot` directive is set in `general::oper_only_umodes`), servers, and services. This mode can for example be used to mark HOPM as official network bot.
conf_pseudo.c 9762 (4 years ago) by michael: - Stylistical changes
conf_resv.c 9608 (4 years ago) by michael: - Stylistic changes
conf_service.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_shared.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
dbuf.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
event.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
extban.c 9819 (4 years ago) by michael: - extban.c:extban_get_isupport(): remove useless post-increment on 'p'
extban_account.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_channel.c 9458 (5 years ago) by michael: - extban_channel.c: documenting
extban_fingerprint.c 9408 (5 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
extban_gecos.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_join.c 9303 (5 years ago) by michael: - Remove unused header includes
extban_mute.c 9303 (5 years ago) by michael: - Remove unused header includes
extban_nick.c 9295 (5 years ago) by michael: - propset
extban_operclass.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_server.c 9250 (5 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_tlsinfo.c 9459 (5 years ago) by michael: - Extban $t of type 'acting' has been implemented. This extban allows matching based on TLS protocol version and/or cipher suite
extban_usermode.c 9303 (5 years ago) by michael: - Remove unused header includes
fdlist.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
getopt.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
hash.c 9546 (5 years ago) by michael: - channel_mode.c:channel_modes(): minor optimization to save potentially redundant member_find_link() calls
hostmask.c 9596 (4 years ago) by michael: - Cleanup ip address matching routine in various places
id.c 9646 (4 years ago) by michael: - id.c:valid_sid(), valid_uid(): don't allow lowercase letters in server/user IDs. Changes provided by Adam.
ipcache.c 9335 (5 years ago) by michael: - Fixed style inconsistencies in various places
irc_string.c 9331 (5 years ago) by michael: - Remove strtok_r() compatibility code
ircd.c 9707 (4 years ago) by michael: - ircd.c: tweak event_try_connections interval. try_connections() gets called every 15 seconds.
ircd_signal.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
isupport.c 9781 (4 years ago) by michael: - isupport.c:isupport_init(): add BOT=B to RPL_ISUPPORT as proposed in https://github.com/ircv3/ircv3-ideas/issues/43
list.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
listener.c 9615 (4 years ago) by michael: - m_stats.c, listener.c: listener->active is of type bool. Use true/false where appropriate; change inetport() to bool
log.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
match.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
memory.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
misc.c 9596 (4 years ago) by michael: - Cleanup ip address matching routine in various places
modules.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
monitor.c 9827 (4 years ago) by michael: - monitor.h, monitor.c: monitor_find_hash() doesn't need to be externally visible
motd.c 9608 (4 years ago) by michael: - Stylistic changes
numeric.c 9775 (4 years ago) by michael: User mode `B` has been implemented. Clients with that mode set are marked as a bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as the `bot` directive is set in `general::oper_only_umodes`), servers, and services. This mode can for example be used to mark HOPM as official network bot.
packet.c 9549 (5 years ago) by michael: - packet.c:parse_client_queued(): use 'return' consistently. 'break' needs to be used only in case of a state change
parse.c 9415 (5 years ago) by michael: - parse.c:parse(): move comment to where it really belongs to
patricia.c 8630 (6 years ago) by michael: - patricia.c:ascii2prefix(): fixed compile warning
res.c 9596 (4 years ago) by michael: - Cleanup ip address matching routine in various places
reslib.c 7668 (9 years ago) by michael: - Fixed svn properties
restart.c 9762 (4 years ago) by michael: - Stylistical changes
rng_mt.c 7668 (9 years ago) by michael: - Fixed svn properties
s_bsd.c 9590 (4 years ago) by michael: - Make use of listener_has_flag() in various places; client-only listeners are now marked with a 'C' in "/stats P"
s_bsd_devpoll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_epoll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_kqueue.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_poll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
send.c 9816 (4 years ago) by michael: - Revert echo-message changes for now
server.c 9684 (4 years ago) by michael: - Restore backwards compatibility mode for non RHOST server. Final removal is scheduled for the end of 2020.
server_capab.c 9625 (4 years ago) by michael: - Remove CAPAB_QS. Quit Storm removal is default behavior for more than 20 years now.
tls_gnutls.c 9591 (4 years ago) by michael: - tls_gnutls.c:tls_set_ciphers(): fixed broken string conversion specifier
tls_none.c 9224 (5 years ago) by michael: - Renamings: tls_new_cred -> tls_new_credentials tls_free_cred -> tls_free_credentials tls_verify_cert -> tls_verify_certificate
tls_openssl.c 9529 (5 years ago) by michael: - tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
tls_wolfssl.c 9529 (5 years ago) by michael: - tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
user.c 9775 (4 years ago) by michael: User mode `B` has been implemented. Clients with that mode set are marked as a bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as the `bot` directive is set in `general::oper_only_umodes`), servers, and services. This mode can for example be used to mark HOPM as official network bot.
whowas.c 9442 (5 years ago) by michael: - whowas.h, whowas.c: rename Whowas::online to Whowas::client
0 directories and 77 files shown