about summary refs log tree commit diff stats
path: root/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Start command validationJames Booth2012-02-181-16/+50
|
* Handles failed logins correctlyJames Booth2012-02-171-2/+7
|
* Handling logins and outputting to consoleJames Booth2012-02-161-3/+0
|
* Added status bar refresh to main loopJames Booth2012-02-121-0/+2
|
* Renamed console window functionsJames Booth2012-02-121-5/+5
|
* Renamed input_bar -> status_barJames Booth2012-02-121-2/+2
|
* Naming of staticsJames Booth2012-02-121-29/+29
|
* Tweak to commandsJames Booth2012-02-121-10/+4
|
* Moved start commands to command.moduleJames Booth2012-02-101-0/+30
|
* Pulled out command moduleJames Booth2012-02-091-0/+104