1
0
Fork 0
mirror of https://github.com/pissnet/pissircd.git synced 2024-06-05 07:48:44 +01:00

Commit graph

  • 3b29c325c6 - SASL: remove dead/unnecessary code found with coverity William Pitcock 2013-05-21 16:20:40 -0500
  • bb93b10e67 - m_pingpong: since we manually hunt ourselves, check against ID too William Pitcock 2013-05-21 08:14:35 +0000
  • 2ccaea07b5 - SID command: ensure we use non-SID name as origin on SERVER message (since it's for backwards compat) William Pitcock 2013-05-21 07:46:27 +0000
  • 1853eaeeae - Quick attempt at cleaning up the mess for SIDs. William Pitcock 2013-05-21 07:17:39 +0000
  • 7f156ad566 - add remote SIDs to ID hashtable William Pitcock 2013-05-21 06:52:45 +0000
  • d4ea47eadd - do not send KILL to SIDs if they are unknown William Pitcock 2013-05-21 06:33:56 +0000
  • afdf5d780a - Replace ircsprintf() with bounds-checking ircsnprintf(), patch from FalconKirtaran. () William Pitcock 2013-05-21 06:26:52 +0000
  • 42a0071b2b - implement SID handler William Pitcock 2013-05-21 03:42:22 +0000
  • 6d63a1b90f - fix regression caused by final stage of TOKEN removal William Pitcock 2013-05-21 02:22:39 +0000
  • deeadee885 - find_person() and find_client(): make UID aware. if a Person is passed as the aClient ptr, do not check UIDs. William Pitcock 2013-05-21 02:10:14 +0000
  • d7497ed79f - ensure callers of parse_client_queued() are aware of FLUSH_BUFFER William Pitcock 2013-05-21 01:49:54 +0000
  • cea686b7fa - more reliably ensure we induce FLUSH_BUFFER on SID collision William Pitcock 2013-05-21 01:49:27 +0000
  • f9259bf5a5 - avoid corrupting SID hashtable on collision. William Pitcock 2013-05-21 01:36:19 +0000
  • 13351e550a - Add PROTO_SID, so that SID/UID messages can be sent with sendto_server(). William Pitcock 2013-05-21 01:16:01 +0000
  • 7fa25a3e46 - display SID in MAP if available William Pitcock 2013-05-21 01:01:58 +0000
  • 3c38cd42e3 - protoctl: parse SID= token William Pitcock 2013-05-21 00:58:46 +0000
  • ef0b09e1f9 - m_nopost: log kills William Pitcock 2013-05-21 00:26:27 +0000
  • ee739f4e46 - Include SID in handshake. William Pitcock 2013-05-20 22:01:41 +0000
  • b02069f944 - Generate UIDs for local clients. William Pitcock 2013-05-20 22:00:24 +0000
  • 01ff7c4a16 - document SID config option William Pitcock 2013-05-20 21:35:33 +0000
  • 432afdef0f - initialize uid subsystem when ircd config is loaded William Pitcock 2013-05-20 21:33:18 +0000
  • e338c318c3 - add UID generator William Pitcock 2013-05-20 21:14:48 +0000
  • 5eac4b95f9 - chm_permanent: use static initializer William Pitcock 2013-05-20 20:08:26 +0000
  • 0a1624e24a - m_cap: readd code to break a loop that i removed by accident William Pitcock 2013-05-20 20:03:40 +0000
  • af1e9ebcbf - Add permanent channel mode. () William Pitcock 2013-05-20 19:55:47 +0000
  • 01dffdfa46 - Extend HOOKTYPE_CHANNEL_DESTROY to allow cancelling the destroy event. William Pitcock 2013-05-20 19:37:43 +0000
  • 06d9bd81ab - Introduce C99 stdbool.h. William Pitcock 2013-05-20 19:36:22 +0000
  • b9eb1efd87 - Add missing module cap_invitenotify. William Pitcock 2013-05-20 18:23:48 +0000
  • 93737c2f28 - Implement proposed invite-notify CAP. William Pitcock 2013-05-20 18:22:35 +0000
  • 1698007836 - Add HOOKTYPE_INVITE William Pitcock 2013-05-20 18:07:25 +0000
  • 5b32e5fa79 - m_sasl: take over cap_sasl implementation William Pitcock 2013-05-20 17:33:06 +0000
  • c00350b760 - Move tls cap to m_starttls. William Pitcock 2013-05-20 17:28:53 +0000
  • 9d78a92976 - Modularize the core of CAP. Now, we have HOOKTYPE_CAPLIST, which allows for ClientCapability objects to be added to the list. William Pitcock 2013-05-20 17:22:01 +0000
  • f5cc654a06 - Initial work on modularizing CAP. William Pitcock 2013-05-20 17:04:16 +0000
  • d8d3156f43 - dbuf vestige cleanup: missed a spot William Pitcock 2013-05-20 16:39:34 +0000
  • 5a0891a1f7 - Remove some old vestiges of the old dbuf code. William Pitcock 2013-05-20 16:30:10 +0000
  • 27bdd21a4a - remove obsolete debug notice from evented i/o conversion William Pitcock 2013-05-20 16:17:01 +0000
  • fda8377a02 - Remove AKILL/RAKILL commands. () William Pitcock 2013-05-20 07:41:51 +0000
  • 468f1eddab - make modules loading relative to SPATH. William Pitcock 2013-05-20 07:35:20 +0000
  • 37b13dd90c - LISTEN_SIZE should either be 5 or SOMAXCONN if defined. Nothing else. () William Pitcock 2013-05-20 07:26:34 +0000
  • 42d8a95c2c - remove BUFFERPOOL, which is not used by the new dbuf code William Pitcock 2013-05-20 05:11:46 +0000
  • 691503dc3e - remove 'trouble reporting system' used by old dbuf code. new dbuf code cannot have a malloc failure due to memory pooling. William Pitcock 2013-05-20 05:08:59 +0000
  • 9a4bea10f8 - rewrite dbuf code to use memory pool and list framework this probably has bugs, consider it to be less than resilient. William Pitcock 2013-05-20 05:07:00 +0000
  • 6b9885e08a - mempool: use MyMallocEx() instead of MyMalloc(). William Pitcock 2013-05-20 04:02:27 +0000
  • b9c9f9baa8 - Fix va_list usage warnings flagged by Purify. William Pitcock 2013-05-20 02:23:33 +0000
  • df1b02adb9 - Allow the ircd to be started without a cloaking module. () William Pitcock 2013-05-20 02:07:51 +0000
  • 61fe014771 - Remove sendto_server_butone() and friends, now everything uses sendto_server(). () Patch from FalconKirtaran. William Pitcock 2013-05-20 01:21:45 +0000
  • 67aacc7e9b - add memory pool code William Pitcock 2013-05-20 01:18:24 +0000
  • b72fc723d9 - start up event manager immediately in main() William Pitcock 2013-05-20 01:16:11 +0000
  • a7041c9294 - Clean up remaining minefield of va_start() misuse. () William Pitcock 2013-05-19 23:24:12 +0000
  • 63e1786a7d - Remove no longer used sendto_serv_nickv2 functions. These look like they were removed in Unreal 3.1! William Pitcock 2013-05-19 23:15:05 +0000
  • 47e5ac9734 - Remove sendto_serv_sjoin() and sendto_serv_butone_sjoin(). William Pitcock 2013-05-19 23:12:27 +0000
  • 109097b819 - Update m_template to live in a token-free world and clean up remaining deritus. () William Pitcock 2013-05-19 22:34:39 +0000
  • d415c974b2 - Remove sendto_serv_butone_token_opt(). William Pitcock 2013-05-19 22:31:03 +0000
  • d570031097 - Replace sendto_server_butone_token_opt() calls with sendto_server(). William Pitcock 2013-05-19 22:27:55 +0000
  • 85ff3dd136 - Remove JOIN_INSTEAD_OF_SJOIN_ON_REMOTEJOIN config.h option. William Pitcock 2013-05-19 22:19:12 +0000
  • c843ebe36a - Remove sendto_serv_butone_quit() from headers too William Pitcock 2013-05-19 22:17:06 +0000
  • befbb8b691 - Replace sendto_serv_butone_quit() with William Pitcock 2013-05-19 22:16:34 +0000
  • 1a27e5fc9b - Allow 0 for NOCAPS usage. William Pitcock 2013-05-19 22:02:14 +0000
  • 65bbf390ce - Add sendto_server() to replace all the old sendto_foo() crap. William Pitcock 2013-05-19 21:59:45 +0000
  • b413848524 - TOK_FOO removal pass 2 William Pitcock 2013-05-19 21:40:45 +0000
  • 40aeea3f0f - Remove token references from add_Command, msg.h William Pitcock 2013-05-19 21:36:11 +0000
  • 8ad50de220 - Finish token removal from Command objects William Pitcock 2013-05-19 21:29:26 +0000
  • ca86485927 - Remove token parameter from CommandAdd(). William Pitcock 2013-05-19 21:27:26 +0000
  • 5238ce7df6 - Enable V6ONLY on ident sockets for ipv6 connections, patch from FalconKirtaran. () William Pitcock 2013-05-19 21:04:57 +0000
  • a9ce94de9b - Remove sendto_channelprefix_butone_tok(). William Pitcock 2013-05-19 20:59:29 +0000
  • ec440be9a3 - remove calls to sendto_channelprefix_butone_tok() in modules William Pitcock 2013-05-19 20:57:30 +0000
  • f5adc61da5 - Remove sendto_channelprefix_butone_tok() usage from core. William Pitcock 2013-05-19 20:51:35 +0000
  • 5b66f7abe6 - Finally remove sendto_server_butone_token(). --- include/proto.h | 2 -- src/send.c | 24 ------------------------ 2 files changed, 26 deletions(-) =?UTF-8?q?Mantas=20Mikul=C4=97nas?= 2013-05-19 20:37:16 +0000
  • 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(-) =?UTF-8?q?Mantas=20Mikul=C4=97nas?= 2013-05-19 20:36:56 +0000
  • cecbf38775 - m_adminchat: Use the correct command. --- src/modules/m_adminchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) =?UTF-8?q?Mantas=20Mikul=C4=97nas?= 2013-05-19 20:35:24 +0000
  • 0e0d4e2959 - Kill some more sendto_serv_butone_token() use. William Pitcock 2013-05-19 10:52:25 +0000
  • 853ab1955f - config_warn() when server link block has deprecated/removed zip option () William Pitcock 2013-05-19 10:46:16 +0000
  • 061c405172 - Remove base64enc() and friends, as they are no longer used. Patch from FalconKirtaran (). William Pitcock 2013-05-19 10:36:38 +0000
  • a3d24664ca - Ensure we pass a static format string to sendto_one(). Patch from FalconKirtaran (). William Pitcock 2013-05-19 10:33:36 +0000
  • 6085877aa7 - Remove TS2ts() and %B usage in formatter strings. Patch from FalconKirtaran (, ). William Pitcock 2013-05-19 08:36:49 +0000
  • b2214aba9f - Remove SJB64 stuff, patch from FalconKirtaran (). William Pitcock 2013-05-19 08:09:02 +0000
  • 9c857d1314 - Fix incorrect parameter use on sendto_serv_butone_token_opt(), reported and patch supplied by FalconKirtaran () William Pitcock 2013-05-19 08:06:08 +0000
  • 55a169cd75 - Remove include/zip.h and src/zip.c William Pitcock 2013-05-19 08:05:11 +0000
  • 38888442fb French doc: - Patch from FalconKirtaran to restrict /TSCTL OFFSET to can_tsctl permission () (r28f9e289d4df) - Remove ziplinks support, patch from FalconKirtaran. () (r529b168ff8c1) Thomas Fargeix 2013-05-18 01:51:59 +0200
  • 7c42c025dd French doc: example.fr.conf: - Update example config for pending commands.so removal. (r0cb592422175) - Implement support for TCP_DEFER_ACCEPT (synflood-hardening). () (r2ea87de39063) - remove global flag from oper block as it is implied by netadmin. () (r491e69c8ede6) Thomas Fargeix 2013-05-12 01:30:06 +0200
  • 922aa6a4af - Fix typos in previous commit. William Pitcock 2013-05-16 08:00:44 +0000
  • a1ad90bab4 - Use a unified counter instead of depending on Client.slot for sending William Pitcock 2013-05-16 07:53:19 +0000
  • c41ca43145 - Remove ziplinks support, patch from FalconKirtaran. () William Pitcock 2013-05-16 06:36:13 +0000
  • b4424fafb6 - m_adminchat: remove sendto_serv_butone_token() William Pitcock 2013-05-15 05:36:18 +0000
  • e2b7389455 - Patch from FalconKirtaran to restrict /TSCTL OFFSET to can_tsctl permission () William Pitcock 2013-05-14 08:29:42 +0000
  • 67669c0299 - core: remove references to sendto_serv_butone_token() and friends William Pitcock 2013-05-14 01:26:41 +0000
  • fa4245546d - whois: honour multi-prefix capability () William Pitcock 2013-05-13 22:48:19 +0000
  • 2076fd5023 - Remove hunt_server_token() as it is no longer used. William Pitcock 2013-05-13 22:05:34 +0000
  • 4b9370b0a3 - Remove references to hunt_server_token() in modules. William Pitcock 2013-05-13 22:03:07 +0000
  • befe488d14 - remove references to hunt_server_token() in core William Pitcock 2013-05-13 21:46:20 +0000
  • 32776a4ad1 - remove hunt_server_token_quiet() as it is not in use by anything William Pitcock 2013-05-13 21:39:49 +0000
  • 228cf4ae7b - Remove PROTO_TOKEN and IsToken(). William Pitcock 2013-05-13 05:39:00 +0000
  • d7989a1b5b - Remove IsToken() references, pass 2. William Pitcock 2013-05-13 05:18:43 +0000
  • d1da8aff73 - Remove IsToken() references from modules, pass 1. William Pitcock 2013-05-13 05:10:31 +0000
  • 6ac8721c64 - core: remove all references to IsToken() William Pitcock 2013-05-13 05:03:28 +0000
  • 6cde7c6ded - fix SO_ACCEPTFILTER build on freebsd William Pitcock 2013-05-13 04:37:12 +0000
  • c47c75f103 - parser: remove TokenHash and related code William Pitcock 2013-05-13 04:35:00 +0000
  • 04e9199934 - Remove ClearToken(). William Pitcock 2013-05-13 04:18:52 +0000
  • 7e9cbe6ef8 - Fix typo, patch supplied by FalconKirtaran (). William Pitcock 2013-05-12 05:28:34 +0000