about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Renamed _room_presence_handler -> _muc_user_handlerJames Booth2014-01-251-4/+3
|
* Renamed xmpp roster handlersJames Booth2014-01-251-6/+6
|
* Split xmpp message handlers by namespaceJames Booth2014-01-251-44/+73
|
* Renamed namespace variablesJames Booth2014-01-251-9/+9
|
* Don't show error for initial bookmarks requestJames Booth2014-01-252-6/+12
|
* Don't allow /alias to overwrite standard commandJames Booth2014-01-257-14/+48
|
* Added valgrind.out.old to gitignoreJames Booth2014-01-251-0/+1
|
* Added autocomplete for /alias removeJames Booth2014-01-253-3/+47
|
* Added help for /alias commandJames Booth2014-01-252-5/+12
|
* Added aliases to autocompleteJames Booth2014-01-236-9/+41
|
* Implemented basic running of alias commandsJames Booth2014-01-234-7/+35
|
* Show message when alias already exists in /alias addJames Booth2014-01-236-6/+34
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-2312-9/+356
|
* Added skeleton /alias commandJames Booth2014-01-235-2/+34
|
* Removed debugJames Booth2014-01-231-1/+0
|
* Encrypt /tiny command when in OTR sessionJames Booth2014-01-232-1/+35
| | | | fixes #292
* Refactored ProfAccount creationJames Booth2014-01-2213-271/+251
|
* Removed unused encode.xmlJames Booth2014-01-212-14/+0
|
* Fixed memory leaks from str_replaceJames Booth2014-01-212-0/+27
|
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
| | | | fixes #289
* Implemented autocomplete for new /statuses optionsJames Booth2014-01-211-2/+47
|
* Tidied /statuses helpJames Booth2014-01-211-9/+11
|
* Added statuses settings to prefs outputJames Booth2014-01-214-31/+39
|
* Added use of statuses preferencesJames Booth2014-01-212-13/+47
|
* WIP - /statuses command optionsJames Booth2014-01-2013-91/+233
|
* Added UI presence functionsJames Booth2014-01-194-43/+87
|
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-193-73/+55
|
* Use defaults for /statuses commandsJames Booth2014-01-196-3/+63
|
* Added tests/config/helpersJames Booth2014-01-195-40/+50
|
* Changed /statuses preferencesJames Booth2014-01-196-0/+293
|
* Fixed broken testsJames Booth2014-01-192-2/+2
|
* Refactored testsuite for less verbose outputJames Booth2014-01-193-5/+64
|
* Added cmd_statuses validation testsJames Booth2014-01-196-9/+122
|
* Added port to /account show <account>James Booth2014-01-191-0/+3
|
* Added /account set <account> port <port>James Booth2014-01-192-3/+16
|
* Added to and tidied /connect helpJames Booth2014-01-181-6/+10
|
* Implemented autocomplete for /connect propertiesJames Booth2014-01-181-12/+18
|
* Moved /connect autocomplete to functionJames Booth2014-01-181-8/+36
|
* Added cmd_connect tests for invalid propertiesJames Booth2014-01-183-0/+42
|
* Added cmd_connect test for repeated port propertyJames Booth2014-01-184-0/+26
|
* Added cmd_connect test for repeated server propertyJames Booth2014-01-184-4/+30
|
* Added cmd_connect tests for connecting server and portJames Booth2014-01-185-49/+93
|
* Added cmd_connect tests for argument validationJames Booth2014-01-184-4/+170
|
* Fixed broken testsJames Booth2014-01-182-1/+4
|
* Fixed test compilationJames Booth2014-01-186-7/+8
|
* WIP - Adding port to account optionsJames Booth2014-01-186-15/+102
|
* Added OTR remaining system messages and colouringJames Booth2014-01-173-57/+98
|
* Tidied OTR messagesJames Booth2014-01-163-10/+28
|
* Fixed configure.ac for --disable-otrJames Booth2014-01-161-0/+2
|
* Show OTR coloured statusJames Booth2014-01-1611-39/+161
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'