about summary refs log tree commit diff stats
path: root/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Added notify preferenceJames Booth2012-06-281-0/+17
|
* Added command autocompleteJames Booth2012-06-041-0/+21
|
* Added cmd_t structJames Booth2012-06-041-35/+32
| | | | Got rid of big if statement handling commands
* Commands follow uniform function typeJames Booth2012-06-041-12/+12
|
* added showsplash commandDolan O'Toole2012-06-031-0/+18
|
* Allow message with status updatesJames Booth2012-05-281-11/+26
|
* Refactored presence commandsJames Booth2012-05-281-50/+23
|
* Implemented xa, chat and dnd presenceJames Booth2012-05-271-0/+54
|
* Commands for presence updatesJames Booth2012-05-271-0/+19
|
* Added _cmd_awayJames Booth2012-05-271-0/+17
| | | | Not yet sending message to server
* Renamed jabber_status_t -> jabber_conn_status_tJames Booth2012-05-271-4/+4
|
* Renamed windows.h -> ui.hJames Booth2012-05-241-1/+1
|
* Moved beep/flash settings to preferencesJames Booth2012-05-101-4/+5
|
* Removed some oneliner functionsJames Booth2012-05-101-7/+7
|
* Using GSList for contact listJames Booth2012-05-101-1/+1
|
* Bash style historyJames Booth2012-05-011-0/+5
|
* Revert "Created command_t struct for command handling"James Booth2012-04-281-18/+4
| | | | This reverts commit 0c0a242972456e19a609b70cbbfc774cbfc1a91f.
* Revert "Free split args in command.c"James Booth2012-04-281-3/+1
| | | | This reverts commit 161157a1c868746d052924bd590c5cfd9f7a75f7.
* Revert "Free command memory"James Booth2012-04-281-1/+0
| | | | This reverts commit 07fdb4afef3af00fa47aad74140b3622efa32460.
* Free command memoryJames Booth2012-04-271-0/+1
|
* Free split args in command.cJames Booth2012-04-271-1/+3
|
* Created command_t struct for command handlingJames Booth2012-04-271-4/+18
|
* Merge branch 'glib'James Booth2012-04-261-29/+33
|\ | | | | | | | | Conflicts: command.c
| * Removed trim method from utilJames Booth2012-04-261-1/+2
| |
| * Replaced trim implementation with g_strstripJames Booth2012-04-261-1/+1
| |
| * Usage of gboolean in command.cJames Booth2012-04-241-23/+27
| |
| * Removed ncurses.h from command.cJames Booth2012-04-241-1/+0
| |
* | Added flash notification and optionJames Booth2012-04-241-0/+20
| |
* | Added beep setting commandJames Booth2012-04-241-0/+16
|/
* Tidy commands and contact listJames Booth2012-04-231-1/+0
|
* Rewrote copying of contact list for /whoJames Booth2012-03-201-1/+1
|
* Moved page off, and added search_attemptsJames Booth2012-03-101-0/+3
|
* Changed typenames in contact listJames Booth2012-03-091-1/+1
|
* Usage of constJames Booth2012-03-091-10/+11
|
* Command changesJames Booth2012-03-081-7/+13
| | | | | | Changed names of who/ros Coloured output for who Who only works online
* Contact list synch with serverJames Booth2012-03-081-6/+1
|
* Added basic online listJames Booth2012-03-081-0/+17
|
* Removed cons_good_showJames Booth2012-03-011-1/+1
|
* Close win now has return valueJames Booth2012-03-011-4/+1
|
* Renamed input buffer to historyJames Booth2012-02-271-2/+2
|
* Added input editing and bufferJames Booth2012-02-261-0/+4
| | | | | Left and right arrows for inline editing. Up arrow to go through history
* Added enum for jabber connection statusJames Booth2012-02-261-7/+13
| | | | Moved some UI code from Jabber module
* Added GPLJames Booth2012-02-201-0/+22
|
* Merged input processing loopsJames Booth2012-02-201-134/+63
|
* Dynamic memory allocation on get chat recipientJames Booth2012-02-191-3/+4
|
* Safe string handling on get passwordJames Booth2012-02-191-3/+3
|
* Validation on msg commandJames Booth2012-02-191-25/+62
|
* Handle nothing in main commandJames Booth2012-02-181-9/+16
|
* Tidy start commandsJames Booth2012-02-181-32/+55
|
* Handle empty input on startJames Booth2012-02-181-0/+6
|