William Pitcock
|
01ff7c4a16
|
- document SID config option
|
2013-05-20 21:35:33 +00:00 |
|
William Pitcock
|
432afdef0f
|
- initialize uid subsystem when ircd config is loaded
|
2013-05-20 21:33:18 +00:00 |
|
William Pitcock
|
e338c318c3
|
- add UID generator
|
2013-05-20 21:14:48 +00:00 |
|
William Pitcock
|
5eac4b95f9
|
- chm_permanent: use static initializer
|
2013-05-20 20:08:26 +00:00 |
|
William Pitcock
|
0a1624e24a
|
- m_cap: readd code to break a loop that i removed by accident
|
2013-05-20 20:03:40 +00:00 |
|
William Pitcock
|
af1e9ebcbf
|
- Add permanent channel mode. (#4117)
|
2013-05-20 19:55:47 +00:00 |
|
William Pitcock
|
01dffdfa46
|
- Extend HOOKTYPE_CHANNEL_DESTROY to allow cancelling the destroy event.
|
2013-05-20 19:37:43 +00:00 |
|
William Pitcock
|
06d9bd81ab
|
- Introduce C99 stdbool.h.
|
2013-05-20 19:36:22 +00:00 |
|
William Pitcock
|
b9eb1efd87
|
- Add missing module cap_invitenotify.
|
2013-05-20 18:23:48 +00:00 |
|
William Pitcock
|
93737c2f28
|
- Implement proposed invite-notify CAP.
|
2013-05-20 18:22:35 +00:00 |
|
William Pitcock
|
1698007836
|
- Add HOOKTYPE_INVITE
|
2013-05-20 18:07:25 +00:00 |
|
William Pitcock
|
5b32e5fa79
|
- m_sasl: take over cap_sasl implementation
|
2013-05-20 17:33:06 +00:00 |
|
William Pitcock
|
c00350b760
|
- Move tls cap to m_starttls.
|
2013-05-20 17:28:53 +00:00 |
|
William Pitcock
|
9d78a92976
|
- Modularize the core of CAP. Now, we have HOOKTYPE_CAPLIST, which allows for ClientCapability
objects to be added to the list.
|
2013-05-20 17:22:01 +00:00 |
|
William Pitcock
|
f5cc654a06
|
- Initial work on modularizing CAP.
|
2013-05-20 17:04:16 +00:00 |
|
William Pitcock
|
d8d3156f43
|
- dbuf vestige cleanup: missed a spot
|
2013-05-20 16:39:34 +00:00 |
|
William Pitcock
|
5a0891a1f7
|
- Remove some old vestiges of the old dbuf code.
|
2013-05-20 16:30:10 +00:00 |
|
William Pitcock
|
27bdd21a4a
|
- remove obsolete debug notice from evented i/o conversion
|
2013-05-20 16:17:01 +00:00 |
|
William Pitcock
|
fda8377a02
|
- Remove AKILL/RAKILL commands. (#3662)
|
2013-05-20 07:41:51 +00:00 |
|
William Pitcock
|
468f1eddab
|
- make modules loading relative to SPATH.
|
2013-05-20 07:35:20 +00:00 |
|
William Pitcock
|
37b13dd90c
|
- LISTEN_SIZE should either be 5 or SOMAXCONN if defined. Nothing else. (#4204)
|
2013-05-20 07:26:34 +00:00 |
|
William Pitcock
|
42d8a95c2c
|
- remove BUFFERPOOL, which is not used by the new dbuf code
|
2013-05-20 05:11:46 +00:00 |
|
William Pitcock
|
691503dc3e
|
- remove 'trouble reporting system' used by old dbuf code. new dbuf code cannot have a malloc failure due to memory pooling.
|
2013-05-20 05:08:59 +00:00 |
|
William Pitcock
|
9a4bea10f8
|
- rewrite dbuf code to use memory pool and list framework
this probably has bugs, consider it to be less than resilient.
|
2013-05-20 05:07:00 +00:00 |
|
William Pitcock
|
6b9885e08a
|
- mempool: use MyMallocEx() instead of MyMalloc().
|
2013-05-20 04:02:27 +00:00 |
|
William Pitcock
|
b9c9f9baa8
|
- Fix va_list usage warnings flagged by Purify.
|
2013-05-20 02:23:33 +00:00 |
|
William Pitcock
|
df1b02adb9
|
- Allow the ircd to be started without a cloaking module. (#3726)
|
2013-05-20 02:07:51 +00:00 |
|
William Pitcock
|
61fe014771
|
- Remove sendto_server_butone() and friends, now everything uses sendto_server(). (#4202)
Patch from FalconKirtaran.
|
2013-05-20 01:21:45 +00:00 |
|
William Pitcock
|
67aacc7e9b
|
- add memory pool code
|
2013-05-20 01:18:24 +00:00 |
|
William Pitcock
|
b72fc723d9
|
- start up event manager immediately in main()
|
2013-05-20 01:16:11 +00:00 |
|
William Pitcock
|
a7041c9294
|
- Clean up remaining minefield of va_start() misuse. (#3641)
|
2013-05-19 23:24:12 +00:00 |
|
William Pitcock
|
63e1786a7d
|
- Remove no longer used sendto_serv_nickv2 functions.
These look like they were removed in Unreal 3.1!
|
2013-05-19 23:15:05 +00:00 |
|
William Pitcock
|
47e5ac9734
|
- Remove sendto_serv_sjoin() and sendto_serv_butone_sjoin().
|
2013-05-19 23:12:27 +00:00 |
|
William Pitcock
|
109097b819
|
- Update m_template to live in a token-free world and clean up remaining deritus. (#4082)
|
2013-05-19 22:34:39 +00:00 |
|
William Pitcock
|
d415c974b2
|
- Remove sendto_serv_butone_token_opt().
|
2013-05-19 22:31:03 +00:00 |
|
William Pitcock
|
d570031097
|
- Replace sendto_server_butone_token_opt() calls with sendto_server().
|
2013-05-19 22:27:55 +00:00 |
|
William Pitcock
|
85ff3dd136
|
- Remove JOIN_INSTEAD_OF_SJOIN_ON_REMOTEJOIN config.h option.
|
2013-05-19 22:19:12 +00:00 |
|
William Pitcock
|
c843ebe36a
|
- Remove sendto_serv_butone_quit() from headers too
|
2013-05-19 22:17:06 +00:00 |
|
William Pitcock
|
befbb8b691
|
- Replace sendto_serv_butone_quit() with
|
2013-05-19 22:16:34 +00:00 |
|
William Pitcock
|
1a27e5fc9b
|
- Allow 0 for NOCAPS usage.
|
2013-05-19 22:02:14 +00:00 |
|
William Pitcock
|
65bbf390ce
|
- Add sendto_server() to replace all the old sendto_foo() crap.
|
2013-05-19 21:59:45 +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
|
8ad50de220
|
- Finish token removal from Command objects
|
2013-05-19 21:29:26 +00:00 |
|
William Pitcock
|
ca86485927
|
- Remove token parameter from CommandAdd().
|
2013-05-19 21:27:26 +00:00 |
|
William Pitcock
|
5238ce7df6
|
- Enable V6ONLY on ident sockets for ipv6 connections, patch from FalconKirtaran. (#4193)
|
2013-05-19 21:04:57 +00:00 |
|
William Pitcock
|
a9ce94de9b
|
- Remove sendto_channelprefix_butone_tok().
|
2013-05-19 20:59:29 +00:00 |
|
William Pitcock
|
ec440be9a3
|
- remove calls to sendto_channelprefix_butone_tok() in modules
|
2013-05-19 20:57:30 +00:00 |
|
William Pitcock
|
f5adc61da5
|
- Remove sendto_channelprefix_butone_tok() usage from core.
|
2013-05-19 20:51:35 +00:00 |
|
=?UTF-8?q?Mantas=20Mikul=C4=97nas?=
|
5b66f7abe6
|
- Finally remove sendto_server_butone_token().
---
include/proto.h | 2 --
src/send.c | 24 ------------------------
2 files changed, 26 deletions(-)
|
2013-05-19 20:37:16 +00:00 |
|