Sadie Powell
ca30bb2370
Fix some remaining uses of vHost in the configs.
2025-05-10 13:32:45 +01:00
Sadie Powell
2cf8f003ce
Allow using an account identifier in the anope.account RPC method.
2025-05-09 22:02:06 +01:00
Sadie Powell
977780d8ef
Store user away state and add it to the anope.user RPC event.
2025-05-09 14:47:31 +01:00
Sadie Powell
459f3d07c9
Add TLS usage to the anope.user RPC event.
2025-05-09 14:17:55 +01:00
Sadie Powell
8b089ab1a7
Stringify all parameters in the example RPC clients.
2025-05-09 11:33:20 +01:00
Sadie Powell
fab8589e1e
Remove rpc_main.
2025-05-05 21:18:27 +01:00
Sadie Powell
1321f4f071
Add an example Ruby JSON-RPC client.
2025-05-05 13:25:40 +01:00
Sadie Powell
4319b6428f
Fix various documentation errors in the JavaScript JSON-RPC client.
2025-05-05 13:24:23 +01:00
Sadie Powell
e1f6d0ca16
Document the existence of the example JSON-RPC client.
2025-05-04 14:45:00 +01:00
Sadie Powell
4b854d3935
Add support for bearer tokens for authorising with RPC.
2025-05-04 14:14:19 +01:00
Sadie Powell
f0b26c9b44
Drop support for Bahamut as it has no non-DALnet users.
...
Closes #438 .
2025-05-03 18:41:59 +01:00
Sadie Powell
f953f7f006
Bump the minimum version of ircd-hybrid to 8.2.34.
...
This is 5 years old and allows us to remove the SVSACCOUNT hack.
2025-05-03 18:10:24 +01:00
Sadie Powell
b091184c60
Remove an obsolete comment about Windows.
2025-05-02 11:38:17 +01:00
Sadie Powell
6b1a491694
Add a note to LANGUAGE about control characters in messages.
2025-05-02 11:37:23 +01:00
Sadie Powell
a4691f9d4d
Fix some typos in the change log.
2025-05-02 11:01:38 +01:00
Sadie Powell
8a44b9c0ea
Update the change logs.
2025-05-02 09:52:40 +01:00
Sadie Powell
36d69b1e5c
Update the change logs.
2025-04-23 17:34:33 +01:00
Sadie Powell
c8b3819767
Add the anope.account and anope.listAccounts RPC events.
2025-04-19 22:31:49 +01:00
Sadie Powell
e6a1982922
Fix various typos in the rpc_data docs.
2025-04-19 21:49:33 +01:00
Sadie Powell
40a1dc9536
Document the rpc_data result better.
2025-04-19 17:22:06 +01:00
Sadie Powell
18dfa62626
Add expanded data to the rpc_data list events.
2025-04-19 15:16:07 +01:00
Sadie Powell
597d4a1aee
Update the change logs.
2025-04-16 02:45:53 +01:00
Sadie Powell
cbb41241d4
Merge branch '2.0' into 2.1.
2025-04-15 11:42:49 +01:00
Sadie Powell
b9acaa6d51
Ask people to file PRs on GitHub as well as emailing team@.
2025-04-15 10:05:51 +01:00
Sadie Powell
9d18fdf0f6
Update the change logs.
2025-04-14 11:56:40 +01:00
Sadie Powell
c6065ff0f3
Update the change log.
2025-04-02 23:00:12 +01:00
Sadie Powell
97c63822fc
Bump the minimum CMake version to 3.20.
...
This should hopefully prevent us from being burned by CMake
dropping old version compatibility for a long time.
2025-04-02 10:11:21 +01:00
Sadie Powell
2ecb667d1c
Bump the minimum CMake version in the docs.
2025-04-01 16:29:11 +01:00
Sadie Powell
c21f6ac597
Bump for 2.1.14-git.
2025-04-01 11:06:38 +01:00
Sadie Powell
390d0482fc
Release 2.1.13.
2025-04-01 11:04:29 +01:00
Sadie Powell
ea4877dc16
Update the changelogs.
2025-03-30 13:06:48 +01:00
Sadie Powell
65183c3c49
Update the change logs.
2025-03-26 09:18:56 +00:00
Sadie Powell
602ff60e21
Document the migration path for removed config options.
...
Also resort the config changelog so it is listed alphabetically.
2025-03-22 08:17:28 +00:00
Sadie Powell
8d0399e356
Document the default value for new config options in the changelog.
2025-03-22 08:04:55 +00:00
Sadie Powell
a4d0213bcb
Update the changelogs.
2025-03-22 07:59:54 +00:00
Sadie Powell
5fd2145821
Update author list.
2025-03-16 12:16:02 +00:00
Sadie Powell
b4d068b01a
Fix the messageUser function in the JavaScript library.
2025-03-13 15:27:07 +00:00
Sadie Powell
23d548336a
Document the required RPC modules in the JavaScript library.
2025-03-13 15:24:48 +00:00
Sadie Powell
82371dc279
Update the changelogs.
2025-03-13 15:17:08 +00:00
Sadie Powell
fd6770373f
Add the rpc_message module, remove the notice RPC event.
2025-03-13 15:12:47 +00:00
Sadie Powell
e221c7642a
Update the changelogs.
2025-03-09 20:14:03 +00:00
Sadie Powell
82aecd6c7e
Bump for 2.1.13-git.
2025-02-28 16:11:40 +00:00
Sadie Powell
3cef83c8c5
Release 2.1.12.
2025-02-28 16:10:09 +00:00
Sadie Powell
0781f8a82a
Update the changelogs.
2025-02-28 09:58:23 +00:00
Sadie Powell
fb03d745c5
Add a JavaScript library for accessing the JSON-RPC API.
2025-02-26 17:18:03 +00:00
Sadie Powell
e500258ce4
Add the rpc_data module.
...
- Add rewritten and namespaced versions of the channel, oper, user
events.
- Add the following new events:
* anope.listChannels
* anope.listOpers
* anope.listServers
* anope.listUsers
* anope.server
2025-02-25 19:59:23 +00:00
Sadie Powell
8330cd119a
Fix sending RPC responses after the previous commit.
2025-02-18 21:27:46 +00:00
Sadie Powell
3c340f550a
Update the XMLRPC example to use JSON-RPC instead.
2025-02-14 21:13:10 +00:00
Sadie Powell
420f83bbbf
Use RPC error responses correctly.
2025-02-14 20:54:06 +00:00
Sadie Powell
84dbb5c9a3
Tidy up the change logs.
2025-02-13 04:55:15 +00:00