about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* config/theme: search for system-wide themesDmitry Podgorny2014-04-091-64/+86
* 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
* Removed strcpy callsJames Booth2014-04-027-32/+30
* Show recipient not found in console only when no window for recipientJames Booth2014-04-021-4/+0
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-013-9/+10
* Renamed refresh functions to update_virtualJames Booth2014-04-0114-128/+128
* Do not scroll to end when chat room message whilst pagingJames Booth2014-03-312-1/+6
* Do not scroll to end in message window when pagingJames Booth2014-03-313-4/+13
* Moved ui_current_page_off to ui_incoming_msgJames Booth2014-03-312-3/+2
* Hooks test commitJames Booth2014-03-301-1/+0
* Switch back to storage for muc bookmarksJames Booth2014-03-291-3/+3
* Revert "Commented bookmarks code for 0.4.0 release"James Booth2014-03-292-14/+12
* Change libotr 4.0.0 code to use only OTR spec v2James Booth2014-03-241-2/+2
* Commented bookmarks code for 0.4.0 releaseJames Booth2014-03-162-12/+14
* Change 'passwd' option to 'password' for /join commandJames Booth2014-03-162-8/+8
* Updated /roster helpJames Booth2014-03-161-8/+8
* Added /roster clearnick commandJames Booth2014-03-162-33/+50
* Small changes to helpJames Booth2014-03-161-2/+2
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-155-59/+49
* Updated copyrightJames Booth2014-03-0976-76/+118
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-089-17/+12
* Added test for /join with nick optionJames Booth2014-03-086-12/+12
* Removed unused variables from cmd_joinJames Booth2014-03-081-3/+0
* Added invalid jid test for /joinJames Booth2014-03-081-1/+2
* Added test to show usage when no room supplied to /joinJames Booth2014-03-081-2/+10
* Added connection status tests for cmd_joinJames Booth2014-03-081-2/+1
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-066-6/+6
* Added autocompeleter for /join optionsJames Booth2014-03-051-8/+37
* Merge remote-tracking branch 'kmwhite/adding_support_for_private_confs'James Booth2014-03-057-16/+62
|\
| * Ensuring nick is set when not included in opt args for cmd_joinKristofer M White2014-03-051-2/+3
| * Removing extra `nick = ` line that broke nick assignmentKristofer M White2014-03-051-1/+1
| * Removing strdup calls per cmd_connect designKristofer M White2014-03-051-4/+4
| * Parsing optional args for cmd_joinKristofer M White2014-03-052-12/+37
| * Making whitespace consistently spaces, not tabsKristofer M White2014-02-271-1/+1
| * Adding password handling for joining chatroomsKristofer M White2014-02-276-8/+27
| * Updating cmd descriptionKristofer M White2014-02-251-3/+4
* | Added configure checks to enable desktop notifications on OSXJames Booth2014-03-041-0/+2
* | Log message when cannot send desktop noficationJames Booth2014-03-041-1/+5
* | Added OSX desktop notifications using terminal-notifierJames Booth2014-03-041-0/+20
|/
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-3/+7
* Show OTR status on /msg usr when usr has already started an OTR sessionJames Booth2014-02-231-0/+5
* Merge branch 'master' into otr-queryJames Booth2014-02-231-1/+0
|\
| * Removed debug on error messagesJames Booth2014-02-231-1/+0