• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aperezdc / lua-matrix / 28

Builds Branch Commit Type Ran Committer Via Coverage
28 master Make :sync() always add a "since" query parameter if available ...which ensures that multiple consecutive requests to /sync paginate properly. push 05 Feb 2017 01:14PM UTC aperezdc travis-ci pending completion   set done
27 master Make :sync() call the API endpoint always at least once Othewise it could happen that a request to /sync would not be done even once depending on how the "stop" callback is defined. push 05 Feb 2017 01:12PM UTC aperezdc travis-ci pending completion   set done
26 master Support implicitly syncing on login Whether to sync after connecting or not is desired depends on the application, and it's better to remove the possibility of doing so. Having to done one explicit call to :sync() is not a big deal, and makes the... push 05 Feb 2017 10:18AM UTC aperezdc travis-ci pending completion   set done
25 wip WIP push 11 Jul 2016 10:55AM UTC aperezdc travis-ci pending completion   set done
24 master CI: Correct cjson -> lua-cjson push 09 Jul 2016 11:47PM UTC aperezdc travis-ci pending completion   set done
21 master detailUtfTerm: Make it play nicer with Travis-CI push 09 Jul 2016 11:39PM UTC aperezdc travis-ci pending completion   set done
20 master Give more details on unit test output This adds an output handler for Busted which reuses the built-in "utfTerminal" handler, and augments it by showing the name of each suite/test as it is run. push 09 Jul 2016 10:50PM UTC aperezdc travis-ci pending completion   set done
19 master Make room:get_alias_or_id() return the shortest alias This makes the room:get_alias_or_id() method return the shortest of the room aliases in case that a canonical_alias is not set. In general this will save screen real estate when a client uses ... push 09 Jul 2016 10:49PM UTC aperezdc travis-ci pending completion   set done
18 master client-cqchat.lua: Actually exit when Ctrl-D is entered push 08 Jul 2016 10:03PM UTC aperezdc travis-ci pending completion   set done
17 master Beautify examples/client-cqchat.lua push 08 Jul 2016 09:33PM UTC aperezdc travis-ci pending completion   set done
16 master Add (crappy) but functional interactive cqueues-based chat client push 08 Jul 2016 06:19PM UTC aperezdc travis-ci pending completion   set done
15 master Add echobot.lua example push 04 Jul 2016 10:17PM UTC aperezdc travis-ci pending completion   set done
14 master Update client-send-message.lua to not do an initial sync The initial sync is not needed, provided that the user has to supply anyway the room ID or alias in the command line of the script. push 04 Jul 2016 03:36PM UTC aperezdc travis-ci pending completion   set done
13 master Fix conversion of http.headers in Lua 5.1 and LuaJIT The __pairs metamethod was introduced in 5.2, so instead of using pairs() on http.headers values, use its :each() method — which is what the __pairs metamethod calls anyway. push 04 Jul 2016 03:26PM UTC aperezdc travis-ci pending completion   set done
12 master Workaround LuaSocket's lax response validation When receiving a HTTP response without a statusline, "nil" is returned as reponse headers and status line values, but the response code will still be "200 Success", which is quite not right as there ... push 04 Jul 2016 02:57PM UTC aperezdc travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc