]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-info.c
Don't abort startup when setgid/setuid() fails with EINVAL
[ngircd-alex.git] / src / ngircd / irc-info.c
2024-01-18 Alexander BartonAnnotate "fall through" cases to silence warnings
2024-01-16 Alexander BartonSpelling fixes, mostly in file comments
2023-09-17 Alexander BartonMerge branch 'katp32/master'
2023-08-03 Alexander BartonHide +i users on "WHOIS <pattern>"
2023-01-02 michiAllow ircops to use WHO on any channel.
2020-11-02 Alexander BartonRevert "Show allowed channel types in ISUPPORT(005...
2020-05-07 Alexander BartonShow allowed channel types in ISUPPORT(005) numeric...
2016-12-05 Alexander Bartongcc 6.2 warnings: fix code indentation
2015-08-26 Christoph BiedlReproducible builds
2015-06-07 Alexander BartonMerge remote-tracking branch 'LucentW/master'
2015-05-13 Alexander BartonStreamline effect of "MorePrivacy" option (WHOIS, LIST)
2015-04-30 Alexander BartonMerge pull request #197 from LucentW/master
2015-04-29 LucentWFixed indents 2
2015-04-29 LucentWFixed indents and documentation
2015-04-29 LucentWImplement +I (private channel list on whois)
2015-03-14 Alexander BartonFix "WHO #<chan>" showing invisible users and hiding...
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2014-01-27 Alexander BartonUse correct sender as target for ISUPPORT replies on...
2014-01-26 Alexander BartonReturn ISUPPORT(005) numerics on "VERSION"
2014-01-21 Alexander BartonMerge pull request #5 from grawity/accountname-whois
2014-01-20 Mantas MikulėnasShow account name in WHOIS
2014-01-01 Alexander BartonMerge branch 'bug167-WebircIPAnoDNS' of git://arthur...
2014-01-01 Alexander BartonMerge branch 'bug165-005-NETWORK' of git://arthur.barto...
2013-12-27 Alexander BartonImplement new configuration option "Network" bug165-005-NETWORK
2013-11-07 Federico G. SchwindtAdd comments around some IRC_SetPenalty() calls
2013-11-07 Federico G. SchwindtRework the penalty handling slightly
2013-11-07 Federico G. SchwindtMove IRC_SetPenalty() to Handle_Request() when possible
2013-09-24 Federico G. SchwindtAdd support to show user links using "STATS L"
2013-09-06 Federico G. SchwindtAdd more penalty times
2013-09-06 Federico G. SchwindtRework check for number of parameters
2013-09-05 Federico G. SchwindtReorder checks
2013-09-05 Federico G. SchwindtMove the IRC_SetPenalty() call after the asserts
2013-09-05 Federico G. SchwindtCorrect numeric returned by whois
2013-08-26 Alexander BartonMerge branch 'bug159-WebircIPA'
2013-08-26 Alexander BartonSave client IP address text for "WebIRC" users
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-08-05 Federico G. SchwindtInline who_flags_status
2013-08-04 Federico G. SchwindtSimplify mode checking on channels and users within...
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-08-04 Federico G. SchwindtRename XXX_Fingerprint to XXX_CertFp
2013-08-03 Alexander BartonIntroduce "CHANTYPES" #define
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G. SchwindtSimplify MOTD handling
2013-08-02 Federico G. SchwindtAdd certificate fingerprint support
2013-07-18 Alexander BartonMerge pull request #4 from fgsch/master
2013-07-18 Federico G. SchwindtHandle services in IRC_WHOIS_SendReply()
2013-05-30 Alexander BartonMerge pull request #3 from Cofyc/master
2013-05-30 Yecheng FuLINE_LEN -> COMMAND_LEN
2013-02-15 Alexander BartonMerge branch 'bug151-iconv' into master
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-10 Alexander BartonMerge branch 'systemd'
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-02-09 Alexander BartonUpdate irc-info.c to use irc-macros.h bug153-ServerMask
2013-02-09 Alexander Bartonirc-info.c: add/streamline function documentation comments
2013-02-09 Alexander Bartonirc-info: move static functions at the top of the file
2013-02-08 Alexander Barton"WHO <hostmask>": use displayed hostname for matching
2013-02-03 Alexander BartonEnable WHOIS to display information about IRC Services
2013-01-27 Alexander BartonIRC_WHO_Channel(): Use strlcpy() instead of strcpy()
2012-11-24 Alexander BartonClient_HostnameCloaked() -> Client_HostnameDisplayed()
2012-11-11 Alexander Bartonirc-info.c: Use strlcpy() instead of strcpy()
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-10-06 Alexander BartonWHOIS: show RPL_WHOISHOST_MSG to all IRC Ops in the...
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 DNS777Show active user modes in WHOIS reply
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-23 Alexander BartonFix NAMES/WHO response when client has multi-prefix bug92-xop
2012-09-23 Alexander BartonFix prefix of "halfop" when "multi-prefix" is active
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonFix some "whitespace glitches"
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-09-10 Alexander BartonWHO #channel: don't limit list size
2012-08-28 Alexander BartonIntroduce numeric RPL_HOSTHIDDEN_MSG(396)
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Brian CollinsFix NAMES response when client has multi-prefix
2012-08-26 DNS777Implement an Unreal-like user mode "B" ("Bot mode")
2012-08-06 Sebastian KöhlerImplemented xop support
2012-04-27 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-04-27 Alexander Barton"multi-prefix" capability 2/2: adjust NAME and WHO... capabilities
2012-04-27 Alexander BartonIRC_Send_NAMES(): Code cleanup
2012-01-22 Alexander BartonNew RPL_WHOISHOST_MSG(378): show hostname and IP address
2012-01-22 Alexander BartonFix ERR_{SUMMON|USERS}DISABLED: don't repeat command...
2012-01-16 Alexander BartonNew RPL_WHOISREGNICK_MSG(307) numeric: indicate if...
2012-01-16 Alexander BartonIRC_WHOIS_SendReply(): Code cleanup
2012-01-15 Alexander BartonLimit channel invite and ban lists to 50 entries
2012-01-06 Alexander BartonLimit list replies of LIST, WHO, WHOIS, and MAX_RPL_WHOWAS
2012-01-06 Alexander BartonDEFAULT_WHOWAS->DEF_RPL_WHOWAS; MAX_CMODES_ARG->MAX_HND...
2012-01-06 Alexander BartonRPL_ISUPPORT (numeric 005): Report MODES=<MAX_CMODES_ARG>
2012-01-04 Alexander BartonWHOIS command: make sure matching is case-insensitive
2012-01-04 Alexander BartonWHOIS command: don't anser queries for IRC servers
2012-01-04 Alexander BartonWHOIS command: make sure the reply ends with RPL_ENDOFWHOIS
2012-01-04 Alexander BartonLINKS command: support <mask> parameter
2012-01-04 Alexander BartonIRC_LINKS(): Code cleanup; more documentation
2012-01-02 Alexander BartonISON command: reply with correct upper-/lowercase nick...
2012-01-02 Alexander BartonIRC_ISON(): Code cleanup
next