znc-palaver.git
2023-04-01 Kyle Fullerrefactor: replace pragma mark with comments master
2023-04-01 Kyle Fullerrefactor: split tests into multiple files
2022-09-24 Kyle Fullerbuild: switch to GitHub actions
2022-09-24 Kyle Fullerrelease: 1.2.2
2022-09-24 Kyle Fullerfix: switch to less aggressive backoff algorithm
2022-09-23 Kyle Fullerfeat: retry on socket error
2022-09-23 Kyle Fullerfeat: retry on rate limited requests
2022-09-23 Kyle Fullerfeat: retry failed 5xx requests
2022-09-21 Kyle Fullertest: remove loop arguments to asyncio
2022-09-21 Kyle Fullertest: account for header/payload ordering
2021-05-30 Kyle Fullerfix: delete device when encountering 404
2021-02-27 Kyle Fullerrefactor: build HTTP Request structures
2021-02-27 Kyle Fullerrefactor: encompass URL parsing in a structure
2021-01-06 Kyle Fullerrefactor: dedupe request code
2020-07-18 Kyle Fullerfix: clear badgge when Palaver device connects 1.2.1
2020-04-05 Kyle Fullerdocs: remove typos in readme
2020-04-05 Kyle Fullerrelease: 1.2.0 1.2.0
2020-04-05 Kyle Fullerrefactor: rename PALAVER_VERSION to module version
2020-04-05 Kyle Fullerfeat: include znc-palaver version in user-agent
2020-04-05 Kyle Fullerfeat: add support for PUSH-TOKEN
2020-04-05 Kyle Fullerchore: don't fail when re-running tests
2020-04-05 Kyle Fullertest: verify push notifications are sent
2019-07-22 Dennis Collarisdocs: make wget recommended download method
2019-07-22 Dennis Collarisdocs: replace latest version with auto-updated badge
2019-07-22 Kyle Fullerfeat: support cap-notify
2019-06-17 Kyle FullerAdd integration tests (#56)
2019-06-17 Dennis Collarisci: store test results
2019-06-17 Kyle Fullertest: add integration tests
2018-09-18 Kyle Fullerchore: Update PALAVER_VERSION to 1.1.2 1.1.2
2018-09-18 Kyle Fullerchore: Release 1.1.2
2018-09-18 Dennis Collarisfix: Local notifications may appear twice
2018-09-18 Kyle FullerRevert "fix: Local notifications may appear twice"
2018-09-18 Dennis Collarisfix: Local notifications may appear twice
2018-06-16 Kyle Fullerchore(ci): Fix YAML referencing missing key
2018-06-16 Kyle Fullerchore(ci): Fix Circle CI configuration indentation
2018-06-16 Dennis CollarisMerge pull request #54 from cocodelabs/kylef/refactor
2018-06-15 Kyle Fullerchore(ci): Build on both ZNC 1.6 and ZNC 1.7
2018-06-15 Kyle Fullerrefactor: Move to Circle CI 2.0
2018-06-15 Kyle Fullerrefactor: Simplify building by moving VERSION to source
2018-03-14 Kyle Fullerchore: Release 1.1.1 1.1.1
2018-01-29 Kyle FullerUse CCX over CC
2018-01-25 Kyle FullerUse CC over c++
2017-12-10 Kyle Fullerrefactor: Get hold of the network and user from the...
2017-04-13 Kyle Fullerchore: Release 1.1.0 1.1.0
2017-04-13 Kyle Fullerfeat: Support disabling message previews
2017-04-13 Kyle FullerNo longer provide push notifications for private NOTICEs
2017-03-24 Kyle Fullerfix(make clean): Delete test-regex
2017-03-24 Kyle Fullerfix: Don't send notification to connected devices
2017-01-20 Kyle FullerMerge pull request #44 from cocodelabs/decode/improve...
2017-01-19 Dennis CollarisUpdate README.md
2016-07-06 Dennis CollarisMerge pull request #41 from cocodelabs/kylef/changelog
2016-07-06 Kyle FullerAdd a CHANGELOG
2016-07-05 Dennis CollarisMerge pull request #40 from cocodelabs/kylef/notice...
2016-07-05 Kyle FullerOnly send NOTICEs after 001 (authenticated)
2016-07-02 Dennis CollarisMerge pull request #38 from cocodelabs/kylef/remove...
2016-07-02 Dennis CollarisMerge pull request #39 from cocodelabs/kylef/actions
2016-07-02 Kyle FullerSend notifications for actions (`/me`)
2016-07-02 Kyle FullerRemove devices when API returns 401
2016-06-15 Kyle FullerEnsure that the compiler properly supports regex
2016-03-22 Kyle Fuller[Makefile] Remove `ifneq` to be BSDmake compatible
2015-10-24 Kyle FullerDon't strip colour codes from messages
2015-10-14 Kyle FullerCatch regex errors #31
2015-09-30 Kyle FullerAllow nick matching if nick contains a word boundary
2015-09-30 Kyle FullerIssue an error when installation instructions we're...
2015-09-30 Kyle Fuller[README] Include debugging techniques
2015-09-30 Kyle FullerRelease 1.0.1 1.0.1
2015-09-30 Kyle FullerAlways enable regex
2015-09-30 Kyle FullerSupport VERSION files
2015-09-04 Kyle Fuller[HTTP] Wait for response before disconnecting 1.0.0
2015-09-04 Kyle FullerMerge pull request #26 from cocodelabs/kylef/networks
2015-09-04 Kyle FullerKeep track of Palaver's Client IDs
2015-09-04 Kyle Fuller[make install] Create directory before copying
2015-09-04 Kyle FullerLog success/failure of HTTP requests
2015-08-11 Kyle FullerModule requires ZNC >= 1.6.0
2015-08-10 Kyle FullerSend SNI when connecting via TLS
2015-08-10 Kyle FullerRFC doesn't specify that HTTP GET cannot have a body
2015-08-10 Kyle FullerUpdate copyright
2015-08-03 Kyle FullerMerge pull request #24 from cocodelabs/kylef/circle
2015-08-03 Kyle FullerBuild with Circle CI
2015-04-02 Kyle Fuller[palaver] Send notifications for matching NOTICEs
2014-12-23 Kyle FullerDepend on ZNC 1.5 for regex use
2014-12-23 Kyle FullerMatch on word-boundaries
2014-12-23 Kyle Fuller[HTTP] Don't disconnect straight away
2014-10-10 Kyle Fuller[README] Show commands to download
2014-04-27 Kyle FullerMerge pull request #15 from praseodym/patch-1
2014-04-27 Mark JanssenIgnore built `palaver.so` file
2013-11-27 Kyle FullerStrip color codes from notifications
2013-09-27 Kyle FullerInclude a makefile to install and build the module
2013-09-27 Kyle FullerInclude an info command to get info
2013-09-24 Kyle FullerFix a bug where PATH and headers were not being sent...
2013-09-13 Kyle FullerReset the badge when another client connects
2013-08-30 Kyle FullerRefactor HTTP socket into it's own class
2013-08-30 Kyle Fullerm_pNetwork from OnUnknownUserRaw is not to be trusted
2013-08-03 Kyle FullerMerge pull request #10 from Un1matr1x/cosmetics/wikilink
2013-08-03 Falk Seidel[cosmetics/wikilink] add a link to the znc-wiki-page...
2013-07-01 Kyle FullerMake sure we add row before removing tables
2013-07-01 Kyle FullerPersist config across module restarts
2013-07-01 Kyle Fullerx
2013-07-01 Kyle FullerParse push endpoint from device
2013-06-16 Kyle FullerDon't match on {nick}
next
git clone https://git.99rst.org/PROJECT