about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed help on /connectJames Booth2012-12-221-5/+6
* Amended /gone helpJames Booth2012-12-191-1/+1
* Added /gone to allow configurable delay for </gone> stateJames Booth2012-12-191-0/+31
* Fixed name clashes with windows.hJames Booth2012-12-111-3/+3
* Renamed /account new to /account addJames Booth2012-12-101-4/+4
* Added autocomplete for enabled logins onlyJames Booth2012-12-101-7/+8
* Added account name autocomplete for /account setJames Booth2012-12-101-1/+3
* Added /account set command, set server or jidJames Booth2012-12-101-0/+26
* Added /account renameJames Booth2012-12-101-1/+61
* Added /account show commandJames Booth2012-12-091-1/+40
* Handle logins using accountsJames Booth2012-12-091-3/+15
* Added /account list command, and added jid property to accountsJames Booth2012-12-091-0/+49
* Tidied helpJames Booth2012-12-091-155/+82
* Renamed /theme load to /theme setJames Booth2012-12-091-8/+9
* Added autocomplete to /theme loadJames Booth2012-12-091-1/+41
* Added '/theme load name' to replace '/theme name'James Booth2012-12-091-7/+9
* Changed help on /themeJames Booth2012-12-091-5/+10
* Added /theme list commandJames Booth2012-12-091-1/+10
* Renamed functions in themeJames Booth2012-12-081-1/+1
* Add optional server parameter to /connect commandJames Booth2012-12-061-7/+10
* Changed titlebarversion commandJames Booth2012-12-021-11/+50
* Organised config fileJames Booth2012-12-021-31/+24
* Moved logins to accounts moduleJames Booth2012-12-021-2/+3
* Added autocomplete to /autoaway, fixed helpJames Booth2012-12-021-125/+93
* Implemented /autoaway mode idleJames Booth2012-12-011-5/+10
* Added preferences for /autoawayJames Booth2012-11-301-24/+104
* Allow /msg with no message, to open a chat window with a contactJames Booth2012-11-301-15/+21
* Fixed spelling on /prefs helpJames Booth2012-11-291-1/+1
* Show command in /prefs, and split into categoriesJames Booth2012-11-291-7/+58
* Option to show version in title bar with /titlebarversionJames Booth2012-11-291-0/+18
* Tidied help on /subJames Booth2012-11-281-3/+3
* Implemented "/sub sent" to show outstanding sent subscription requestsJames Booth2012-11-281-2/+15
* List commands for /subJames Booth2012-11-281-9/+37
* Handle roster subscription updatesJames Booth2012-11-271-17/+19
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-11/+15
* Implemented /sub showJames Booth2012-11-271-1/+27
* Show usage when invalid /sub argumentJames Booth2012-11-271-32/+35
* Show message on /join when windows fullJames Booth2012-11-271-0/+2
* Show message on /msg when windows fullJames Booth2012-11-271-0/+2
* Added /autoping command to set ping interval or disable with 0James Booth2012-11-261-1/+33
* Fixed some memory leaksJames Booth2012-11-261-0/+2
* Further tidy up of windows.cJames Booth2012-11-261-5/+5
* windows tidy upJames Booth2012-11-261-21/+21
* Fixed help config file locationsJames Booth2012-11-251-2/+10
* Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-251-0/+35
* Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-231-19/+0
* Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-231-0/+19
* Added theme files support with /theme commandJames Booth2012-11-211-0/+28
* Handling commands after /disconnectJames Booth2012-11-191-11/+22
* Moved disconnect code to profanity moduleJames Booth2012-11-191-4/+1