Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sopel-irc/sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://github.com/sopel-irc/sopel

[weather] Add examples for .weather and .setlocation

adb45acb0e20f2b995f8df2226ad58aa9b67e9d9 authored about 12 years ago
[coretasks] Add a debug msg and PM to owner when bot's nick changes

Issue #139

3dbb06011470580b2dda8ca41b45245a261f4614 authored about 12 years ago
[docs] Finish up man page

28c10bb42d31b3dfe1a574022cb3bd3d5d2538cc authored about 12 years ago
[clock, adminchannel] Fix use of deprecated functions

8445ab8cc1b92b804fd06472ccd741ba927b21fb authored about 12 years ago
[isup] Use our own web stuff to see if sites are up, rather than scraping isup.me

f9a400aacdf6ac889f3a7556012fd18fddef9a48 authored about 12 years ago
[docs] Start work on a manpage per issue #154

71d5bf909de5c51a33e296567780676c3e57f08d authored about 12 years ago
[bugzilla] Move to XML to support more trackers

Issue #116

7375d5801259e004b546147ec36a3ec0d12791a4 authored about 12 years ago
[find] Add missing re import

9be775368977f8a75a1c94929ac7ee54ecded0f3 authored about 12 years ago
[find] Fix returning even when there is conversation to look at.

625b5962825230925309231cd5420888de7302d0 authored about 12 years ago
[bugzilla] Initial work on a bugzilla module

Issue #116

df5d23921b7f975f002f1c3ce63b2856e6a0cca8 authored about 12 years ago
[coretasks] Fixed op update on NICK for non-lowercase nicks

3d83ce3130b99dc199013066d872caba959bd965 authored about 12 years ago
[coretasks] Rewrite oplist MODE handling

Fixes issue #155, or at least makes it a different error message.

b8c761ff7a432830ff58e7101fe5fcf99b6651fc authored about 12 years ago
[find] Fix error when suggestiong a correction to unknown user

Issue #170

9b515b740209e4b33cfb712b8c06e2cf71b5db91 authored about 12 years ago
[version] Fix error in CTCP reply

5986c10f797c994b4a34443d00b6faeb3efe693b authored about 12 years ago
[find] Use willie.memory to solve issue #163

Also, generally clean up the code a bit

8fcf5744086f74062559d88179e47561b29e22b4 authored about 12 years ago
[core] Remove willie.stats

20a0859432c8cc6f81891ce394032560e2589bae authored about 12 years ago
[info] Remove .stats command

58e838d2fed690a8e5929fc8f82a492fbb908030 authored about 12 years ago
[core] Update version number in __init__ to 3.1.2

3188761ab7f259cc1ffca737398d644bdfc2ae5a authored about 12 years ago
[version] Use actual version number when asking for version

i.e. CTCP and .version. CTCP VERSION no longer gives commit data, .version will give it if avail...

f47eb4a840b4ea41abde3db5cfb3423a0fc3d17b authored about 12 years ago
[calc] Remove unneeded admin-only restriction on .py

c9333d35f9c1f48068d2ea25d4ae9a19930fbe6f authored about 12 years ago
PEP8-ify willie/irc.py

53e9f6e2df4ea10748c5b5949f1b693d769dd5e3 authored about 12 years ago
Merge branch 'master' of https://github.com/embolalia/willie

Conflicts:
modules/weather.py

dee9e65eceb629e07397ec3746b5605c32aeb7c2 authored about 12 years ago
[weather] Improve no location error message

18b93680b905040b296423cbdca2376239f07304 authored about 12 years ago
[weather] Fixed it saying know instead of now

fbd20ca96e311804118f63dc371a7536ee0ca029 authored about 12 years ago
[info] Change url to point to our site, not phenny

5d947c04f822014c447a52c55be5dbcaf60936e6 authored about 12 years ago
[core] Fix error introduced by improper correction of indentation in previous commit.

