2008-05-12 |
Scott Perry | This patch implements a (maybe) compliant WHOWAS command. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Florian Westphal | If bind() fails, also print ip address and not just... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Florian Westphal | ng_ipaddr.h must include netinet/in.h. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brandon Beresini | Removed space after # so that Cygwin's version of expec... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Ali Shemiran | Fix secret channel information leak |
commit | commitdiff | tree | snapshot |
2008-05-08 |
ashemira@ucsd.edu | Added Cygwin uid kludge. (verified working) |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Eric Grunow | Anglified and improved comments in channel.c and channel.h |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Alexander Barton | Implement IRC commands SERVICE, SERVLIST, and SQUERY... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Florian Westphal | Add invite-test.e to test suite. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dana Dahlstrom | Tests for the INVITE command. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dana Dahlstrom | Invite: prefix last argument with colon when necessary. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dana Dahlstrom | tests for JOIN and various replies |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Bryan Caldwell | Allow KICK to handle comma-delimited lists (of channels... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Florian Westphal | Invite: Send RPL_AWAY to client sending the invite... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dana Dahlstrom | Fixes to who-test: accept any ident, escape some '... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Florian Westphal | IRC_INVITE: coding style cleanup. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Florian Westphal | Constify some of Channel_Kick()s arguments. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Florian Westphal | constify Client_Search() argument. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Rolf Eike Beer | Allow IRC ops to ignore channel limits when joining |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Alexander Barton | Handle 1-character messages terminated with CR or LF... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Alexander Barton | On AIX (for example) socklen_t is defined in sys/socket.h |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Florian Westphal | Always enable modeless channels. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Alexander Barton | Prevent GIT to complain about opless-channel-test link |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ali Shemiran | Add support for modeless channels |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Alexander Barton | Updated NEWS and ChangeLog for ngIRCd 0.12.0-pre2. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Alexander Barton | --configtest: fix missing whitespace at "ConnectIPv4... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Alexander Barton | --enable-ipv6: fix indentation in ./configure --help... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Alexander Barton | Merge branch 'master' of git://git.breakpoint.cc/fw... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Florian Westphal | Testsuite: remove erroneous ConfUID setting in config... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Alexander Barton | Get rid of cvs-version.* and CVSDATE definition. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Alexander Barton | Documentation: get rid of some more references to CVS... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Alexander Barton | Report ERR_NOTONCHANNEL when trying to part a channel... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Alexander Barton | Channel_Part(): Code and comment cleanup. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Alexander Barton | IRC_PART(): code and comment cleanup. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Florian Westphal | IPv6: Add config options to disabe ipv4/ipv6 support. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Alexander Barton | Don't include doc/CVS.txt in distribution archive,... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Alexander Barton | Synchronized branch-0-12-x (ngIRCd 0.12.0-pre1) with... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Alexander Barton | Updated NEWS and ChangeLog for upcoming 0.12.0-pre1... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Alexander Barton | Updated copyright notice to read "2001-2008". |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Alexander Barton | Added make target "testsuite" |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Alexander Barton | Fixed "xcode" make target (used to build ngIRCd with... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Channel_Mode: Remove duplicate code. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Channel_Mode: change order of if (set) and if (client... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Channel_Mode: Re-indent switch. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Channel_Mode: check return type of Invite/Ban Add/Del... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Channel_Mode: unify 'b' and 'I' switch/case handling. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Channel_Mode: Unify Del_Invite and Del_Ban handler |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Constify Lists_MakeMask argument and return type. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Florian Westphal | Channel_Mode: Unify Add_Invite and Add_Ban handler |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Alexander Barton | Enable more compiler warnings when using Xcode. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Alexander Barton | GIT should ignore user preferences files inside Xcode... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Alexander Barton | Updated Xcode project file. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Florian Westphal | Convert CVS commands to their git equivalents. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Alexander Barton | Added "portabtest" binary to .gitignore file in src... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Alexander Barton | Include Mac OS X Xcode project in distribution archives... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Alexander Barton | Include Mac OS X Xcode project in distribution archives. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Alexander Barton | Moved .cvsignore files to .gitignore |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Florian Westphal | Fix client.c sparse warnings. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Florian Westphal | io.c: kill select FD_SETSIZE sanity check in io_library... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Florian Westphal | io.c: fix select FD_SETSIZE check when using epoll... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Florian Westphal | io.c: try to cut down the number of ifdefs. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Florian Westphal | Do not exit unconditionally if config file cannot be... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Alexander Barton | Fix #include's: search log.h locally, include string... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | IPv6 support. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Alexander Barton | Updated ChangeLog to include 0.11.1. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Rolf Eike Beer | Fix sending of JOINs between servers. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | Channel_Mode cleanups |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Alexander Barton | LaunchDaemon plist for Mac OS X/Darwin launchd. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Alexander Barton | Install a LaunchDaemon script to start/stop ngIRCd... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Alexander Barton | Added new test files to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Alexander Barton | Removed the SQUIT test for now, actually we don't suppo... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Alexander Barton | Implemented IRC commands INFO, USERS (dummy), and SUMMO... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Dana Dahlstrom | Include flags in RPL_WHOREPLY messages. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Dana Dahlstrom | Don't send trailing space in MODE messages |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | IRC_JOIN cleanups. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | Make IRC_WHO also search username/servername/hostname. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Dana Dahlstrom | Remove duplicate Channel_FirstChannelOf(). |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | Make Channel_Part name and reason parameters 'const'. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | Updated NEWS to reflect ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Dana Dahlstrom | Implement RFC 2812 handling of "0" argument to JOIN |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | Don't use Client_Type after command has been processed. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Alexander Barton | Updated NEWS to reflect ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | Fix wrong strncpy usage if CVSDATE defined |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Florian Westphal | This adds support for sending NOTICEs to a channel. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Florian Westphal | [Parser]: Fix minor sparse warnings |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Alexander Barton | Updated ChangeLog to reflect changes in 0.10.x and... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Alexander Barton | Updated Debian changelog [from 0.10.x; 0.11.x] |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Alexander Barton | Document NoDNS configuration option. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Florian Westphal | IRC_PART could reference invalid memory. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Alexander Barton | Remove entry about ngircd failing on Linux 2.4: |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Alexander Barton | Updated NEWS and ChangeLog files. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Florian Westphal | [Resolver]: Use dotted-decimal IP address if hostname... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Florian Westphal | io_event_disable: return if event-to-disable is already off |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Florian Westphal | kqueue: check for EV_ERROR in .flags |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Florian Westphal | Fix format arg: ListenAddress was printed instead of... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Florian Westphal | Fix format string in error path: didn't print strerror... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Florian Westphal | implement '/STAT u' (uptime) |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Florian Westphal | Fix fmt string: int, not long |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Florian Westphal | include <arpa/inet.h> inside tool.h |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Florian Westphal | remove ip-string from Conf_Server struct |
commit | commitdiff | tree | snapshot |
next |