about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle private messages that include muc#user namespaceJames Booth2015-08-021-3/+10
|
* Handle larger than line words in wrappingJames Booth2015-07-301-23/+39
|
* Added cons_show_paddedJames Booth2015-07-296-44/+61
|
* Do not print newline when curs position 0James Booth2015-07-291-1/+4
|
* Added indent paddingJames Booth2015-07-299-420/+450
|
* Refactored showing tagged command helpJames Booth2015-07-281-98/+65
|
* Retagged commandsJames Booth2015-07-274-238/+225
|
* Added tags to command definitionsJames Booth2015-07-275-90/+362
|
* Fixed tests for new command formatJames Booth2015-07-271-1/+3
|
* Use command definition macros for remaining commandsJames Booth2015-07-261-676/+461
|
* Added command definition macrosJames Booth2015-07-261-329/+229
|
* Show command header in help outputJames Booth2015-07-261-1/+8
|
* Reordered command argumentsJames Booth2015-07-263-166/+166
|
* Added message for invalid /wins usageJames Booth2015-07-261-0/+2
|
* Removed old command helpJames Booth2015-07-266-426/+414
|
* Updated help category outputJames Booth2015-07-263-96/+100
|
* Moved remaining help to new formatJames Booth2015-07-261-315/+507
|
* Fix formatting for variables in new helpJames Booth2015-07-251-15/+15
|
* Generate HTML docs using new help formatJames Booth2015-07-251-15/+73
|
* Added more help to new formatJames Booth2015-07-251-504/+744
|
* Added roster to new help formatJames Booth2015-07-241-42/+54
|
* Added msg to new help formatJames Booth2015-07-241-26/+37
|
* Added connect to new help formatJames Booth2015-07-242-57/+64
|
* Moved help and about to new formatJames Booth2015-07-235-111/+242
|
* Merge branch 'master' into helpJames Booth2015-07-222-4/+11
|\
| * Added id attributes to roster queriesJames Booth2015-07-222-4/+11
| | | | | | | | fixes #596
* | Fix /help commands spacingJames Booth2015-07-211-1/+1
|/
* Fixed time preference displayJames Booth2015-07-191-8/+4
|
* Removed /mouse commandJames Booth2015-07-1911-89/+6
|
* Removed 'empty' from roster autocompleterJames Booth2015-07-141-1/+0
|
* Check for self jid on /softwareJames Booth2015-07-081-0/+4
| | | | fixed #592
* Changed /roster empty -> /roster remove_all contactsJames Booth2015-07-082-21/+36
| | | | Make it difficult to accidentally use this command.
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵Daniel2015-07-087-4/+36
| | | | show)
* Migrate old time display format settingsJames Booth2015-07-021-0/+22
|
* Default autoping to 1 minute #541James Booth2015-07-021-1/+5
|
* Removed subscribed check when displaying roster panelJames Booth2015-07-021-33/+31
|
* Merge remote-tracking branch 'SamWhited/otr_no_store_carbons'James Booth2015-07-013-0/+29
|\
| * Add no-copy and no-store hints to OTR messagesSam Whited2015-07-013-0/+29
| |
* | Don't write chars during password inputJames Booth2015-07-011-1/+3
| |
* | Merge remote-tracking branch 'pasis/ui-ignore-EINTR'James Booth2015-07-011-18/+7
|\ \
| * | ui: Ignore EINTR in inp_readline()Dmitry Podgorny2015-06-251-18/+7
| | | | | | | | | | | | EINTR is usual situation during resizing of terminal window.
* | | Merge remote-tracking branch 'incertia/time'James Booth2015-07-016-89/+81
|\ \ \ | |_|/ |/| | | | | | | | Conflicts: src/config/preferences.c
| * | add examples and be more specific about time formattingWill Song2015-05-301-3/+8
| | |
| * | remove memory leak from creating a gdatetime stringWill Song2015-05-291-0/+2
| | |
| * | update autocompleteWill Song2015-05-291-11/+13
| | |
| * | fix indent codeWill Song2015-05-291-12/+9
| | |
| * | updated statusbar to use strftime formatsWill Song2015-05-291-22/+16
| | |
| * | fix conflictsWill Song2015-05-2990-5076/+5805
| |\ \
| * | | use custom format string for time preferenceWill Song2015-01-275-47/+15
| | | |
* | | | Use reference counts for GDateTimes #516James Booth2015-06-303-2/+7
| | | |