]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-info.c
Reorder checks
[ngircd-alex.git] / src / ngircd / irc-info.c
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
2012-01-01 Alexander BartonRemove unused "bool have_arg" from IRC_WHO()
2011-12-30 Alexander BartonFixed handling of WHO commands
2011-12-28 Alexander BartonLUSERS reply: only count "visible" channels
2011-12-28 Alexander BartonIRC_Send_LUSERS(): Code cleanup
2011-12-25 Alexander BartonClass_GetList() now retuns a pointer to list_head structure
2011-12-25 Alexander BartonImplement IRC "STATS g" and "STATS k" command
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-25 xorNew configuration opion "MorePrivacy" to "censor" some... MorePrivacy
2011-03-19 Alexander BartonMerge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72...
2011-03-19 Florian WestphalAdd support for up to 3 targets in WHOIS queries.
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-18 Alexander BartonEnable WHOIS command to return information about services
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-10-24 Alexander BartonDon't use PARAMS() macro for function implementations
2010-08-17 Alexander Bartonwrite_whoreply(): respect hostname cloaking bug102-CloakHost
2010-08-17 Alexander BartonIRC_USERHOST(): respect hostname cloaking
2010-08-17 Alexander BartonIRC_USERHOST(): Code cleanup & some documentation
2010-08-17 Alexander BartonWHOIS: respect hostname cloaking
2010-08-12 Florian Westphalngircd: change MOTD file handling
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2010-06-23 Neale PickettShow SSL status in WHOIS, numeric 275
2010-04-23 Alexander BartonNew numeric RPL_STATSCONN (250): display connection...
2010-01-16 Alexander BartonClean up and document IRC_STATS() function
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2009-04-21 Florian Westphalremove or translate old comments
2009-03-05 Alexander BartonEnhance INFO command to report compile time, if available
2008-11-19 Alexander BartonImplement the IRC command "SERVLIST"
2008-11-17 Alexander BartonImplement local channels (prefix "&")
2008-09-13 Florian WestphalTLS/SSL support: code changes.
next