Commit Graph

26 Commits

Author SHA1 Message Date
Pragmatic Software 5d3f188a09
Multiple bugfixes
* obtain bot nick from connection details instead of registry where appropriate

* irc.random_nick works again

* record own hostmask when connecting

* fix web-paste truncation by subtracting length of own hostmask from message length

* set irc.max_msg_len back to 510

* updated IRC numeric 378 to whoishost

* add sprunge.us to WebPaste
2024-04-07 20:55:04 -07:00
Pragmatic Software 9f314cd365 Enable `aka_debug` because AKA log entries are interesting 2023-02-02 09:13:36 -08:00
Pragmatic Software 164ecc45a7 Update factoids and registry 2022-02-27 17:16:48 -08:00
Pragmatic Software 3d97dc2c33 Rename "modules" to "applets"
"Applet" is a much better name for the external command-line
scripts and programs that can be loaded as PBot commands. They
will no longer be confused with Perl modules.

https://en.wikipedia.org/wiki/Applet
2021-11-19 18:05:50 -08:00
Pragmatic Software d1df2d325c Improve output of truncation text
Instead of "... [truncated; see http://xxx for full text.]" it more
concisely says "... <truncated; http://...>".

Increased irc.max_msg_len from a very conservative 425 to a more
generous 460. If you have very long channel names or nicknames, or if
you see things being truncated incorrectly, reduce this value.
2021-08-12 22:30:56 -07:00
Pragmatic Software 487c84e824 Registry: remove `plugin_dir` 2021-08-02 04:40:45 -07:00
Pragmatic Software 9ab0355f86 data/registry: set `strictnamespace` to false 2021-07-19 16:33:27 -07:00
Pragmatic Software c31487de10 data/registry: set default server to Libera 2021-07-14 15:59:54 -07:00
Pragmatic Software 2c636bc8c1 Rename SSL to TLS 2021-07-10 22:47:33 -07:00
Pragmatic Software 5241a6dc50 data: update some stuff 2021-02-07 14:25:41 -08:00
Pragmatic Software f347d1798b Finalize BanList refactor; add updater 2020-04-28 22:36:13 -07:00
Pragmatic Software 75731cd28a data: add name to JSON metadata 2020-04-24 23:09:57 -07:00
Pragmatic Software 815fe9b86a data/registry: store default irc.botnick value 2020-04-22 16:49:42 -07:00
Pragmatic Software 66f6d867e9 Remove redundant _name metadata from JSON files 2020-04-22 16:46:09 -07:00
Pragmatic Software d2642d07bd data: add metadata to JSON files; add last_update 2020-04-21 22:43:03 -07:00
Pragmatic Software 97dd3ea56e LagChecker: convert lag_threshold to milliseconds 2020-01-03 21:26:49 -08:00
Pragmatic Software 849e022544 data/registry: remove extraneous key 2020-01-03 11:36:39 -08:00
Pragmatic Software a86a5aaed2 Rename irc.ircserver -> irc.server and irc.ircname -> irc.realname 2019-12-31 23:28:25 -08:00
Pragmatic Software ca2c6f4771 data/registry: fix typo in identify_command 2019-12-31 09:35:51 -08:00
Pragmatic Software 758ea3f028 Replace old documentation links 2019-12-29 11:12:06 -08:00
Pragmatic Software 8b82babde3 Convert google module to GoogleSearch plugin 2019-12-28 22:57:38 -08:00
Pragmatic Software 43093ee843 Services identification now customizable via registry 2019-12-27 19:28:51 -08:00
Pragmatic Software 824999b98a registry: add op_nick and op_command default values 2019-12-26 05:50:03 -08:00
Pragmatic Software 8ae4eaba9d Registry: remove config_dir 2019-12-21 21:49:59 -08:00
Pragmatic Software cc689d4a31 Registry: Default randomize_nick and autojoin_wait_for_nickserv to 0 2019-12-21 19:48:56 -08:00
Pragmatic Software 3011f16f6f Move config/* to data/ 2019-12-21 18:55:03 -08:00