about summary refs log tree commit diff stats
path: root/tests/unittests
Commit message (Collapse)AuthorAgeFilesLines
* Update CopyrightJames Booth2017-01-281-34/+0
|
* Fix multibyte chars in prof_occurrencesJames Booth2017-01-262-0/+34
| | | | issue #901
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+5
|
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-0/+4
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+3
|
* Fix testsJames Booth2017-01-161-1/+0
|
* Remove status from cl_ev_presence_sendJames Booth2017-01-152-5/+4
| | | | fixes #888
* Allow clearing account resourceJames Booth2016-11-221-0/+1
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-201-0/+1
| | | | issue #878
* Remove ui_current_print_formatted_lineJames Booth2016-10-163-15/+6
|
* Remove ui_current_print_lineJames Booth2016-10-163-7/+15
|
* Use varargs in win_println_indentJames Booth2016-10-151-1/+1
|
* Add win_appendlnJames Booth2016-10-151-0/+1
|
* Add win_printJames Booth2016-10-151-1/+2
|
* Rename win_println -> win_println_indentJames Booth2016-10-151-1/+1
|
* Remove win_vprintln_chJames Booth2016-10-151-1/+0
|
* Remove ui_current_error_lineJames Booth2016-10-151-2/+0
|
* Remove ui_win_error_lineJames Booth2016-10-151-1/+0
|
* Rename win_get_string -> win_to_stringJames Booth2016-10-151-1/+1
|
* Add ch arg to win_printf_lineJames Booth2016-10-151-1/+1
|
* Add win_printf_lineJames Booth2016-10-121-0/+2
|
* Remove win_print, use win_printf insteadJames Booth2016-10-111-1/+0
|
* Rename win_vprint -> win_printfJames Booth2016-10-111-1/+1
|
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-051-1/+2
|
* Merge branch 'master' into win-orderJames Booth2016-09-252-1/+11
|\
| * Fix assertion errors in unit testsJames Booth2016-09-252-1/+11
| |
* | Allow vertical positioning of all windowsJames Booth2016-09-231-1/+1
| |
* | Rename /titlebar -> /wintitleJames Booth2016-09-221-1/+1
|/
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+1
| | | | closes #853
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-281-7/+7
|
* Use hash table for bookmarksJames Booth2016-08-212-3/+1
|
* Send receipt request only when receiver supports featureJames Booth2016-08-183-5/+11
| | | | issue #829
* Only include receipts feature in disco responses when enabledJames Booth2016-08-181-0/+2
| | | | issue #829
* Use hashtables for plugin disco featuresJames Booth2016-08-173-0/+147
|
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-131-2/+2
|
* Move all filepath handling to files.cJames Booth2016-07-241-18/+2
|
* Move xgd functionsJames Booth2016-07-241-2/+2
|
* Move window functions to window_list.cJames Booth2016-07-243-315/+0
|
* Move autoaway checkJames Booth2016-07-241-0/+2
|
* Moved window_list.cJames Booth2016-07-241-1/+1
|
* Moved roster_list.cJames Booth2016-07-244-4/+4
|
* Moved muc.cJames Booth2016-07-244-4/+4
|
* Moved jid.cJames Booth2016-07-241-2/+2
|
* Moved contact.cJames Booth2016-07-243-3/+3
|
* Moved chat_session.cJames Booth2016-07-245-6/+6
|
* Move event timeout to connection moduleJames Booth2016-07-241-1/+1
|
* Remove plugin window on /closeJames Booth2016-07-121-1/+1
|
* Unit test for callback_add_command()James Booth2016-07-041-7/+32
|
* Free plugins commands on quitJames Booth2016-07-044-1/+39
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+1
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.