Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactored getting boolean preferences | James Booth | 2013-02-03 | 1 | -3/+3 | |
| | ||||||
* | Removed log function to log.c | James Booth | 2013-02-03 | 1 | -16/+1 | |
| | ||||||
* | Added resize check to ui module | James Booth | 2013-02-02 | 1 | -10/+1 | |
| | ||||||
* | Tidied directory creation | James Booth | 2013-02-02 | 1 | -55/+10 | |
| | ||||||
* | Removed files.c | James Booth | 2013-02-02 | 1 | -2/+72 | |
| | ||||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -3/+3 | |
| | ||||||
* | Added command and tools subdirs to source | James Booth | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -3/+4 | |
| | ||||||
* | Added ui subdir to source | James Booth | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Added xmpp subdir to source | James Booth | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Show current presence when logging in | James Booth | 2013-01-31 | 1 | -5/+4 | |
| | | | | Also show correct presence in title bar upon login | |||||
* | Fixed chat logging | James Booth | 2013-01-29 | 1 | -12/+12 | |
| | | | | fixes #147 | |||||
* | Moved message functions to xmpp_message.c | James Booth | 2013-01-29 | 1 | -1/+1 | |
| | ||||||
* | Moved functions to xmpp_presence | James Booth | 2013-01-28 | 1 | -4/+4 | |
| | ||||||
* | Joined log and chat_log modules | James Booth | 2013-01-28 | 1 | -1/+0 | |
| | ||||||
* | Renamed history modules | James Booth | 2013-01-28 | 1 | -1/+1 | |
| | ||||||
* | Renamed history.c -> command_history.c | James Booth | 2013-01-28 | 1 | -1/+0 | |
| | | | | Included in command.h | |||||
* | Renamed capabilities.c -> xmpp_caps.c | James Booth | 2013-01-28 | 1 | -1/+0 | |
| | ||||||
* | Renamed jabber.h -> xmpp.h | James Booth | 2013-01-28 | 1 | -1/+1 | |
| | ||||||
* | Added development string to log | James Booth | 2013-01-27 | 1 | -1/+5 | |
| | ||||||
* | Refactored connecting, and reconnecting | James Booth | 2013-01-27 | 1 | -14/+0 | |
| | | | | | | | The user either logs in with an account, in which case its name, and the password is kept for reconnects. Or the user can login with a jid (and server) which does not currently exist as a local account. On success an account is created, with the jid as the name. | |||||
* | Renamed account_add_login -> account_add, added comments | James Booth | 2013-01-27 | 1 | -1/+1 | |
| | ||||||
* | Added client to /info command in chat rooms | James Booth | 2013-01-20 | 1 | -4/+5 | |
| | ||||||
* | Initialise and free capabilities | James Booth | 2013-01-20 | 1 | -0/+3 | |
| | ||||||
* | Added retrieval of caps string from presence | James Booth | 2013-01-19 | 1 | -5/+5 | |
| | ||||||
* | Show message in chat room when nickname conflict | James Booth | 2013-01-16 | 1 | -3/+9 | |
| | ||||||
* | Handle /who command in chat rooms | James Booth | 2013-01-15 | 1 | -1/+2 | |
| | ||||||
* | Disabled logging for chat rooms and private chat | James Booth | 2013-01-15 | 1 | -2/+2 | |
| | ||||||
* | Renamed muc functions | James Booth | 2013-01-12 | 1 | -5/+5 | |
| | ||||||
* | Renamed room_chat module to muc | James Booth | 2013-01-12 | 1 | -1/+1 | |
| | ||||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 | |
| | ||||||
* | Autocomplete: added free function | James Booth | 2013-01-11 | 1 | -1/+2 | |
| | | | | Fixed tests | |||||
* | Added _inp_win_refresh() macro, renamed and moved some functions | James Booth | 2013-01-06 | 1 | -1/+1 | |
| | ||||||
* | Handle wide chars on input | James Booth | 2013-01-03 | 1 | -2/+2 | |
| | ||||||
* | Include ncursesw, set locale | James Booth | 2013-01-02 | 1 | -0/+2 | |
| | ||||||
* | Fixed name clashes with windows.h | James Booth | 2012-12-11 | 1 | -2/+2 | |
| | ||||||
* | Handle logins using accounts | James Booth | 2012-12-09 | 1 | -0/+17 | |
| | ||||||
* | Handle idle time from contacts | James Booth | 2012-12-09 | 1 | -4/+5 | |
| | ||||||
* | Renamed functions in theme | James Booth | 2012-12-08 | 1 | -1/+1 | |
| | ||||||
* | Added server property to accounts | James Booth | 2012-12-07 | 1 | -2/+2 | |
| | ||||||
* | Moved logins to accounts module | James Booth | 2012-12-02 | 1 | -1/+3 | |
| | ||||||
* | Create logs dir for main log | James Booth | 2012-12-02 | 1 | -4/+1 | |
| | ||||||
* | Removed development code | James Booth | 2012-12-01 | 1 | -4/+1 | |
| | ||||||
* | Use profanity input for idle time when libxss not availalbe | James Booth | 2012-12-01 | 1 | -2/+7 | |
| | ||||||
* | Implemented /autoaway mode idle | James Booth | 2012-12-01 | 1 | -7/+13 | |
| | ||||||
* | More useful console message on auto away | James Booth | 2012-12-01 | 1 | -2/+4 | |
| | ||||||
* | Send away presence and message for /autoaway | James Booth | 2012-12-01 | 1 | -5/+35 | |
| | ||||||
* | Send away and message when idle | James Booth | 2012-11-30 | 1 | -2/+2 | |
| | ||||||
* | Use only one measure for idle | James Booth | 2012-11-30 | 1 | -5/+0 | |
| | ||||||
* | Simple output of idle/away | James Booth | 2012-11-30 | 1 | -0/+28 | |
| |