ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r9816
File (rev) Last Change
 ../
whowas.c 9442 (6 years ago) by michael: - whowas.h, whowas.c: rename Whowas::online to Whowas::client
user.c 9775 (5 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.
tls_wolfssl.c 9529 (6 years ago) by michael: - tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
tls_openssl.c 9529 (6 years ago) by michael: - tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
tls_none.c 9224 (6 years ago) by michael: - Renamings: tls_new_cred -> tls_new_credentials tls_free_cred -> tls_free_credentials tls_verify_cert -> tls_verify_certificate
tls_gnutls.c 9591 (6 years ago) by michael: - tls_gnutls.c:tls_set_ciphers(): fixed broken string conversion specifier
server_capab.c 9625 (5 years ago) by michael: - Remove CAPAB_QS. Quit Storm removal is default behavior for more than 20 years now.
server.c 9684 (5 years ago) by michael: - Restore backwards compatibility mode for non RHOST server. Final removal is scheduled for the end of 2020.
send.c 9816 (5 years ago) by michael: - Revert echo-message changes for now
s_bsd_poll.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
s_bsd_kqueue.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
s_bsd_epoll.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
s_bsd_devpoll.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
s_bsd.c 9590 (6 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"
rng_mt.c 7668 (10 years ago) by michael: - Fixed svn properties
restart.c 9762 (5 years ago) by michael: - Stylistical changes
reslib.c 7668 (10 years ago) by michael: - Fixed svn properties
res.c 9596 (6 years ago) by michael: - Cleanup ip address matching routine in various places
patricia.c 8630 (7 years ago) by michael: - patricia.c:ascii2prefix(): fixed compile warning
parse.c 9415 (6 years ago) by michael: - parse.c:parse(): move comment to where it really belongs to
packet.c 9549 (6 years ago) by michael: - packet.c:parse_client_queued(): use 'return' consistently. 'break' needs to be used only in case of a state change
numeric.c 9775 (5 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.
motd.c 9608 (6 years ago) by michael: - Stylistic changes
monitor.c 9769 (5 years ago) by michael: - monitor.c:monitor_count_memory(): add +1 for '\0'
modules.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
misc.c 9596 (6 years ago) by michael: - Cleanup ip address matching routine in various places
memory.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
match.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
log.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
listener.c 9615 (6 years ago) by michael: - m_stats.c, listener.c: listener->active is of type bool. Use true/false where appropriate; change inetport() to bool
list.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
isupport.c 9781 (5 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
ircd_signal.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
ircd.c 9707 (5 years ago) by michael: - ircd.c: tweak event_try_connections interval. try_connections() gets called every 15 seconds.
irc_string.c 9331 (6 years ago) by michael: - Remove strtok_r() compatibility code
ipcache.c 9335 (6 years ago) by michael: - Fixed style inconsistencies in various places
id.c 9646 (5 years ago) by michael: - id.c:valid_sid(), valid_uid(): don't allow lowercase letters in server/user IDs. Changes provided by Adam.
hostmask.c 9596 (6 years ago) by michael: - Cleanup ip address matching routine in various places
hash.c 9546 (6 years ago) by michael: - channel_mode.c:channel_modes(): minor optimization to save potentially redundant member_find_link() calls
getopt.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
fdlist.c 9157 (6 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
extban_usermode.c 9303 (6 years ago) by michael: - Remove unused header includes
extban_tlsinfo.c 9459 (6 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_server.c 9250 (6 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_operclass.c 9250 (6 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_nick.c 9295 (6 years ago) by michael: - propset
extban_mute.c 9303 (6 years ago) by michael: - Remove unused header includes
extban_join.c 9303 (6 years ago) by michael: - Remove unused header includes
extban_gecos.c 9250 (6 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban_fingerprint.c 9408 (6 years ago) by michael: - Rename Client::certfp to Client::tls_certfp
extban_channel.c 9458 (6 years ago) by michael: - extban_channel.c: documenting
extban_account.c 9250 (6 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
extban.c 9459 (6 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
event.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
dbuf.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
conf_shared.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
conf_service.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
conf_resv.c 9608 (6 years ago) by michael: - Stylistic changes
conf_pseudo.c 9762 (5 years ago) by michael: - Stylistical changes
conf_parser.y 9775 (5 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.h 9776 (5 years ago) by michael: - Re-create autogenerated parser files
conf_parser.c 9776 (5 years ago) by michael: - Re-create autogenerated parser files
conf_lexer.l 9775 (5 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_lexer.c 9776 (5 years ago) by michael: - Re-create autogenerated parser files
conf_gecos.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
conf_db.c 9101 (6 years ago) by michael: - Bump copyright years everywhere
conf_cluster.c 9250 (6 years ago) by michael: - Rename most occurrences of 'client_p' to 'client'
conf_class.c 9709 (5 years ago) by michael: - conf_class.c:class_find(): minor readability improvement
conf.c 9762 (5 years ago) by michael: - Stylistical changes
client_svstag.c 9602 (6 years ago) by michael: - client_svstag.c: whitespace change
client.c 9762 (5 years ago) by michael: - Stylistical changes
channel_mode.c 9598 (6 years ago) by michael: - Style corrections; reformatting
channel_invite.c 9354 (6 years ago) by michael: - channel_invite.c:invite_find(): add some basic documentation
channel.c 9762 (5 years ago) by michael: - Stylistical changes
auth.c 9596 (6 years ago) by michael: - Cleanup ip address matching routine in various places
Makefile.in 9751 (5 years ago) by michael: - Rebuild autogenerated files
Makefile.am 9750 (5 years ago) by michael: - Replace WATCH with IRCv3.2 MONITOR
0 directories and 77 files shown