]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2008-06-27 Alexander BartonMerge autogen.sh changes
2008-06-27 Alexander Bartonautogen.sh: Don't set AUTO{CONF|MAKE}_VERSION and WANT_...
2008-06-27 Alexander Bartonautogen.sh: correctly test for and export ACLOCAL variable
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 BartonGIT: added src/src/config.h.in~ to ignore list.
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-28 Alexander BartonGIT: ignore de.barton.ngircd.plist, it is a generated...
2008-05-27 Alexander Bartonngircd.init: use LSB logging functions, if available.
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-26 Alexander BartonMac OS X LaunchDaemon script: log messages to /Library...
2008-05-25 Florian Westphalconfigure.in: don't check for "obvious" standard functions.
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-15 Florian WestphalAdd FAQ entry for 'Where is the log file'?
2008-05-15 Brandon BeresiniAdd tests for MOTD, VERSION, TIME, USERHOST
2008-05-13 Alexander BartonUpdated list of authors (AUTHORS file)
2008-05-13 Alexander BartonUpdate master development branch
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-11 Alexander BartonUpdate ngIRCd manual pages
2008-05-11 Alexander BartonGIT: ignore symbolic links to tests in testsuite directory
2008-05-11 Alexander BartonFixes to who-test: accept "localhost.<domain>" as well...
2008-05-10 Florian Westphalng_ipaddr.h must include netinet/in.h.
2008-05-09 Brandon BeresiniRemoved space after # so that Cygwin's version of expec...
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 Florian WestphalAdd invite-test.e to test suite.
2008-05-05 Dana DahlstromTests for the INVITE command.
2008-05-05 Dana DahlstromInvite: prefix last argument with colon when necessary.
2008-05-05 Dana Dahlstromtests for JOIN and various replies
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 Dana DahlstromFixes to who-test: accept any ident, escape some '...
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 Alexander BartonOn AIX (for example) socklen_t is defined in sys/socket.h
2008-05-01 Florian WestphalAlways enable modeless channels.
2008-05-01 Alexander BartonPrevent GIT to complain about opless-channel-test link
2008-05-01 Ali ShemiranAdd support for modeless channels
2008-04-29 Alexander BartonUpdated NEWS and ChangeLog for ngIRCd 0.12.0-pre2.
2008-04-29 Alexander Barton--configtest: fix missing whitespace at "ConnectIPv4...
2008-04-29 Alexander Barton--enable-ipv6: fix indentation in ./configure --help...
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-29 Florian WestphalTestsuite: remove erroneous ConfUID setting in config...
2008-04-24 Alexander BartonGet rid of cvs-version.* and CVSDATE definition.
2008-04-24 Alexander BartonDocumentation: get rid of some more references to CVS...
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 BartonDon't include doc/CVS.txt in distribution archive,...
2008-04-20 Alexander BartonSynchronized branch-0-12-x (ngIRCd 0.12.0-pre1) with...
2008-04-20 Alexander BartonUpdated NEWS and ChangeLog for upcoming 0.12.0-pre1...
2008-04-20 Alexander BartonUpdated copyright notice to read "2001-2008".
2008-04-20 Alexander BartonAdded make target "testsuite"
2008-04-20 Alexander BartonFixed "xcode" make target (used to build ngIRCd with...
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...
2008-04-19 Florian WestphalChannel_Mode: unify 'b' and 'I' switch/case handling.
2008-04-19 Florian WestphalChannel_Mode: Unify Del_Invite and Del_Ban handler
2008-04-19 Florian WestphalConstify Lists_MakeMask argument and return type.
2008-04-19 Florian WestphalChannel_Mode: Unify Add_Invite and Add_Ban handler
2008-04-13 Alexander BartonEnable more compiler warnings when using Xcode.
2008-04-12 Alexander BartonGIT should ignore user preferences files inside Xcode...
2008-04-12 Alexander BartonUpdated Xcode project file.
2008-04-12 Florian WestphalConvert CVS commands to their git equivalents.
2008-04-09 Alexander BartonAdded "portabtest" binary to .gitignore file in src...
2008-04-09 Alexander BartonInclude Mac OS X Xcode project in distribution archives...
2008-04-09 Alexander BartonInclude Mac OS X Xcode project in distribution archives.
2008-04-09 Alexander BartonMoved .cvsignore files to .gitignore
2008-04-04 Florian WestphalFix client.c sparse warnings.
2008-04-03 Florian Westphalio.c: kill select FD_SETSIZE sanity check in io_library...
2008-04-03 Florian Westphalio.c: fix select FD_SETSIZE check when using epoll...
2008-03-27 Florian Westphalio.c: try to cut down the number of ifdefs.
2008-03-26 Florian WestphalDo not exit unconditionally if config file cannot be...
2008-03-11 Alexander BartonFix #include's: search log.h locally, include string...
2008-02-26 Florian WestphalIPv6 support.
2008-02-26 Alexander BartonUpdated ChangeLog to include 0.11.1.
2008-02-26 Rolf Eike BeerFix sending of JOINs between servers.
2008-02-26 Florian WestphalChannel_Mode cleanups
2008-02-26 Alexander BartonLaunchDaemon plist for Mac OS X/Darwin launchd.
2008-02-26 Alexander BartonInstall a LaunchDaemon script to start/stop ngIRCd...
2008-02-26 Alexander BartonAdded new test files to Xcode project.
2008-02-26 Alexander BartonRemoved the SQUIT test for now, actually we don't suppo...
2008-02-26 Alexander BartonImplemented IRC commands INFO, USERS (dummy), and SUMMO...
next