William Pitcock
|
85ff3dd136
|
- Remove JOIN_INSTEAD_OF_SJOIN_ON_REMOTEJOIN config.h option.
|
2013-05-19 22:19:12 +00:00 |
|
William Pitcock
|
b413848524
|
- TOK_FOO removal pass 2
|
2013-05-19 21:40:45 +00:00 |
|
William Pitcock
|
40aeea3f0f
|
- Remove token references from add_Command, msg.h
|
2013-05-19 21:36:11 +00:00 |
|
William Pitcock
|
ca86485927
|
- Remove token parameter from CommandAdd().
|
2013-05-19 21:27:26 +00:00 |
|
William Pitcock
|
ec440be9a3
|
- remove calls to sendto_channelprefix_butone_tok() in modules
|
2013-05-19 20:57:30 +00:00 |
|
=?UTF-8?q?Mantas=20Mikul=C4=97nas?=
|
3e47992755
|
- Remove remaining uses of sendto_serv_butone_token() from modules.
---
src/modules/m_chatops.c | 10 ++++------
src/modules/m_chghost.c | 4 ++--
src/modules/m_chgident.c | 5 ++---
src/modules/m_chgname.c | 4 ++--
src/modules/m_globops.c | 4 ++--
src/modules/m_join.c | 13 +++++--------
src/modules/m_kick.c | 5 ++---
src/modules/m_mode.c | 26 ++++++++++++--------------
src/modules/m_nachat.c | 4 ++--
src/modules/m_nick.c | 4 ++--
src/modules/m_oper.c | 9 ++++-----
src/modules/m_part.c | 9 ++++-----
src/modules/m_sajoin.c | 3 +--
src/modules/m_sasl.c | 20 +++++++++++---------
src/modules/m_sdesc.c | 3 +--
src/modules/m_sendsno.c | 3 +--
src/modules/m_sethost.c | 3 +--
src/modules/m_setident.c | 3 +--
src/modules/m_setname.c | 2 +-
src/modules/m_svsfline.c | 15 ++++-----------
src/modules/m_svskill.c | 3 +--
src/modules/m_svsmode.c | 12 ++++++------
src/modules/m_svsmotd.c | 10 ++++------
src/modules/m_svsnick.c | 3 +--
src/modules/m_svsnline.c | 15 ++++-----------
src/modules/m_svssilence.c | 2 +-
src/modules/m_swhois.c | 3 +--
src/modules/m_tkl.c | 10 +++++-----
src/modules/m_topic.c | 14 +++++---------
src/modules/m_vhost.c | 12 +++++-------
30 files changed, 97 insertions(+), 136 deletions(-)
|
2013-05-19 20:36:56 +00:00 |
|
=?UTF-8?q?Mantas=20Mikul=C4=97nas?=
|
cecbf38775
|
- m_adminchat: Use the correct command.
---
src/modules/m_adminchat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
2013-05-19 20:35:24 +00:00 |
|
William Pitcock
|
0e0d4e2959
|
- Kill some more sendto_serv_butone_token() use.
|
2013-05-19 10:52:25 +00:00 |
|
William Pitcock
|
061c405172
|
- Remove base64enc() and friends, as they are no longer used. Patch from FalconKirtaran (#4199).
|
2013-05-19 10:36:38 +00:00 |
|
William Pitcock
|
6085877aa7
|
- Remove TS2ts() and %B usage in formatter strings. Patch from FalconKirtaran (#4197, #4198).
|
2013-05-19 08:36:49 +00:00 |
|
William Pitcock
|
b2214aba9f
|
- Remove SJB64 stuff, patch from FalconKirtaran (#4190).
|
2013-05-19 08:09:02 +00:00 |
|
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
|
fa4245546d
|
- whois: honour multi-prefix capability (#4192)
|
2013-05-13 22:48:19 +00:00 |
|
William Pitcock
|
4b9370b0a3
|
- Remove references to hunt_server_token() in modules.
|
2013-05-13 22:03:07 +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
|
c47c75f103
|
- parser: remove TokenHash and related code
|
2013-05-13 04:35:00 +00:00 |
|
William Pitcock
|
2fafedf265
|
- squit: use find_server_quickx()
|
2013-05-10 22:42:32 +00: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
|
441c5743a8
|
- Remove old Servers list maintained by ALN code
|
2013-05-09 01:24:37 +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
|
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
|
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
|
2eb684000f
|
- Add support for configuring a shorter nick-length. (#3042)
|
2013-05-07 04:12:19 +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
|
b704ec74ec
|
- Display server-only ports in /stats p only to IRCops. (#4010)
|
2013-05-06 05:14:24 +00:00 |
|
William Pitcock
|
13bf48f3b3
|
- Implement full OperOverride on channel JOIN (#1403)
|
2013-05-06 05:04:36 +00:00 |
|
William Pitcock
|
7f1e31193b
|
- Remove old vestigal code that is no longer connected to the OperOverride system.
|
2013-05-06 04:56:37 +00:00 |
|
William Pitcock
|
71c471fb33
|
- Display allow-userhost-change setting in /stats. (#3668)
|
2013-05-06 04:26:36 +00:00 |
|
William Pitcock
|
366b4bd612
|
- Show operator login name to other operators when whoising a local operator. (#2301)
|
2013-05-06 04:06:37 +00:00 |
|
William Pitcock
|
582496be70
|
- Split out servers into global_server_list.
Now client_list only includes clients, and global_server_list only includes servers.
|
2013-05-06 03:53:27 +00:00 |
|
William Pitcock
|
b3208f2332
|
- Fix STARTTLS replies when the user is unregistered. (#4184)
|
2013-05-05 17:02:40 +00:00 |
|
Bram Matthys
|
c08628d42d
|
Custom modules: move EXLIBS= so shared libraries are always linked.
Reported by DE_Glen (#4182).
|
2013-04-05 15:36:23 +02:00 |
|
Bram Matthys
|
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).
|
2013-04-04 23:07:04 +02:00 |
|
William Pitcock
|
9806ec28e9
|
- Remove support for negotiating TOKEN support.
At present, the TOKEN support is kept in place.
|
2013-02-22 02:48:47 -06:00 |
|
Bram Matthys
|
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.
|
2013-02-19 19:31:30 +01:00 |
|
William Pitcock
|
87807ae81a
|
- Replace 'his/her' with 'their' in various notices.
It is more gramatically correct, and looks less awkward while maintaining
political correctness.
|
2013-02-08 15:42:41 -06:00 |
|
William Pitcock
|
d96652dc84
|
- CAP: use case-insensitive command lookup. (#4154)
|
2013-01-14 04:00:50 -06:00 |
|
William Pitcock
|
3bdae5807d
|
- Remove NEWCHFLOODPROT define and old +f code. (#3210)
|
2013-01-14 03:44:49 -06:00 |
|
William Pitcock
|
6b5d63c25c
|
- WebTV removal, part 2. (#3948)
|
2013-01-14 03:24:49 -06:00 |
|
William Pitcock
|
f9a78be185
|
- Remove WebTV code, part 1. (#3948)
|
2013-01-14 03:21:42 -06:00 |
|
William Pitcock
|
1678fc2013
|
- Revert parts of r5199 that shouldn't have been included yet
|
2013-01-14 02:41:47 -06:00 |
|