William Pitcock
a1ad90bab4
- Use a unified counter instead of depending on Client.slot for sending
2013-05-16 07:53:19 +00:00
William Pitcock
c41ca43145
- Remove ziplinks support, patch from FalconKirtaran. ( #4189 )
2013-05-16 06:36:13 +00:00
William Pitcock
b4424fafb6
- m_adminchat: remove sendto_serv_butone_token()
2013-05-15 05:36:18 +00:00
William Pitcock
e2b7389455
- Patch from FalconKirtaran to restrict /TSCTL OFFSET to can_tsctl permission ( #2303 )
2013-05-14 08:29:42 +00:00
William Pitcock
67669c0299
- core: remove references to sendto_serv_butone_token() and friends
2013-05-14 01:26:41 +00:00
William Pitcock
fa4245546d
- whois: honour multi-prefix capability ( #4192 )
2013-05-13 22:48:19 +00:00
William Pitcock
2076fd5023
- Remove hunt_server_token() as it is no longer used.
2013-05-13 22:05:34 +00:00
William Pitcock
4b9370b0a3
- Remove references to hunt_server_token() in modules.
2013-05-13 22:03:07 +00:00
William Pitcock
befe488d14
- remove references to hunt_server_token() in core
2013-05-13 21:46:20 +00:00
William Pitcock
32776a4ad1
- remove hunt_server_token_quiet() as it is not in use by anything
2013-05-13 21:39:49 +00:00
William Pitcock
228cf4ae7b
- Remove PROTO_TOKEN and IsToken().
2013-05-13 05:39:00 +00:00
William Pitcock
d7989a1b5b
- Remove IsToken() references, pass 2.
2013-05-13 05:18:43 +00:00
William Pitcock
d1da8aff73
- Remove IsToken() references from modules, pass 1.
2013-05-13 05:10:31 +00:00
William Pitcock
6ac8721c64
- core: remove all references to IsToken()
2013-05-13 05:03:28 +00:00
William Pitcock
6cde7c6ded
- fix SO_ACCEPTFILTER build on freebsd
2013-05-13 04:37:12 +00:00
William Pitcock
c47c75f103
- parser: remove TokenHash and related code
2013-05-13 04:35:00 +00:00
William Pitcock
04e9199934
- Remove ClearToken().
2013-05-13 04:18:52 +00:00
William Pitcock
7e9cbe6ef8
- Fix typo, patch supplied by FalconKirtaran ( #4175 ).
2013-05-12 05:28:34 +00:00
William Pitcock
2fafedf265
- squit: use find_server_quickx()
2013-05-10 22:42:32 +00:00
Bram Matthys
e92dac1a6f
This one is better, and actually compiles ;)
2013-05-10 19:32:14 +02:00
Bram Matthys
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 "*".
2013-05-10 19:27:36 +02:00
William Pitcock
89d36ffbc8
- Fix bug with early ESVID implementations which use * instead of 0.
2013-05-09 01:50:45 +00:00
William Pitcock
df65c4bc92
- Early pass at release-notes updating.
2013-05-09 01:45:20 +00:00
William Pitcock
2903ca4bad
- Fix state corruption in NOQUIT code due to API changes.
2013-05-09 01:39:23 +00:00
William Pitcock
441c5743a8
- Remove old Servers list maintained by ALN code
2013-05-09 01:24:37 +00:00
William Pitcock
2dd9708699
- Remove me::numeric handling from config parser
2013-05-09 01:24:09 +00:00
William Pitcock
f54e8dd3e8
- last pass of killing numeric code.
2013-05-09 01:11:56 +00:00
William Pitcock
e73d9dc6cf
- remainder of aln: use &global_server_list.
2013-05-09 01:07:16 +00:00
William Pitcock
a3b869b80a
- Remove numeric support, pass 2.
2013-05-09 01:03:21 +00:00
William Pitcock
2b54f0b617
- m_protoctl: ignore SERVERS= token
2013-05-09 00:56:02 +00:00
William Pitcock
41d5f93171
- send: remove leftover numeric rewriting stuff
2013-05-09 00:55:27 +00:00
William Pitcock
bc2d0937f5
- /map: remove numeric stuff
2013-05-09 00:53:52 +00:00
William Pitcock
39c117a695
- Remove numerics from server protocol, part 1
2013-05-09 00:25:02 +00:00
William Pitcock
6d6edb3d43
- Remove MOTD line length limit as allowed by IRCv3. ( #3724 )
2013-05-07 05:34:58 +00:00
William Pitcock
6fa31c5624
- Add ability to sqline channels. ( #3012 )
...
Based in part on Trocotronic's patch in old UnrealIRCd CVS.
2013-05-07 05:02:15 +00:00
wolfsage
3f7577144e
- #0003107 feature request by Sakkath regarding new WHO flag: +p <port>
2007-06-09 19:15:18 +00:00
William Pitcock
cb775e1586
- Remove some config system vestiges. ( #2677 )
2013-05-07 04:35:08 +00:00
William Pitcock
6e6e7d1dc4
- Test that a log file can be created with write permissions. ( #3075 )
2013-05-07 04:19:59 +00:00
William Pitcock
2eb684000f
- Add support for configuring a shorter nick-length. ( #3042 )
2013-05-07 04:12:19 +00:00
William Pitcock
b9565cd2f2
- example config: remove global flag from oper block as it is implied by netadmin. ( #4092 )
2013-05-07 00:18:05 +00:00
William Pitcock
a10f48d470
- Keep the log file open and track it on the FD list. ( #2943 )
2013-05-06 23:49:14 +00:00
William Pitcock
4c2f110e19
- Add fd_fileopen() which wraps open(2) but tracks the FD in the FD table.
2013-05-06 23:16:39 +00:00
William Pitcock
0c091e9434
- Add katsklaw's make distclean patch. ( #3989 )
2013-05-06 06:53:55 +00:00
William Pitcock
6c2ef637e5
- Fix thinko.
2013-05-06 06:37:44 +00:00
William Pitcock
0912de822f
- Allow halfops to set mode +N (which is consistent with extban ~n:*!*@*). ( #3728 )
2013-05-06 06:07:38 +00:00
William Pitcock
5a4babdb9d
- CHGHOST: Switch from part-join-mode to quit-join-mode like charybdis and ircu. ( #3038 )
2013-05-06 06:00:05 +00:00
William Pitcock
daf6cba195
- Typo fix
2013-05-06 05:59:14 +00:00
William Pitcock
601d96e82e
- Show usermodes and snomask on /whois self. ( #3971 )
...
This is useful for clients which do not track the snomask.
2013-05-06 05:34:17 +00:00
William Pitcock
885c7eba24
- make install: Install the example config as unrealircd.conf. ( #4150 )
2013-05-06 05:22:27 +00:00
William Pitcock
b704ec74ec
- Display server-only ports in /stats p only to IRCops. ( #4010 )
2013-05-06 05:14:24 +00:00