Commit Graph

246 Commits

Author SHA1 Message Date
Diego Blanco
efa13667ca Added HTML strip plugin 2021-07-02 20:38:48 +02:00
Michael Vetter
f5956dddf0 Merge pull request #22 from wasamasa/master
Use shlex to shell quote user input properly
2021-01-28 11:12:19 +01:00
Vasilij Schneidermann
ab9a606473 Use shlex to shell quote user input properly 2021-01-27 21:53:28 +01:00
Michael Vetter
6567aae509 Merge pull request #20 from lordwolfchild/master
Add autocorrector.py
2020-05-21 09:21:24 +02:00
Thomas Thiel
a479d2da7d added autocorrector.py
An autocorrection plugin for the messy typist.

replaces typos you make from a list of strings. can be used for other
purposes, too, i think, but I use it to correct my messy typing.
2020-05-20 17:34:58 +02:00
Stefan
2d9793cf32 Microblog (#18)
* Microblog Plugin

Display information about new blog entry
2020-03-02 09:12:13 +01:00
Michael Vetter
55da731bf6 Merge pull request #19 from DebXWoody/sample02
Plugin Example 02 - Define an own command
2020-03-02 09:11:01 +01:00
DebXWoody
fdb6d70f63 Plugin Example 02 - Define an own command 2020-02-29 07:14:52 +01:00
Stefan
19ff42c94f Profanity C-Plugin Example 01 (#16)
Profanity C-Plugin Example

This example provides a small example how to define and compile the callbacks.
2020-02-27 15:06:10 +01:00
Michael Vetter
8a3089b5be Merge pull request #14 from mdosch/patch-1
Update project URL
2019-08-07 14:33:48 +02:00
Martin
d69df863fe Update project URL
http://profanity.im -> https://profanity-im.github.io
2019-08-07 13:48:56 +02:00
James Booth
c49d29846c Update README.md 2017-01-29 00:27:02 +00:00
James Booth
16cb1452c0 Update test plugins 2017-01-28 19:45:42 +00:00
James Booth
4f9f513c08 Add pre chat a room message blocking 2017-01-22 16:00:58 +00:00
James Booth
9fb6ea1cf3 Added tests for encryption plugin changes 2017-01-22 00:57:09 +00:00
James Booth
c0eefa2ff7 syscmd.py: Make newlines configurable
issue #9
2016-11-13 21:50:45 +00:00
James Booth
e84dd620c8 Update README 2016-11-13 17:27:57 +00:00
James Booth
ce1c777338 Update README 2016-11-13 17:25:41 +00:00
James Booth
148c4b3ee1 Restructure project 2016-11-13 17:01:39 +00:00
James Booth
3f6ac94acb paste.py: newline option only for multiline text
issue #5
2016-11-13 16:14:41 +00:00
James Booth
3bbe6c6202 paste,py: add newline option
issue #5
2016-11-13 15:36:54 +00:00
James Booth
ff4b5198d8 sounds.py: don't play sounds on messages from self 2016-11-06 23:12:48 +00:00
James Booth
e2ab722f93 Add filepath autocompletion to sounds.py 2016-10-10 23:32:04 +01:00
James Booth
3f11319a5b Update plugins to use filepath completion 2016-10-10 22:46:53 +01:00
James Booth
39f5a03e78 imgur.py screenshot on OSX 2016-10-09 22:50:23 +01:00
James Booth
cd92ab06d3 Merge remote-tracking branch 'dotoole/imgur_screenshot' 2016-10-09 22:23:00 +01:00
Dolan O'Toole
9506e24609 adding requirements comment 2016-10-09 22:00:23 +01:00
Dolan O'Toole
da276cb2e8 added screenshot subcommand to imgur plugin 2016-10-09 21:56:25 +01:00
James Booth
18c2fc0654 Merge remote-tracking branch 'dotoole/imgur_plugin' 2016-09-20 00:24:32 +01:00
Dolan O'Toole
b578b5d720 dealing with ~ in path and file not found 2016-09-19 00:29:08 +01:00
Dolan O'Toole
b8f03164ee simple image sharing in chatrooms using Imgur 2016-09-18 23:50:17 +01:00
James Booth
409c383937 sounds.py allow for certain rooms 2016-09-18 23:36:26 +01:00
James Booth
16e6d7257a Add on|off setting to sounds.py 2016-09-18 21:58:38 +01:00
James Booth
9be0cdf568 Add sounds.py 2016-09-18 21:36:07 +01:00
James Booth
009a5c79a3 Add resource to chat message plugin hooks 2016-08-10 21:38:57 +01:00
James Booth
72542b75dc Update all plugins for renamed settings functions 2016-08-07 00:17:42 +01:00
James Booth
afc2a585a3 Fix offline message in presence_notify.py 2016-08-04 00:46:14 +01:00
James Booth
b7c758161d Fixed help for presence_notify.py 2016-08-04 00:26:53 +01:00
James Booth
83ec503ea9 Add resource setting to presence_notify.py 2016-08-03 23:43:00 +01:00
James Booth
c02c159e24 Store online contacts in presence_notify.py 2016-08-03 23:26:36 +01:00
James Booth
217f4e3c99 Added ignore list to presence_notify.py 2016-08-03 23:05:02 +01:00
James Booth
d5dcd54ec8 Add status to presense_notify.py 2016-08-03 22:37:51 +01:00
James Booth
3036624725 Fix presence_notify.py offline message 2016-08-03 01:52:22 +01:00
James Booth
042e626423 Added presence_notify.py 2016-08-03 00:23:58 +01:00
James Booth
05b3d69cbb Update test plugins 2016-08-01 22:41:42 +01:00
James Booth
dc057d40a7 Remove whitespace in python test 2016-08-01 21:58:50 +01:00
James Booth
d80767f1c4 Added string list settings to pyhton test 2016-08-01 21:35:47 +01:00
James Booth
9a2234a1b4 Update README.md 2016-07-31 00:23:11 +01:00
James Booth
47acbc76ac Update README.md 2016-07-31 00:18:38 +01:00
James Booth
1250d1df42 Remove const qualifiers 2016-07-25 01:54:16 +01:00