about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Removed prof_handle group functionsJames Booth2014-01-051-4/+14
* Removed roster_list dependency on xmpp moduleJames Booth2014-01-051-2/+4
* Refactored roster_change_nameJames Booth2014-01-051-1/+4
* Removed prof_handle_disconnectJames Booth2014-01-051-1/+7
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-1/+1
* Added full stop to /help help summaryJames Booth2014-01-021-1/+1
* Added full stop to /grlog help summaryJames Booth2014-01-021-1/+1
* Added full stop to /chlog help summaryJames Booth2014-01-021-1/+1
* Added full stop to /about help summaryJames Booth2014-01-021-1/+1
* Added /sub command testJames Booth2013-12-271-1/+1
* Test for presence update when changing priorityJames Booth2013-12-271-1/+2
* Changed messages on invalid prioritiesJames Booth2013-12-271-4/+4
* Dynamically load UI functions, fixed testsJames Booth2013-12-222-23/+23
* Added tests for setting presence prioritiesJames Booth2013-12-171-3/+8
* Test account free'd after connectJames Booth2013-12-151-1/+1
* Moved fulljid logic to accountsJames Booth2013-12-151-6/+1
* Moved _ask_password to UI moduleJames Booth2013-12-151-16/+2
* Seperated command functions into moduleJames Booth2013-12-154-2487/+2559
* Added simple mock test, refactored rosterJames Booth2013-12-142-4/+6
* Implemented autocomplete for /account command <setting> parameterJames Booth2013-12-101-0/+49
* Added clear command to /account for password clearingJames Booth2013-12-081-9/+36
* Added command parameter to /autoconnect (set, off)James Booth2013-12-081-20/+43
* Added /account set <account> password <password>James Booth2013-11-071-0/+5
* Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-1/+32
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-1/+1
* Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'James Booth2013-11-071-8/+23
|\
| * Use passwords from the accounts fileTomás Senart2013-10-141-8/+22
|/
* Fixed memory leak in _cmd_joinJames Booth2013-09-231-2/+2
* Fixed memory leak in _cmd_connectJames Booth2013-09-231-0/+1
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-15/+24
* Added /win command to access unlimited windowsJames Booth2013-08-291-0/+22
* Fixed /close commandJames Booth2013-08-281-14/+9
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-2/+2
* Removed limit on number of windows, WIPJames Booth2013-08-271-15/+0
* Removed all freeing of ui_current_recipient, data is owned by windowsJames Booth2013-08-271-17/+0
* Fixed freeing recipient after /tinyJames Booth2013-08-271-3/+0
* Refactor _cmd_closeJames Booth2013-08-261-19/+2
* Removed whitespace in command.cJames Booth2013-08-261-1/+0
* Use Jid struct to get barejid in subscriptionsJames Booth2013-08-261-22/+21
* Fixed freeing of recipient after message sentJames Booth2013-08-261-2/+0
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-72/+72
* free titlebar_ac autocompleterDmitry Podgorny2013-08-241-0/+1
* Merge branch 'master' into nextdevJames Booth2013-08-191-2/+2
|\
| * Fixed /who in chat room highlighting consoleJames Booth2013-08-191-1/+1
| * Fix message for /account when account doesn't existJames Booth2013-08-191-1/+1
* | removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
* | Merge remote-tracking branch 'dmitry/memleaks' into nextdevJames Booth2013-07-311-18/+41
|\ \
| * | fixed several memory leaks in command.c and jid.cDmitry Podgorny2013-07-311-18/+41
* | | Merge branch 'master' into nextdevJames Booth2013-07-311-1/+6
|\ \ \ | | |/ | |/|
| * | fixed null pointer dereference in /join commandDmitry Podgorny2013-07-311-1/+6
| |/