about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* Show message when offline for /pgp fpsJames Booth2015-06-131-13/+18
|
* Merge branch 'master' into openpgpJames Booth2015-06-023-3/+33
|\
| * Merge remote-tracking branch 'PMaynard/#551'James Booth2015-06-023-3/+33
| |\
| | * Tidy up windows when enablingPete2015-06-011-0/+4
| | |
| | * Extra underlinePete Maynard2015-06-011-1/+1
| | |
| | * Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected ↵Pete2015-06-012-4/+7
| | | | | | | | | | | | underline, removed call to function 'wins_resize_all()'.
| | * Added window auto tidy.Pete2015-05-293-2/+26
| |/
* | Merge branch 'master' into openpgpJames Booth2015-05-171-14/+12
|\|
| * allow enabling / disabling carbons without being connected.Adam Ehlers Nyholm Thomsen2015-05-171-14/+12
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-3/+3
|\|
| * Added cl_ev_presence_sendJames Booth2015-05-071-3/+3
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-3/+3
|\|
| * Renamed presence_update -> presence_sendJames Booth2015-05-071-3/+3
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-051-22/+26
|\|
| * Tidied form field autocompletersJames Booth2015-05-051-22/+26
| |
* | Merge branch 'master' into pgpJames Booth2015-05-042-160/+160
|\|
| * Use null check convention in commands.cJames Booth2015-05-041-50/+50
| |
| * Use null check convention in command.cJames Booth2015-05-041-110/+110
| |
* | Merge branch 'master' into pgpJames Booth2015-05-041-5/+9
|\|
| * Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-5/+9
| |
* | Merge branch 'master' into pgpJames Booth2015-05-041-2/+2
|\|
| * cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-041-2/+2
| |
* | Merge branch 'master' into pgpJames Booth2015-04-301-9/+3
|\|
| * Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-9/+3
| |
* | Merge branch 'master' into pgpJames Booth2015-04-301-10/+14
|\|
| * Removed ui_win_switch_numJames Booth2015-04-301-10/+14
| |
* | Merge branch 'master' into pgpJames Booth2015-04-301-11/+11
|\|
| * Removed some ui functions, inlinedJames Booth2015-04-301-11/+11
| |
* | Merge branch 'master' into pgpJames Booth2015-04-291-17/+15
|\|
| * Return result on OTR message sendingJames Booth2015-04-291-15/+15
| |
| * Return new window on new chat win eventJames Booth2015-04-291-8/+6
| |
* | Merge branch 'master' into pgpJames Booth2015-04-281-16/+17
|\| | | | | | | | | Conflicts: src/xmpp/message.c
| * Added ui events moduleJames Booth2015-04-281-0/+1
| |
| * Renamed event functionsJames Booth2015-04-281-16/+16
| |
* | Merge branch 'master' into pgpJames Booth2015-04-231-6/+31
|\| | | | | | | | | Conflicts: src/config/account.h
| * Tidied account loginJames Booth2015-04-231-6/+31
| |
* | Merge branch 'master' into pgpJames Booth2015-04-221-109/+67
|\|
| * Moved login events to client events moduleJames Booth2015-04-221-98/+56
| |
| * Tidy execute alias codeJames Booth2015-04-211-11/+11
| |
* | Merge branch 'master' into pgpJames Booth2015-04-211-5/+16
|\|
| * Moved new chat win events to client events moduleJames Booth2015-04-211-5/+16
| |
* | Merge branch 'master' into pgpJames Booth2015-04-211-48/+40
|\|
| * Moved all message sending to client events moduleJames Booth2015-04-211-48/+40
| |
* | Merge branch 'master' into pgpJames Booth2015-04-191-77/+4
|\|
| * Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-77/+4
| |
* | Merge branch 'master' into pgpJames Booth2015-04-122-15/+64
|\|
| * Added option to show jids in occupants panelJames Booth2015-04-122-15/+64
| |
* | Merge branch 'master' into pgpJames Booth2015-04-112-8/+26
|\|
| * Autogenerate room name with UUID for /join with no argsJames Booth2015-04-112-8/+26
| |
* | Merge branch 'master' into pgpJames Booth2015-03-291-1/+6
|\|