| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed _get_caps_key function | James Booth | 2014-09-21 | 1 | -5/+4 |
* | Handle result of room configuration submit | James Booth | 2014-09-17 | 1 | -4/+10 |
* | Show errors in room when can't retrieve room config | James Booth | 2014-09-17 | 1 | -13/+1 |
* | Implemented /room config submit for saving room configuration | James Booth | 2014-09-10 | 1 | -0/+6 |
* | Tidied error handling for room forms | James Booth | 2014-09-09 | 1 | -2/+14 |
* | Merge branch 'master' into roomconfig | James Booth | 2014-09-07 | 1 | -1/+1 |
|\ |
|
| * | Fixed spelling mistake in ping errors | James Booth | 2014-09-07 | 1 | -1/+1 |
* | | Merge branch 'master' into roomconfig | James Booth | 2014-09-07 | 1 | -0/+10 |
|\| |
|
| * | Added error handling for /ping command responses | James Booth | 2014-09-07 | 1 | -0/+10 |
* | | Moved room config UI code to ui/core.c | James Booth | 2014-09-07 | 1 | -70/+1 |
* | | Fix option handling for room config form parsing | James Booth | 2014-09-06 | 1 | -1/+1 |
* | | Added further debug output for room config | James Booth | 2014-09-06 | 1 | -8/+55 |
* | | Rewrite form parser | James Booth | 2014-09-06 | 1 | -5/+2 |
* | | Debug room config form fields | James Booth | 2014-09-05 | 1 | -1/+10 |
* | | Debug room vars | James Booth | 2014-09-05 | 1 | -0/+11 |
* | | Parse data form for room configuration | James Booth | 2014-09-04 | 1 | -0/+17 |
|/ |
|
* | Added /ping command | James Booth | 2014-09-04 | 1 | -0/+10 |
* | Validate usage of /room config command, added UI messages | James Booth | 2014-09-03 | 1 | -0/+2 |
* | Handle /room config cancel | James Booth | 2014-09-03 | 1 | -0/+6 |
* | Show message when room requires config | James Booth | 2014-09-03 | 1 | -0/+6 |
* | Always update UI in event loop, removed updates from rest of code | James Booth | 2014-09-01 | 1 | -28/+0 |
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 1 | -7/+14 |
* | Fixed memleaks with otr policy and autoaway options | James Booth | 2014-06-17 | 1 | -0/+2 |
* | Added config.h to files checking for OTR support | James Booth | 2014-05-19 | 1 | -0/+2 |
* | Moved OTR policy check to otr module | James Booth | 2014-05-11 | 1 | -1/+1 |
* | Handle room subject and broadcasts sent before roster received | James Booth | 2014-05-05 | 1 | -5/+27 |
* | Rejoin private rooms after reconnecting | James Booth | 2014-04-23 | 1 | -0/+12 |
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-23 | 1 | -5/+10 |
|\ |
|
| * | Bugfix: Because whitespace was removed, last check OTR always, didn't work, n... | lightb | 2014-04-22 | 1 | -5/+6 |
| * | Added new functionality to OTR always policy | lightb | 2014-04-22 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 1 | -1/+23 |
|\| |
|
| * | Strip whitespace from otr tagged message for proper display. | lightb | 2014-04-22 | 1 | -1/+8 |
| * | Small modification, should check for whitespace pattern even if policy is alw... | lightb | 2014-04-22 | 1 | -6/+7 |
| * | Added OTR opportunistic pattern intercept. | lightb | 2014-04-22 | 1 | -0/+12 |
* | | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 1 | -19/+17 |
|/ |
|
* | Added simple stanza logging to main console | James Booth | 2014-04-15 | 1 | -0/+6 |
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 1 | -1/+2 |
* | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 1 | -8/+4 |
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -3/+8 |
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -1/+1 |
* | Do not scroll to end when chat room message whilst paging | James Booth | 2014-03-31 | 1 | -1/+0 |
* | Moved ui_current_page_off to ui_incoming_msg | James Booth | 2014-03-31 | 1 | -3/+0 |
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 1 | -6/+14 |
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
* | Refactored muc_room_is_active to only take room, rather than full jid | James Booth | 2014-03-08 | 1 | -3/+1 |
* | Moved otr sources into folder | James Booth | 2014-02-12 | 1 | -1/+1 |
* | Added presence_error tests, added muc_close() | James Booth | 2014-01-30 | 1 | -7/+7 |
* | Refactored handle_presence_error, removed no longer used functions | James Booth | 2014-01-30 | 1 | -3/+12 |
* | Renamed handle_error_message -> handle_presence_error | James Booth | 2014-01-30 | 1 | -2/+2 |