1
0
mirror of https://github.com/osmarks/ngircd.git synced 2026-02-28 05:19:44 +00:00

Commit Graph

  • c5ba599140 ngIRCd 0.12.0-pre2 rel-0-12-0-pre2 Alexander Barton 2008-04-29 23:57:11 +02:00
  • afc67ff323 Merge branch 'master' into branch-0-12-x Alexander Barton 2008-04-29 15:36:16 +02:00
  • 6cfc56064e Updated NEWS and ChangeLog for ngIRCd 0.12.0-pre2. Alexander Barton 2008-04-29 15:34:15 +02:00
  • 4a81367dac --configtest: fix missing whitespace at "ConnectIPv4" option. Alexander Barton 2008-04-29 15:27:44 +02:00
  • 8c425945a2 --enable-ipv6: fix indentation in ./configure --help output. Alexander Barton 2008-04-29 15:26:20 +02:00
  • bb6ee46892 Merge branch 'master' of git://git.breakpoint.cc/fw/ngircd-fw Alexander Barton 2008-04-29 15:15:28 +02:00
  • 6052d04c60 Merge branch 'master' into branch-0-12-x Alexander Barton 2008-04-29 14:41:24 +02:00
  • 9194319399 Testsuite: remove erroneous ConfUID setting in config file. Florian Westphal 2008-04-26 00:38:57 +02:00
  • 32bf6d4de0 Merge branch 'master' into branch-0-12-x Alexander Barton 2008-04-25 00:20:35 +02:00
  • 33b1204349 Get rid of cvs-version.* and CVSDATE definition. (cherry picked from commit b187fac244) Alexander Barton 2008-04-20 23:10:22 +02:00
  • 09968ee843 Documentation: get rid of some more references to CVS, switch to GIT. (cherry picked from commit 6e9389b86c) Alexander Barton 2008-04-20 22:48:05 +02:00
  • 523a6fad09 Report ERR_NOTONCHANNEL when trying to part a channel one is not member of. Alexander Barton 2008-04-24 23:52:54 +02:00
  • 54b17fc201 Channel_Part(): Code and comment cleanup. Alexander Barton 2008-04-24 23:47:33 +02:00
  • 25f48a2a34 IRC_PART(): code and comment cleanup. Alexander Barton 2008-04-24 23:46:59 +02:00
  • 22fa782be7 IPv6: Add config options to disabe ipv4/ipv6 support. Florian Westphal 2008-04-21 00:45:19 +02:00
  • b187fac244 Get rid of cvs-version.* and CVSDATE definition. Alexander Barton 2008-04-20 23:10:22 +02:00
  • 6e9389b86c Documentation: get rid of some more references to CVS, switch to GIT. Alexander Barton 2008-04-20 22:48:05 +02:00
  • 2f6d7a649c Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! (cherry picked from commit a8e0eb62e9) Alexander Barton 2008-04-20 16:46:49 +02:00
  • a8e0eb62e9 Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! rel-0-12-0-pre1 Alexander Barton 2008-04-20 16:46:49 +02:00
  • 7df90846e1 Synchronized branch-0-12-x (ngIRCd 0.12.0-pre1) with master. (cherry picked from commit 4ea2932967) Alexander Barton 2008-04-20 16:20:53 +02:00
  • 4ea2932967 ngIRCd 0.12.0-pre1 Alexander Barton 2008-04-20 15:53:49 +02:00
  • 92a9092208 Updated NEWS and ChangeLog for upcoming 0.12.0-pre1 release. Alexander Barton 2008-04-20 15:48:49 +02:00
  • a0efcdccfa Updated copyright notice to read "2001-2008". Alexander Barton 2008-04-20 15:48:22 +02:00
  • 012aeca32b Added make target "testsuite" Alexander Barton 2008-04-20 14:52:00 +02:00
  • c4a505d3a8 Fixed "xcode" make target (used to build ngIRCd with Mac OS X Xcode) Alexander Barton 2008-04-20 14:50:46 +02:00
  • 8df445316a Channel_Mode: Remove duplicate code. Florian Westphal 2008-04-19 16:58:00 +02:00
  • 11af32466f Channel_Mode: change order of if (set) and if (client) check. Florian Westphal 2008-04-19 16:51:42 +02:00
  • 5538115537 Channel_Mode: Re-indent switch. Florian Westphal 2008-04-19 16:45:31 +02:00
  • b8643477ba Channel_Mode: check return type of Invite/Ban Add/Del function Florian Westphal 2008-04-19 16:17:11 +02:00
  • 796dcf6a62 Channel_Mode: unify 'b' and 'I' switch/case handling. Florian Westphal 2008-04-19 14:16:17 +02:00
  • 6b0c094809 Channel_Mode: Unify Del_Invite and Del_Ban handler Florian Westphal 2008-04-19 14:12:06 +02:00
  • b36fc3b095 Constify Lists_MakeMask argument and return type. Florian Westphal 2008-04-19 14:11:25 +02:00
  • 2dd51a98e4 Channel_Mode: Unify Add_Invite and Add_Ban handler Florian Westphal 2008-04-19 14:02:54 +02:00
  • 761ae2b1a4 Enable more compiler warnings when using Xcode. Alexander Barton 2008-04-13 23:43:12 +02:00
  • 87cae1465b GIT should ignore user preferences files inside Xcode projects. Alexander Barton 2008-04-12 23:29:58 +02:00
  • b7135ea76a Updated Xcode project file. Alexander Barton 2008-04-12 23:27:11 +02:00
  • 248f8e0b70 Convert CVS commands to their git equivalents. Florian Westphal 2008-04-12 21:10:47 +02:00
  • 7b33424c13 Added "portabtest" binary to .gitignore file in src/portabtest/. Alexander Barton 2008-04-09 19:46:26 +02:00
  • 7c82cc236b Include Mac OS X Xcode project in distribution archives. (Part 2) I forgot to include the new Makefile.am in contrib/MacOSX/ngIRCd.xcodeproj/ ... Alexander Barton 2008-04-09 19:24:22 +02:00
  • 307f8abd74 Include Mac OS X Xcode project in distribution archives. Oops, it has not been included since ... ages?? Alexander Barton 2008-04-09 19:09:23 +02:00
  • bc63064d5c Moved .cvsignore files to .gitignore Since we are using GIT starting from now, I converted all the .cvsignore files to .gitignore files. Alexander Barton 2008-04-09 18:54:52 +02:00
  • 3b69da0c52 io.c: fix select FD_SETSIZE check when using epoll as io backend branch-0-11-x Florian Westphal 2008-04-03 14:16:35 +00:00
  • 04933f5b8b Fixed indentation ... too late for 0.11.1 :-/ Alexander Barton 2008-02-26 20:35:05 +00:00
  • be844d74d3 Fix client.c sparse warnings. Florian Westphal 2008-04-04 19:30:01 +00:00
  • 637d739285 io.c: kill select FD_SETSIZE sanity check in io_library_init. Florian Westphal 2008-04-03 20:56:44 +00:00
  • 66e68de16a io.c: fix select FD_SETSIZE check when using epoll as io backend Florian Westphal 2008-04-03 14:17:42 +00:00
  • 7f44a2ad1c io.c: try to cut down the number of ifdefs. Florian Westphal 2008-03-27 15:47:21 +00:00
  • abb1abeb77 Do not exit unconditionally if config file cannot be opened Florian Westphal 2008-03-18 20:12:47 +00:00
  • ab1f48a346 Fix #include's: search log.h locally, include string.h. The latter is required because we include conn.h, which includes resolve.h, which includes ng_ipaddr.h, which contains a macro using strlcpy() ... Alexander Barton 2008-03-11 14:05:27 +00:00
  • feb31e4200 IPv6 support. Florian Westphal 2008-02-26 23:50:35 +01:00
  • c31ad221a6 Updated ChangeLog to include 0.11.1. Alexander Barton 2008-02-26 20:35:43 +00:00
  • 44cdf1b1ca Fix sending of JOINs between servers. Rolf Eike Beer 2008-02-24 18:57:38 +00:00
  • e710e8ae37 Channel_Mode cleanups Florian Westphal 2008-02-24 18:44:41 +00:00
  • 89ba1bdcba LaunchDaemon plist for Mac OS X/Darwin launchd. Alexander Barton 2008-02-17 15:35:46 +00:00
  • 0250acc50b Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X. Alexander Barton 2008-02-17 15:31:14 +00:00
  • ec80cc99c6 Added new test files to Xcode project. Alexander Barton 2008-02-17 13:59:39 +00:00
  • 5147b675cb Removed the SQUIT test for now, actually we don't support it yet. Alexander Barton 2008-02-17 13:51:00 +00:00
  • ddecfcd831 Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy). Alexander Barton 2008-02-17 13:26:41 +00:00
  • 2f71fbb2a1 Include flags in RPL_WHOREPLY messages. Dana Dahlstrom 2008-02-17 00:00:12 +00:00
  • 1784180bf3 Don't send trailing space in MODE messages Dana Dahlstrom 2008-02-16 11:27:48 +00:00
  • 634ef8c131 IRC_JOIN cleanups. Florian Westphal 2008-02-16 11:21:33 +00:00
  • 4d152b771e Make IRC_WHO also search username/servername/hostname. Florian Westphal 2008-02-11 11:06:31 +00:00
  • c634303765 Remove duplicate Channel_FirstChannelOf(). Dana Dahlstrom 2008-02-05 19:00:52 +00:00
  • cb0d594e61 Make Channel_Part name and reason parameters 'const'. Florian Westphal 2008-02-05 16:31:35 +00:00
  • 000a227a74 Updated NEWS to reflect ChangeLog. Florian Westphal 2008-02-05 14:41:50 +00:00
  • 6bd35bf090 Implement RFC 2812 handling of "0" argument to JOIN Dana Dahlstrom 2008-02-05 13:31:50 +00:00
  • 3022d7cff3 Don't use Client_Type after command has been processed. Florian Westphal 2008-02-05 13:07:14 +00:00
  • f86ce17f1c Updated NEWS to reflect ChangeLog. Alexander Barton 2008-02-05 12:02:59 +00:00
  • 42db159d26 Fix wrong strncpy usage if CVSDATE defined Florian Westphal 2008-02-05 11:46:55 +00:00
  • 59b19ea6a3 This adds support for sending NOTICEs to a channel. Florian Westphal 2008-01-15 22:28:14 +00:00
  • 45df522bcb ngIRCd 0.11.1. rel-0-11-1 Alexander Barton 2008-02-26 19:37:34 +00:00
  • 51260c2e9f Updated NEWS and ChangeLog for 0.11.1. Alexander Barton 2008-02-26 19:22:06 +00:00
  • 55865d7fc6 From: Rolf Eike Beer <eike@sf-mail.de> Florian Westphal 2008-02-26 12:07:41 +00:00
  • 082a92beef send "G" flag in WHOIS replies instead of "H" if client is marked as being away. (reported by Dana Dahlstrom) Florian Westphal 2008-02-26 12:06:57 +00:00
  • e92c889580 From: Dana Dahlstrom <dana+70@cs.ucsd.edu> Florian Westphal 2008-02-16 11:26:11 +00:00
  • bc3d1f1761 [Parser]: Don't use Client_Type after command has been processed. branch-0-10-x Florian Westphal 2008-02-05 13:15:05 +00:00
  • de4676f066 [Parser]: Don't use Client_Type after command has been processed. Florian Westphal 2008-02-05 13:11:20 +00:00
  • 64a98338d5 [LOGIN] irc_login, w CVSDATE defined, used strncpy with overlapping src/dest. Florian Westphal 2008-02-05 11:48:37 +00:00
  • f4709082fe ngIRCd 0.11.0 rel-0-11-0 Alexander Barton 2008-01-15 20:45:52 +00:00
  • 4add9c29ed [Parser]: Fix minor sparse warnings Florian Westphal 2008-01-13 16:12:49 +00:00
  • 997abc6889 Documented NoDNS configuration option. [from HEAD] Alexander Barton 2008-01-07 23:10:28 +00:00
  • b7047f2e3b Updated ChangeLog to reflect changes from 0.10.x branch. Alexander Barton 2008-01-07 23:09:25 +00:00
  • d1364ab488 Updated ChangeLog to reflect changes in 0.10.x and 0.11.x branches. Alexander Barton 2008-01-07 23:08:14 +00:00
  • 56256535c5 Updated Debian changelog [from 0.10.x; 0.11.x] Alexander Barton 2008-01-07 23:06:24 +00:00
  • 35b6f3997c Document NoDNS configuration option. Alexander Barton 2008-01-07 23:02:29 +00:00
  • e990d96c61 ngIRCd 0.11.0-pre2 rel-0-11-0-pre2 Alexander Barton 2008-01-07 21:25:35 +00:00
  • 10cc60d1c2 Updated Debian changelog for 0.10.4. rel-0-10-4 Alexander Barton 2008-01-07 21:05:37 +00:00
  • 928404860b ngIRCd 0.10.4 Alexander Barton 2008-01-07 20:57:39 +00:00
  • d986cd372f IRC_PART could reference invalid memory. Florian Westphal 2008-01-07 11:42:13 +00:00
  • 463c5cb7c5 IRC_PART could reference invalid memory. Florian Westphal 2008-01-07 11:42:00 +00:00
  • 26c65a11cf IRC_PART could reference invalid memory. Florian Westphal 2008-01-07 11:41:43 +00:00
  • 7548aa089c Remove entry about ngircd failing on Linux 2.4: ngircd can now fall back to select. [from 0.11.x] Alexander Barton 2008-01-02 22:47:58 +00:00
  • 762aec0e08 Remove entry about ngircd failing on Linux 2.4: ngircd can now fall back to select. Florian Westphal 2008-01-02 22:36:48 +00:00
  • f8cb8e3f20 Fixed year of release (2009 vs. 2008) ... ooops ;-) Alexander Barton 2008-01-02 21:39:59 +00:00
  • 478a8c01f9 Updated NEWS and ChangeLog files. Alexander Barton 2008-01-02 11:31:48 +00:00
  • 61e6b5c0aa [Resolver]: Use dotted-decimal IP address if hostname is >= 64 Florian Westphal 2008-01-02 11:03:29 +00:00
  • 91a6fffaa0 io_event_disable: return if event-to-disable is already off Florian Westphal 2008-01-02 10:29:51 +00:00
  • 2ce5b734bd kqueue: check for EV_ERROR in .flags Florian Westphal 2007-12-27 18:25:26 +00:00
  • f99f9a8f02 Fix format arg: ListenAddress was printed instead of Bind address. Florian Westphal 2007-12-13 01:30:16 +00:00
  • 4715ccf9ca Fix format string in error path: didn't print strerror(errno) Florian Westphal 2007-12-13 01:05:01 +00:00