~xavier-antoviaque/ibid/scrummeeting-934376

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
botname = Ibid
logging = logging.ini

[auth]
    methods = password,
    timeout = 300
    permissions = +factoid, +karma, +sendmemo, +recvmemo, +feeds, +publicresponse, +regex

[sources]
    [[atrum]]
        channels = "#ibidtest",
        type = irc
        server = za.atrum.org
        modes = B
        # nickserv_password = password
        nickserv_mask = services@atrum.org
    [[freenode]]
        type = irc
        server = chat.eu.freenode.net
        # nickserv_password = password
        nickserv_mask = NickServ@services.
        disabled = True
    [[jabber]]
        jid = ibidbot@jabber.org/source
        password = ibiddev
        rooms = ibid@conference.jabber.org,
    [[telnet]]
    [[manhole]]
        username = admin
        password = admin
    [[clock]]
        type = timer
    [[http]]
        url = http://ibid.omnia.za.net
    [[smtp]]
        relayhost = localhost
        address = ibid@localhost
        accept = ibid@foo.com,
    [[pb]]
    [[reaper]]
        type = silc
        server = silc.reaper.org
        channels = ibid,
        name = Ibid Bot
    [[campfire]]
        subdomain = ibid
        rooms = Room 1,
        token = XXXXXXXXX
        disabled = True

[plugins]
    cachedir = cache
    [[ping]]
        bus_name = org.ibid.module.Ping
        pattern = ^ping$
        type = dbus.Proxy
        object_path = /org/ibid/module/Ping
    [[core]]
        names = $botname, bot, ant
        ignore = ,
    [[bzr]]
        interval = 300
        [[[repositories]]]
            [[[[ibid]]]]
                url = http://bazaar.launchpad.net/~ibid-core/ibid/trunk
                lp_branch = ~ibid-dev/ibid/trunk
                source = atrum
                channel = "#ibid"
                poll = True
    [[trac]]
        source = atrum
        channel = "#ibid"
        url = http://localhost/trac/
    [[buildbot]]
        source = atrum
        channel = "#ibid"
        server = localhost
    [[urlgrab]]
        username = ibidtest
        password = a123456
        service = delicious

[databases]
    ibid = sqlite:///ibid.db

[debugging]
    sqlalchemy_echo = False

# vi: set et sta sw=4 ts=4: