[Linuxdcpp-team] [Bug 1553808] [NEW] Improve texts.lua

2016-03-06 Thread poy
Public bug reported: Improve the texts.lua script (plugins/Script/examples/texts.lua) following the 2 TODOs mentioned in it: -- TODO Command to reload texts. Currently texts are loaded when the hub starts; provide a command (registered under "acces.commands") to re-read texts. -- TODO Allow cus

[Linuxdcpp-team] [Bug 1553806] Re: Script to remove IPs

2016-03-06 Thread poy
First try - unable to test as the event handler is never called on INF. ** Attachment added: "restrict-ips.lua" https://bugs.launchpad.net/adchpp/+bug/1553806/+attachment/4590908/+files/restrict-ips.lua -- You received this bug notification because you are a member of Dcplusplus-team, which

[Linuxdcpp-team] [Bug 1553806] [NEW] Script to remove IPs

2016-03-06 Thread poy
Public bug reported: See further for the start of a script meant to remove IPs. It does not work; TODO: - the "send" signal does not catch INFs sent to users when they connect. - remove IPs from "+info" too. ** Affects: adchpp Importance: Undecided Status: In Progress ** Tags: ip

[Linuxdcpp-team] [Branch ~dcplusplus-team/adchpp/trunk] Rev 666: update docs regarding the motd.lua -> texts.lua change

2016-03-06 Thread noreply
revno: 666 committer: poy branch nick: trunk timestamp: Sun 2016-03-06 22:23:05 +0100 message: update docs regarding the motd.lua -> texts.lua change modified: changelog.txt docs/user_guide/basic_guide.txt docs/user_guide/expert_

[Linuxdcpp-team] [Branch ~dcplusplus-team/adchpp/trunk] Rev 665: scripts: generalize the motd example to a script that handles multiple texts

2016-03-06 Thread noreply
revno: 665 committer: poy branch nick: trunk timestamp: Sun 2016-03-06 22:08:35 +0100 message: scripts: generalize the motd example to a script that handles multiple texts renamed: plugins/Script/examples/motd.lua => plugins/Script/e