about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle subscription on otr message sendsJames Booth2014-04-181-0/+8
* OTR end messages are now send to recipients not in the roster.James Booth2014-04-182-4/+16
* Merge remote-tracking branch 'pasis/iss323'James Booth2014-04-181-64/+86
|\
| * config/theme: search for system-wide themesDmitry Podgorny2014-04-091-64/+86
* | Fixed compile error when using libotr 4.0.0James Booth2014-04-161-0/+2
* | Tidied xmlconsoleJames Booth2014-04-155-18/+24
* | Added XML Console windowJames Booth2014-04-158-11/+100
* | Added simple stanza logging to main consoleJames Booth2014-04-155-0/+28
* | Simplified parse_options to take first option as argumentJames Booth2014-04-153-7/+7
* | Simplified parse_options to take gchar**James Booth2014-04-153-10/+15
* | Clean up keys after using parse_optionsJames Booth2014-04-141-0/+2
* | Refactored cmd_join to use parse_optionsJames Booth2014-04-142-35/+17
* | Refactored cmd_connect to use parse_optionsJames Booth2014-04-141-72/+23
* | Check for duplicate options in option parserJames Booth2014-04-141-2/+19
* | Added parse_optionsJames Booth2014-04-142-1/+43
* | Show console message on room autojoinJames Booth2014-04-141-0/+3
* | Added /log where commandJames Booth2014-04-135-9/+29
* | Added /log shared settingJames Booth2014-04-137-8/+51
* | Added /log rotate optionJames Booth2014-04-137-15/+58
* | Fixed handling of room subjectJames Booth2014-04-132-25/+20
* | Show message when no bookmarks foundJames Booth2014-04-131-17/+22
* | Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-134-5/+11
* | Fixed "/bookmark remove" for disabling autojoinJames Booth2014-04-131-1/+0
* | Refactored bookmark_removeJames Booth2014-04-131-10/+8
* | Implemented "/bookmark remove" for private storageJames Booth2014-04-131-77/+101
* | Added bookmark autocomplete to /joinJames Booth2014-04-131-0/+6
* | Clean up after removing bookmarkJames Booth2014-04-131-0/+2
* | Implemented "/bookmark add" for private storageJames Booth2014-04-134-92/+172
* | Revert "Added ui_unknown_command"James Booth2014-04-123-9/+1
* | Revert "Added ui_already_connected"James Booth2014-04-123-9/+1
* | Added ui_already_connectedJames Booth2014-04-093-1/+9
* | Added ui_unknown_commandJames Booth2014-04-093-1/+9
* | Refactored invalid command usageJames Booth2014-04-093-13/+22
* | Refactored cmd_executeJames Booth2014-04-091-12/+13
* | Command argument parsers set result argumentJames Booth2014-04-094-46/+51
* | Fixed spelling in commentJames Booth2014-04-071-1/+1
* | Removed unused inputwin module initJames Booth2014-04-071-1/+0
* | Removed inputwin functions from ui.hJames Booth2014-04-079-61/+107
* | Tidied new headers, added definesJames Booth2014-04-072-13/+24
* | Removed statusbar functions from ui.hJames Booth2014-04-079-64/+85
* | Removed titlebar functions from ui.hJames Booth2014-04-078-100/+125
* | Removed create_title_bar from ui.hJames Booth2014-04-074-4/+27
|/
* Tidied ui dependenciesJames Booth2014-04-0610-15/+15
* Inlined wins_update_virtual_console and wins_update_virtual_currentJames Booth2014-04-064-96/+191
* Removed dirty flag from statusbarJames Booth2014-04-061-42/+53
* Inlined status_bar_update_timeJames Booth2014-04-061-21/+12
* Renamed function to draw terminal titleJames Booth2014-04-061-3/+3
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-036-67/+28
* Clear window title bar on exitJames Booth2014-04-033-0/+9
* Added check on input lengthJames Booth2014-04-021-0/+4