Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doap: Add some supported-since versions | Kim Alvefur | 2019-09-28 | 1 | -0/+3 |
| | |||||
* | doap: Add some XEP versions | Kim Alvefur | 2019-09-28 | 1 | -0/+6 |
| | |||||
* | doap: Remove stray '(' | Kim Alvefur | 2019-09-19 | 1 | -1/+1 |
| | |||||
* | doap: Add details about most recent XEPs numbered over 300 | Kim Alvefur | 2019-09-19 | 1 | -1/+11 |
| | |||||
* | doap: Add details to XEPs numbered under 100 | Kim Alvefur | 2019-09-19 | 1 | -0/+24 |
| | |||||
* | doap: Fix namespace of <until> | Kim Alvefur | 2019-09-19 | 1 | -3/+3 |
| | |||||
* | doap: Update to newer format | Kim Alvefur | 2019-09-19 | 1 | -379/+375 |
| | |||||
* | doap: Add XEP-0288 | Kim Alvefur | 2019-09-09 | 1 | -0/+6 |
| | |||||
* | doap: Add a Description Of A Project file | Kim Alvefur | 2019-08-27 | 1 | -0/+427 |
| | |||||
* | doc/coding_style: apply consistent semi-colon usage | marc0s | 2019-03-30 | 1 | -61/+61 |
| | | | | | Make all "good" statements in the coding style document use consistent statement-separator semi-colon | ||||
* | mod_storage_internal: Implement a summary API returning message counts per ↵ | Kim Alvefur | 2019-02-25 | 1 | -0/+3 |
| | | | | contact | ||||
* | doc/coding_style: The codebase uses semicolons | Kim Alvefur | 2019-03-23 | 1 | -6/+6 |
| | |||||
* | doc/coding_style: Trim trailing whitespace | Kim Alvefur | 2019-03-23 | 1 | -4/+4 |
| | |||||
* | doc/coding_style: remove superfulous bracket in example | Maxime “pep” Buquet | 2019-03-23 | 1 | -1/+0 |
| | |||||
* | Actually remove coding_style.txt | Matthew Wild | 2019-03-14 | 1 | -33/+0 |
| | |||||
* | doc/coding_style.{txt,md}: Update coding style guide | Matthew Wild | 2019-03-14 | 1 | -0/+805 |
| | |||||
* | doc/net.server: Document the new server.listen() API | Kim Alvefur | 2019-03-10 | 1 | -0/+21 |
| | |||||
* | doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it | Matthew Wild | 2018-09-12 | 1 | -0/+2 |
| | |||||
* | net.server: Add watchfd, a simple API for watching file descriptors | Kim Alvefur | 2018-05-09 | 1 | -0/+13 |
| | |||||
* | Fix spelling throughout the codebase [codespell] | Kim Alvefur | 2018-02-04 | 4 | -4/+4 |
| | |||||
* | doc: Add template / API specification for net.server (thanks Daurnimator) | Kim Alvefur | 2018-02-23 | 1 | -0/+243 |
| | |||||
* | Merge 0.10->trunk | Kim Alvefur | 2016-11-26 | 1 | -0/+61 |
|\ | |||||
| * | doc: Add a description of the Storage API in TypedLua format | Kim Alvefur | 2016-11-26 | 1 | -0/+61 |
| | | |||||
* | | doc/session: As far as I remember, sessions have had a close method, not ↵ | Kim Alvefur | 2016-08-03 | 1 | -1/+1 |
|/ | | | | disconnect | ||||
* | Removed some legacy doc/ files. | Waqas Hussain | 2009-11-25 | 2 | -36/+0 |
| | |||||
* | Removed core/offlinemessage.lua along with documentation and references - we ↵ | Waqas Hussain | 2009-01-09 | 1 | -12/+0 |
| | | | | have core/offlinemanager.lua instead | ||||
* | Added resource priority handling, etc | Waqas Hussain | 2008-11-02 | 1 | -4/+4 |
| | |||||
* | Roster updates | Waqas Hussain | 2008-10-23 | 1 | -1/+1 |
| | | | | | | - Added support for item.ask attribute in rostermanager and mod_roster - Updated roster docs - Removed old code from rostermanager | ||||
* | Docs update | Waqas Hussain | 2008-10-23 | 1 | -0/+1 |
| | | | | - 'ask' property available on roster items | ||||
* | Updated and fixed session documentation | Waqas Hussain | 2008-10-23 | 1 | -1/+2 |
| | |||||
* | Updated session documentation | Waqas Hussain | 2008-10-23 | 1 | -0/+6 |
| | |||||
* | Documented the roster object's structure | Waqas Hussain | 2008-10-12 | 1 | -0/+18 |
| | |||||
* | Remove more of Dolphin's leftovers | Matthew Wild | 2008-10-11 | 1 | -3/+0 |
| | |||||
* | Added script to pull from master mercurial repository | Paul-Sebastian Manole | 2008-10-08 | 2 | -8/+35 |
| | | | | | Added a few name suggestions to doc/names.txt Minor edits. | ||||
* | Docs | Matthew Wild | 2008-10-05 | 1 | -2/+4 |
| | |||||
* | Some notes of the stanza and session structures | Waqas Hussain | 2008-10-04 | 2 | -0/+39 |
| | |||||
* | Merged Paul's branch | Matthew Wild | 2008-09-17 | 4 | -0/+50 |
|\ | |||||
| * | Some docs written by Thorns. Need reviewing. | bt | 2008-09-17 | 4 | -0/+50 |
| | | |||||
* | | Various documentation updates, and added names.txt :) | Matthew Wild | 2008-09-03 | 2 | -0/+10 |
|/ | |||||
* | Updated stanza routing doc | Matthew Wild | 2008-08-27 | 1 | -0/+4 |
| | |||||
* | Coding style doc, HACKERS file | Matthew Wild | 2008-08-25 | 1 | -0/+33 |
| | |||||
* | Moved server module to net/ | Matthew Wild | 2008-08-25 | 1 | -0/+25 |
also added note on licensing of that module |