]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd
Implement the IRC command "SERVLIST"
[ngircd-alex.git] / src / ngircd /
2008-11-19 Alexander BartonImplement the IRC command "SERVLIST"
2008-11-17 Alexander BartonCreate local &SERVER channel and log server messages... bug87-LocalChannel
2008-11-17 Alexander BartonImplement local channels (prefix "&")
2008-11-12 Alexander BartonAdd conf-ssl.h to "noinst_HEADERS"
2008-11-12 Alexander BartonConnection counter: count outgoing connections as well.
2008-11-11 Alexander BartonIgnore numeric 020 ("please wait while we process your...
2008-11-11 Alexander BartonGNUTLS: define new API types when installed library...
2008-11-11 Alexander BartonConsole log: output timestamp (seconds since start...
2008-11-10 Alexander BartonConsole log: output timestamp (seconds since start...
2008-10-29 Florian Westphalconn-ssl.c: work around gnutls API problems on 64 bit...
2008-10-29 Alexander BartonGIT: don't ignore cvs-version.{h|new}, because it isn...
2008-10-19 Alexander BartonFix ForwardLookup(): "ISO C90 forbids specifying subobj...
2008-10-19 Alexander BartonFix ConnSSL_LogCertInfo(): unused variable "cred" ...
2008-09-23 Alexander BartonEnable KICK to be handled from remote servers and from... services
2008-09-23 Alexander BartonRespect RFC 1459 compatibility mode when announcing...
2008-09-23 Alexander BartonAnnounce IRC services in the network.
2008-09-23 Alexander BartonChange Introduce_Client() to set the correct client...
2008-09-23 Alexander BartonConvert SQUERY to PRIVMSG on RFC 1459 compliant links.
2008-09-23 Alexander BartonDon't allow SQUERY to send to "target masks" and channe...
2008-09-23 Alexander BartonFix PRIVMSG/NOTICE handler (II): keep command when...
2008-09-23 Alexander BartonFix PRIVMSG/NOTICE handler Send_Message(): don't forwar...
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-09-23 Alexander BartonAllow IRC services to change their nick names.
2008-09-23 Alexander BartonNew function Client_TypeText() and Destroy_UserOrService().
2008-09-23 Alexander BartonSend_Message(): really enforce target client type.
2008-09-23 Alexander BartonAllow ngIRCd to detect services connected to an "virtua...
2008-09-23 Alexander BartonCentralize logging functions in Introduce_Client().
2008-09-23 Alexander BartonGet rid of INTRO_INFO structure again: we don't need...
2008-09-23 Alexander BartonAnnounce_User(): support RFC 1459 compatibility mode.
2008-09-23 Alexander BartonIntroduce_Client(): send MODES in RFC 1459 mode, too.
2008-09-23 Alexander Bartonnumeric.c: whitespace fixes ...
2008-09-23 Alexander BartonServer links: detect RFC 1459 mode direct after SERVER...
2008-09-23 Alexander BartonSend and handle NICK+USER commands for user registratio...
2008-09-23 Alexander BartonNew function IRC_WriteStrServersPrefixFlag_CB() using...
2008-09-23 Alexander BartonNew function Introduce_Client() to announce new local...
2008-09-23 Alexander BartonNew connection option CONN_RFC1459.
2008-09-23 Alexander BartonNew global function Conn_SetOption().
2008-09-23 Alexander BartonUSER: servers and services can alter user information...
2008-09-23 Alexander BartonNICK: allow servers and services to use RFC 1459 syntax...
2008-09-23 Alexander BartonWhitespace fixes: remove trailing tabulator characters.
2008-09-15 Florian Westphalconn-ssl.c: don't append a newline to ConnSSL_GetCipherInfo
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-09-13 Florian WestphalTLS/SSL support: core files.
2008-08-30 Florian WestphalFix handling of MaxConnections option
2008-08-18 Alexander BartonInclude "mcheck.h" when using mtrace().
2008-08-17 Alexander BartonSECURITY: Fixed a message handling bug which could...
2008-08-13 Alexander BartonEnable GNU libc "memory tracing" when compiled with...
2008-08-01 Alexander BartonMake ngIRCd compile and run on NeXTSTEP 3.3 and OPENSTE...
2008-07-27 Alexander BartonFix Validate_Args(): unused parameter "Idx" and "Req"
2008-07-27 Alexander BartonFix Send_Message(): "lastCurrentTarget" may be used...
2008-07-27 Alexander BartonFix t_diff(): declaration of 'div' shadows a global...
2008-07-27 Alexander BartonCosmetic whitespace and line length fixes, mostly in... bug77-PRIVMSG-NOTICE
2008-07-26 Brandon BeresiniCleaned up PRIVMSG and NOTICE patches.
2008-07-26 Brandon BeresiniCumulative Message Patch
2008-07-22 Alexander BartonDon't allow empty channel names ("#") in strict RFC...
2008-07-22 Alexander BartonReturn 461 (syntax error) on "JOIN :" and "PART :"
2008-07-22 Alexander BartonChannel_Join(): Code cleanup.
2008-06-27 Alexander BartonMerge autogen.sh changes
2008-06-16 Eric GrunowTranslated comments from German to English
2008-06-16 Alexander BartonFix GCC warnings for possibly uninitialized variables...
2008-06-11 Alexander BartonAllow mixed line terminations (CR+LF/CR/LF) in non...
2008-05-30 Alexander BartonDon't allow stray \r or \n in command parameters
2008-05-27 Alexander Barton--configtest: return non-zero exit code if there are...
2008-05-26 Alexander BartonHandle_Buffer(): code cleanup.
2008-05-26 Alexander BartonConn_Handler(): cleanup code, add/translate comments.
2008-05-26 Scott PerryUse strtok_r instead of strchr in IRC_JOIN.
2008-05-24 Alexander BartonReset client idle time on NICK, JOIN, and PART
2008-05-19 Florian WestphalRemove ListenIPv4/ListenIPv6 options.
2008-05-19 Florian Westphalmake Listen parameter a comma-seperated list of addresses.
2008-05-18 Jari AaltoAdd option aliases -V (for --version) and -h (for ...
2008-05-13 Alexander BartonMerge commit 'aad49bd260494878aed6795c7a897ad1d28c3082'
2008-05-12 Scott PerryThis patch implements a (maybe) compliant WHOWAS command.
2008-05-12 Florian WestphalIf bind() fails, also print ip address and not just...
2008-05-10 Florian Westphalng_ipaddr.h must include netinet/in.h.
2008-05-09 Ali ShemiranFix secret channel information leak
2008-05-08 ashemira@ucsd.eduAdded Cygwin uid kludge. (verified working)
2008-05-08 Eric GrunowAnglified and improved comments in channel.c and channel.h
2008-05-05 Alexander BartonImplement IRC commands SERVICE, SERVLIST, and SQUERY... bug74-SrvCmds
2008-05-05 Dana DahlstromInvite: prefix last argument with colon when necessary.
2008-05-05 Bryan CaldwellAllow KICK to handle comma-delimited lists (of channels...
2008-05-05 Florian WestphalInvite: Send RPL_AWAY to client sending the invite...
2008-05-05 Florian WestphalIRC_INVITE: coding style cleanup.
2008-05-05 Florian WestphalConstify some of Channel_Kick()s arguments.
2008-05-05 Florian Westphalconstify Client_Search() argument.
2008-05-05 Rolf Eike BeerAllow IRC ops to ignore channel limits when joining
2008-05-02 Alexander BartonHandle 1-character messages terminated with CR or LF...
2008-05-01 Florian WestphalAlways enable modeless channels.
2008-05-01 Ali ShemiranAdd support for modeless channels
2008-04-29 Alexander Barton--configtest: fix missing whitespace at "ConnectIPv4...
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-24 Alexander BartonGet rid of cvs-version.* and CVSDATE definition.
2008-04-24 Alexander BartonReport ERR_NOTONCHANNEL when trying to part a channel... bug81-PART
2008-04-24 Alexander BartonChannel_Part(): Code and comment cleanup.
2008-04-24 Alexander BartonIRC_PART(): code and comment cleanup.
2008-04-20 Florian WestphalIPv6: Add config options to disabe ipv4/ipv6 support.
2008-04-20 Alexander BartonUpdated copyright notice to read "2001-2008".
2008-04-19 Florian WestphalChannel_Mode: Remove duplicate code.
2008-04-19 Florian WestphalChannel_Mode: change order of if (set) and if (client...
2008-04-19 Florian WestphalChannel_Mode: Re-indent switch.
2008-04-19 Florian WestphalChannel_Mode: check return type of Invite/Ban Add/Del...
next