b9620cd241253acaf5f1eb69c92da457f9bdf26d authored about 12 years ago
[core] PEP8-ify bot.py, setup.py per issue #125

b9117070772a44e5ff7cba2c9a0a0e278bdf87c2 authored about 12 years ago
[weather] Fix function names in setup function

5e4ef47b619917c054d619c7ca18abddb17ff43c authored about 12 years ago
[core] Ignore case in determining PM

Solves issue #166

f3ecc68ab6856c7be12eac72409171be14950959 authored about 12 years ago
[weather] Overhaul to use Yahoo weather.

Existing weather location settings will need to be redone, as WOEID can't recognize ICAO codes, ...

3c9f3e78cd167e768ece99a42fb35bc7c938422b authored about 12 years ago
[docs] Fix module imports for autodoc

e82e64f8ce928086367d35cc40355d2ff022f561 authored about 12 years ago
[config] Ask whether to use SSL in wizard, and change default port accordingly

33a641f9e616dea79842d672c668dcf966c7827b authored about 12 years ago
[wikipedia] Make wiki first in the list of commands, instead of wik

56fcafa3afaa9e866bd988947f18a9e29cc9ad95 authored about 12 years ago
[info] Change the .help command from a .commands alias to a Willie, help command? alias

22b7bf31827a37154a68f772b341df47d62b7dd7 authored about 12 years ago
[core] Store command docstrings by first listed command, as opposed to function name

0fe9551ce2503489a026f87d9bbdd747f3c4b2b5 authored about 12 years ago
[core] PEP8-ify willie.py (except line length)

Issue #125

d17cfd6d7ac113f14c4a418dde062a1387117dfe authored about 12 years ago
[docs] Change notes about version numbers.

7be17a62f7a99b0e2df086d4c241d03309189960 authored about 12 years ago
[config] add_option now ensures that the given section exists

This is the expected behavior as in interactive_add.
This sovles issue # 161

7ea00fde8a016e827ee86e2e4bd3504969606ed8 authored about 12 years ago
Remove shabang from all library files

see https://bugzilla.redhat.com/show_bug.cgi?id=875359

5e0ce8716ea86010fab59ee228061408ec9213a8 authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

8e10cf66001a04e5a030c9e4e89c889a6ddd7ce9 authored about 12 years ago
Revert "[find] Use cPickle instead of poorly implemented CSV to save find database"

This reverts commit 56535684e21ac7981ac3c4d712da35c84ea63dfe.
cPickle has turned out to be unsta...

3abde2aea5b3e488062bca1c1a994a60e3bc13bc authored about 12 years ago
[GitHub]Changing some minor debug/error messages.

Signed-off-by: Dimitri Molenaars <[email protected]>

d4e00ff132a08e12cf2561d308c8527f4176787e authored about 12 years ago
Fixing typo in github config setting.

THIS UPDATE REQUIRES A BOT RESTART!

Signed-off-by: Dimitri Molenaars <[email protected]>

d159a1ea6633ef6c8871e7b5e79b4479dca41032 authored about 12 years ago
Merge branch 'master' of https://github.com/embolalia/willie

3d6e4e4a08bde74177b155829601d7df5854f0d6 authored about 12 years ago
Fixing local copy (Should've seperated embolalia/willie and tyrope/willie to begin with.)

Signed-off-by: Dimitri Molenaars <[email protected]>

704e3e811f0af96de9beaa89cd900f7219457920 authored about 12 years ago
Merge branch 'master' of https://github.com/tyrope/willie

e3e261d30fc67f3be8f0a1fcbf267d4348519dc8 authored about 12 years ago
Adding line length limiter to findandreplace on request.

Code written by TJ- on irc.freenode.net. Credit where credit is due, man. ;)

Signed-off-by: Dimi...

bd695df8df92bfab0b9576f8dbb505dd1f1666bb authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

77a5f6189f42a8da8f67de0ccc510cfd4fc7dcc3 authored about 12 years ago
[search] Update copyright info

