Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | * | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 3 | -1/+146 | |
| |/ | ||||||
* / | Added sub commands to command structure | James Booth | 2016-04-26 | 3 | -827/+1344 | |
|/ | ||||||
* | Show correct tray icon immediately on enable | James Booth | 2016-04-18 | 1 | -1/+3 | |
* | Load/destroy tray icons on init/shutdown | James Booth | 2016-04-18 | 4 | -14/+14 | |
* | Moved gtk specific code to tray.c | James Booth | 2016-04-18 | 3 | -20/+42 | |
* | Grouped tray icon initialisation code | James Booth | 2016-04-17 | 1 | -11/+9 | |
* | Remove redundant return value from _cmd_set_boolean_preference | James Booth | 2016-04-17 | 1 | -59/+70 | |
* | Merge remote-tracking branch 'asdil12/tray_config' | James Booth | 2016-04-17 | 9 | -5/+60 | |
|\ | ||||||
| * | Make tray icon configurable using /tray cmd | Dominik Heidler | 2016-04-16 | 8 | -2/+72 | |
|/ | ||||||
* | Merge branch 'muc-hooks' | James Booth | 2016-04-15 | 6 | -1/+91 | |
|\ | ||||||
| * | Merge branch 'master' into muc-hooks | James Booth | 2016-04-15 | 0 | -0/+0 | |
| |\ | ||||||
| * | | Plugins: Added more muc hooks | James Booth | 2016-04-15 | 7 | -4/+94 | |
* | | | Merge remote-tracking branch 'asdil12/help' | James Booth | 2016-04-15 | 1 | -1/+13 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add /command? shortcut to view /help command | Dominik Heidler | 2016-04-13 | 1 | -1/+13 | |
* | | | Plugins fixed return values for python stanza hooks | James Booth | 2016-04-15 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | Plugins: Added account_name and fulljid to prof_init hook | James Booth | 2016-04-13 | 6 | -11/+22 | |
* | | Only complete unloaded plugins on /plugins load | James Booth | 2016-04-12 | 3 | -11/+12 | |
* | | Merge remote-tracking branch 'origin/python-path' | James Booth | 2016-04-12 | 1 | -15/+5 | |
|\ \ | |/ |/| | ||||||
| * | Execute python string to append plugin path | James Booth | 2016-04-12 | 1 | -15/+5 | |
|/ | ||||||
* | Updated CHANGELOG | James Booth | 2016-04-11 | 1 | -2/+2 | |
* | Merge remote-tracking branch 'Dav1d23/master' | James Booth | 2016-04-11 | 10 | -9/+285 | |
|\ | ||||||
| * | Use log facilities instead of printing on the stderr | David | 2016-04-10 | 1 | -1/+2 |