summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespaces and improve internal consistencyThéophile Choutri2018-01-181-23/+23
|
* Add `hedwig_irc` to the projects listDom Rodriguez2017-06-261-0/+2
| | | | Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
* Change list to an "unordered list"Dom Rodriguez2017-06-261-1/+1
| | | | | | | As requested by @bitwalker Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk> Acked-by: Dom Rodriguez <shymega@shymega.org.uk>
* Fix listDom Rodriguez2017-06-251-1/+1
|
* Add section of projects that use ExIrcDom Rodriguez2017-06-251-0/+11
| | | | | | | | By adding this change to the README, I hope to get a comphrensive list of projects that use ExIrc. The other thing that this commit helps with is for newcomers to the ExIrc project. By keeping a list of projects that use ExIrc, we can help newcomers get a "grasp" of how ExIrc works, too!
* Close #58 - address linking of client processes in examplesPaul Schoenfelder2016-12-011-2/+2
|
* A few cleanup tasks, tweaks to the docs/examplesPaul Schoenfelder2016-03-081-0/+2
|
* Update READMEPaul Schoenfelder2015-08-101-13/+4
|
* Merge pull request #20 from jeffweiss/create_example_appPaul Schoenfelder2014-11-261-0/+102
|\ | | | | Create example client application. Close #13.
| * create example client application. Close #13.jeffweiss2014-11-241-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit, the README illustrated a simplified version of a client; however, this simplified version did not actually join the specified channel because logon takes a non-trivial amount of time and the code, as illustrated in the README, will immediately attempt to join a channel even though we're not fully logged on yet. This has taken several people quite a while to figure out. This commit adds an example application (along with a stripped down version on it in the README) with 3 handlers: Connection, Login, and business logic. The ConnectionHandler is responsible to initiating the connection to the IRC server and then when we've received a message that we've connected, initiating the logon process. The LoginHandler waits until we've received the logged_in message and then attempts to join the channels. Next the bot's OhaiHandler will greet people as they enter the channels that itself had just joined.
* | Version 0.9.1Paul Schoenfelder2014-11-261-1/+1
|/
* Version 0.9.0Paul Schoenfelder2014-11-111-1/+1
|
* Version 0.8.5Paul Schoenfelder2014-10-211-1/+1
|
* Version 0.8.4Paul Schoenfelder2014-10-211-2/+2
|
* Version 0.7.2Paul Schoenfelder2014-07-311-1/+1
|
* Version 0.7.0Paul Schoenfelder2014-07-121-8/+2
|
* Update wercker environmentPaul Schoenfelder2014-05-021-1/+4
|
* Replace records with structsPaul Schoenfelder2014-05-021-12/+13
|
* Update READMEPaul Schoenfelder2014-02-191-0/+2
|
* Fixes #2Paul Schoenfelder2014-02-191-1/+2
|
* Update README.mdPaul Schoenfelder2013-12-111-1/+1
| | | Fix missing `client` argument in add_handler call.
* Add link to expm packagePaul Schoenfelder2013-12-101-0/+3
|
* Update READMEPaul Schoenfelder2013-12-101-4/+9
|
* Add getting started info to READMEPaul Schoenfelder2013-12-091-2/+59
|
* Update README.mdPaul Schoenfelder2013-12-091-2/+1
|
* Update READMEPaul Schoenfelder2013-12-081-2/+2
|
* Initial commitPaul Schoenfelder2013-12-051-0/+18