9cbca56faf2c09a039f4e4494462c9e9eee5d037 authored about 12 years ago
Merge pull request #15 from embolalia/master

*cough*

0690c2a0a9aa9e0ffa67631efe985a04b87782fc authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

9549c25379dc20c467828b47ef4a379970914d4d authored about 12 years ago
[admin] fix bug with hold_ground

The original code caused useless JOIN messages to be sent to the server whenever someone is kick...

e70a99f7a1153921ade45683cc07e243cb545f54 authored about 12 years ago
[search] Enable !bang for .ddg

Not for .search, since it wouldn't make sense

478639b959be2e6509e5756a902f3ff48ba72f49 authored about 12 years ago
[core] Clean up some truly bizarre code in the core

Issue # 69

cf7aa52d7dd6df9c99e30496efa78fab42c340c2 authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

ce9bf02fa13cadc4279753c842c34d5250b6c27c authored about 12 years ago
[admin] make hold_ground configurable

Issue #118

ebeda452e88306e3e058506930f97eadfd7a7dc9 authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

f68fabe9fdaddf15227a51983534807f0ac7ecf3 authored about 12 years ago
[core] Make configuration wizard as arguments of main script

049f84a365cf9733dc46b6cdf598c273670f4e0f authored about 12 years ago
Update readme again

This time using github's built in editor so I could do markdown properly.

2e7f9c271ee72789c41952346ebdf634c49ed44c authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

31089e13c3f6ea5633f2c5fbb4577db6a78ff362 authored about 12 years ago
[doc] update README

5bc8967a34163b3122f054aff884beba66bedc94 authored about 12 years ago
[bomb, etymology] Remove ._meter, make .ety documentable (and add docs)

8cebc1862f32bb70e1e882473dfeb60fcd236da0 authored about 12 years ago
[bucket, meetbot] Add command and config docs

389a2dd3303047917dc6ece7f5683c005f9caa92 authored about 12 years ago
[core] Add __version__ to module, and change setup accordingly

Modules can use this, too. from willie import __version__ will let you use the current release n...

b4e05a3c0b1019feeb9f8d7a03a210a08fb2d4a1 authored about 12 years ago
[doc] Better doc name

f7a954dddbce8b7cc33666fa82b0900f4d453fb3 authored about 12 years ago
[core] Add install script

Issue #153

7964f8233e1c268d27007892df2bc824c90aca3e authored about 12 years ago
[core] Move pid file to dot dir. Issue #153

dba5daccac5b693ccec3db30a9e33719665632d1 authored about 12 years ago
[core] Do not overwrite logdir config attribute

f6bd7662fdf529a3c412726275a0b20c9eb2eff3 authored about 12 years ago
[core] Place other log files in configured directory, remove todos

Issue #153

375840e691ad9a649dbe5d339412ac47a8f9406b authored about 12 years ago
[core] Enable configuration of log directory with core.logdir, default to ~/.willie/logs

Issue #153

5ff211ee030c3b0e3022dddd55244356c266a7e9 authored about 12 years ago
Move things around

Issue #153

b0ae364af0b371b562ba1d2efd42e62d6a017693 authored about 12 years ago
Revert "Revert "[modules] more import fixes for issue #153""

This reverts commit d5acec18ab069f423f1bdcf5bf94895c0a387688.

70d1aa5d76f576d0977313c44c2bc86793070e14 authored about 12 years ago
Revert "Revert "[modules] make all module imports work even if will is installed systemwide""

This reverts commit c96892cde9d5e42bbf194bbd518b0b9160c2318f.

a8c5538fa51d99f0e34a9de4f8124feed0eccc44 authored about 12 years ago
Revert "[modules] make all module imports work even if will is installed systemwide"

This reverts commit 885a79c8f5bbc5458502d333701fc1e8125052ac.

c96892cde9d5e42bbf194bbd518b0b9160c2318f authored about 12 years ago
Revert "[modules] more import fixes for issue #153"

