Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename xmpp types | James Booth | 2016-05-06 | 1 | -48/+48 |
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 12 | -22/+14 |
* | Tidy connect function | James Booth | 2016-05-06 | 3 | -22/+7 |
* | Move connection_connect | James Booth | 2016-05-06 | 3 | -39/+42 |
* | Move send stanza function | James Booth | 2016-05-06 | 6 | -16/+15 |
* | Move conn is secure function | James Booth | 2016-05-06 | 5 | -14/+14 |
* | Move tls peer cert function | James Booth | 2016-05-06 | 5 | -30/+30 |
* | Move uuid functions | James Booth | 2016-05-06 | 5 | -20/+20 |
* | Move connection fulljid function | James Booth | 2016-05-06 | 16 | -31/+31 |
* | Tidy session.c | James Booth | 2016-05-06 | 1 | -49/+52 |
* | Rename jabber_ functions | James Booth | 2016-05-06 | 33 | -232/+251 |
* | Add session.c | James Booth | 2016-05-05 | 32 | -525/+723 |
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 11 | -15/+15 |
* | Merge pull request #807 from asdil12/patch-1 | James Booth | 2016-05-05 | 1 | -1/+1 |
|\ | |||||
| * | Added tray cmd info to CHANGELOG | Dominik Heidler | 2016-05-04 | 1 | -1/+1 |
|/ | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 22 | -142/+86 |
* | Remove userdata from _blocklist_result_handler | James Booth | 2016-05-02 | 1 | -1/+1 |
* | Rename stanza handler init functions | James Booth | 2016-05-02 | 7 | -9/+9 |
* | Rename id_handler_add -> iq_id_handler_add | James Booth | 2016-05-02 | 5 | -29/+29 |
* | Remove free DiscoInfo values | James Booth | 2016-05-02 | 2 | -2/+2 |
* | Free stanza text and DiscoInfo features | James Booth | 2016-05-02 | 4 | -3/+9 |
* | Free stanza text on plugin send hooks | James Booth | 2016-05-01 | 3 | -0/+3 |
* | Disable tray icon by default | James Booth | 2016-05-01 | 1 | -1/+0 |
* | Update CHANGELOG | James Booth | 2016-05-01 | 1 | -0/+1 |
* | Update /blocked help | James Booth | 2016-05-01 | 1 | -1/+1 |
* | Use current jid for /blocked add in chat win | James Booth | 2016-05-01 | 1 | -3/+9 |
* | Add /blocked command | James Booth | 2016-05-01 | 15 | -34/+592 |
* | Fixed test stubs | James Booth | 2016-05-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'pasis/const-char' | James Booth | 2016-05-01 | 13 | -164/+170 |
|\ | |||||
| * | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 13 | -164/+170 |
* | | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 14 | -0/+193 |
* | | Refactored /account set commands | James Booth | 2016-04-28 | 2 | -179/+276 |
* | | Only set CC to PTHREAD_CC when value present | James Booth | 2016-04-27 | 1 | -1/+1 |
* | | Allow --disable-icons | James Booth | 2016-04-27 | 1 | -7/+7 |
* | | Fixed compiler errors | James Booth | 2016-04-27 | 1 | -7/+7 |
* | | Check first entry in command sub_funcs | James Booth | 2016-04-27 | 1 | -1/+1 |
|/ | |||||
* | Free inputrc string | James Booth | 2016-04-27 | 1 | -0/+2 |
* | Fixed typo | James Booth | 2016-04-27 | 1 | -1/+1 |
* | Updated CHANGELOG | James Booth | 2016-04-27 | 1 | -0/+1 |
* | Fixed tests | James Booth | 2016-04-27 | 4 | -112/+87 |
* | Updated Command structure comments | James Booth | 2016-04-27 | 1 | -1/+3 |
* | Merge branch 'master' into subcmds | James Booth | 2016-04-26 | 33 | -107/+1189 |
|\ | |||||
| * | Merge remote-tracking branch 'asdil12/xep_0363_http_file_upload' | James Booth | 2016-04-26 | 33 | -107/+1187 |
| |\ | |||||
| | * | Fix OSX compile | James Booth | 2016-04-26 | 7 | -46/+49 |
| | * | Fixed cygwin compile (again) | James Booth | 2016-04-26 | 1 | -1/+1 |
| | * | Fixed cygwin compile | James Booth | 2016-04-26 | 2 | -3/+6 |
| | * | Removed only add -lgio-2.0 manually on OSX | James Booth | 2016-04-26 | 1 | -0/+2 |
| | * | Added include to fix tests | James Booth | 2016-04-26 | 1 | -0/+1 |
| | * | Fixed functional test ID based stubs | James Booth | 2016-04-26 | 3 | -34/+34 |
| | * | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 24 | -29/+954 |