Commit graph

  • 2fafedf265 - squit: use find_server_quickx() William Pitcock 2013-05-10 22:42:32 +0000
  • e92dac1a6f This one is better, and actually compiles ;) Bram Matthys 2013-05-10 19:32:14 +0200
  • af47365272 Fix strange issue where linking didn't work because UnrealIRCd would bind to (for example) the loopback interface before connecting to the remote server. In addition to that, we now don't bind() at all when bind-ip is not present or is set to "*". Bram Matthys 2013-05-10 19:27:36 +0200
  • 89d36ffbc8 - Fix bug with early ESVID implementations which use * instead of 0. William Pitcock 2013-05-09 01:50:45 +0000
  • df65c4bc92 - Early pass at release-notes updating. William Pitcock 2013-05-09 01:45:20 +0000
  • 2903ca4bad - Fix state corruption in NOQUIT code due to API changes. William Pitcock 2013-05-09 01:39:23 +0000
  • 441c5743a8 - Remove old Servers list maintained by ALN code William Pitcock 2013-05-09 01:24:37 +0000
  • 2dd9708699 - Remove me::numeric handling from config parser William Pitcock 2013-05-09 01:24:09 +0000
  • f54e8dd3e8 - last pass of killing numeric code. William Pitcock 2013-05-09 01:11:56 +0000
  • e73d9dc6cf - remainder of aln: use &global_server_list. William Pitcock 2013-05-09 01:07:16 +0000
  • a3b869b80a - Remove numeric support, pass 2. William Pitcock 2013-05-09 01:03:21 +0000
  • 2b54f0b617 - m_protoctl: ignore SERVERS= token William Pitcock 2013-05-09 00:56:02 +0000
  • 41d5f93171 - send: remove leftover numeric rewriting stuff William Pitcock 2013-05-09 00:55:27 +0000
  • bc2d0937f5 - /map: remove numeric stuff William Pitcock 2013-05-09 00:53:52 +0000
  • 39c117a695 - Remove numerics from server protocol, part 1 William Pitcock 2013-05-09 00:25:02 +0000
  • 6d6edb3d43 - Remove MOTD line length limit as allowed by IRCv3. (#3724) William Pitcock 2013-05-07 05:34:58 +0000
  • 6fa31c5624 - Add ability to sqline channels. (#3012) Based in part on Trocotronic's patch in old UnrealIRCd CVS. William Pitcock 2013-05-07 05:02:15 +0000
  • f0167d1284 - Pull in poll(2) stuff before any other ircd include files. (#4155) This allows us to successfully build on systems where pulling in poll.h pollutes the code with a broken form of ctypes.h due to a few reasons, not limited to, but including, usage of non-namespaced macros which clash with our own. William Pitcock 2013-01-14 02:12:43 -0600
  • 7530ce6b29 - Don't remove oper-modes such as +S from non-local clients. Reported by Magiobiwan (#4166). This caused an issue with bots from anope BotServ where user modes +Sq were stripped by the IRCd. Bram Matthys 2013-02-19 19:31:30 +0100
  • 77ccd6b9dd Update French doc about set::dns::nameserver (r3623cab602e7) Thomas Fargeix 2013-02-13 22:33:12 +0100
  • 780a9c4878 Re Update the documentation about set::dns::nameserver Serkan Sepetci 2013-02-10 03:19:03 +0200
  • 1a3175f4e7 Update the documentation about set::dns::nameserver Serkan Sepetci 2013-02-10 03:13:20 +0200
  • 6d93e605f3 Missed to translate a change from Wed Jul 13 22:36:04 2011 -0400 (19 months ago). AngryWolf 2013-02-04 22:17:42 +0100
  • 939b8797e4 Translated changes of the last 5 months (from Fri Aug 17 10:40:23 2012 +0200). AngryWolf 2013-02-04 22:07:19 +0100
  • ee775f3e2e Missed to translate a change from Wed Jul 13 23:32:05 2011 -0400 (19 months ago). AngryWolf 2013-02-04 20:28:17 +0100
  • 9b296df76c Translated changes from Sat Oct 06 12:48:21 2012 +0200 (4 months ago). AngryWolf 2013-02-04 19:56:00 +0100
  • c2d75396da - Update the unreal32doc.es about set::dns::nameserver Ouadie Akrour 2013-02-02 01:37:16 +0000
  • b1a396ad2b - Update the documentation about set::dns::nameserver to reflect reality (that the setting is only used if c-ares can’t read /etc/resolv.conf). Nathan Phillip Brink 2013-01-27 05:59:50 +0000
  • c5866e2a80 allow channel: Permit multiple channel items in one block again, was broken by patch from #4125. Bram Matthys 2013-01-11 19:05:36 +0100
  • cdd354c306 Reupdated unreal32docs.es Ouadie Akrour 2013-01-11 00:26:55 +0000
  • d262f6f5e3 '/rehash -global' did often not rehash all servers. Reported by Cronus (#4143). Bram Matthys 2013-01-09 19:41:18 +0100
  • 97e3d6a2ce Updated unreal32docs.es Ouadie Akrour 2013-01-02 00:52:36 +0000
  • 9157912636 Added tag unreal3_2_10 for changeset fe153e789040 Bram Matthys 2012-12-28 17:03:36 +0100
  • 86287db434 Removed tag unreal3_2_10 Bram Matthys 2012-12-28 17:03:32 +0100
  • 04820fda45 Fix duplicate user@host in away-notify and account-notify, reported by grawity (#4153). Bram Matthys 2012-12-28 17:01:05 +0100
  • 42cb9fc22a Added tag unreal3_2_10 for changeset f0c4b60ec111 Bram Matthys 2012-12-26 15:51:46 +0100
  • 70e06587f9 Removed tag unreal3_2_10 Bram Matthys 2012-12-26 15:51:41 +0100
  • 614d980596 If you are running the IRCd as root and use IRC_USER/IRC_GROUP then we now change ownership of the log file to that user/group so it can still write after the setuid(). Reported by asmadeus (#4152). Bram Matthys 2012-12-26 15:51:26 +0100
  • 4c93c3d197 Added tag unreal3_2_10 for changeset 7bf37138e074 Bram Matthys 2012-12-25 16:56:23 +0100
  • 85db29488f last update of release notes Bram Matthys 2012-12-25 16:55:57 +0100
  • 0178632529 Update contributors in /INFO Bram Matthys 2012-12-25 11:31:11 +0100
  • 9774805c00 bump version in docs & Unreal.nfo Bram Matthys 2012-12-25 10:54:10 +0100
  • 8589555273 Bump version in all source/include/text files Bram Matthys 2012-12-25 10:53:12 +0100
  • 08d55f0d5e re-updated Spanish documentation Ouadie Akrour 2012-12-05 22:53:44 +0000
  • bd865e7a65 re-updated unreal32docs.tr Serkan Sepetci 2012-11-26 21:34:00 +0200
  • 537e104611 Updated unreal32docs.tr Serkan Sepetci 2012-11-26 21:21:32 +0200
  • 5d25b1b0d5 Updated Spanish documentation Ouadie Akrour 2012-11-26 02:09:11 +0000
  • ee4708774a Updated Spanish documentation Ouadie Akrour 2012-11-26 02:03:12 +0000
  • be4e63ac89 Updated Spanish documentation Ouadie Akrour 2012-11-24 15:34:43 +0000
  • 139b5e9831 Update ./createchangelog to make it only show changes on default branch. Bram Matthys 2012-11-23 19:52:07 +0100
  • 3f7577144e - #0003107 feature request by Sakkath regarding new WHO flag: +p <port> wolfsage 2007-06-09 19:15:18 +0000
  • cb775e1586 - Remove some config system vestiges. (#2677) William Pitcock 2013-05-07 04:35:08 +0000
  • 6e6e7d1dc4 - Test that a log file can be created with write permissions. (#3075) William Pitcock 2013-05-07 04:19:59 +0000
  • 2eb684000f - Add support for configuring a shorter nick-length. (#3042) William Pitcock 2013-05-07 04:12:19 +0000
  • b9565cd2f2 - example config: remove global flag from oper block as it is implied by netadmin. (#4092) William Pitcock 2013-05-07 00:18:05 +0000
  • a10f48d470 - Keep the log file open and track it on the FD list. (#2943) William Pitcock 2013-05-06 23:49:14 +0000
  • 4c2f110e19 - Add fd_fileopen() which wraps open(2) but tracks the FD in the FD table. William Pitcock 2013-05-06 23:16:39 +0000
  • 0c091e9434 - Add katsklaw's make distclean patch. (#3989) William Pitcock 2013-05-06 06:53:55 +0000
  • 6c2ef637e5 - Fix thinko. William Pitcock 2013-05-06 06:37:44 +0000
  • 0912de822f - Allow halfops to set mode +N (which is consistent with extban ~n:*!*@*). (#3728) William Pitcock 2013-05-06 06:07:38 +0000
  • 5a4babdb9d - CHGHOST: Switch from part-join-mode to quit-join-mode like charybdis and ircu. (#3038) William Pitcock 2013-05-06 06:00:05 +0000
  • daf6cba195 - Typo fix William Pitcock 2013-05-06 05:59:14 +0000
  • 601d96e82e - Show usermodes and snomask on /whois self. (#3971) This is useful for clients which do not track the snomask. William Pitcock 2013-05-06 05:34:17 +0000
  • 885c7eba24 - make install: Install the example config as unrealircd.conf. (#4150) William Pitcock 2013-05-06 05:22:27 +0000
  • b704ec74ec - Display server-only ports in /stats p only to IRCops. (#4010) William Pitcock 2013-05-06 05:14:24 +0000
  • cd0d9af424 - Add documentation on ircd binary command-line options, patch from binki. (#3949) William Pitcock 2013-05-06 05:09:39 +0000
  • 13bf48f3b3 - Implement full OperOverride on channel JOIN (#1403) William Pitcock 2013-05-06 05:04:36 +0000
  • 7f1e31193b - Remove old vestigal code that is no longer connected to the OperOverride system. William Pitcock 2013-05-06 04:56:37 +0000
  • f09c6ef567 - Implement support for TCP_DEFER_ACCEPT (synflood-hardening). (#4096) William Pitcock 2013-05-06 04:49:24 +0000
  • 71c471fb33 - Display allow-userhost-change setting in /stats. (#3668) William Pitcock 2013-05-06 04:26:36 +0000
  • 366b4bd612 - Show operator login name to other operators when whoising a local operator. (#2301) William Pitcock 2013-05-06 04:06:37 +0000
  • 582496be70 - Split out servers into global_server_list. Now client_list only includes clients, and global_server_list only includes servers. William Pitcock 2013-05-06 03:53:27 +0000
  • 95370c6420 - ssl: Clean up no longer needed debug messages. William Pitcock 2013-05-06 02:42:26 +0000
  • 595afafd28 - Finish up SSL linking support for evented I/O. William Pitcock 2013-05-06 02:39:18 +0000
  • 5bbc40438f - Initial work at making SSL connects work with the evented I/O. William Pitcock 2013-05-06 02:14:31 +0000
  • b3208f2332 - Fix STARTTLS replies when the user is unregistered. (#4184) William Pitcock 2013-05-05 17:02:40 +0000
  • c08628d42d Custom modules: move EXLIBS= so shared libraries are always linked. Reported by DE_Glen (#4182). Bram Matthys 2013-04-05 15:36:23 +0200
  • 61cfb5ac3e - Windows: Fix strange linking bug. Outgoing connects from a Windows IRCd caused a garbled SERVER protocol message, causing 'cannot find server' errors and killing of users. Reported by Sunkat (#4183). Bram Matthys 2013-04-04 23:07:04 +0200
  • 9806ec28e9 - Remove support for negotiating TOKEN support. At present, the TOKEN support is kept in place. William Pitcock 2013-02-22 02:48:47 -0600
  • 9f19b41356 - Remove techadmin deritius. (#4173) William Pitcock 2013-02-22 02:42:07 -0600
  • a92b7e0d78 - Fix hunting users when acptr is (nil). (#4165) William Pitcock 2013-02-22 02:36:14 -0600
  • 372ac909df - Don't remove oper-modes such as +S from non-local clients. Reported by Magiobiwan (#4166). This caused an issue with bots from anope BotServ where user modes +Sq were stripped by the IRCd. Bram Matthys 2013-02-19 19:31:30 +0100
  • 87807ae81a - Replace 'his/her' with 'their' in various notices. William Pitcock 2013-02-08 15:42:41 -0600
  • 65881a9ae2 - Rework module loading to work like Atheme. Split out modules to modules.conf for brevity, though. (#4163) William Pitcock 2013-01-17 04:55:41 -0600
  • cd52331cd0 - Kill IPV6_COMPRESSED. William Pitcock 2013-01-14 06:34:01 -0600
  • 0b5fb5903e - SSL: fix some bitrot left over from evented i/o rewrite William Pitcock 2013-01-14 06:23:53 -0600
  • 09e4eced35 - Remove resolv.h deritius which hasn't been used since we switched to c-ares a long time ago. William Pitcock 2013-01-14 06:22:06 -0600
  • ad25d019b1 - Enable kqueue support on BSDs. William Pitcock 2013-01-14 04:32:39 -0600
  • d96652dc84 - CAP: use case-insensitive command lookup. (#4154) William Pitcock 2013-01-14 04:00:50 -0600
  • 3bdae5807d - Remove NEWCHFLOODPROT define and old +f code. (#3210) William Pitcock 2013-01-14 03:44:49 -0600
  • 6b5d63c25c - WebTV removal, part 2. (#3948) William Pitcock 2013-01-14 03:24:49 -0600
  • f9a78be185 - Remove WebTV code, part 1. (#3948) William Pitcock 2013-01-14 03:21:42 -0600
  • 1678fc2013 - Revert parts of r5199 that shouldn't have been included yet William Pitcock 2013-01-14 02:41:47 -0600
  • 3f2382befa - Implement an IsAnOper() check on M_OPER. William Pitcock 2013-01-14 02:41:09 -0600
  • 1ac3413039 - Actually implement M_OPER flag. William Pitcock 2013-01-14 02:30:07 -0600
  • 1affa56133 - Temporarily move BACKEND_POLL includes up until stdinc framework is in effect. William Pitcock 2013-01-14 02:24:49 -0600
  • e1ebbf88ed allow channel: Permit multiple channel items in one block again, was broken by patch from #4125. Bram Matthys 2013-01-11 19:05:36 +0100
  • e6f9504ded '/rehash -global' did often not rehash all servers. Reported by Cronus (#4143). Bram Matthys 2013-01-09 19:41:18 +0100
  • 803a89151f Fix duplicate user@host in away-notify and account-notify, reported by grawity (#4153). Bram Matthys 2012-12-28 17:01:05 +0100
  • 424d7afba7 - Remove all references to add_Command(). (#3177) William Pitcock 2012-12-26 19:57:35 -0600