This reverts commit 76cab773ca0e235fcace52f711587aec3ff683c0.

d5acec18ab069f423f1bdcf5bf94895c0a387688 authored about 12 years ago
[modules] more import fixes for issue #153

76cab773ca0e235fcace52f711587aec3ff683c0 authored about 12 years ago
[modules] make all module imports work even if will is installed systemwide

Issue #153

885a79c8f5bbc5458502d333701fc1e8125052ac authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

5c1f8d9183f34f89a41cc31989bcdecb87f27c2a authored about 12 years ago
[web] Remove web.json() per issue #152

93acb2a2e13425c6a85bcf2a0a95aec6361e154b authored about 12 years ago
[search, weather] Move from web.json to native json

6f417898141dc57bd2255717a0449e59ca591996 authored about 12 years ago
[core] make ./willie load system-wide installed willie libs (if avil.)

Issue #153

ae5652d4911bebc04f76e3f39f9297ddb05b5dc7 authored about 12 years ago
[core] Fix config option

tag issue # 153

720c6aa47c42b8a1090f03a508042cdb521bb246 authored about 12 years ago
[core] Allow willie to be executed from anywhere

This is a big part of issue #153, but I'd like now to see if we can
figure out how to install it...

2409676155bd99f6cf27336d9bb1ac4a5752d683 authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

d51368e5f29bf7af9064a217a0bc6b14d6520d18 authored about 12 years ago
[modules] Remove accidentally committed file

995408178e690d24b747d450ea7f766feba35e21 authored about 12 years ago
[reddit] Port to praw, issue #145

64daf984032a802c39a48b36872dd5436d80fba8 authored about 12 years ago
[dice]Change the docstring for .dice to include droplowest.

Signed-off-by: Dimitri Molenaars <[email protected]>

c76bcc20b30fed8eb4660452dbef27326ac12804 authored about 12 years ago
[bucket] Better handling of inventory listing

Only because people kept nudging me about this very minor issue.

24fac4daa39e0cf3c2e2bb7ba0f46bb53023c0ca authored about 12 years ago
[core] Get rid of lambda in WillieWrapper

Also support specifying recipient for willie.action.

This fixes issue #140 and is related to is...

5e3d894319976bd6224355d8e6bde0eb4546690c authored about 12 years ago
[doc] Fixing links, clarifying a couple things

a0ae46d1c56ceede2656a605c88ca866d324e241 authored about 12 years ago
[modules] Bunches of Issue #149 docs

14a6a7a0975faca1055cca7b7eddb5575ceb2def authored about 12 years ago
[remind] Issue #149. .at has the rule-command problem.

86f2d08cdd7c55cb9050e8c4f484a769588d432b authored about 12 years ago
[reddit] Issue #149

24d5df7d33c84a9757bc98d5e0e70ed3bf914a15 authored about 12 years ago
[quote] Issue #149

7690be502d392be673f2561724e71fa89dcd47d1 authored about 12 years ago
Merge branch 'master' of github.com:embolalia/willie

a4943edb0f4384e1f7df06a4a2cfa6616abb0980 authored about 12 years ago
[info] Document .commands

Should we remove that, or change it to point to the wiki commands list?

Issue #149

366b2cfdd69d22da5b609716ab7aed52321880e7 authored about 12 years ago
[modules] Remove dict, as its functionality is duplicated by wiktionary

d6ef4d763533e27d19b7179211eb02df2bf4d65e authored about 12 years ago
[clock] Add documentation to time zone commands

8b3c57040471a38b4fe64815e176e907ddfac6ae authored about 12 years ago
[core] release the RLock in msg() only in the "finaly" block, which is always executed.

Question is, why do we need an RLock there?

420a1d59b50b0e88dbf3c29a8fb0fba361266159 authored about 12 years ago
[movie] Remove all refrences to imdb in the code

6bd3d3a1ef972ce830024c9ccdc8c028eb2718e7 authored about 12 years ago